From ci-noreply at qt-project.org Mon Apr 1 10:14:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 10:14:25 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130401_071425_086476.ci-noreply@qt-project.org> Autotests `tst_qlistwidget' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1015cfb40 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012c78e0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_QListWidget FAIL! : tst_QListWidget::closePersistentEditor() Compared values are not the same Actual (testWidget->viewport()->children().count()): 1 Expected (childCount - 1): 0 Loc: [tst_qlistwidget.cpp(326)] Totals: 117 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QListWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QListWidget::initTestCase() PASS : tst_QListWidget::addItem() PASS : tst_QListWidget::addItem2() PASS : tst_QListWidget::addItems() PASS : tst_QListWidget::openPersistentEditor() FAIL! : tst_QListWidget::closePersistentEditor() Compared values are not the same Actual (testWidget->viewport()->children().count()): 1 Expected (childCount - 1): 0 Loc: [tst_qlistwidget.cpp(326)] PASS : tst_QListWidget::count() PASS : tst_QListWidget::currentItem() PASS : tst_QListWidget::setCurrentItem(HasItems: 0) PASS : tst_QListWidget::setCurrentItem(HasItems: 1) PASS : tst_QListWidget::setCurrentItem(HasItems: 2) PASS : tst_QListWidget::setCurrentItem(HasItems: 3) PASS : tst_QListWidget::currentRow() PASS : tst_QListWidget::setCurrentRow(HasItems: 0) PASS : tst_QListWidget::setCurrentRow(HasItems: 1) PASS : tst_QListWidget::setCurrentRow(HasItems: 2) PASS : tst_QListWidget::setCurrentRow(HasItems: 3) QWARN : tst_QListWidget::editItem(editable) edit: index was invalid QWARN : tst_QListWidget::editItem(editable) edit: editing failed QWARN : tst_QListWidget::editItem(editable) edit: index was invalid QWARN : tst_QListWidget::editItem(editable) edit: editing failed PASS : tst_QListWidget::editItem(editable) QWARN : tst_QListWidget::editItem(not editable) edit: index was invalid QWARN : tst_QListWidget::editItem(not editable) edit: editing failed QWARN : tst_QListWidget::editItem(not editable) edit: index was invalid QWARN : tst_QListWidget::editItem(not editable) edit: editing failed QWARN : tst_QListWidget::editItem(not editable) edit: editing failed PASS : tst_QListWidget::editItem(not editable) PASS : tst_QListWidget::findItems() PASS : tst_QListWidget::insertItem(Insert less then 0) PASS : tst_QListWidget::insertItem(Insert at 0) PASS : tst_QListWidget::insertItem(Insert beyond count) PASS : tst_QListWidget::insertItem(Insert at count) PASS : tst_QListWidget::insertItem(Insert in the middle) PASS : tst_QListWidget::insertItems(Insert 1 item using constructor) PASS : tst_QListWidget::insertItems(Insert 10 items using constructor) PASS : tst_QListWidget::insertItems(Insert 100 items using constructor) PASS : tst_QListWidget::insertItems(Insert 1 item with insertItem) PASS : tst_QListWidget::insertItems(Insert 10 items with insertItem) PASS : tst_QListWidget::insertItems(Insert 100 items with insertItem) PASS : tst_QListWidget::insertItems(Insert/Create 1 item using insertItem) PASS : tst_QListWidget::insertItems(Insert/Create 10 items using insertItem) PASS : tst_QListWidget::insertItems(Insert/Create 100 items using insertItem) PASS : tst_QListWidget::insertItems(Insert 0 items with insertItems) PASS : tst_QListWidget::insertItems(Insert 1 item with insertItems) PASS : tst_QListWidget::insertItems(Insert 10 items with insertItems) PASS : tst_QListWidget::insertItems(Insert 100 items with insertItems) PASS : tst_QListWidget::moveItemsPriv(Empty) PASS : tst_QListWidget::moveItemsPriv(Overflow src) PASS : tst_QListWidget::moveItemsPriv(Underflow src) PASS : tst_QListWidget::moveItemsPriv(Overflow dst) PASS : tst_QListWidget::moveItemsPriv(Underflow dst) PASS : tst_QListWidget::moveItemsPriv(Same place) PASS : tst_QListWidget::moveItemsPriv(Up) PASS : tst_QListWidget::moveItemsPriv(Down) PASS : tst_QListWidget::moveItemsPriv(QTBUG-6532 assert) PASS : tst_QListWidget::moveItemsPriv(QTBUG-6565 to the end) PASS : tst_QListWidget::moveItemsPriv(Same place 2) PASS : tst_QListWidget::moveItemsPriv(swap) PASS : tst_QListWidget::moveItemsPriv(swap2) PASS : tst_QListWidget::moveItemsPriv(swap3) PASS : tst_QListWidget::moveItemsPriv(swap4) PASS : tst_QListWidget::itemAssignment() PASS : tst_QListWidget::item(First item, row: 0) PASS : tst_QListWidget::item(Middle item, row: 1) PASS : tst_QListWidget::item(Last item, row: 2) PASS : tst_QListWidget::item(Out of bounds, row: -1) PASS : tst_QListWidget::item(Out of bounds, row: 3) PASS : tst_QListWidget::takeItem(First item, row: 0) PASS : tst_QListWidget::takeItem(Middle item, row: 1) PASS : tst_QListWidget::takeItem(Last item, row: 2) PASS : tst_QListWidget::takeItem(Out of bounds, row: -1) PASS : tst_QListWidget::takeItem(Out of bounds, row: 3) PASS : tst_QListWidget::setItemHidden() PASS : tst_QListWidget::selectedItems(none hidden, none selected) PASS : tst_QListWidget::selectedItems(none hidden, all selected) PASS : tst_QListWidget::selectedItems(first hidden, all selected) PASS : tst_QListWidget::selectedItems(last hidden, all selected) PASS : tst_QListWidget::selectedItems(middle hidden, all selected) PASS : tst_QListWidget::selectedItems(all hidden, all selected) PASS : tst_QListWidget::removeItems(Empty) PASS : tst_QListWidget::removeItems(1:1) PASS : tst_QListWidget::removeItems(3:1) PASS : tst_QListWidget::removeItems(3:2) PASS : tst_QListWidget::removeItems(100:10) PASS : tst_QListWidget::itemStreaming(Data) PASS : tst_QListWidget::sortItems(ascending strings) PASS : tst_QListWidget::sortItems(descending strings) PASS : tst_QListWidget::sortItems(ascending numbers) PASS : tst_QListWidget::sortItems(descending numbers) PASS : tst_QListWidget::sortHiddenItems(descending order, 20 items) PASS : tst_QListWidget::sortHiddenItems(ascending order) PASS : tst_QListWidget::sortHiddenItems(descending order) PASS : tst_QListWidget::closeEditor() PASS : tst_QListWidget::setData(changing a role should emit) PASS : tst_QListWidget::setData(setting the same value should not emit) PASS : tst_QListWidget::setData(setting the same value twice should only emit once) PASS : tst_QListWidget::setData(changing three roles should emit three times) PASS : tst_QListWidget::insertItemsWithSorting(() + (a) = (a)) PASS : tst_QListWidget::insertItemsWithSorting(() + (c, b, a) = (a, b, c)) PASS : tst_QListWidget::insertItemsWithSorting(() + (a, b, c) = (c, b, a)) PASS : tst_QListWidget::insertItemsWithSorting((a) + (b) = (a, b)) PASS : tst_QListWidget::insertItemsWithSorting((a) + (b) = (b, a)) PASS : tst_QListWidget::insertItemsWithSorting((a, c, b) + (d) = (a, b, c, d)) PASS : tst_QListWidget::insertItemsWithSorting((b, c, a) + (d) = (d, c, b, a)) PASS : tst_QListWidget::insertItemsWithSorting(() + (sorted items) = (sorted items)) PASS : tst_QListWidget::insertItemsWithSorting((sorted items) + () = (sorted items)) PASS : tst_QListWidget::insertItemsWithSorting(() + (ascending items) = (reverse items)) PASS : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (ascending items)) PASS : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (reverse items)) PASS : tst_QListWidget::changeDataWithSorting(change a to b in (a)) PASS : tst_QListWidget::changeDataWithSorting(change a to b in (a, c)) PASS : tst_QListWidget::changeDataWithSorting(change a to c in (a, b)) PASS : tst_QListWidget::changeDataWithSorting(change c to a in (c, b)) PASS : tst_QListWidget::changeDataWithSorting(change e to i in (a, c, e, g)) PASS : tst_QListWidget::changeDataWithSorting(change e to a in (c, e, g, i)) PASS : tst_QListWidget::changeDataWithSorting(change e to f in (c, e, g, i)) PASS : tst_QListWidget::itemData() PASS : tst_QListWidget::itemWidget() PASS : tst_QListWidget::insertUnchanged() PASS : tst_QListWidget::setSortingEnabled() PASS : tst_QListWidget::task199503_crashWhenCleared() PASS : tst_QListWidget::task217070_scrollbarsAdjusted() PASS : tst_QListWidget::task258949_keypressHangup() PASS : tst_QListWidget::QTBUG8086_currentItemChangedOnClick() PASS : tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers() PASS : tst_QListWidget::cleanupTestCase() Totals: 117 passed, 1 failed, 0 skipped ********* Finished testing of tst_QListWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qlistwidget: 25 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00140/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364780253): http://codereview.qt-project.org/41547 [PS3] - clone only a specific subset of repositories by default From ci-noreply at qt-project.org Mon Apr 1 10:26:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 10:26:06 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130401_072606_013239.ci-noreply@qt-project.org> QtBase_dev_Integration #744: SUCCESS Tested changes (refs/builds/dev_1364768340): http://codereview.qt-project.org/51932 [PS1] - iOS: Specify framework dependencies in the right place From ci-noreply at qt-project.org Mon Apr 1 13:03:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 13:03:59 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130401_100359_053068.ci-noreply@qt-project.org> QtBase_stable_Integration #795: SUCCESS Tested changes (refs/builds/stable_1364803452): http://codereview.qt-project.org/52420 [PS1] - Fix tickmark painting on Fusion style From ci-noreply at qt-project.org Mon Apr 1 15:54:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 15:54:17 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130401_125417_024966.ci-noreply@qt-project.org> Compilation failed :( c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00022/win32-msvc2010_Windows_7/log.txt.gz ============================================================ Compilation failed :( c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1148) : error C2487: 'Hash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1171) : error C2487: 'CompleteHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1177) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1178) : error C2487: 'ComputeHash' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1754) : error C2487: 'SetExternalResource' : member of dll interface class may not be declared with dll interface c:\work\build\qt\qtjsbackend\src\3rdparty\v8\src\../include/v8.h(1755) : error C2487: 'GetExternalResource' : member of dll interface class may not be declared with dll interface Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00022/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1364820121): http://codereview.qt-project.org/51679 [PS1] - [V8] Include windows headers first http://codereview.qt-project.org/51678 [PS1] - [V8] Disable inline cache optimization http://codereview.qt-project.org/51677 [PS1] - [V8] Port to Windows Embedded Compact 7 http://codereview.qt-project.org/51676 [PS1] - [V8] Implement some compiler intrinsic functions http://codereview.qt-project.org/51675 [PS1] - [V8] Undef various macros to not disturb V8 http://codereview.qt-project.org/51674 [PS1] - [V8] Rename PrintF to FPrintF for file calls http://codereview.qt-project.org/51673 [PS1] - [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1 http://codereview.qt-project.org/51672 [PS1] - [V8] Disable randomize hashes in V8 http://codereview.qt-project.org/51671 [PS1] - [V8] Fix compilation with Intel CC. http://codereview.qt-project.org/51670 [PS1] - [V8] Add support for QNX platform http://codereview.qt-project.org/51669 [PS1] - [V8] Add flag to avoid breakpoint relocation http://codereview.qt-project.org/51668 [PS1] - [V8] Fix warnings http://codereview.qt-project.org/51667 [PS1] - [V8] Remove execute flag from v8-debug.h http://codereview.qt-project.org/51666 [PS1] - [V8] Add new v8 api to check if a value is an error. http://codereview.qt-project.org/51665 [PS1] - [V8] Allow a script to be flagged as "native" http://codereview.qt-project.org/51664 [PS1] - [V8] Add custom object compare callback http://codereview.qt-project.org/51663 [PS1] - [V8] Allow access to the calling script data http://codereview.qt-project.org/51662 [PS1] - [V8] Introduce a QML compilation mode http://codereview.qt-project.org/51661 [PS1] - [V8] Generalize external object resources http://codereview.qt-project.org/51660 [PS1] - [V8] Add a "fallback" mode for named property interceptors http://codereview.qt-project.org/51659 [PS1] - [V8] Add hashing and comparison methods to v8::String http://codereview.qt-project.org/51658 [PS1] - Updated V8 from git://github.com/v8/v8.git to 05b6bb1d641e01b550d497dcbefe342a81eb3178 From ci-noreply at qt-project.org Mon Apr 1 18:25:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 18:25:49 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130401_152549_058019.ci-noreply@qt-project.org> QtBase_stable_Integration #796: SUCCESS Tested changes (refs/builds/stable_1364810896): http://codereview.qt-project.org/52240 [PS1] - Update bundled FreeType sources to 2.3.12 http://codereview.qt-project.org/52591 [PS2] - QFontConfigDatabase: fix fallbacksForFamily() for CJK languages http://codereview.qt-project.org/52212 [PS1] - Update QLocale data to CLDRv23 From ci-noreply at qt-project.org Mon Apr 1 18:32:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 18:32:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130401_153226_087356.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qlistwidget', `tst_qmenubar', and `tst_qstackedwidget' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012b7660 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10164f840 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_QListWidget FAIL! : tst_QListWidget::closePersistentEditor() Compared values are not the same Actual (testWidget->viewport()->children().count()): 1 Expected (childCount - 1): 0 Loc: [tst_qlistwidget.cpp(326)] Totals: 117 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QListWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QListWidget::initTestCase() PASS : tst_QListWidget::addItem() PASS : tst_QListWidget::addItem2() PASS : tst_QListWidget::addItems() PASS : tst_QListWidget::openPersistentEditor() FAIL! : tst_QListWidget::closePersistentEditor() Compared values are not the same Actual (testWidget->viewport()->children().count()): 1 Expected (childCount - 1): 0 Loc: [tst_qlistwidget.cpp(326)] PASS : tst_QListWidget::count() PASS : tst_QListWidget::currentItem() PASS : tst_QListWidget::setCurrentItem(HasItems: 0) PASS : tst_QListWidget::setCurrentItem(HasItems: 1) PASS : tst_QListWidget::setCurrentItem(HasItems: 2) PASS : tst_QListWidget::setCurrentItem(HasItems: 3) PASS : tst_QListWidget::currentRow() PASS : tst_QListWidget::setCurrentRow(HasItems: 0) PASS : tst_QListWidget::setCurrentRow(HasItems: 1) PASS : tst_QListWidget::setCurrentRow(HasItems: 2) PASS : tst_QListWidget::setCurrentRow(HasItems: 3) QWARN : tst_QListWidget::editItem(editable) edit: index was invalid QWARN : tst_QListWidget::editItem(editable) edit: editing failed QWARN : tst_QListWidget::editItem(editable) edit: index was invalid QWARN : tst_QListWidget::editItem(editable) edit: editing failed PASS : tst_QListWidget::editItem(editable) QWARN : tst_QListWidget::editItem(not editable) edit: index was invalid QWARN : tst_QListWidget::editItem(not editable) edit: editing failed QWARN : tst_QListWidget::editItem(not editable) edit: index was invalid QWARN : tst_QListWidget::editItem(not editable) edit: editing failed QWARN : tst_QListWidget::editItem(not editable) edit: editing failed PASS : tst_QListWidget::editItem(not editable) PASS : tst_QListWidget::findItems() PASS : tst_QListWidget::insertItem(Insert less then 0) PASS : tst_QListWidget::insertItem(Insert at 0) PASS : tst_QListWidget::insertItem(Insert beyond count) PASS : tst_QListWidget::insertItem(Insert at count) PASS : tst_QListWidget::insertItem(Insert in the middle) PASS : tst_QListWidget::insertItems(Insert 1 item using constructor) PASS : tst_QListWidget::insertItems(Insert 10 items using constructor) PASS : tst_QListWidget::insertItems(Insert 100 items using constructor) PASS : tst_QListWidget::insertItems(Insert 1 item with insertItem) PASS : tst_QListWidget::insertItems(Insert 10 items with insertItem) PASS : tst_QListWidget::insertItems(Insert 100 items with insertItem) PASS : tst_QListWidget::insertItems(Insert/Create 1 item using insertItem) PASS : tst_QListWidget::insertItems(Insert/Create 10 items using insertItem) PASS : tst_QListWidget::insertItems(Insert/Create 100 items using insertItem) PASS : tst_QListWidget::insertItems(Insert 0 items with insertItems) PASS : tst_QListWidget::insertItems(Insert 1 item with insertItems) PASS : tst_QListWidget::insertItems(Insert 10 items with insertItems) PASS : tst_QListWidget::insertItems(Insert 100 items with insertItems) PASS : tst_QListWidget::moveItemsPriv(Empty) PASS : tst_QListWidget::moveItemsPriv(Overflow src) PASS : tst_QListWidget::moveItemsPriv(Underflow src) PASS : tst_QListWidget::moveItemsPriv(Overflow dst) PASS : tst_QListWidget::moveItemsPriv(Underflow dst) PASS : tst_QListWidget::moveItemsPriv(Same place) PASS : tst_QListWidget::moveItemsPriv(Up) PASS : tst_QListWidget::moveItemsPriv(Down) PASS : tst_QListWidget::moveItemsPriv(QTBUG-6532 assert) PASS : tst_QListWidget::moveItemsPriv(QTBUG-6565 to the end) PASS : tst_QListWidget::moveItemsPriv(Same place 2) PASS : tst_QListWidget::moveItemsPriv(swap) PASS : tst_QListWidget::moveItemsPriv(swap2) PASS : tst_QListWidget::moveItemsPriv(swap3) PASS : tst_QListWidget::moveItemsPriv(swap4) PASS : tst_QListWidget::itemAssignment() PASS : tst_QListWidget::item(First item, row: 0) PASS : tst_QListWidget::item(Middle item, row: 1) PASS : tst_QListWidget::item(Last item, row: 2) PASS : tst_QListWidget::item(Out of bounds, row: -1) PASS : tst_QListWidget::item(Out of bounds, row: 3) PASS : tst_QListWidget::takeItem(First item, row: 0) PASS : tst_QListWidget::takeItem(Middle item, row: 1) PASS : tst_QListWidget::takeItem(Last item, row: 2) PASS : tst_QListWidget::takeItem(Out of bounds, row: -1) PASS : tst_QListWidget::takeItem(Out of bounds, row: 3) PASS : tst_QListWidget::setItemHidden() PASS : tst_QListWidget::selectedItems(none hidden, none selected) PASS : tst_QListWidget::selectedItems(none hidden, all selected) PASS : tst_QListWidget::selectedItems(first hidden, all selected) PASS : tst_QListWidget::selectedItems(last hidden, all selected) PASS : tst_QListWidget::selectedItems(middle hidden, all selected) PASS : tst_QListWidget::selectedItems(all hidden, all selected) PASS : tst_QListWidget::removeItems(Empty) PASS : tst_QListWidget::removeItems(1:1) PASS : tst_QListWidget::removeItems(3:1) PASS : tst_QListWidget::removeItems(3:2) PASS : tst_QListWidget::removeItems(100:10) PASS : tst_QListWidget::itemStreaming(Data) PASS : tst_QListWidget::sortItems(ascending strings) PASS : tst_QListWidget::sortItems(descending strings) PASS : tst_QListWidget::sortItems(ascending numbers) PASS : tst_QListWidget::sortItems(descending numbers) PASS : tst_QListWidget::sortHiddenItems(descending order, 20 items) PASS : tst_QListWidget::sortHiddenItems(ascending order) PASS : tst_QListWidget::sortHiddenItems(descending order) PASS : tst_QListWidget::closeEditor() PASS : tst_QListWidget::setData(changing a role should emit) PASS : tst_QListWidget::setData(setting the same value should not emit) PASS : tst_QListWidget::setData(setting the same value twice should only emit once) PASS : tst_QListWidget::setData(changing three roles should emit three times) PASS : tst_QListWidget::insertItemsWithSorting(() + (a) = (a)) PASS : tst_QListWidget::insertItemsWithSorting(() + (c, b, a) = (a, b, c)) PASS : tst_QListWidget::insertItemsWithSorting(() + (a, b, c) = (c, b, a)) PASS : tst_QListWidget::insertItemsWithSorting((a) + (b) = (a, b)) PASS : tst_QListWidget::insertItemsWithSorting((a) + (b) = (b, a)) PASS : tst_QListWidget::insertItemsWithSorting((a, c, b) + (d) = (a, b, c, d)) PASS : tst_QListWidget::insertItemsWithSorting((b, c, a) + (d) = (d, c, b, a)) PASS : tst_QListWidget::insertItemsWithSorting(() + (sorted items) = (sorted items)) PASS : tst_QListWidget::insertItemsWithSorting((sorted items) + () = (sorted items)) PASS : tst_QListWidget::insertItemsWithSorting(() + (ascending items) = (reverse items)) PASS : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (ascending items)) PASS : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (reverse items)) PASS : tst_QListWidget::changeDataWithSorting(change a to b in (a)) PASS : tst_QListWidget::changeDataWithSorting(change a to b in (a, c)) PASS : tst_QListWidget::changeDataWithSorting(change a to c in (a, b)) PASS : tst_QListWidget::changeDataWithSorting(change c to a in (c, b)) PASS : tst_QListWidget::changeDataWithSorting(change e to i in (a, c, e, g)) PASS : tst_QListWidget::changeDataWithSorting(change e to a in (c, e, g, i)) PASS : tst_QListWidget::changeDataWithSorting(change e to f in (c, e, g, i)) PASS : tst_QListWidget::itemData() PASS : tst_QListWidget::itemWidget() PASS : tst_QListWidget::insertUnchanged() PASS : tst_QListWidget::setSortingEnabled() PASS : tst_QListWidget::task199503_crashWhenCleared() PASS : tst_QListWidget::task217070_scrollbarsAdjusted() PASS : tst_QListWidget::task258949_keypressHangup() PASS : tst_QListWidget::QTBUG8086_currentItemChangedOnClick() PASS : tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers() PASS : tst_QListWidget::cleanupTestCase() Totals: 117 passed, 1 failed, 0 skipped ********* Finished testing of tst_QListWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qlistwidget: 25 seconds, exit code 1 Testing tst_QStackedWidget FAIL! : tst_QStackedWidget::dynamicPages() Compared pointers are not the same Actual (QApplication::focusWidget()): 0x0 Expected (le22): 0x1030b78a0 Loc: [tst_qstackedwidget.cpp(201)] Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QStackedWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QStackedWidget::initTestCase() PASS : tst_QStackedWidget::getSetCheck() PASS : tst_QStackedWidget::testMinimumSize() 2013-04-01 16:17:47.644 tst_qstackedwidget[87704:4903] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qstackedwidget.savedState/window_2.data: Permission denied (13) FAIL! : tst_QStackedWidget::dynamicPages() Compared pointers are not the same Actual (QApplication::focusWidget()): 0x0 Expected (le11): 0x109531c90 Loc: [tst_qstackedwidget.cpp(196)] PASS : tst_QStackedWidget::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_QStackedWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qstackedwidget: 18 seconds, exit code 1 Testing tst_qmlplugindump Totals: 3 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmlplugindump: 0.326158 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00143/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364807767): http://codereview.qt-project.org/52526 [PS9] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 1 18:54:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 18:54:51 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130401_155451_030596.ci-noreply@qt-project.org> QtBase_dev_Integration #747: SUCCESS Tested changes (refs/builds/dev_1364820223): http://codereview.qt-project.org/52574 [PS5] - Add automatic metatype handling for common standard library containers. http://codereview.qt-project.org/52056 [PS1] - Improve shapeTextWithHarfbuzz() logic a bit http://codereview.qt-project.org/52055 [PS1] - Replace HB_JustificationClass with QGlyphAttributes::JustificationClass From ci-noreply at qt-project.org Mon Apr 1 19:07:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 19:07:20 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130401_160720_099071.ci-noreply@qt-project.org> Autotest `tst_dialogs' failed :( Testing tst_dialogs FAIL! : tst_dialogs::fileDialogDefaultModality() 'spyVisibilityChanged.count() > 0' returned FALSE. () Loc: [tst_dialogs.cpp(81)] Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_dialogs::initTestCase() QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0xecbc80) QQuickRectangle (this = 0xaab920 , name= "" , parent = 0x9959b0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0xecbc80) QQuickRectangle (this = 0xaab920 , name= "" , parent = 0x9959b0 , geometry = QRectF(0,0 480x320) , z = 0 ) SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0xab7880) QQuickRectangle (this = 0xf86460 , name= "" , parent = 0x105fe80 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0xab7880) QQuickRectangle (this = 0xf86460 , name= "" , parent = 0x105fe80 , geometry = QRectF(0,0 480x320) , z = 0 ) FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] PASS : tst_dialogs::fileDialogNameFilters() PASS : tst_dialogs::cleanupTestCase() Totals: 3 passed, 1 failed, 1 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_dialogs: 24 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00797/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1364830082): http://codereview.qt-project.org/52630 [PS2] - Update the QMetaMethod::tag() documentation due to moc expanding macros http://codereview.qt-project.org/51820 [PS2] - Upgrade the bundled PCRE to 8.32 http://codereview.qt-project.org/51824 [PS1] - Upgrade the PCRE import script to 8.32 http://codereview.qt-project.org/51630 [PS2] - update bundled sqlite to 3.7.16.1 http://codereview.qt-project.org/52655 [PS1] - Fix reporting writing systems for non-TrueType fonts From ci-noreply at qt-project.org Mon Apr 1 20:17:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 20:17:22 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130401_171722_096462.ci-noreply@qt-project.org> qtbase failed to compile :( ../../../sql/drivers/mysql/qsql_mysql.cpp: In constructor 'QMYSQLDriverPrivate::QMYSQLDriverPrivate()': ../../../sql/drivers/mysql/qsql_mysql.cpp:89:51: error: 'MySQLServer' was not declared in this scope make[5]: *** [.obj/release-shared/qsql_mysql.o] Error 1 make[4]: *** [sub-mysql-make_first] Error 2 make[3]: *** [sub-sqldrivers-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00798/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1364836192): http://codereview.qt-project.org/52642 [PS4] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver http://codereview.qt-project.org/51630 [PS2] - update bundled sqlite to 3.7.16.1 http://codereview.qt-project.org/52655 [PS1] - Fix reporting writing systems for non-TrueType fonts From ci-noreply at qt-project.org Mon Apr 1 22:33:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 1 Apr 2013 22:33:33 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130401_193333_005567.ci-noreply@qt-project.org> QtBase_stable_Integration #799: SUCCESS Tested changes (refs/builds/stable_1364837557): http://codereview.qt-project.org/52019 [PS5] - Document Q_REVISION macro better From ci-noreply at qt-project.org Tue Apr 2 02:09:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 02:09:57 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130401_230957_041998.ci-noreply@qt-project.org> Autotests `tst_qmenubar', `tst_qnetworkreply', and `tst_qtableview' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012764b0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012851f0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_QTableView FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] Totals: 240 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTableView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QTableView::initTestCase() PASS : tst_QTableView::getSetCheck() PASS : tst_QTableView::noDelegate() PASS : tst_QTableView::noModel() PASS : tst_QTableView::emptyModel() PASS : tst_QTableView::removeRows(2x2) PASS : tst_QTableView::removeRows(10x10) PASS : tst_QTableView::removeColumns(2x2) PASS : tst_QTableView::removeColumns(10x10) FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] PASS : tst_QTableView::keyboardNavigation(no tab) PASS : tst_QTableView::headerSections() PASS : tst_QTableView::moveCursor(MoveRight (0,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,3)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext (0,0)) PASS : tst_QTableView::moveCursor(MoveNext (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (0,3)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (3,3)) PASS : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft (0,0)) PASS : tst_QTableView::moveCursor(MoveLeft (0,3)) PASS : tst_QTableView::moveCursor(MoveLeft (1,0)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious (0,3)) PASS : tst_QTableView::moveCursor(MovePrevious (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap (1,0)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0)) PASS : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2)) PASS : tst_QTableView::moveCursor(MoveDown (0,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,3)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (3, 0)) PASS : tst_QTableView::moveCursor(MoveUp (0,1)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row (1,0)) PASS : tst_QTableView::moveCursor(MoveHome (0,0)) PASS : tst_QTableView::moveCursor(MoveHome (3,3)) PASS : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (3,3)) PASS : tst_QTableView::moveCursor(MovePageDown (3, 3)) PASS : tst_QTableView::moveCursor(MovePageDown (0, 3)) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled) PASS : tst_QTableView::moveCursorStrikesBack(Move through span right) PASS : tst_QTableView::moveCursorStrikesBack(Move through span left) PASS : tst_QTableView::moveCursorStrikesBack(Move through span down) PASS : tst_QTableView::moveCursorStrikesBack(Move through span up) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL) PASS : tst_QTableView::hideRows(show row 0, hide row 3, no span) PASS : tst_QTableView::hideRows(show row 0, hide row 3, span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, no span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, span) PASS : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select) PASS : tst_QTableView::selectRow(SingleSelection and SelectItems) PASS : tst_QTableView::selectRow(SingleSelection and SelectRows) PASS : tst_QTableView::selectRow(SingleSelection and SelectColumns) PASS : tst_QTableView::selectRow(MultiSelection and SelectItems) PASS : tst_QTableView::selectRow(MultiSelection and SelectRows) PASS : tst_QTableView::selectRow(MultiSelection and SelectColumns) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectColumns) PASS : tst_QTableView::selectColumn(SingleSelection and SelectItems) PASS : tst_QTableView::selectColumn(SingleSelection and SelectRows) PASS : tst_QTableView::selectColumn(SingleSelection and SelectColumns) PASS : tst_QTableView::selectColumn(MultiSelection and SelectItems) PASS : tst_QTableView::selectColumn(MultiSelection and SelectRows) PASS : tst_QTableView::selectColumn(MultiSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns) PASS : tst_QTableView::visualRect((0,0)) PASS : tst_QTableView::visualRect((0,0) hidden row) PASS : tst_QTableView::visualRect((0,0) hidden column) PASS : tst_QTableView::visualRect((0,0) hidden row and column) PASS : tst_QTableView::visualRect((0,0) out of bounds) PASS : tst_QTableView::visualRect((5,5), hidden row) PASS : tst_QTableView::visualRect((9,9)) PASS : tst_QTableView::fetchMore() PASS : tst_QTableView::setHeaders() PASS : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per item 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5) PASS : tst_QTableView::rowAt(row at 100) PASS : tst_QTableView::rowAt(row at 180) PASS : tst_QTableView::rowAt(row at 20) PASS : tst_QTableView::rowHeight(increasing) PASS : tst_QTableView::rowHeight(decreasing) PASS : tst_QTableView::rowHeight(random) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per item 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5) PASS : tst_QTableView::columnAt(column at 100) PASS : tst_QTableView::columnAt(column at 180) PASS : tst_QTableView::columnAt(column at 20) PASS : tst_QTableView::columnWidth(increasing) PASS : tst_QTableView::columnWidth(decreasing) PASS : tst_QTableView::columnWidth(random) PASS : tst_QTableView::hiddenRow(first hidden) PASS : tst_QTableView::hiddenRow(last hidden) PASS : tst_QTableView::hiddenRow(none hidden) PASS : tst_QTableView::hiddenRow(all hidden) PASS : tst_QTableView::hiddenColumn(first hidden) PASS : tst_QTableView::hiddenColumn(last hidden) PASS : tst_QTableView::hiddenColumn(none hidden) PASS : tst_QTableView::hiddenColumn(all hidden) PASS : tst_QTableView::sortingEnabled() QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QWARN : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) PASS : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20)) PASS : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20)) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(top left 1x2) PASS : tst_QTableView::span(top left 2x1) PASS : tst_QTableView::span(invalid 2x2) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(bottom right 2x2) PASS : tst_QTableView::span(invalid span 2x2) PASS : tst_QTableView::span(invalid span 3x3) PASS : tst_QTableView::spans(1x3 span, query 3,0) PASS : tst_QTableView::spans(1x3 span, query 3,1) PASS : tst_QTableView::spans(1x3 span, query 3,2) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0) PASS : tst_QTableView::spans(how to order spans (1,1)) PASS : tst_QTableView::spans(how to order spans (2,1)) PASS : tst_QTableView::spans(how to order spans (3,1)) PASS : tst_QTableView::spans(how to order spans (1,2)) PASS : tst_QTableView::spans(how to order spans (2,2)) PASS : tst_QTableView::spans(spans with hidden rows) PASS : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-9631: remove one span) PASS : tst_QTableView::spansAfterRowInsertion() PASS : tst_QTableView::spansAfterColumnInsertion() PASS : tst_QTableView::spansAfterRowRemoval() PASS : tst_QTableView::spansAfterColumnRemoval() PASS : tst_QTableView::checkHeaderReset() PASS : tst_QTableView::checkHeaderMinSize() PASS : tst_QTableView::resizeToContents() SKIP : tst_QTableView::tabFocus() This test requires full keyboard control to be enabled. Loc: [tst_qtableview.cpp(3354)] PASS : tst_QTableView::bigModel() PASS : tst_QTableView::selectionSignal() PASS : tst_QTableView::setCurrentIndex() PASS : tst_QTableView::task173773_updateVerticalHeader() PASS : tst_QTableView::task227953_setRootIndex() PASS : tst_QTableView::task240266_veryBigColumn() PASS : tst_QTableView::task248688_autoScrollNavigation() PASS : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections() PASS : tst_QTableView::task191545_dragSelectRows() PASS : tst_QTableView::taskQTBUG_5062_spansInconsistency() PASS : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel() PASS : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader() PASS : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason() PASS : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection() PASS : tst_QTableView::taskQTBUG_8777_scrollToSpans() PASS : tst_QTableView::taskQTBUG_10169_sizeHintForRow() PASS : tst_QTableView::mouseWheel(scroll up per item) PASS : tst_QTableView::mouseWheel(scroll down per item) PASS : tst_QTableView::mouseWheel(scroll down per pixel) PASS : tst_QTableView::addColumnWhileEditing() PASS : tst_QTableView::task234926_setHeaderSorting() PASS : tst_QTableView::changeHeaderData() PASS : tst_QTableView::viewOptions() PASS : tst_QTableView::cleanupTestCase() Totals: 240 passed, 1 failed, 1 skipped ********* Finished testing of tst_QTableView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtableview: 35 seconds, exit code 1 Testing tst_QNetworkReply QFATAL : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Received signal 8 FAIL! : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Received a fatal error. Loc: [Unknown file(0)] Totals: 203 passed, 1 failed, 11 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qnetworkreply [85657] QtQA::App::TestRunner: Path: /work/*/tst_qnetworkreply QtQA::App::TestRunner: Identifier: tst_qnetworkreply QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [85656] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-01 23:54:43.135 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_ARITHMETIC (SIGABRT) QtQA::App::TestRunner: Exception Codes: EXC_I386_DIV (divide by zero) QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[85657]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff852737d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85264a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100140b49 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001001410f5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x00000001000fbb4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff852c5cfa _sigtramp + 26 QtQA::App::TestRunner: 7 tst_qnetworkreply 0x000000010004e8bd tst_QNetworkReply::ioGetFromBuiltinHttp() + 1581 QtQA::App::TestRunner: 8 tst_qnetworkreply 0x0000000100078a9b tst_QNetworkReply::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 1083 QtQA::App::TestRunner: 9 QtCore 0x000000010031037c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 10 QtCore 0x000000010030ffcc TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 11 QtTest 0x00000001000ff629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 12 QtTest 0x00000001000fc462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 13 tst_qnetworkreply 0x0000000100078604 main + 84 QtQA::App::TestRunner: 14 tst_qnetworkreply 0x0000000100003794 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff831287e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff83554786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff83553316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2:: Qt bearer thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85227cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x000000010034c648 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x000000010034d56a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x000000010034e4d7 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x0000000100303d04 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x000000010014c57d TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x000000010014ff87 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff852718bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff85274b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85275274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x0000000100151616 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 294 QtQA::App::TestRunner: 3 QtCore 0x00000001001513dc TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 4 QtCore 0x000000010014cbf4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 5 QtCore 0x000000010014ff87 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff852718bf _pthread_start + 335 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff85274b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83128192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85273594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85274b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83128192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85273594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85274b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83128192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85273594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85274b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: Qt HTTP thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85227cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x000000010034c648 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x000000010034d56a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x000000010034e4d7 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x0000000100303d04 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x000000010014c57d TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x000000010014ff87 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff852718bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff85274b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfd5e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd610 rsp: 0x00007fff5fbfd5e8 QtQA::App::TestRunner: r8: 0x00007fff719bafb8 r9: 0x00000001009705b0 r10: 0x00007fff83127d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x00007fff719bd960 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00007fff83127ce2 rfl: 0x0000000000000246 cr2: 0x0000000100104800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x1000c0ff7 +tst_qnetworkreply (??? - ???) <77BDA32E-5343-3A81-907B-D018E7E45194> /work/*/tst_qnetworkreply QtQA::App::TestRunner: 0x1000f6000 - 0x100117ff7 +QtTest (5.1.0 - compatibility 5.1.0) <02ABF438-D800-3205-987F-F89044DC7A2B> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100129000 - 0x1005cbff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x1006d5000 - 0x1007defff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100ad0000 - 0x100ae7ff7 +libqcorewlanbearer.dylib (??? - ???) <5F018390-A369-37F3-ADB2-467ED8FF1FC4> /work/*/libqcorewlanbearer.dylib QtQA::App::TestRunner: 0x100f89000 - 0x100f92fff +libqgenericbearer.dylib (??? - ???) <7F3E8880-0956-304B-8C99-BDA190801A8E> /work/*/libqgenericbearer.dylib QtQA::App::TestRunner: 0x7fff65699000 - 0x7fff656cdbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff810ca000 - 0x7fff8112afff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8156c000 - 0x7fff81575ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff815ce000 - 0x7fff815cffff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff815e8000 - 0x7fff81618ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff81668000 - 0x7fff8166afff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff819f8000 - 0x7fff81a99fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff81a9a000 - 0x7fff81aa4ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff81ab5000 - 0x7fff81ab5fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff81ab8000 - 0x7fff81ac3ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff81dd8000 - 0x7fff81deffff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff82088000 - 0x7fff8218dfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff821f7000 - 0x7fff82253ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff82254000 - 0x7fff82268ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff822cf000 - 0x7fff822d7fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff82b4e000 - 0x7fff82b5cfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff82ba2000 - 0x7fff82bddfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff82c0f000 - 0x7fff82c10fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff82c1d000 - 0x7fff82c6bfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff82e38000 - 0x7fff82e54ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff82ed2000 - 0x7fff82ed7ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff82ed8000 - 0x7fff82edcfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff83111000 - 0x7fff83131fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff83132000 - 0x7fff83140ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff83141000 - 0x7fff83153ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff83154000 - 0x7fff83187ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff83300000 - 0x7fff8340cfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff83551000 - 0x7fff8355ffff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff83565000 - 0x7fff835a5ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff835a6000 - 0x7fff835b5ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff835b6000 - 0x7fff835bdfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff836c0000 - 0x7fff836c6fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff836c7000 - 0x7fff836cdfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff836ff000 - 0x7fff8374bff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8374c000 - 0x7fff837c2ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8380b000 - 0x7fff83972fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff846e7000 - 0x7fff847dcfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff847dd000 - 0x7fff847defff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff847e4000 - 0x7fff847e9fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff84890000 - 0x7fff84ba9fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff84d9a000 - 0x7fff84d9ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff85223000 - 0x7fff85300fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff85b2b000 - 0x7fff85b30fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff85b35000 - 0x7fff85ba8fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff85bbc000 - 0x7fff85c56ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff85c81000 - 0x7fff85d83fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff85d97000 - 0x7fff861c4fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff861c5000 - 0x7fff861eefff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8628b000 - 0x7fff8648dfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff864e3000 - 0x7fff86525ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff86587000 - 0x7fff8675bff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8675c000 - 0x7fff86892fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff86899000 - 0x7fff868dafff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff868db000 - 0x7fff868dcfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff868dd000 - 0x7fff868deff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff868df000 - 0x7fff868e0ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff868e1000 - 0x7fff86bd6ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff86bd7000 - 0x7fff86c8aff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff86c8b000 - 0x7fff86cfbfff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff86d84000 - 0x7fff86ddcff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff86ddd000 - 0x7fff86de0fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff86de1000 - 0x7fff86e64fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff87be9000 - 0x7fff87c08fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff87c09000 - 0x7fff87c1bff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff87c1c000 - 0x7fff87c55fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff87c56000 - 0x7fff87c61fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff87c62000 - 0x7fff87c62fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88564000 - 0x7fff88648e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8892f000 - 0x7fff889c5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff889e3000 - 0x7fff889e7fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff889fa000 - 0x7fff88a0ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff88f01000 - 0x7fff88f06fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff88f07000 - 0x7fff88f34fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff895fa000 - 0x7fff89600ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff89a65000 - 0x7fff89a78ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff89a79000 - 0x7fff89b58fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89bad000 - 0x7fff89bcefff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff89fee000 - 0x7fff8a5d2fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ab85000 - 0x7fff8ab8cfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8ab9a000 - 0x7fff8ac61ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8ae33000 - 0x7fff8ae40ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8b203000 - 0x7fff8b227fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b2b4000 - 0x7fff8b2b6fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b424000 - 0x7fff8b424fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8b425000 - 0x7fff8b42afff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8b477000 - 0x7fff8b57efe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8b58b000 - 0x7fff8b591fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8b7c2000 - 0x7fff8b8cffff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib (... 56 lines omitted; there are too many errors!) PASS : tst_QNetworkReply::stateChecking() PASS : tst_QNetworkReply::invalidProtocol() PASS : tst_QNetworkReply::getFromData(empty2) PASS : tst_QNetworkReply::getFromData(just-charset_1) PASS : tst_QNetworkReply::getFromData(just-charset_2) PASS : tst_QNetworkReply::getFromData(just-media2) PASS : tst_QNetworkReply::getFromData(plain_1) PASS : tst_QNetworkReply::getFromData(plain_2) PASS : tst_QNetworkReply::getFromData(plain_3) PASS : tst_QNetworkReply::getFromData(pct_1) PASS : tst_QNetworkReply::getFromData(pct_2) PASS : tst_QNetworkReply::getFromData(base64-empty_1) PASS : tst_QNetworkReply::getFromData(base64-empty_2) PASS : tst_QNetworkReply::getFromData(base64-empty_3) PASS : tst_QNetworkReply::getFromData(base64_1) PASS : tst_QNetworkReply::getFromData(base64_2) PASS : tst_QNetworkReply::getFromData(base64_3) PASS : tst_QNetworkReply::getFromData(pct-nul) PASS : tst_QNetworkReply::getFromData(base64-nul) PASS : tst_QNetworkReply::getFromData(pct-nonutf8) PASS : tst_QNetworkReply::getFromData(base64) PASS : tst_QNetworkReply::getFromData(base64, no media type) PASS : tst_QNetworkReply::getFromData(Percent encoding) PASS : tst_QNetworkReply::getFromData(Percent encoding, no media type) PASS : tst_QNetworkReply::getFromData(querychars) PASS : tst_QNetworkReply::getFromData(css) PASS : tst_QNetworkReply::getFromFile() PASS : tst_QNetworkReply::getFromFileSpecial(resource) PASS : tst_QNetworkReply::getFromFileSpecial(search-path) PASS : tst_QNetworkReply::getFromFileSpecial(bigfile-path) PASS : tst_QNetworkReply::getFromFtp(rfc3252.txt) PASS : tst_QNetworkReply::getFromFtp(bigfile) PASS : tst_QNetworkReply::getFromHttp(success-internal) PASS : tst_QNetworkReply::getFromHttp(success-external) PASS : tst_QNetworkReply::getFromHttp(bigfile-internal) PASS : tst_QNetworkReply::getErrors(empty-url) PASS : tst_QNetworkReply::getErrors(empty-scheme-host) PASS : tst_QNetworkReply::getErrors(empty-scheme) PASS : tst_QNetworkReply::getErrors(file-host) PASS : tst_QNetworkReply::getErrors(file-no-path) PASS : tst_QNetworkReply::getErrors(file-is-dir) PASS : tst_QNetworkReply::getErrors(file-exist) PASS : tst_QNetworkReply::getErrors(file-is-wronly) PASS : tst_QNetworkReply::getErrors(ftp-host) PASS : tst_QNetworkReply::getErrors(ftp-no-path) XFAIL : tst_QNetworkReply::getErrors(ftp-is-dir) QFtp cannot provide enough detail Loc: [../tst_qnetworkreply.cpp(1873)] PASS : tst_QNetworkReply::getErrors(ftp-is-dir) XFAIL : tst_QNetworkReply::getErrors(ftp-dir-not-readable) QFtp cannot provide enough detail Loc: [../tst_qnetworkreply.cpp(1873)] PASS : tst_QNetworkReply::getErrors(ftp-dir-not-readable) PASS : tst_QNetworkReply::getErrors(ftp-file-not-readable) PASS : tst_QNetworkReply::getErrors(ftp-exist) PASS : tst_QNetworkReply::getErrors(http-host) PASS : tst_QNetworkReply::getErrors(http-exist) PASS : tst_QNetworkReply::getErrors(http-authentication) PASS : tst_QNetworkReply::headFromHttp(rfc) PASS : tst_QNetworkReply::headFromHttp(bigfile) PASS : tst_QNetworkReply::headFromHttp(index) PASS : tst_QNetworkReply::headFromHttp(with-authentication) PASS : tst_QNetworkReply::headFromHttp(cgi) PASS : tst_QNetworkReply::headFromHttp(rfc+proxy) PASS : tst_QNetworkReply::headFromHttp(bigfile+proxy) PASS : tst_QNetworkReply::headFromHttp(index+proxy) PASS : tst_QNetworkReply::headFromHttp(with-authentication+proxy) PASS : tst_QNetworkReply::headFromHttp(cgi+proxy) PASS : tst_QNetworkReply::headFromHttp(rfc+proxyauth) PASS : tst_QNetworkReply::headFromHttp(bigfile+proxyauth) PASS : tst_QNetworkReply::headFromHttp(index+proxyauth) PASS : tst_QNetworkReply::headFromHttp(with-authentication+proxyauth) PASS : tst_QNetworkReply::headFromHttp(cgi+proxyauth) PASS : tst_QNetworkReply::headFromHttp(rfc+socks) PASS : tst_QNetworkReply::headFromHttp(bigfile+socks) PASS : tst_QNetworkReply::headFromHttp(index+socks) PASS : tst_QNetworkReply::headFromHttp(with-authentication+socks) PASS : tst_QNetworkReply::headFromHttp(cgi+socks) PASS : tst_QNetworkReply::headFromHttp(rfc+socksauth) PASS : tst_QNetworkReply::headFromHttp(bigfile+socksauth) PASS : tst_QNetworkReply::headFromHttp(index+socksauth) PASS : tst_QNetworkReply::headFromHttp(with-authentication+socksauth) PASS : tst_QNetworkReply::headFromHttp(cgi+socksauth) PASS : tst_QNetworkReply::putToFile(empty) PASS : tst_QNetworkReply::putToFile(generic) PASS : tst_QNetworkReply::putToFile(small) PASS : tst_QNetworkReply::putToFile(with-nul) PASS : tst_QNetworkReply::putToFile(4k+1) PASS : tst_QNetworkReply::putToFile(128k+1) PASS : tst_QNetworkReply::putToFile(2MB+1) PASS : tst_QNetworkReply::putToFtp(empty) PASS : tst_QNetworkReply::putToFtp(generic) PASS : tst_QNetworkReply::putToFtp(small) PASS : tst_QNetworkReply::putToFtp(with-nul) PASS : tst_QNetworkReply::putToFtp(4k+1) PASS : tst_QNetworkReply::putToFtp(128k+1) PASS : tst_QNetworkReply::putToFtp(2MB+1) PASS : tst_QNetworkReply::putToHttp(empty) PASS : tst_QNetworkReply::putToHttp(generic) PASS : tst_QNetworkReply::putToHttp(small) PASS : tst_QNetworkReply::putToHttp(with-nul) PASS : tst_QNetworkReply::putToHttp(4k+1) PASS : tst_QNetworkReply::putToHttp(128k+1) PASS : tst_QNetworkReply::putToHttp(2MB+1) PASS : tst_QNetworkReply::putToHttpSynchronous(empty) PASS : tst_QNetworkReply::putToHttpSynchronous(generic) PASS : tst_QNetworkReply::putToHttpSynchronous(small) PASS : tst_QNetworkReply::putToHttpSynchronous(with-nul) PASS : tst_QNetworkReply::putToHttpSynchronous(4k+1) PASS : tst_QNetworkReply::putToHttpSynchronous(128k+1) PASS : tst_QNetworkReply::putToHttpSynchronous(2MB+1) SKIP : tst_QNetworkReply::putToHttpMultipart(empty) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(empty-related) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(empty-alternative) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-custom) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-text-text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(image) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-image-image) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(3-images) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(image-as-content) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] PASS : tst_QNetworkReply::postToHttp(empty) PASS : tst_QNetworkReply::postToHttp(generic) PASS : tst_QNetworkReply::postToHttp(small) PASS : tst_QNetworkReply::postToHttp(with-nul) PASS : tst_QNetworkReply::postToHttp(4k+1) PASS : tst_QNetworkReply::postToHttp(128k+1) PASS : tst_QNetworkReply::postToHttp(2MB+1) PASS : tst_QNetworkReply::postToHttpSynchronous(empty) PASS : tst_QNetworkReply::postToHttpSynchronous(generic) PASS : tst_QNetworkReply::postToHttpSynchronous(small) PASS : tst_QNetworkReply::postToHttpSynchronous(with-nul) PASS : tst_QNetworkReply::postToHttpSynchronous(4k+1) PASS : tst_QNetworkReply::postToHttpSynchronous(128k+1) PASS : tst_QNetworkReply::postToHttpSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttpMultipart(empty) PASS : tst_QNetworkReply::postToHttpMultipart(empty-related) PASS : tst_QNetworkReply::postToHttpMultipart(empty-alternative) PASS : tst_QNetworkReply::postToHttpMultipart(text) PASS : tst_QNetworkReply::postToHttpMultipart(text-custom) PASS : tst_QNetworkReply::postToHttpMultipart(text-text) PASS : tst_QNetworkReply::postToHttpMultipart(text-text-text) PASS : tst_QNetworkReply::postToHttpMultipart(image) PASS : tst_QNetworkReply::postToHttpMultipart(text-image-image) PASS : tst_QNetworkReply::postToHttpMultipart(3-images) PASS : tst_QNetworkReply::postToHttpMultipart(image-as-content) PASS : tst_QNetworkReply::putToHttps(empty) PASS : tst_QNetworkReply::putToHttps(generic) PASS : tst_QNetworkReply::putToHttps(small) PASS : tst_QNetworkReply::putToHttps(with-nul) PASS : tst_QNetworkReply::putToHttps(4k+1) PASS : tst_QNetworkReply::putToHttps(128k+1) PASS : tst_QNetworkReply::putToHttps(2MB+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(empty) PASS : tst_QNetworkReply::putToHttpsSynchronous(generic) PASS : tst_QNetworkReply::putToHttpsSynchronous(small) PASS : tst_QNetworkReply::putToHttpsSynchronous(with-nul) PASS : tst_QNetworkReply::putToHttpsSynchronous(4k+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(128k+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttps(empty) PASS : tst_QNetworkReply::postToHttps(generic) PASS : tst_QNetworkReply::postToHttps(small) PASS : tst_QNetworkReply::postToHttps(with-nul) PASS : tst_QNetworkReply::postToHttps(4k+1) PASS : tst_QNetworkReply::postToHttps(128k+1) PASS : tst_QNetworkReply::postToHttps(2MB+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(empty) PASS : tst_QNetworkReply::postToHttpsSynchronous(generic) PASS : tst_QNetworkReply::postToHttpsSynchronous(small) PASS : tst_QNetworkReply::postToHttpsSynchronous(with-nul) PASS : tst_QNetworkReply::postToHttpsSynchronous(4k+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(128k+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttpsMultipart(empty) PASS : tst_QNetworkReply::postToHttpsMultipart(empty-related) PASS : tst_QNetworkReply::postToHttpsMultipart(empty-alternative) PASS : tst_QNetworkReply::postToHttpsMultipart(text) PASS : tst_QNetworkReply::postToHttpsMultipart(text-custom) PASS : tst_QNetworkReply::postToHttpsMultipart(text-text) PASS : tst_QNetworkReply::postToHttpsMultipart(text-text-text) PASS : tst_QNetworkReply::postToHttpsMultipart(image) PASS : tst_QNetworkReply::postToHttpsMultipart(text-image-image) PASS : tst_QNetworkReply::postToHttpsMultipart(3-images) PASS : tst_QNetworkReply::postToHttpsMultipart(image-as-content) PASS : tst_QNetworkReply::deleteFromHttp(405-method-not-allowed) PASS : tst_QNetworkReply::deleteFromHttp(200-ok) PASS : tst_QNetworkReply::deleteFromHttp(202-accepted) PASS : tst_QNetworkReply::deleteFromHttp(204-no-content) PASS : tst_QNetworkReply::deleteFromHttp(404-not-found) PASS : tst_QNetworkReply::putGetDeleteGetFromHttp(success) PASS : tst_QNetworkReply::putGetDeleteGetFromHttp(delete-error) PASS : tst_QNetworkReply::sendCustomRequestToHttp(options) PASS : tst_QNetworkReply::sendCustomRequestToHttp(trace) PASS : tst_QNetworkReply::sendCustomRequestToHttp(connect) PASS : tst_QNetworkReply::sendCustomRequestToHttp(nonsense) PASS : tst_QNetworkReply::sendCustomRequestToHttp(post) PASS : tst_QNetworkReply::sendCustomRequestToHttp(put) PASS : tst_QNetworkReply::connectToIPv6Address(localhost) PASS : tst_QNetworkReply::ioGetFromData(data-empty) PASS : tst_QNetworkReply::ioGetFromData(data-literal) PASS : tst_QNetworkReply::ioGetFromData(data-pct) PASS : tst_QNetworkReply::ioGetFromData(data-base64) PASS : tst_QNetworkReply::ioGetFromFileSpecial(resource) PASS : tst_QNetworkReply::ioGetFromFileSpecial(search-path) PASS : tst_QNetworkReply::ioGetFromFileSpecial(bigfile-path) PASS : tst_QNetworkReply::ioGetFromFile(empty) PASS : tst_QNetworkReply::ioGetFromFile(generic) PASS : tst_QNetworkReply::ioGetFromFile(small) PASS : tst_QNetworkReply::ioGetFromFile(with-nul) PASS : tst_QNetworkReply::ioGetFromFile(4k+1) PASS : tst_QNetworkReply::ioGetFromFile(128k+1) PASS : tst_QNetworkReply::ioGetFromFile(2MB+1) PASS : tst_QNetworkReply::ioGetFromFtp(bigfile) PASS : tst_QNetworkReply::ioGetFromFtp(rfc3252.txt) PASS : tst_QNetworkReply::ioGetFromFtpWithReuse() PASS : tst_QNetworkReply::ioGetFromHttp() QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) RateControlledReader: going to read 10240 bytes every 50 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) FastSender: flushed 1200044 bytes in 12 ms: rate = 100003666 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) wrapUp: found 1200000 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) send rate: 100003666 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) receive rate: 92307692 (it received 1200000 bytes in 13 ms) PASS : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) FastSender: ok, kernel buffer is full after writing 161792 bytes QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Still having 1024 bytes to write, doing that now QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) FastSender: flushed 1038252 bytes in 22 ms: rate = 47193272 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) RateControlledReader: going to read 4096 bytes every 20 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) wrapUp: found 1200000 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) send rate: 47193272 B/s QFATAL : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Received signal 8 FAIL! : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Received a fatal error. Loc: [Unknown file(0)] Totals: 203 passed, 1 failed, 11 skipped ********* Finished testing of tst_QNetworkReply ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qnetworkreply [86661] QtQA::App::TestRunner: Path: /work/*/tst_qnetworkreply QtQA::App::TestRunner: Identifier: tst_qnetworkreply QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [85656] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-01 23:56:09.000 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_ARITHMETIC (SIGABRT) QtQA::App::TestRunner: Exception Codes: EXC_I386_DIV (divide by zero) QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[86661]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff852737d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85264a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100140b49 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001001410f5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x00000001000fbb4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff852c5cfa _sigtramp + 26 QtQA::App::TestRunner: 7 tst_qnetworkreply 0x000000010004e8bd tst_QNetworkReply::ioGetFromBuiltinHttp() + 1581 QtQA::App::TestRunner: 8 tst_qnetworkreply 0x0000000100078a9b tst_QNetworkReply::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 1083 QtQA::App::TestRunner: 9 QtCore 0x000000010031037c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 10 QtCore 0x000000010030ffcc TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 11 QtTest 0x00000001000ff629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 12 QtTest 0x00000001000fc462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 13 tst_qnetworkreply 0x0000000100078604 main + 84 QtQA::App::TestRunner: 14 tst_qnetworkreply 0x0000000100003794 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff831287e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff83554786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff83553316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2:: Qt bearer thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85227cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x000000010034c648 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x000000010034d56a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x000000010034e4d7 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x0000000100303d04 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x000000010014c57d TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x000000010014ff87 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff852718bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff85274b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85275274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x0000000100151616 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 294 QtQA::App::TestRunner: 3 QtCore 0x00000001001513dc TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 4 QtCore 0x000000010014cbf4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 5 QtCore 0x000000010014ff87 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff852718bf _pthread_start + 335 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff85274b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83128192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85273594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85274b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83128192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85273594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85274b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83128192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85273594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff85274b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: Qt HTTP thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff83127df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff85227cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x000000010034c648 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x000000010034d56a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x000000010034e4d7 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x0000000100303d04 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x000000010014c57d TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x000000010014ff87 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff852718bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff85274b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfd5f8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd620 rsp: 0x00007fff5fbfd5f8 QtQA::App::TestRunner: r8: 0x00007fff719bafb8 r9: 0x0000000100b77040 r10: 0x00007fff83127d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x00007fff719bd960 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00007fff83127ce2 rfl: 0x0000000000000246 cr2: 0x00000001041ae310 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x1000c0ff7 +tst_qnetworkreply (??? - ???) <77BDA32E-5343-3A81-907B-D018E7E45194> /work/*/tst_qnetworkreply QtQA::App::TestRunner: 0x1000f6000 - 0x100117ff7 +QtTest (5.1.0 - compatibility 5.1.0) <02ABF438-D800-3205-987F-F89044DC7A2B> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100129000 - 0x1005cbff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x1006d5000 - 0x1007defff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100ad0000 - 0x100ae7ff7 +libqcorewlanbearer.dylib (??? - ???) <5F018390-A369-37F3-ADB2-467ED8FF1FC4> /work/*/libqcorewlanbearer.dylib QtQA::App::TestRunner: 0x100d83000 - 0x100d8cfff +libqgenericbearer.dylib (??? - ???) <7F3E8880-0956-304B-8C99-BDA190801A8E> /work/*/libqgenericbearer.dylib QtQA::App::TestRunner: 0x7fff6a7ea000 - 0x7fff6a81ebaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff810ca000 - 0x7fff8112afff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8156c000 - 0x7fff81575ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff815ce000 - 0x7fff815cffff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff815e8000 - 0x7fff81618ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff81668000 - 0x7fff8166afff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff819f8000 - 0x7fff81a99fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff81a9a000 - 0x7fff81aa4ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff81ab5000 - 0x7fff81ab5fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff81ab8000 - 0x7fff81ac3ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff81dd8000 - 0x7fff81deffff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff82088000 - 0x7fff8218dfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff821f7000 - 0x7fff82253ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff82254000 - 0x7fff82268ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff822cf000 - 0x7fff822d7fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff82b4e000 - 0x7fff82b5cfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff82ba2000 - 0x7fff82bddfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff82c0f000 - 0x7fff82c10fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff82c1d000 - 0x7fff82c6bfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff82e38000 - 0x7fff82e54ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff82ed2000 - 0x7fff82ed7ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff82ed8000 - 0x7fff82edcfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff83111000 - 0x7fff83131fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff83132000 - 0x7fff83140ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff83141000 - 0x7fff83153ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff83154000 - 0x7fff83187ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff83300000 - 0x7fff8340cfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff83551000 - 0x7fff8355ffff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff83565000 - 0x7fff835a5ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff835a6000 - 0x7fff835b5ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff835b6000 - 0x7fff835bdfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff836c0000 - 0x7fff836c6fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff836c7000 - 0x7fff836cdfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff836ff000 - 0x7fff8374bff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8374c000 - 0x7fff837c2ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8380b000 - 0x7fff83972fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff846e7000 - 0x7fff847dcfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff847dd000 - 0x7fff847defff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff847e4000 - 0x7fff847e9fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff84890000 - 0x7fff84ba9fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff84d9a000 - 0x7fff84d9ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff85223000 - 0x7fff85300fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff85b2b000 - 0x7fff85b30fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff85b35000 - 0x7fff85ba8fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff85bbc000 - 0x7fff85c56ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff85c81000 - 0x7fff85d83fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff85d97000 - 0x7fff861c4fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff861c5000 - 0x7fff861eefff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8628b000 - 0x7fff8648dfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff864e3000 - 0x7fff86525ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff86587000 - 0x7fff8675bff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8675c000 - 0x7fff86892fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff86899000 - 0x7fff868dafff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff868db000 - 0x7fff868dcfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff868dd000 - 0x7fff868deff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff868df000 - 0x7fff868e0ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff868e1000 - 0x7fff86bd6ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff86bd7000 - 0x7fff86c8aff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff86c8b000 - 0x7fff86cfbfff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff86d84000 - 0x7fff86ddcff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff86ddd000 - 0x7fff86de0fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff86de1000 - 0x7fff86e64fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff87be9000 - 0x7fff87c08fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff87c09000 - 0x7fff87c1bff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff87c1c000 - 0x7fff87c55fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff87c56000 - 0x7fff87c61fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff87c62000 - 0x7fff87c62fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88564000 - 0x7fff88648e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8892f000 - 0x7fff889c5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff889e3000 - 0x7fff889e7fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff889fa000 - 0x7fff88a0ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff88f01000 - 0x7fff88f06fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff88f07000 - 0x7fff88f34fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff895fa000 - 0x7fff89600ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff89a65000 - 0x7fff89a78ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff89a79000 - 0x7fff89b58fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89bad000 - 0x7fff89bcefff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff89fee000 - 0x7fff8a5d2fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ab85000 - 0x7fff8ab8cfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8ab9a000 - 0x7fff8ac61ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8ae33000 - 0x7fff8ae40ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8b203000 - 0x7fff8b227fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b2b4000 - 0x7fff8b2b6fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b424000 - 0x7fff8b424fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8b425000 - 0x7fff8b42afff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8b477000 - 0x7fff8b57efe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8b58b000 - 0x7fff8b591fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8b7c2000 - 0x7fff8b8cffff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8b92c000 - 0x7fff8bc48fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8bc68000 - 0x7fff8bcedff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8bd34000 - 0x7fff8bdb8ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8bf84000 - 0x7fff8bfc3fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8bfc4000 - 0x7fff8c962a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8cae7000 - 0x7fff8cb12ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8cb13000 - 0x7fff8cb30fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8cb5b000 - 0x7fff8cbc6ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8d060000 - 0x7fff8d0b4fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8d132000 - 0x7fff8d17bff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN QtQA::App::TestRunner: 0x7fff8d435000 - 0x7fff8d4d7fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8d4f4000 - 0x7fff8d4f4fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8d55a000 - 0x7fff8d5d5ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8d615000 - 0x7fff8d616ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ddc0000 - 0x7fff8dea4ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8dea5000 - 0x7fff8dea5fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8df01000 - 0x7fff8df01fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 1 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 19455 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=117.4M resident=58.6M(50%) swapped_out_or_unallocated=58.9M(50%) QtQA::App::TestRunner: Writable regions: Total=57.1M written=20.0M(35%) resident=21.9M(38%) swapped_out=0K(0%) unallocated=35.2M(62%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: MALLOC 45.1M QtQA::App::TestRunner: MALLOC guard page 32K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 11.6M QtQA::App::TestRunner: VM_ALLOCATE 40K QtQA::App::TestRunner: __DATA 4280K QtQA::App::TestRunner: __LINKEDIT 50.8M QtQA::App::TestRunner: __TEXT 66.6M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 15.7M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 250.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qnetworkreply: 170 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00144/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364837648): http://codereview.qt-project.org/52526 [PS10] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 2 02:40:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 02:40:05 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130401_234005_035129.ci-noreply@qt-project.org> QtBase_dev_Integration #748: SUCCESS Tested changes (refs/builds/dev_1364841900): http://codereview.qt-project.org/52665 [PS2] - BlackBerry: fix compilation From ci-noreply at qt-project.org Tue Apr 2 02:56:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 02:56:02 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130401_235602_094370.ci-noreply@qt-project.org> QtBase_stable_Integration #800: SUCCESS Tested changes (refs/builds/stable_1364844943): http://codereview.qt-project.org/52630 [PS2] - Update the QMetaMethod::tag() documentation due to moc expanding macros http://codereview.qt-project.org/51824 [PS1] - Upgrade the PCRE import script to 8.32 http://codereview.qt-project.org/51820 [PS2] - Upgrade the bundled PCRE to 8.32 http://codereview.qt-project.org/51630 [PS2] - update bundled sqlite to 3.7.16.1 http://codereview.qt-project.org/52655 [PS1] - Fix reporting writing systems for non-TrueType fonts From ci-noreply at qt-project.org Tue Apr 2 03:06:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 03:06:14 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_000614_034410.ci-noreply@qt-project.org> qtbase failed to compile :( ../../../sql/drivers/mysql/qsql_mysql.cpp: In constructor 'QMYSQLDriverPrivate::QMYSQLDriverPrivate()': ../../../sql/drivers/mysql/qsql_mysql.cpp:89:51: error: 'MySQLServer' was not declared in this scope make[5]: *** [.obj/release-shared/qsql_mysql.o] Error 1 make[4]: *** [sub-mysql-make_first] Error 2 make[3]: *** [sub-sqldrivers-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00801/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1364860695): http://codereview.qt-project.org/52642 [PS4] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver From ci-noreply at qt-project.org Tue Apr 2 07:09:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 07:09:25 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_040925_040288.ci-noreply@qt-project.org> QtBase_dev_Integration #750: SUCCESS Tested changes (refs/builds/dev_1364859737): http://codereview.qt-project.org/51357 [PS3] - Check 'node' for NULL before derefencing it, not after From ci-noreply at qt-project.org Tue Apr 2 09:24:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 09:24:13 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130402_062413_065735.ci-noreply@qt-project.org> QtImageFormats_stable_Integration #45: SUCCESS Tested changes (refs/builds/stable_1364882121): http://codereview.qt-project.org/51552 [PS1] - Fix the config.tests to correctly detect the 3rd party libraries From ci-noreply at qt-project.org Tue Apr 2 09:34:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 09:34:39 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130402_063439_078494.ci-noreply@qt-project.org> Qt5_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #146: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00146/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz ============================================================ Qt5_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #146: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00146/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1364882548): http://codereview.qt-project.org/52526 [PS11] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 2 09:39:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 09:39:01 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130402_063901_002878.ci-noreply@qt-project.org> Qt5_stable_Integration » macx-g++_developer-build_OSX_10.6 #147: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00147/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1364884601): http://codereview.qt-project.org/52526 [PS11] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 2 10:22:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 10:22:13 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130402_072213_080719.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #19: SUCCESS Tested changes (refs/builds/stable_1364883952): http://codereview.qt-project.org/52428 [PS1] - Slider: Fix increment/decrement on mouseWheel From ci-noreply at qt-project.org Tue Apr 2 10:49:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 10:49:19 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130402_074919_087829.ci-noreply@qt-project.org> Autotest `qobjectrace' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QObjectRace FAIL! : tst_QObjectRace::moveToThreadRace() 'threads[i]->wait(300)' returned FALSE. () Loc: [tst_qobjectrace.cpp(163)] Totals: 3 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QObjectRace ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QObjectRace::initTestCase() QFATAL : tst_QObjectRace::moveToThreadRace() Received signal 11 FAIL! : tst_QObjectRace::moveToThreadRace() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QObjectRace ********* QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 32256] QtQA::App::TestRunner: [New Thread 32260] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./qobjectrace -o /work/build/_artifacts/test-logs/qobjectrace-testresults-00.xm'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7701430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 32260): QtQA::App::TestRunner: #0 0xb7701430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb707a6b3 in __lll_lock_wait_private () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:95 QtQA::App::TestRunner: #2 0xb700e417 in _L_lock_9639 () from /lib/tls/i686/cmov/libc.so.6 QtQA::App::TestRunner: #3 0xb700cc46 in *__GI___libc_free (mem=0x8a26668) at malloc.c:3736 QtQA::App::TestRunner: #4 0xb71f9741 in operator delete(void*) () from /usr/lib/libstdc++.so.6 QtQA::App::TestRunner: #5 0xb76e9582 in ~QPlainTestLogger (this=0x8a26668, QtQA::App::TestRunner: __in_chrg=) at qplaintestlogger.cpp:310 QtQA::App::TestRunner: #6 0xb76e6277 in QTest::TestLoggers::destroyLoggers () at qtestlog.cpp:139 QtQA::App::TestRunner: #7 QTestLog::stopLogging () at qtestlog.cpp:412 QtQA::App::TestRunner: #8 0xb76e686f in messageHandler (type=QtFatalMsg, QtQA::App::TestRunner: msg=0xb0c59d70 "Received signal 11") at qtestlog.cpp:292 QtQA::App::TestRunner: #9 0xb72d1e42 in qt_message_print (msgType=4294966784, QtQA::App::TestRunner: context=, message=...) at global/qlogging.cpp:907 QtQA::App::TestRunner: #10 0xb72d2ccd in qt_message (msgType=QtFatalMsg, QtQA::App::TestRunner: context=, msg=0xb76f3ee4 "Received signal %d", QtQA::App::TestRunner: ap=0xb42ccc38 "\v", buf=...) at global/qlogging.cpp:221 QtQA::App::TestRunner: #11 0xb72d2db1 in QMessageLogger::fatal (this=0xb42ccc4c, QtQA::App::TestRunner: msg=0xb76f3ee4 "Received signal %d") at global/qlogging.cpp:357 QtQA::App::TestRunner: #12 0xb76ddbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #13 QtQA::App::TestRunner: #14 0xb7009662 in _int_free (av=, p=0x8a2cef8) QtQA::App::TestRunner: at malloc.c:4947 QtQA::App::TestRunner: #15 0xb700cc4d in *__GI___libc_free (mem=0x8a2cf80) at malloc.c:3738 QtQA::App::TestRunner: #16 0xb6becfc6 in g_free () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #17 0xb6be3f5a in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #18 0xb74fdcfd in ~QEventDispatcherGlib (this=0x8a2bf18, QtQA::App::TestRunner: __in_chrg=) at kernel/qeventdispatcher_glib.cpp:377 QtQA::App::TestRunner: #19 0xb72e339e in QThreadPrivate::finish (arg=0x8a26c50) QtQA::App::TestRunner: at thread/qthread_unix.cpp:367 QtQA::App::TestRunner: #20 0xb72e36fe in ~__pthread_cleanup_class (arg=0x8a26c50) QtQA::App::TestRunner: at /usr/include/pthread.h:535 QtQA::App::TestRunner: #21 QThreadPrivate::start (arg=0x8a26c50) at thread/qthread_unix.cpp:341 QtQA::App::TestRunner: #22 0xb723896e in start_thread (arg=0xb42cdb70) at pthread_create.c:300 QtQA::App::TestRunner: #23 0xb706d3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 32256): QtQA::App::TestRunner: #0 0xb7701430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fc4651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6fc7a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72d2db6 in qt_message_fatal (this=0xbfc3e6cc, QtQA::App::TestRunner: msg=0xb76f3ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfc3e6cc, QtQA::App::TestRunner: msg=0xb76f3ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76ddbe7 in QTest::FatalSignalHandler::signal (signum=15) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb7701430 in __kernel_vsyscall () QtQA::App::TestRunner: #8 0xb723faf9 in __lll_lock_wait () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142 QtQA::App::TestRunner: #9 0xb723b13b in _L_lock_748 () from /lib/tls/i686/cmov/libpthread.so.0 QtQA::App::TestRunner: #10 0xb723af61 in __pthread_mutex_lock (mutex=0x8a2cf04) QtQA::App::TestRunner: at pthread_mutex_lock.c:61 QtQA::App::TestRunner: #11 0xb6be5601 in g_main_context_wakeup () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #12 0xb74fd09e in QEventDispatcherGlib::wakeUp (this=0x8a2a880) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:595 QtQA::App::TestRunner: #13 0xb74ab9d5 in QCoreApplication::postEvent (receiver=0x8a268a8, QtQA::App::TestRunner: event=0xb21e2e60, priority=0) at kernel/qcoreapplication.cpp:1263 QtQA::App::TestRunner: #14 0xb74d958b in queued_activate (sender=0xbfc3ef8c, signalOffset=0, QtQA::App::TestRunner: local_signal_index=0, argv=0xbfc3ee78) at kernel/qobject.cpp:3345 QtQA::App::TestRunner: #15 QMetaObject::activate (sender=0xbfc3ef8c, signalOffset=0, QtQA::App::TestRunner: local_signal_index=0, argv=0xbfc3ee78) at kernel/qobject.cpp:3438 QtQA::App::TestRunner: #16 0xb74d9caa in QMetaObject::activate (sender=0xbfc3ef8c, m=0xb76d0674, QtQA::App::TestRunner: local_signal_index=0, argv=0xbfc3ee78) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #17 0xb74d9df3 in QObject::destroyed (this=0xbfc3ef8c, _t1=0xbfc3ef8c) QtQA::App::TestRunner: at .moc/release-shared/moc_qobject.cpp:202 QtQA::App::TestRunner: #18 0xb74da96e in ~QObject (this=0xbfc3ef8c, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:771 QtQA::App::TestRunner: #19 0x0804b05c in tst_QObjectRace::moveToThreadRace (this=0xbfc3f8d0) QtQA::App::TestRunner: at tst_qobjectrace.cpp:154 QtQA::App::TestRunner: #20 0xb74b6de0 in QMetaMethod::invoke (this=0xbfc3f254, object=0xbfc3f8d0, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #21 0xb74b92d3 in QMetaObject::invokeMethod (obj=0xbfc3f8d0, QtQA::App::TestRunner: member=0x8a26498 "moveToThreadRace", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #22 0xb76e26e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #23 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #24 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #25 0xb76e34aa in qInvokeTestMethods (testObject=0xbfc3f8d0, argc=5, QtQA::App::TestRunner: argv=0xbfc3f9a4) at qtestcase.cpp:1976 QtQA::App::TestRunner: #26 QTest::qExec (testObject=0xbfc3f8d0, argc=5, argv=0xbfc3f9a4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #27 0x0804adbd in main (argc=5, argv=0xbfc3f9a4) at tst_qobjectrace.cpp:261 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with signal 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end qobjectrace: 512 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00148/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1364884890): http://codereview.qt-project.org/52526 [PS11] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 2 11:10:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 11:10:29 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_081029_052566.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #345: SUCCESS Tested changes (refs/builds/stable_1364884311): http://codereview.qt-project.org/51573 [PS1] - Fix distance field antialiasing for retina displays. http://codereview.qt-project.org/51635 [PS1] - Show fullscreen button in qmlscene on Mac From ci-noreply at qt-project.org Tue Apr 2 11:15:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 11:15:58 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130402_081558_062603.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #176: SUCCESS Tested changes (refs/builds/master_1364889905): http://codereview.qt-project.org/52124 [PS2] - Add Android to packaging nodes From ci-noreply at qt-project.org Tue Apr 2 11:47:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 11:47:05 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_084705_016669.ci-noreply@qt-project.org> QtBase_stable_Integration #802: SUCCESS Tested changes (refs/builds/stable_1364884319): http://codereview.qt-project.org/51701 [PS1] - Let EglFS pick up a platform input context if installed From ci-noreply at qt-project.org Tue Apr 2 12:01:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 12:01:55 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_090155_064177.ci-noreply@qt-project.org> qtbase failed to compile :( In file included from main.cpp:45:0: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:55:40: fatal error: QtSql/private/qsqldriver_p.h: No such file or directory make[6]: *** [.obj/release-shared/main.o] Error 1 make[5]: *** [sub-qsqlquery-make_first] Error 2 make[4]: *** [sub-kernel-make_first] Error 2 make[3]: *** [sub-sql-make_first] Error 2 make[2]: *** [sub-benchmarks-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00803/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1364892557): http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference http://codereview.qt-project.org/52622 [PS2] - Also versin.xml needs to be installed http://codereview.qt-project.org/52687 [PS1] - Doc: Fix the documentation for QWindow::focusObjectChanged() http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52642 [PS5] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver From ci-noreply at qt-project.org Tue Apr 2 12:13:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 12:13:53 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130402_091353_044015.ci-noreply@qt-project.org> QtDoc_stable_Integration #113: SUCCESS Tested changes (refs/builds/stable_1364891521): http://codereview.qt-project.org/52547 [PS3] - Doc: Update "Setting the Application Icon on Windows" From ci-noreply at qt-project.org Tue Apr 2 13:03:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 13:03:46 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_100346_082082.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #346: SUCCESS Tested changes (refs/builds/stable_1364891479): http://codereview.qt-project.org/52386 [PS1] - Update EtcProvider example to support configurable base url. From ci-noreply at qt-project.org Tue Apr 2 13:03:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 13:03:57 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_100357_087639.ci-noreply@qt-project.org> Autotests `tst_qcombobox' and `tst_qsslsocket' failed :( The tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::privateKeyOpaque(WithoutProxy) 'socket->waitForEncrypted(10000)' returned FALSE. () .\tst_qsslsocket.cpp(794) : failure location FAIL! : tst_QSslSocket::protocol(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Proxy server connection timed out) .\tst_qsslsocket.cpp(818) : failure location FAIL! : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(901) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2042) : failure location Totals: 563 passed, 4 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2073) : failure location PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 179 seconds, exit code 1 Testing tst_QComboBox FAIL! : tst_QComboBox::task190205_setModelAdjustToContents() Compared values are not the same Actual (box.size()): QSize(94x20) Expected (correctBox.size()): QSize(124x20) .\tst_qcombobox.cpp(2179) : failure location Totals: 147 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QComboBox ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QComboBox::initTestCase() PASS : tst_QComboBox::getSetCheck() PASS : tst_QComboBox::ensureReturnIsIgnored() PASS : tst_QComboBox::setEditable() PASS : tst_QComboBox::setPalette() PASS : tst_QComboBox::sizeAdjustPolicy() PASS : tst_QComboBox::clear() PASS : tst_QComboBox::insertPolicy(NoInsert-NoInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-OneInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-NoInitial) PASS : tst_QComboBox::insertPolicy(AtTop-OneInitial) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-NoInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-OneInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-NoInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-OneInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-LastCurrent) PASS : tst_QComboBox::virtualAutocompletion() PASS : tst_QComboBox::autoCompletionCaseSensitivity() QWARN : tst_QComboBox::hide() Problem creating accessible interface for: QWidget(0xb9c4bddaa0) Make sure to deploy Qt with accessibility plugins. PASS : tst_QComboBox::hide() PASS : tst_QComboBox::currentIndex(first added item is set to current if there is no current) PASS : tst_QComboBox::currentIndex(check that setting the index works) PASS : tst_QComboBox::currentIndex(check that isetting the index to -1 works) PASS : tst_QComboBox::currentIndex(check that current index is invalid when removing the only item) PASS : tst_QComboBox::currentIndex(check that the current index follows the item when removing an item above) PASS : tst_QComboBox::currentIndex(check that the current index uses the next item if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is moved to the one before if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is unchanged if you remove an item after) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert before current) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert on the current) PASS : tst_QComboBox::currentIndex(check that the current index stays the same if you insert after the current) PASS : tst_QComboBox::insertItems(prepend) PASS : tst_QComboBox::insertItems(prepend with negative value) PASS : tst_QComboBox::insertItems(append) PASS : tst_QComboBox::insertItems(append with too high value) PASS : tst_QComboBox::insertItems(insert) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertOnCurrentIndex() PASS : tst_QComboBox::textpixmapdata(just text) PASS : tst_QComboBox::textpixmapdata(just icons) PASS : tst_QComboBox::textpixmapdata(just user data) PASS : tst_QComboBox::textpixmapdata(text, icons and user data) PASS : tst_QComboBox::currentTextChanged(editable) PASS : tst_QComboBox::currentTextChanged(not editable) PASS : tst_QComboBox::editTextChanged() PASS : tst_QComboBox::setModel() PASS : tst_QComboBox::modelDeleted() PASS : tst_QComboBox::setMaxCount() PASS : tst_QComboBox::setCurrentIndex() PASS : tst_QComboBox::setCurrentText(editable) PASS : tst_QComboBox::setCurrentText(not editable) PASS : tst_QComboBox::convenienceViews() PASS : tst_QComboBox::findText(CaseSensitive_1) PASS : tst_QComboBox::findText(CaseSensitive_2) PASS : tst_QComboBox::findText(CaseSensitive_3) PASS : tst_QComboBox::findText(CaseSensitive_4) PASS : tst_QComboBox::findText(CaseInsensitive_1) PASS : tst_QComboBox::findText(CaseInsensitive_2) PASS : tst_QComboBox::findText(CaseInsensitive_3) PASS : tst_QComboBox::findText(CaseInsensitive_4) QWARN : tst_QComboBox::flaggedItems(non-editable:normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:normal) QWARN : tst_QComboBox::flaggedItems(non-editable:non-selectable) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:non-selectable) QWARN : tst_QComboBox::flaggedItems(non-editable:disabled) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:mixed) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:mixed) QWARN : tst_QComboBox::flaggedItems(non-editable:nearly-empty) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:nearly-empty) QWARN : tst_QComboBox::flaggedItems(non-editable:only one enabled) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:only one enabled) QWARN : tst_QComboBox::flaggedItems(non-editable:home-disabled) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:home-disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:end-key) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:end-key) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard-search) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard-search) QWARN : tst_QComboBox::flaggedItems(non-editable:search same start letter) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:search same start letter) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard search item) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard search item) QWARN : tst_QComboBox::flaggedItems(non-editable:all key combinations) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:all key combinations) PASS : tst_QComboBox::flaggedItems(editable:normal) PASS : tst_QComboBox::flaggedItems(editable:non-selectable) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:mixed) PASS : tst_QComboBox::flaggedItems(editable:nearly-empty) PASS : tst_QComboBox::flaggedItems(editable:only one enabled) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:broken autocompletion) PASS : tst_QComboBox::pixmapIcon() PASS : tst_QComboBox::mouseWheel(upper locked) PASS : tst_QComboBox::mouseWheel(jump over) PASS : tst_QComboBox::mouseWheel(single Item enabled) PASS : tst_QComboBox::layoutDirection() QWARN : tst_QComboBox::itemListPosition() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 2448x20+320+140 on 'QWidgetClassWindow'. Resulting geometry: 1280x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::itemListPosition() PASS : tst_QComboBox::separatorItem(test) QWARN : tst_QComboBox::task190351_layout() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 60x22+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x22+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190351_layout() QWARN : tst_QComboBox::task191329_size() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 111x22+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x22+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task191329_size() PASS : tst_QComboBox::task166349_setEditableOnReturn() QWARN : tst_QComboBox::task190205_setModelAdjustToContents() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 42x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::task190205_setModelAdjustToContents() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 94x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QComboBox::task190205_setModelAdjustToContents() Compared values are not the same Actual (box.size()): QSize(94x20) Expected (correctBox.size()): QSize(124x20) .\tst_qcombobox.cpp(2179) : failure location PASS : tst_QComboBox::task248169_popupWithMinimalSize() QWARN : tst_QComboBox::task247863_keyBoardSelection() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 44x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task247863_keyBoardSelection() QWARN : tst_QComboBox::task220195_keyBoardSelection2() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 48x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task220195_keyBoardSelection2() PASS : tst_QComboBox::setModelColumn() QWARN : tst_QComboBox::noScrollbar(normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(normal) QWARN : tst_QComboBox::noScrollbar(border) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(border) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(border) QWARN : tst_QComboBox::noScrollbar(margin) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(margin) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(margin) QWARN : tst_QComboBox::noScrollbar(padding) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(padding) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(padding) QWARN : tst_QComboBox::noScrollbar(everything) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything) QWARN : tst_QComboBox::noScrollbar(everything and more) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything and more) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything and more) PASS : tst_QComboBox::setItemDelegate() PASS : tst_QComboBox::task253944_itemDelegateIsReset() PASS : tst_QComboBox::subControlRectsWithOffset(editable = true) PASS : tst_QComboBox::subControlRectsWithOffset(editable = false) QWARN : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 62x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() PASS : tst_QComboBox::removeItem() PASS : tst_QComboBox::resetModel() QWARN : tst_QComboBox::keyBoardNavigationWithMouse() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 38x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. () .\tst_qcombobox.cpp(2552) : failure location PASS : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated() QWARN : tst_QComboBox::maxVisibleItems() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 38x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::maxVisibleItems() PASS : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn() PASS : tst_QComboBox::highlightedSignal() PASS : tst_QComboBox::cleanupTestCase() Totals: 146 passed, 2 failed, 0 skipped ********* Finished testing of tst_QComboBox ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qcombobox: 40 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00751/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1364888308): http://codereview.qt-project.org/45474 [PS6] - MIPS: Fast path for rgb888 to rgb32 conversion From ci-noreply at qt-project.org Tue Apr 2 13:06:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 13:06:09 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130402_100609_013848.ci-noreply@qt-project.org> QtSensors_stable_Integration #32: SUCCESS Tested changes (refs/builds/stable_1364895159): http://codereview.qt-project.org/52624 [PS1] - Install the jar file From ci-noreply at qt-project.org Tue Apr 2 13:21:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 13:21:55 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130402_102155_004335.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #109: SUCCESS Tested changes (refs/builds/stable_1364895106): http://codereview.qt-project.org/52623 [PS1] - Install the jar file From ci-noreply at qt-project.org Tue Apr 2 13:54:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 13:54:06 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130402_105406_035198.ci-noreply@qt-project.org> `make' failed :( IGNORE THIS LINE -headerpad_max_install_names -Wl,-syslibroot,/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.6 -o qm_phony_target.app/Contents/MacOS/qm_phony_target make[2]: IGNORE: No such file or directory make[2]: *** [qm_phony_target.app/Contents/MacOS/qm_phony_target] Error 1 make[1]: *** [sub-translations-make_first] Error 2 make: *** [module-qttranslations-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00102/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1364886132): http://codereview.qt-project.org/46445 [PS50] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 2 13:57:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 13:57:36 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_105736_060945.ci-noreply@qt-project.org> Autotest `tst_qglthreads' failed :( Testing tst_QGLThreads 2013-04-02 13:39:58.573 tst_qglthreads[15379:890f] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qglthreads.savedState/window_1.data: Permission denied (13) tst_qglthreads(15379,0x10c31b000) malloc: *** error for object 0x1012bedb0: double free *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qglthreads [15379] QtQA::App::TestRunner: Path: /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qglthreads QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [15378] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-02 13:40:01.339 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 6 QThread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[15379]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x1012bedb0: double free QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9e42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff900fddea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c897fb TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x0000000100005211 tst_QGLThreads::painterOnGLWidgetInThread() + 273 QtQA::App::TestRunner: 4 QtCore 0x0000000100db0a3c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 5 QtCore 0x0000000100db068c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 6 QtTest 0x0000000101180629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 7 QtTest 0x000000010117d462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 8 com.yourcompany.tst_qglthreads 0x000000010000580c main + 92 QtQA::App::TestRunner: 9 com.yourcompany.tst_qglthreads 0x00000001000041e4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff91fac786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff91fab316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001064d4fa6 glpExtensionToString + 130 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x00000001064d5b9c glpAddExtensionDefines + 231 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x00000001064fd0e5 lazyCPPSetup + 36 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001064fd764 readCPPline + 167 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x000000010650017c yylex_CPP + 411 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x00000001065202ef yy_get_next_buffer + 270 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x00000001065208df yylex + 412 QtQA::App::TestRunner: 7 libGLProgrammability.dylib 0x0000000106528e3c yyparse + 528 QtQA::App::TestRunner: 8 libGLProgrammability.dylib 0x00000001065206f1 glpPaParseStrings + 321 QtQA::App::TestRunner: 9 libGLProgrammability.dylib 0x00000001064d9dae glpCompileShader + 170 QtQA::App::TestRunner: 10 libGLProgrammability.dylib 0x00000001064f5b6e ShCompile + 155 QtQA::App::TestRunner: 11 GLEngine 0x000000010512f642 gleShaderParse + 354 QtQA::App::TestRunner: 12 GLEngine 0x00000001050783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 15 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 16 QtOpenGL 0x0000000100040f8f TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 511 QtQA::App::TestRunner: 17 QtOpenGL 0x000000010004261e TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 18 QtOpenGL 0x0000000100045972 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 19 QtOpenGL 0x000000010004620a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 20 QtGui 0x00000001008e0499 TestNamespace::QPaintEngineEx::drawTiledPixmap(TestNamespace::QRectF const&, TestNamespace::QPixmap const&, TestNamespace::QPointF const&) + 297 QtQA::App::TestRunner: 21 QtGui 0x0000000100908d96 TestNamespace::QPainter::drawTiledPixmap(TestNamespace::QRectF const&, TestNamespace::QPixmap const&, TestNamespace::QPointF const&) + 2678 QtQA::App::TestRunner: 22 com.yourcompany.tst_qglthreads 0x0000000100006157 ThreadPainter::draw() + 695 QtQA::App::TestRunner: 23 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 24 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 25 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 26 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 Crashed:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff901497d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9013aa7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff9015c4ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff9015de2a free_tiny_botch + 93 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff901660cc szone_realloc + 2848 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90199243 malloc_zone_realloc + 81 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff9019a032 realloc + 160 QtQA::App::TestRunner: 8 QtCore 0x0000000100c46f19 TestNamespace::QListData::append(int) + 169 QtQA::App::TestRunner: 9 QtGui 0x0000000100771f8e TestNamespace::QOpenGLMultiGroupSharedResource::insert(TestNamespace::QOpenGLContext*, TestNamespace::QOpenGLSharedResource*) + 94 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100032f94 TestNamespace::QGLFunctionsPrivateEx* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 196 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010002a421 TestNamespace::QGLFunctions::QGLFunctions(TestNamespace::QGLContext const*) + 17 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000237d1 TestNamespace::QGLContextPrivate::syncGlState() + 65 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045d9a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100047ecd TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 15 QtGui 0x00000001008deed4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008def5f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x00000001009090cd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: QThread QtQA::App::TestRunner: 0 com.apple.ATIRadeonX3000GLDriver 0x0000000108157c3f 0x108000000 + 1408063 QtQA::App::TestRunner: 1 com.apple.ATIRadeonX3000GLDriver 0x0000000108152445 0x108000000 + 1385541 QtQA::App::TestRunner: 2 com.apple.ATIRadeonX3000GLDriver 0x000000010803df6a 0x108000000 + 253802 QtQA::App::TestRunner: 3 com.apple.ATIRadeonX3000GLDriver 0x000000010803eef2 0x108000000 + 257778 QtQA::App::TestRunner: 4 com.apple.ATIRadeonX3000GLDriver 0x00000001080411de 0x108000000 + 266718 QtQA::App::TestRunner: 5 com.apple.ATIRadeonX3000GLDriver 0x00000001081e5240 0x108000000 + 1987136 QtQA::App::TestRunner: 6 com.apple.ATIRadeonX3000GLDriver 0x00000001081de4c3 0x108000000 + 1959107 QtQA::App::TestRunner: 7 com.apple.ATIRadeonX3000GLDriver 0x00000001081a05d2 0x108000000 + 1705426 QtQA::App::TestRunner: 8 com.apple.ATIRadeonX3000GLDriver 0x00000001081cec9e gldUpdateDispatch + 1233 QtQA::App::TestRunner: 9 GLEngine 0x00000001050ff9b0 gleDoDrawDispatchCore + 606 QtQA::App::TestRunner: 10 GLEngine 0x000000010509ac5a glDrawArrays_IMM_Exec + 246 QtQA::App::TestRunner: 11 QtOpenGL 0x00000001000462d4 TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 388 QtQA::App::TestRunner: 12 QtGui 0x00000001008e0499 TestNamespace::QPaintEngineEx::drawTiledPixmap(TestNamespace::QRectF const&, TestNamespace::QPixmap const&, TestNamespace::QPointF const&) + 297 QtQA::App::TestRunner: 13 QtGui 0x0000000100908d96 TestNamespace::QPainter::drawTiledPixmap(TestNamespace::QRectF const&, TestNamespace::QPixmap const&, TestNamespace::QPointF const&) + 2678 QtQA::App::TestRunner: 14 com.yourcompany.tst_qglthreads 0x0000000100006157 ThreadPainter::draw() + 695 QtQA::App::TestRunner: 15 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 16 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 17 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 18 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9e42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff900fddea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c897fb TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x00000001000061f3 ThreadPainter::draw() + 851 QtQA::App::TestRunner: 4 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 5 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001064ca969 glpStringHashCache + 10 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x00000001064f1674 serialize_GLPString + 55 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x00000001065087fd serializeASTFields + 104 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x0000000106508a38 serialize_GLPASTNode + 488 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 7 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 8 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 9 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 10 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 11 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 12 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 13 libGLProgrammability.dylib 0x000000010650914c serialize_GLPFunctionObject + 120 QtQA::App::TestRunner: 14 libGLProgrammability.dylib 0x0000000106508ab4 serialize_GLPASTNode + 612 QtQA::App::TestRunner: 15 libGLProgrammability.dylib 0x0000000106508f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 16 libGLProgrammability.dylib 0x00000001065084a3 glpSerializeAST + 195 QtQA::App::TestRunner: 17 libGLProgrammability.dylib 0x00000001064d9e12 glpCompileShader + 270 QtQA::App::TestRunner: 18 libGLProgrammability.dylib 0x00000001064f5b6e ShCompile + 155 QtQA::App::TestRunner: 19 GLEngine 0x000000010512f642 gleShaderParse + 354 QtQA::App::TestRunner: 20 GLEngine 0x00000001050783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 21 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 22 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 23 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 24 QtOpenGL 0x0000000100040f8f TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 511 QtQA::App::TestRunner: 25 QtOpenGL 0x000000010004261e TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 26 QtOpenGL 0x0000000100045972 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 27 QtOpenGL 0x00000001000455de TestNamespace::QGL2PaintEngineExPrivate::drawTexture(TestNamespace::QGLRect const&, TestNamespace::QGLRect const&, TestNamespace::QSize const&, bool, bool) + 110 QtQA::App::TestRunner: 28 QtOpenGL 0x000000010004897b TestNamespace::QGL2PaintEngineEx::drawPixmap(TestNamespace::QRectF const&, TestNamespace::QPixmap const&, TestNamespace::QRectF const&) + 763 QtQA::App::TestRunner: 29 QtGui 0x00000001008e01fd TestNamespace::QPaintEngineEx::drawPixmap(TestNamespace::QPointF const&, TestNamespace::QPixmap const&) + 333 QtQA::App::TestRunner: 30 QtGui 0x00000001009014b9 TestNamespace::QPainter::drawPixmap(TestNamespace::QPointF const&, TestNamespace::QPixmap const&) + 89 QtQA::App::TestRunner: 31 com.yourcompany.tst_qglthreads 0x0000000100006110 ThreadPainter::draw() + 624 QtQA::App::TestRunner: 32 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 33 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 34 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 35 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010c31a718 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x000000000000aa0b rsi: 0x0000000000000006 rbp: 0x000000010c31a740 rsp: 0x000000010c31a718 QtQA::App::TestRunner: r8: 0x00007fff77aa6fb8 r9: 0x0000000000000000 r10: 0x00007fff917f9d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00000001011b7000 r13: 0x000000010c01d000 r14: 0x000000010c31b000 r15: 0x000000010c01d0c0 QtQA::App::TestRunner: rip: 0x00007fff917f9ce2 rfl: 0x0000000000000246 cr2: 0x000000010c196000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000dff7 +com.yourcompany.tst_qglthreads (??? - ???) <8E149D49-8360-3D1D-9739-06B838C2C5AB> /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: 0x10001d000 - 0x100064fff +QtOpenGL (5.1.0 - compatibility 5.1.0) /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x100096000 - 0x10052ffff +QtWidgets (5.1.0 - compatibility 5.1.0) <4433A57A-ADE4-3FD9-BEC5-A9529D0E1039> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x100727000 - 0x100a88fff +QtGui (5.1.0 - compatibility 5.1.0) <99307489-5F5D-32F8-9EC9-A146748B8EF3> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100bc3000 - 0x10106dff7 +QtCore (5.1.0 - compatibility 5.1.0) <27F97CB1-ACB4-3AB5-BD69-375A3F38D3BD> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x101177000 - 0x101198ff7 +QtTest (5.1.0 - compatibility 5.1.0) <06A69C5F-9D2E-34C4-A083-80838CB5CA0D> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1011aa000 - 0x1011b0fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1013f3000 - 0x1013f6ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x1015ed000 - 0x1015f7fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x101783000 - 0x1017acff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1017d4000 - 0x1017e2fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x1017fc000 - 0x1017fcff1 +cl_kernels (??? - ???) <5C6B81FD-4FEF-47D1-AE2C-2820236CA7D8> cl_kernels QtQA::App::TestRunner: 0x1043a5000 - 0x104427fff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x10447b000 - 0x10449dfff +libqtaccessiblewidgets.dylib (??? - ???) <422AA242-9CE7-32FC-9E25-07A17EBECD4A> /work/*/libqtaccessiblewidgets.dylib QtQA::App::TestRunner: 0x1044c2000 - 0x1044f0ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x1044fc000 - 0x1044fdff3 +cl_kernels (??? - ???) <3E1D6DF8-D52E-4073-8238-AAEA08B98875> cl_kernels QtQA::App::TestRunner: 0x105000000 - 0x1051b8fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x1064be000 - 0x106618fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x108000000 - 0x1082c1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x108733000 - 0x1087d2ff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x7fff6c942000 - 0x7fff6c976baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86890000 - 0x7fff86915ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff86916000 - 0x7fff8691fff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff869e8000 - 0x7fff86aafff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff86af8000 - 0x7fff86af8fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff86af9000 - 0x7fff86b00fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff86b01000 - 0x7fff86df6ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff86df7000 - 0x7fff86e02ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff86e22000 - 0x7fff86e5bfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff86e5c000 - 0x7fff86e60fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff86e61000 - 0x7fff86e6cfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff86ff9000 - 0x7fff87047fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff87048000 - 0x7fff87048fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff87049000 - 0x7fff87079ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8707a000 - 0x7fff871e1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff87677000 - 0x7fff878ebfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff878ec000 - 0x7fff87db3fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff87db4000 - 0x7fff87e37fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff87e4b000 - 0x7fff87e51fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8800b000 - 0x7fff8800dfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff88d93000 - 0x7fff88eacfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff88eec000 - 0x7fff88eedfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88eee000 - 0x7fff88f64ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff890f0000 - 0x7fff8941cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8941d000 - 0x7fff89446fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff89534000 - 0x7fff89542fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff896af000 - 0x7fff896b2fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff897b1000 - 0x7fff89821fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89906fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8995a000 - 0x7fff899fcfff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff89ae7000 - 0x7fff89be9fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff89bea000 - 0x7fff89beffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff89bf0000 - 0x7fff89bf0fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff89caf000 - 0x7fff89cfbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89cfc000 - 0x7fff89d01fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff89d02000 - 0x7fff89d1eff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff89d1f000 - 0x7fff89d5afff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff89d5b000 - 0x7fff89d88fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff89d91000 - 0x7fff89d9fff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a54b000 - 0x7fff8a54bfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8a54c000 - 0x7fff8a586fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8a625000 - 0x7fff8a68dff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8a68e000 - 0x7fff8a82eff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8a82f000 - 0x7fff8a8d0fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8b05f000 - 0x7fff8b0f5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b0f6000 - 0x7fff8b108ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8b109000 - 0x7fff8b111fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8b1b8000 - 0x7fff8b1bcfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8b1bd000 - 0x7fff8b1bdfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8b1be000 - 0x7fff8b29cfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8b312000 - 0x7fff8b312fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8b395000 - 0x7fff8b396fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8b3c1000 - 0x7fff8b3e5fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8b3e6000 - 0x7fff8b426fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8b427000 - 0x7fff8b431ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8b432000 - 0x7fff8b432fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8b433000 - 0x7fff8b446ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8b75a000 - 0x7fff8bd3efff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8c709000 - 0x7fff8c7edff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cb46000 - 0x7fff8cc25fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8cc27000 - 0x7fff8cc4bfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8cc4c000 - 0x7fff8cc4efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8cc4f000 - 0x7fff8cc5cff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8cc5d000 - 0x7fff8cc64fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8ccb3000 - 0x7fff8ccb5fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8ccf9000 - 0x7fff8cd3afff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8cd3b000 - 0x7fff8cd9dff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cd9e000 - 0x7fff8cdbffff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ce23000 - 0x7fff8cf07e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8cf08000 - 0x7fff8cf60ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8cf61000 - 0x7fff8db67fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8db79000 - 0x7fff8dfa6fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8dfa7000 - 0x7fff8dfb6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8dfb7000 - 0x7fff8e2d0fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8e2d1000 - 0x7fff8e2d1fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8e38f000 - 0x7fff8e563ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8e5bf000 - 0x7fff8e61ffff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e620000 - 0x7fff8e6c5fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8e6c6000 - 0x7fff8e6c6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e6c7000 - 0x7fff8e6c8ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8eb59000 - 0x7fff8f4f7a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f4f8000 - 0x7fff8f537fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8f538000 - 0x7fff8f539fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f53a000 - 0x7fff8f596ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8f597000 - 0x7fff8f5a2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8f5a3000 - 0x7fff8f5cfff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8f5d0000 - 0x7fff8f5e7fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f5f7000 - 0x7fff8f72dfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8f760000 - 0x7fff8f7d3fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f7d4000 - 0x7fff8f9fefe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8f9ff000 - 0x7fff8fa25fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8fa34000 - 0x7fff8fa76ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8fa9f000 - 0x7fff8fbabfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8fbae000 - 0x7fff8fbafff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8fbcc000 - 0x7fff8fee8fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8feed000 - 0x7fff9004afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9004b000 - 0x7fff90052ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff90053000 - 0x7fff90097ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff90098000 - 0x7fff900cbff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff900e1000 - 0x7fff900f8fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff900f9000 - 0x7fff901d6fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff9028c000 - 0x7fff902a1fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90366000 - 0x7fff903baff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff903bb000 - 0x7fff903c8fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff903c9000 - 0x7fff903e8fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90432000 - 0x7fff90436ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90b69000 - 0x7fff90b69fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff90f0f000 - 0x7fff90f16fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff9123d000 - 0x7fff9123eff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff9123f000 - 0x7fff91251ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff91267000 - 0x7fff91290fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff91291000 - 0x7fff9138bff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff9138c000 - 0x7fff91493fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff91494000 - 0x7fff914ffff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff91500000 - 0x7fff9155bff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9155c000 - 0x7fff91562ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff915ac000 - 0x7fff91600fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff91601000 - 0x7fff91606fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91607000 - 0x7fff916a1ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff916e4000 - 0x7fff91797ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff91798000 - 0x7fff917dcff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff917dd000 - 0x7fff917e2fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff917e3000 - 0x7fff91803fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff91804000 - 0x7fff91856ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff91857000 - 0x7fff91897ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff918a7000 - 0x7fff918acfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91fa4000 - 0x7fff91fa8fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff91fa9000 - 0x7fff91fb7fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff91fb8000 - 0x7fff920c5fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff920c6000 - 0x7fff920e3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff920fa000 - 0x7fff92110fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92213000 - 0x7fff92227ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92295000 - 0x7fff922a4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff922a5000 - 0x7fff922a6fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92a6a000 - 0x7fff92a80ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff92a81000 - 0x7fff92b76fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff92b77000 - 0x7fff92b7dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff92b7e000 - 0x7fff92b90ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff92b91000 - 0x7fff92c07fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff92c08000 - 0x7fff92c43fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff92c8e000 - 0x7fff92c91fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff92c92000 - 0x7fff92e94fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff92e95000 - 0x7fff92e9bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff92ebd000 - 0x7fff92f38ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff92f39000 - 0x7fff92fa1ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff92fa2000 - 0x7fff92fa4ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff92fd6000 - 0x7fff930dbfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff93381000 - 0x7fff93386ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff934fe000 - 0x7fff9351bfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9352a000 - 0x7fff93570fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff93571000 - 0x7fff93574fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff93575000 - 0x7fff935a0ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff935a1000 - 0x7fff935a4ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff935a5000 - 0x7fff93629ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 21773 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=171.7M resident=94.8M(55%) swapped_out_or_unallocated=76.9M(45%) QtQA::App::TestRunner: Writable regions: Total=142.5M written=24.0M(17%) resident=40.2M(28%) swapped_out=0K(0%) unallocated=102.3M(72%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 6512K QtQA::App::TestRunner: CG image 16K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 3440K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 2020K QtQA::App::TestRunner: IOKit 3972K QtQA::App::TestRunner: IOKit (reserved) 4096K reserved VM address space (unallocated) QtQA::App::TestRunner: MALLOC 93.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: OpenCL 20K QtQA::App::TestRunner: OpenGL GLSL 1104K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.1M QtQA::App::TestRunner: Stack (reserved) 520K reserved VM address space (unallocated) QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.3M QtQA::App::TestRunner: __TEXT 117.4M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.1M QtQA::App::TestRunner: shared memory 1772K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 463.3M QtQA::App::TestRunner: TOTAL, minus reserved VM space 458.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGLThreads ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGLThreads::initTestCase() PASS : tst_QGLThreads::swapInThread() PASS : tst_QGLThreads::textureUploadInThread() PASS : tst_QGLThreads::renderInThread(basic) PASS : tst_QGLThreads::renderInThread(with-resize) PASS : tst_QGLThreads::renderInThread(with-update) 2013-04-02 13:40:33.311 tst_qglthreads[15383:890f] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qglthreads.savedState/window_1.data: Permission denied (13) PASS : tst_QGLThreads::renderInThread(with-resize-and-update) tst_qglthreads(15383,0x10c387000) malloc: *** error for object 0x10154d410: double free *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qglthreads [15383] QtQA::App::TestRunner: Path: /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qglthreads QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [15378] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-02 13:40:35.851 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 5 QThread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[15383]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x10154d410: double free QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9e42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff900fddea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c897fb TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x0000000100005211 tst_QGLThreads::painterOnGLWidgetInThread() + 273 QtQA::App::TestRunner: 4 QtCore 0x0000000100db0a3c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 5 QtCore 0x0000000100db068c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 6 QtTest 0x0000000101180629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 7 QtTest 0x000000010117d462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 8 com.yourcompany.tst_qglthreads 0x000000010000580c main + 92 QtQA::App::TestRunner: 9 com.yourcompany.tst_qglthreads 0x00000001000041e4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff91fac786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff91fab316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 Crashed:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff901497d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9013aa7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff9015c4ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff9015de2a free_tiny_botch + 93 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff901660cc szone_realloc + 2848 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90199243 malloc_zone_realloc + 81 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff9019a032 realloc + 160 QtQA::App::TestRunner: 8 QtCore 0x0000000100c46f19 TestNamespace::QListData::append(int) + 169 QtQA::App::TestRunner: 9 QtGui 0x0000000100771f8e TestNamespace::QOpenGLMultiGroupSharedResource::insert(TestNamespace::QOpenGLContext*, TestNamespace::QOpenGLSharedResource*) + 94 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100032f94 TestNamespace::QGLFunctionsPrivateEx* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 196 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010002a421 TestNamespace::QGLFunctions::QGLFunctions(TestNamespace::QGLContext const*) + 17 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000237d1 TestNamespace::QGLContextPrivate::syncGlState() + 65 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045d9a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100047ecd TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 15 QtGui 0x00000001008deed4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008def5f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x00000001009090cd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001076b1ec3 yyglrReduce + 463 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x0000000107688262 yyparse + 1590 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x000000010767f6f1 glpPaParseStrings + 321 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x0000000107638dae glpCompileShader + 170 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x0000000107654b6e ShCompile + 155 QtQA::App::TestRunner: 5 GLEngine 0x0000000105e2f642 gleShaderParse + 354 QtQA::App::TestRunner: 6 GLEngine 0x0000000105d783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 7 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 8 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 9 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 10 QtOpenGL 0x00000001000411cd TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 1085 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010004261e TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100045972 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 13 QtOpenGL 0x000000010004620a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 14 QtGui 0x00000001008deed4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 15 QtGui 0x00000001008def5f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 16 QtGui 0x00000001009090cd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 17 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 18 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 19 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 20 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x0000000107628f93 glpIntHashGet + 48 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x000000010762d7f6 cgDeclareVariableObject + 619 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x000000010762ff77 glpCGNode + 5001 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x000000010762bb1a glpCGTopLevel + 262 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x000000010763b9e8 glpLinkProgram + 9394 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x00000001076545dc ShLink + 216 QtQA::App::TestRunner: 6 GLEngine 0x0000000105e2d331 gleLinkProgram + 1606 QtQA::App::TestRunner: 7 GLEngine 0x0000000105d76f6c glLinkProgramARB_Exec + 292 QtQA::App::TestRunner: 8 QtOpenGL 0x000000010003a0e9 TestNamespace::QGLShaderProgram::link() + 505 QtQA::App::TestRunner: 9 QtOpenGL 0x0000000100040a60 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 2080 QtQA::App::TestRunner: 10 QtOpenGL 0x000000010004304b TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 11 QtOpenGL 0x00000001000427c0 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100041bae TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 13 QtOpenGL 0x000000010004b6e3 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 14 QtGui 0x00000001008fbaaf TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 15 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 16 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 17 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 18 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 19 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x000000010765b00f AddAtomFixed + 127 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x000000010765b198 InitAtomTable + 340 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x000000010765d540 glpInitPreprocessor + 129 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x0000000107638d39 glpCompileShader + 53 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x0000000107654b6e ShCompile + 155 QtQA::App::TestRunner: 5 GLEngine 0x0000000105e2f642 gleShaderParse + 354 QtQA::App::TestRunner: 6 GLEngine 0x0000000105d783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 7 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 8 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 9 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 10 QtOpenGL 0x00000001000409c0 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 1920 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010004304b TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000427c0 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100041bae TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004b6e3 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 15 QtGui 0x00000001008fbaaf TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 16 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 17 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 18 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 19 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 20 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f867a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff917f7d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreGraphics 0x00007fff8ecb1835 _CGSBindSurface + 156 QtQA::App::TestRunner: 3 com.apple.opengl 0x00007fff8dfa94f1 0x7fff8dfa7000 + 9457 QtQA::App::TestRunner: 4 libGPUSupport.dylib 0x00000001017cc2be gldAttachDrawable + 548 QtQA::App::TestRunner: 5 GLEngine 0x0000000105d11849 gliAttachDrawableWithOptions + 289 QtQA::App::TestRunner: 6 com.apple.opengl 0x00007fff8dfac4d1 0x7fff8dfa7000 + 21713 QtQA::App::TestRunner: 7 com.apple.opengl 0x00007fff8dfad973 0x7fff8dfa7000 + 26995 QtQA::App::TestRunner: 8 com.apple.opengl 0x00007fff8dfae421 CGLSetSurface + 418 QtQA::App::TestRunner: 9 com.apple.AppKit 0x00007fff8d440be8 -[NSOpenGLContext setView:] + 1071 QtQA::App::TestRunner: 10 libqcocoa.dylib 0x0000000102c0e824 -[QNSView setQCocoaGLContext:] + 36 QtQA::App::TestRunner: 11 libqcocoa.dylib 0x0000000102c14885 TestNamespace::QCocoaGLContext::setActiveWindow(TestNamespace::QWindow*) + 277 QtQA::App::TestRunner: 12 libqcocoa.dylib 0x0000000102c148fd TestNamespace::QCocoaGLContext::makeCurrent(TestNamespace::QPlatformSurface*) + 45 QtQA::App::TestRunner: 13 QtGui 0x0000000100770922 TestNamespace::QOpenGLContext::makeCurrent(TestNamespace::QSurface*) + 498 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004ff35 TestNamespace::QGLContext::makeCurrent() + 101 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100036d12 TestNamespace::QGLPaintDevice::beginPaint() + 34 QtQA::App::TestRunner: 16 QtOpenGL 0x0000000100036f96 TestNamespace::QGLWidgetGLPaintDevice::beginPaint() + 22 QtQA::App::TestRunner: 17 QtOpenGL 0x000000010004b6bb TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 363 QtQA::App::TestRunner: 18 QtGui 0x00000001008fbaaf TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 19 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 20 QtCore 0x0000000100dd4bae TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 21 QtCore 0x0000000100bea27a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010c386718 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x000000000000a90b rsi: 0x0000000000000006 rbp: 0x000000010c386740 rsp: 0x000000010c386718 QtQA::App::TestRunner: r8: 0x00007fff77aa6fb8 r9: 0x0000000000000000 r10: 0x00007fff917f9d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00000001011b7000 r13: 0x000000010b0fd000 r14: 0x000000010c387000 r15: 0x000000010b0fd0c0 QtQA::App::TestRunner: rip: 0x00007fff917f9ce2 rfl: 0x0000000000000246 cr2: 0x000000010b3fb000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000dff7 +com.yourcompany.tst_qglthreads (??? - ???) <8E149D49-8360-3D1D-9739-06B838C2C5AB> /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: 0x10001d000 - 0x100064fff +QtOpenGL (5.1.0 - compatibility 5.1.0) /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x100096000 - 0x10052ffff +QtWidgets (5.1.0 - compatibility 5.1.0) <4433A57A-ADE4-3FD9-BEC5-A9529D0E1039> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x100727000 - 0x100a88fff +QtGui (5.1.0 - compatibility 5.1.0) <99307489-5F5D-32F8-9EC9-A146748B8EF3> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100bc3000 - 0x10106dff7 +QtCore (5.1.0 - compatibility 5.1.0) <27F97CB1-ACB4-3AB5-BD69-375A3F38D3BD> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x101177000 - 0x101198ff7 +QtTest (5.1.0 - compatibility 5.1.0) <06A69C5F-9D2E-34C4-A083-80838CB5CA0D> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1011aa000 - 0x1011b0fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1013f3000 - 0x1013f6ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x101746000 - 0x10176fff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1017c1000 - 0x1017cffff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x1017d6000 - 0x1017e0fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x102c00000 - 0x102c82fff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x102f9f000 - 0x102fc1fff +libqtaccessiblewidgets.dylib (??? - ???) <422AA242-9CE7-32FC-9E25-07A17EBECD4A> /work/*/libqtaccessiblewidgets.dylib QtQA::App::TestRunner: 0x102ff2000 - 0x102ff2ff1 +cl_kernels (??? - ???) <5C6B81FD-4FEF-47D1-AE2C-2820236CA7D8> cl_kernels QtQA::App::TestRunner: 0x102ff8000 - 0x102ff9ff3 +cl_kernels (??? - ???) <3E1D6DF8-D52E-4073-8238-AAEA08B98875> cl_kernels QtQA::App::TestRunner: 0x105a9a000 - 0x105ac8ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x105d00000 - 0x105eb8fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x10761d000 - 0x107777fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x107900000 - 0x107bc1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x107dc0000 - 0x107e5fff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x7fff6c6cc000 - 0x7fff6c700baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86890000 - 0x7fff86915ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff86916000 - 0x7fff8691fff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff869e8000 - 0x7fff86aafff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff86af8000 - 0x7fff86af8fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff86af9000 - 0x7fff86b00fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff86b01000 - 0x7fff86df6ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff86df7000 - 0x7fff86e02ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff86e22000 - 0x7fff86e5bfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff86e5c000 - 0x7fff86e60fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff86e61000 - 0x7fff86e6cfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff86ff9000 - 0x7fff87047fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff87048000 - 0x7fff87048fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff87049000 - 0x7fff87079ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8707a000 - 0x7fff871e1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff87677000 - 0x7fff878ebfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff878ec000 - 0x7fff87db3fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff87db4000 - 0x7fff87e37fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff87e4b000 - 0x7fff87e51fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8800b000 - 0x7fff8800dfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff88d93000 - 0x7fff88eacfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff88eec000 - 0x7fff88eedfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88eee000 - 0x7fff88f64ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff890f0000 - 0x7fff8941cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8941d000 - 0x7fff89446fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff89534000 - 0x7fff89542fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff896af000 - 0x7fff896b2fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff897b1000 - 0x7fff89821fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89906fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8995a000 - 0x7fff899fcfff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff89ae7000 - 0x7fff89be9fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff89bea000 - 0x7fff89beffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff89bf0000 - 0x7fff89bf0fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff89caf000 - 0x7fff89cfbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89cfc000 - 0x7fff89d01fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff89d02000 - 0x7fff89d1eff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff89d1f000 - 0x7fff89d5afff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff89d5b000 - 0x7fff89d88fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff89d91000 - 0x7fff89d9fff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a54b000 - 0x7fff8a54bfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8a54c000 - 0x7fff8a586fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8a625000 - 0x7fff8a68dff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8a68e000 - 0x7fff8a82eff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8a82f000 - 0x7fff8a8d0fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8b05f000 - 0x7fff8b0f5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b0f6000 - 0x7fff8b108ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8b109000 - 0x7fff8b111fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8b1b8000 - 0x7fff8b1bcfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8b1bd000 - 0x7fff8b1bdfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8b1be000 - 0x7fff8b29cfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8b312000 - 0x7fff8b312fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8b395000 - 0x7fff8b396fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8b3c1000 - 0x7fff8b3e5fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8b3e6000 - 0x7fff8b426fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8b427000 - 0x7fff8b431ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8b432000 - 0x7fff8b432fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8b433000 - 0x7fff8b446ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8b75a000 - 0x7fff8bd3efff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8c709000 - 0x7fff8c7edff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cb46000 - 0x7fff8cc25fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8cc27000 - 0x7fff8cc4bfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8cc4c000 - 0x7fff8cc4efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8cc4f000 - 0x7fff8cc5cff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8cc5d000 - 0x7fff8cc64fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8ccb3000 - 0x7fff8ccb5fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8ccf9000 - 0x7fff8cd3afff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8cd3b000 - 0x7fff8cd9dff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cd9e000 - 0x7fff8cdbffff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ce23000 - 0x7fff8cf07e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8cf08000 - 0x7fff8cf60ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8cf61000 - 0x7fff8db67fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8db79000 - 0x7fff8dfa6fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8dfa7000 - 0x7fff8dfb6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8dfb7000 - 0x7fff8e2d0fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8e2d1000 - 0x7fff8e2d1fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8e38f000 - 0x7fff8e563ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8e5bf000 - 0x7fff8e61ffff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e620000 - 0x7fff8e6c5fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8e6c6000 - 0x7fff8e6c6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e6c7000 - 0x7fff8e6c8ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8eb59000 - 0x7fff8f4f7a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f4f8000 - 0x7fff8f537fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8f538000 - 0x7fff8f539fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f53a000 - 0x7fff8f596ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8f597000 - 0x7fff8f5a2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8f5a3000 - 0x7fff8f5cfff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8f5d0000 - 0x7fff8f5e7fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f5f7000 - 0x7fff8f72dfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8f760000 - 0x7fff8f7d3fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f7d4000 - 0x7fff8f9fefe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8f9ff000 - 0x7fff8fa25fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8fa34000 - 0x7fff8fa76ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8fa9f000 - 0x7fff8fbabfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8fbae000 - 0x7fff8fbafff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8fbcc000 - 0x7fff8fee8fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8feed000 - 0x7fff9004afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9004b000 - 0x7fff90052ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff90053000 - 0x7fff90097ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff90098000 - 0x7fff900cbff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff900e1000 - 0x7fff900f8fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff900f9000 - 0x7fff901d6fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff9028c000 - 0x7fff902a1fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90366000 - 0x7fff903baff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff903bb000 - 0x7fff903c8fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff903c9000 - 0x7fff903e8fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90432000 - 0x7fff90436ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90b69000 - 0x7fff90b69fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff90f0f000 - 0x7fff90f16fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff9123d000 - 0x7fff9123eff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff9123f000 - 0x7fff91251ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff91267000 - 0x7fff91290fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff91291000 - 0x7fff9138bff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff9138c000 - 0x7fff91493fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff91494000 - 0x7fff914ffff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff91500000 - 0x7fff9155bff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9155c000 - 0x7fff91562ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff915ac000 - 0x7fff91600fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff91601000 - 0x7fff91606fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91607000 - 0x7fff916a1ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff916e4000 - 0x7fff91797ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff91798000 - 0x7fff917dcff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff917dd000 - 0x7fff917e2fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff917e3000 - 0x7fff91803fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff91804000 - 0x7fff91856ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff91857000 - 0x7fff91897ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff918a7000 - 0x7fff918acfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91fa4000 - 0x7fff91fa8fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff91fa9000 - 0x7fff91fb7fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff91fb8000 - 0x7fff920c5fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff920c6000 - 0x7fff920e3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff920fa000 - 0x7fff92110fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92213000 - 0x7fff92227ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92295000 - 0x7fff922a4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff922a5000 - 0x7fff922a6fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92a6a000 - 0x7fff92a80ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff92a81000 - 0x7fff92b76fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff92b77000 - 0x7fff92b7dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff92b7e000 - 0x7fff92b90ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff92b91000 - 0x7fff92c07fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff92c08000 - 0x7fff92c43fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff92c8e000 - 0x7fff92c91fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff92c92000 - 0x7fff92e94fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff92e95000 - 0x7fff92e9bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff92ebd000 - 0x7fff92f38ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff92f39000 - 0x7fff92fa1ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff92fa2000 - 0x7fff92fa4ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff92fd6000 - 0x7fff930dbfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff93381000 - 0x7fff93386ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff934fe000 - 0x7fff9351bfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9352a000 - 0x7fff93570fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff93571000 - 0x7fff93574fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff93575000 - 0x7fff935a0ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff935a1000 - 0x7fff935a4ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff935a5000 - 0x7fff93629ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 21784 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=171.7M resident=94.8M(55%) swapped_out_or_unallocated=76.9M(45%) QtQA::App::TestRunner: Writable regions: Total=140.0M written=22.0M(16%) resident=37.8M(27%) swapped_out=0K(0%) unallocated=102.1M(73%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 6512K QtQA::App::TestRunner: CG image 16K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 3440K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 2020K QtQA::App::TestRunner: IOKit 3896K QtQA::App::TestRunner: IOKit (reserved) 2048K reserved VM address space (unallocated) QtQA::App::TestRunner: MALLOC 93.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: OpenCL 20K QtQA::App::TestRunner: OpenGL GLSL 1184K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.6M QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.3M QtQA::App::TestRunner: __TEXT 117.4M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.1M QtQA::App::TestRunner: shared memory 1212K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 460.8M QtQA::App::TestRunner: TOTAL, minus reserved VM space 458.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qglthreads: 69 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00804/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364894053): http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference From ci-noreply at qt-project.org Tue Apr 2 14:04:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 14:04:20 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_110420_050111.ci-noreply@qt-project.org> Autotest `tst_qpauseanimationjob' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QPauseAnimationJob FAIL! : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(253)] FAIL! : tst_QPauseAnimationJob::multipleSequentialGroups() 'group.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(426)] Totals: 12 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPauseAnimationJob ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QPauseAnimationJob::initTestCase() PASS : tst_QPauseAnimationJob::changeDirectionWhileRunning() PASS : tst_QPauseAnimationJob::noTimerUpdates(0) PASS : tst_QPauseAnimationJob::noTimerUpdates(1) PASS : tst_QPauseAnimationJob::noTimerUpdates(2) PASS : tst_QPauseAnimationJob::noTimerUpdates(3) PASS : tst_QPauseAnimationJob::multiplePauseAnimations() FAIL! : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'pause.state() == QAbstractAnimationJob::Running' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(244)] PASS : tst_QPauseAnimationJob::pauseResume() PASS : tst_QPauseAnimationJob::sequentialPauseGroup() PASS : tst_QPauseAnimationJob::sequentialGroupWithPause() PASS : tst_QPauseAnimationJob::multipleSequentialGroups() PASS : tst_QPauseAnimationJob::zeroDuration() PASS : tst_QPauseAnimationJob::cleanupTestCase() Totals: 13 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPauseAnimationJob ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qpauseanimationjob: 12 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00347/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1364897157): http://codereview.qt-project.org/51783 [PS1] - Use correct alpha range for the distance field outlined text. http://codereview.qt-project.org/51747 [PS3] - Fixed distance field text when using non-opaque colors. http://codereview.qt-project.org/50768 [PS5] - Implemented text styles for QSGDefaultGlyphNode. From ci-noreply at qt-project.org Tue Apr 2 14:08:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 14:08:13 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_110813_069610.ci-noreply@qt-project.org> Autotest `license' failed :( # Failed test 'mkspecs/features/data/android/dx.bat does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 456. # Looks like you failed 1 test of 6218. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6218 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6218 Failed: 1) Failed test: 1474 Non-zero exit status: 1 Files=1, Tests=6218, 10 wallclock secs ( 0.71 usr 0.05 sys + 8.89 cusr 0.75 csys = 10.40 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'mkspecs/features/data/android/dx.bat does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 456. # Looks like you failed 1 test of 6218. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6218 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6218 Failed: 1) Failed test: 1474 Non-zero exit status: 1 Files=1, Tests=6218, 9 wallclock secs ( 0.74 usr 0.07 sys + 9.03 cusr 0.61 csys = 10.45 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 19 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00805/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ Autotest `license' failed :( # Failed test 'mkspecs/features/data/android/dx.bat does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 456. # Looks like you failed 1 test of 6218. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6218 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6218 Failed: 1) Failed test: 1474 Non-zero exit status: 1 Files=1, Tests=6218, 8 wallclock secs ( 0.70 usr 0.04 sys + 7.96 cusr 0.57 csys = 9.27 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'mkspecs/features/data/android/dx.bat does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 456. # Looks like you failed 1 test of 6218. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6218 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6218 Failed: 1) Failed test: 1474 Non-zero exit status: 1 Files=1, Tests=6218, 9 wallclock secs ( 0.71 usr 0.04 sys + 7.87 cusr 0.52 csys = 9.14 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 17 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00805/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1364900388): http://codereview.qt-project.org/52642 [PS6] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/52606 [PS1] - Android: Portability fix for java usage on Windows. http://codereview.qt-project.org/52384 [PS2] - Android: Enable configuring via configureapp for Windows. http://codereview.qt-project.org/52381 [PS4] - Android: Enable the java feature on Windows. http://codereview.qt-project.org/51613 [PS3] - Android on Windows: Add 2 missing qmake variables. http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver From ci-noreply at qt-project.org Tue Apr 2 14:52:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 14:52:10 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_115210_008852.ci-noreply@qt-project.org> nine autotests failed :( Testing tst_QSqlThread QFATAL : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received signal 11 FAIL! : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15827] QtQA::App::TestRunner: [New Thread 15828] QtQA::App::TestRunner: [New Thread 15826] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqlthread -silent -o /work/build/_artifacts/test-logs/tst_qsqlthread-tes'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7777430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 15826): QtQA::App::TestRunner: #0 0xb7777430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb727c736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb7753433 in QTest::qSleep (ms=10) at qtestcase.cpp:2566 QtQA::App::TestRunner: #3 0x0804c562 in qWait (this=0xbff30ae4) QtQA::App::TestRunner: at ../../../../../include/QtTest/../../src/testlib/qtestsystem.h:68 QtQA::App::TestRunner: #4 tst_QSqlThread::simpleThreading (this=0xbff30ae4) QtQA::App::TestRunner: at tst_qsqlthread.cpp:395 QtQA::App::TestRunner: #5 0x08050c68 in tst_QSqlThread::qt_static_metacall (_o=0xfffffdfc, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbff30278) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqlthread.moc:131 QtQA::App::TestRunner: #6 0xb74f1e50 in QMetaMethod::invoke (this=0xbff30464, object=0xbff30ae4, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #7 0xb74f4343 in QMetaObject::invokeMethod (obj=0xbff30ae4, QtQA::App::TestRunner: member=0x99b51a0 "simpleThreading", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #8 0xb77586e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #9 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #10 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #11 0xb77594aa in qInvokeTestMethods (testObject=0xbff30ae4, argc=6, QtQA::App::TestRunner: argv=0xbff30bc4) at qtestcase.cpp:1976 QtQA::App::TestRunner: #12 QTest::qExec (testObject=0xbff30ae4, argc=6, argv=0xbff30bc4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #13 0x0804dbd8 in main (argc=6, argv=0xbff30bc4) at tst_qsqlthread.cpp:530 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 15828): QtQA::App::TestRunner: #0 0xb7777430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7279015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb731f79f in QWaitConditionPrivate::wait (this=0x99b2c48, QtQA::App::TestRunner: mutex=0x99b2c40, time=4294967295) at thread/qwaitcondition_unix.cpp:116 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x99b2c48, mutex=0x99b2c40, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:188 QtQA::App::TestRunner: #4 0xb7316e33 in QReadWriteLock::lockForWrite (this=0xb77492ec) QtQA::App::TestRunner: at thread/qreadwritelock.cpp:300 QtQA::App::TestRunner: #5 0xb7723450 in QWriteLocker::relock (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:150 QtQA::App::TestRunner: #6 QWriteLocker (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:170 QtQA::App::TestRunner: #7 QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:245 QtQA::App::TestRunner: #8 0x080520e5 in QtTestSqlThread::run (this=0xbff30134) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #9 0xb731e6d5 in QThreadPrivate::start (arg=0xbff30134) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #10 0xb727496e in start_thread (arg=0xb5261b70) at pthread_create.c:300 QtQA::App::TestRunner: #11 0xb70a83ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15827): QtQA::App::TestRunner: #0 0xb7777430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fff651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb7002a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb730ddb6 in qt_message_fatal (this=0xb5a61bec, QtQA::App::TestRunner: msg=0xb7769ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xb5a61bec, QtQA::App::TestRunner: msg=0xb7769ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7753be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb75137ec in ~QObjectPrivate (this=0x99c6680, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a69645 in ~QSqlDriverPrivate (this=0x99c6680, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a6ec75 in ~QSQLiteDriverPrivate (this=0x99c6680, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a69284 in ~QSQLiteDriver (this=0x99cc3c8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb77221b3 in ~QSqlDatabasePrivate (this=0x99c6f10, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb77223de in ~QSqlDatabase (this=0xb5a6229c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb772339d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x080520e5 in QtTestSqlThread::run (this=0xbff30140) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #18 0xb731e6d5 in QThreadPrivate::start (arg=0xbff30140) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #19 0xb727496e in start_thread (arg=0xb5a62b70) at pthread_create.c:300 QtQA::App::TestRunner: #20 0xb70a83ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSqlThread ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QDEBUG : tst_QSqlThread::initTestCase() Opening: "0_QSQLITE@/tmp/foo.db" PASS : tst_QSqlThread::initTestCase() QFATAL : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received signal 11 FAIL! : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSqlThread ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15833] QtQA::App::TestRunner: [New Thread 15831] QtQA::App::TestRunner: [New Thread 15832] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqlthread -o /work/build/_artifacts/test-logs/tst_qsqlthread-testresults'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7751430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 15832): QtQA::App::TestRunner: #0 0xb7751430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7253015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb72f979f in QWaitConditionPrivate::wait (this=0x84cbc48, QtQA::App::TestRunner: mutex=0x84cbc40, time=4294967295) at thread/qwaitcondition_unix.cpp:116 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x84cbc48, mutex=0x84cbc40, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:188 QtQA::App::TestRunner: #4 0xb72f0e33 in QReadWriteLock::lockForWrite (this=0xb77232ec) QtQA::App::TestRunner: at thread/qreadwritelock.cpp:300 QtQA::App::TestRunner: #5 0xb76fd450 in QWriteLocker::relock (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:150 QtQA::App::TestRunner: #6 QWriteLocker (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:170 QtQA::App::TestRunner: #7 QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:245 QtQA::App::TestRunner: #8 0x080520e5 in QtTestSqlThread::run (this=0xbff21fa0) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #9 0xb72f86d5 in QThreadPrivate::start (arg=0xbff21fa0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #10 0xb724e96e in start_thread (arg=0xb5a3cb70) at pthread_create.c:300 QtQA::App::TestRunner: #11 0xb70823ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 15831): QtQA::App::TestRunner: #0 0xb7751430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7256736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb772d433 in QTest::qSleep (ms=10) at qtestcase.cpp:2566 QtQA::App::TestRunner: #3 0x0804c562 in qWait (this=0xbff22944) QtQA::App::TestRunner: at ../../../../../include/QtTest/../../src/testlib/qtestsystem.h:68 QtQA::App::TestRunner: #4 tst_QSqlThread::simpleThreading (this=0xbff22944) QtQA::App::TestRunner: at tst_qsqlthread.cpp:395 QtQA::App::TestRunner: #5 0x08050c68 in tst_QSqlThread::qt_static_metacall (_o=0xfffffdfc, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbff220d8) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqlthread.moc:131 QtQA::App::TestRunner: #6 0xb74cbe50 in QMetaMethod::invoke (this=0xbff222c4, object=0xbff22944, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #7 0xb74ce343 in QMetaObject::invokeMethod (obj=0xbff22944, QtQA::App::TestRunner: member=0x84ce1a0 "simpleThreading", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #8 0xb77326e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #9 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #10 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #11 0xb77334aa in qInvokeTestMethods (testObject=0xbff22944, argc=5, QtQA::App::TestRunner: argv=0xbff22a24) at qtestcase.cpp:1976 QtQA::App::TestRunner: #12 QTest::qExec (testObject=0xbff22944, argc=5, argv=0xbff22a24) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #13 0x0804dbd8 in main (argc=5, argv=0xbff22a24) at tst_qsqlthread.cpp:530 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15833): QtQA::App::TestRunner: #0 0xb7751430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fd9651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6fdca82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72e7db6 in qt_message_fatal (this=0xb523abec, QtQA::App::TestRunner: msg=0xb7743ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xb523abec, QtQA::App::TestRunner: msg=0xb7743ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb772dbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74ed7ec in ~QObjectPrivate (this=0x84e8c18, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a43645 in ~QSqlDriverPrivate (this=0x84e8c18, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a48c75 in ~QSQLiteDriverPrivate (this=0x84e8c18, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a43284 in ~QSQLiteDriver (this=0x84dec70, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb76fc1b3 in ~QSqlDatabasePrivate (this=0x84e2dc8, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb76fc3de in ~QSqlDatabase (this=0xb523b29c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb76fd39d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x080520e5 in QtTestSqlThread::run (this=0xbff21f94) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #18 0xb72f86d5 in QThreadPrivate::start (arg=0xbff21f94) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #19 0xb724e96e in start_thread (arg=0xb523bb70) at pthread_create.c:300 QtQA::App::TestRunner: #20 0xb70823ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqlthread: 2 seconds, signal 6 Opening: "0_QSQLITE@/tmp/foo.db" Testing tst_QSqlTableModel QFATAL : tst_QSqlTableModel::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlTableModel::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 49 passed, 1 failed, 1 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 15819] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqltablemodel -silent -o /work/build/_artifacts/test-logs/tst_qsqltablem'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7770430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15819): QtQA::App::TestRunner: #0 0xb7770430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6ff8651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6ffba82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb7306db6 in qt_message_fatal (this=0xbf9d127c, QtQA::App::TestRunner: msg=0xb7762ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf9d127c, QtQA::App::TestRunner: msg=0xb7762ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb774cbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb750c7ec in ~QObjectPrivate (this=0x84b6060, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a64645 in ~QSqlDriverPrivate (this=0x84b6060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a69c75 in ~QSQLiteDriverPrivate (this=0x84b6060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a64284 in ~QSQLiteDriver (this=0x84b53d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb771b1b3 in ~QSqlDatabasePrivate (this=0x84b51a0, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb771b3de in ~QSqlDatabase (this=0xbf9d192c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb771c39d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0807e592 in tst_Databases::close (this=0xbf9d1d68) QtQA::App::TestRunner: at ../../kernel/qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlTableModel::cleanupTestCase (this=0xbf9d1d68) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:280 QtQA::App::TestRunner: #19 0x080a10fd in tst_QSqlTableModel::qt_static_metacall (_o=0xbf9d1d68, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbf9d1b18) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqltablemodel.moc:321 QtQA::App::TestRunner: #20 0xb74eae50 in QMetaMethod::invoke (this=0xbf9d1c68, object=0xbf9d1d68, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #21 0xb774cb82 in QMetaMethod::invoke (obj=0xbf9d1d68, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #22 invokeMethod (obj=0xbf9d1d68, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #23 0xb7752532 in qInvokeTestMethods (testObject=0xbf9d1d68, argc=6, QtQA::App::TestRunner: argv=0xbf9d1e44) at qtestcase.cpp:1986 QtQA::App::TestRunner: #24 QTest::qExec (testObject=0xbf9d1d68, argc=6, argv=0xbf9d1e44) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #25 0x080514f8 in main (argc=6, argv=0xbf9d1e44) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:2101 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... Opening: "0_QSQLITE@/tmp/foo.db" ********* Start testing of tst_QSqlTableModel ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSqlTableModel::initTestCase() PASS : tst_QSqlTableModel::select(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::selectRow(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::selectRowOverride(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertColumns(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertColumns(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertColumns(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::submitAll(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setData(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setRecord(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setRecordReimpl(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::recordReimpl(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertRow(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertRow(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertRow(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::insertRowFailure(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertRowFailure(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertRowFailure(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::insertRecord(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertMultiRecords(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertWithAutoColumn(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertWithAutoColumn(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertWithAutoColumn(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::removeRow(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::removeRows(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::removeInsertedRow(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::removeInsertedRow(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::removeInsertedRow(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::removeInsertedRows(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::revert(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::revert(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::revert(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::isDirty(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::isDirty(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::isDirty(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::setFilter(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setInvalidFilter(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::emptyTable(0_QSQLITE@/tmp/foo.db) SKIP : tst_QSqlTableModel::tablesAndSchemas() No database drivers of type QPSQL are available in this Qt configuration Loc: [tst_qsqltablemodel.cpp(258)] PASS : tst_QSqlTableModel::whitespaceInIdentifiers(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::primaryKeyOrder(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::sqlite_bigTable(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertRecordBeforeSelect(0_QSQLITE@/tmp/foo.db) XFAIL : tst_QSqlTableModel::submitAllOnInvalidTable(0_QSQLITE@/tmp/foo.db) The table doesn't exist: submitAll() shall fail Loc: [tst_qsqltablemodel.cpp(1882)] XFAIL : tst_QSqlTableModel::submitAllOnInvalidTable(0_QSQLITE@/tmp/foo.db) The table doesn't exist: select() shall fail Loc: [tst_qsqltablemodel.cpp(1885)] PASS : tst_QSqlTableModel::submitAllOnInvalidTable(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertRecordsInLoop(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::sqlite_attachedDatabase(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::tableModifyWithBlank(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::removeColumnAndRow(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertBeforeDelete(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::invalidFilterAndHeaderData(0_QSQLITE@/tmp/foo.db) QFATAL : tst_QSqlTableModel::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlTableModel::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 49 passed, 1 failed, 1 skipped ********* Finished testing of tst_QSqlTableModel ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 15822] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqltablemodel -o /work/build/_artifacts/test-logs/tst_qsqltablemodel-tes'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77bf430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15822): QtQA::App::TestRunner: #0 0xb77bf430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7047651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb704aa82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb7355db6 in qt_message_fatal (this=0xbfc9eaac, QtQA::App::TestRunner: msg=0xb77b1ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfc9eaac, QtQA::App::TestRunner: msg=0xb77b1ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb779bbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb755b7ec in ~QObjectPrivate (this=0x8e6f060, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5ab3645 in ~QSqlDriverPrivate (this=0x8e6f060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5ab8c75 in ~QSQLiteDriverPrivate (this=0x8e6f060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5ab3284 in ~QSQLiteDriver (this=0x8e6e3d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb776a1b3 in ~QSqlDatabasePrivate (this=0x8e6e1a0, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb776a3de in ~QSqlDatabase (this=0xbfc9f15c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb776b39d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0807e592 in tst_Databases::close (this=0xbfc9f598) QtQA::App::TestRunner: at ../../kernel/qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlTableModel::cleanupTestCase (this=0xbfc9f598) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:280 QtQA::App::TestRunner: #19 0x080a10fd in tst_QSqlTableModel::qt_static_metacall (_o=0xbfc9f598, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbfc9f348) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqltablemodel.moc:321 QtQA::App::TestRunner: #20 0xb7539e50 in QMetaMethod::invoke (this=0xbfc9f498, object=0xbfc9f598, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #21 0xb779bb82 in QMetaMethod::invoke (obj=0xbfc9f598, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #22 invokeMethod (obj=0xbfc9f598, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #23 0xb77a1532 in qInvokeTestMethods (testObject=0xbfc9f598, argc=5, QtQA::App::TestRunner: argv=0xbfc9f674) at qtestcase.cpp:1986 QtQA::App::TestRunner: #24 QTest::qExec (testObject=0xbfc9f598, argc=5, argv=0xbfc9f674) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #25 0x080514f8 in main (argc=5, argv=0xbfc9f674) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:2101 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqltablemodel: 20 seconds, signal 6 Testing tst_QSqlRelationalTableModel QFATAL : tst_QSqlRelationalTableModel::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlRelationalTableModel::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 20 passed, 1 failed, 2 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 15810] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqlrelationaltablemodel -silent -o /work/build/_artifacts/test-logs/tst_'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77d0430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15810): QtQA::App::TestRunner: #0 0xb77d0430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7058651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb705ba82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb7366db6 in qt_message_fatal (this=0xbfdd64fc, QtQA::App::TestRunner: msg=0xb77c2ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfdd64fc, QtQA::App::TestRunner: msg=0xb77c2ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb77acbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb756c7ec in ~QObjectPrivate (this=0x8450448, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5ac2645 in ~QSqlDriverPrivate (this=0x8450448, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5ac7c75 in ~QSQLiteDriverPrivate (this=0x8450448, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5ac2284 in ~QSQLiteDriver (this=0x844fff8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb777b1b3 in ~QSqlDatabasePrivate (this=0x844f720, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb777b3de in ~QSqlDatabase (this=0xbfdd6bac, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb777c39d in QSqlDatabasePrivate::removeDatabase (name=...) (... 1458 lines omitted; there are too many errors!) PASS : tst_QItemModel::insert(QTableModel:invalid start, valid count 3) PASS : tst_QItemModel::insert(QTableModel:invalid start, valid count 4) PASS : tst_QItemModel::insert(QTableModel:invalid start, valid count 5) PASS : tst_QItemModel::insert(QTableModel:invalid start, valid count 6) PASS : tst_QItemModel::insert(QTableModel:valid start, invalid count 1) PASS : tst_QItemModel::insert(QTableModel:valid start, invalid count 2) PASS : tst_QItemModel::insert(QTableModel:valid start, invalid count 3) PASS : tst_QItemModel::insert(QTableModelEmpty:one at the start) PASS : tst_QItemModel::insert(QTableModelEmpty:one at the middle) PASS : tst_QItemModel::insert(QTableModelEmpty:one at the end) PASS : tst_QItemModel::insert(QTableModelEmpty:many at the start) PASS : tst_QItemModel::insert(QTableModelEmpty:many at the middle) PASS : tst_QItemModel::insert(QTableModelEmpty:many at the end) PASS : tst_QItemModel::insert(QTableModelEmpty:add row count) PASS : tst_QItemModel::insert(QTableModelEmpty:none at the start) PASS : tst_QItemModel::insert(QTableModelEmpty:none at the middle) PASS : tst_QItemModel::insert(QTableModelEmpty:none at the end) PASS : tst_QItemModel::insert(QTableModelEmpty:invalid start, valid count 1) PASS : tst_QItemModel::insert(QTableModelEmpty:invalid start, valid count 2) PASS : tst_QItemModel::insert(QTableModelEmpty:invalid start, valid count 3) PASS : tst_QItemModel::insert(QTableModelEmpty:invalid start, valid count 4) PASS : tst_QItemModel::insert(QTableModelEmpty:invalid start, valid count 5) PASS : tst_QItemModel::insert(QTableModelEmpty:invalid start, valid count 6) PASS : tst_QItemModel::insert(QTableModelEmpty:valid start, invalid count 1) PASS : tst_QItemModel::insert(QTableModelEmpty:valid start, invalid count 2) PASS : tst_QItemModel::insert(QTableModelEmpty:valid start, invalid count 3) PASS : tst_QItemModel::insert(QTreeModel:one at the start) PASS : tst_QItemModel::insert(QTreeModel:one at the middle) PASS : tst_QItemModel::insert(QTreeModel:one at the end) PASS : tst_QItemModel::insert(QTreeModel:many at the start) PASS : tst_QItemModel::insert(QTreeModel:many at the middle) PASS : tst_QItemModel::insert(QTreeModel:many at the end) PASS : tst_QItemModel::insert(QTreeModel:add row count) PASS : tst_QItemModel::insert(QTreeModel:none at the start) PASS : tst_QItemModel::insert(QTreeModel:none at the middle) PASS : tst_QItemModel::insert(QTreeModel:none at the end) PASS : tst_QItemModel::insert(QTreeModel:invalid start, valid count 1) PASS : tst_QItemModel::insert(QTreeModel:invalid start, valid count 2) PASS : tst_QItemModel::insert(QTreeModel:invalid start, valid count 3) PASS : tst_QItemModel::insert(QTreeModel:invalid start, valid count 4) PASS : tst_QItemModel::insert(QTreeModel:invalid start, valid count 5) PASS : tst_QItemModel::insert(QTreeModel:invalid start, valid count 6) PASS : tst_QItemModel::insert(QTreeModel:valid start, invalid count 1) PASS : tst_QItemModel::insert(QTreeModel:valid start, invalid count 2) PASS : tst_QItemModel::insert(QTreeModel:valid start, invalid count 3) PASS : tst_QItemModel::insert(QTreeModelEmpty:one at the start) PASS : tst_QItemModel::insert(QTreeModelEmpty:one at the middle) PASS : tst_QItemModel::insert(QTreeModelEmpty:one at the end) PASS : tst_QItemModel::insert(QTreeModelEmpty:many at the start) PASS : tst_QItemModel::insert(QTreeModelEmpty:many at the middle) PASS : tst_QItemModel::insert(QTreeModelEmpty:many at the end) PASS : tst_QItemModel::insert(QTreeModelEmpty:add row count) PASS : tst_QItemModel::insert(QTreeModelEmpty:none at the start) PASS : tst_QItemModel::insert(QTreeModelEmpty:none at the middle) PASS : tst_QItemModel::insert(QTreeModelEmpty:none at the end) PASS : tst_QItemModel::insert(QTreeModelEmpty:invalid start, valid count 1) PASS : tst_QItemModel::insert(QTreeModelEmpty:invalid start, valid count 2) PASS : tst_QItemModel::insert(QTreeModelEmpty:invalid start, valid count 3) PASS : tst_QItemModel::insert(QTreeModelEmpty:invalid start, valid count 4) PASS : tst_QItemModel::insert(QTreeModelEmpty:invalid start, valid count 5) PASS : tst_QItemModel::insert(QTreeModelEmpty:invalid start, valid count 6) PASS : tst_QItemModel::insert(QTreeModelEmpty:valid start, invalid count 1) PASS : tst_QItemModel::insert(QTreeModelEmpty:valid start, invalid count 2) PASS : tst_QItemModel::insert(QTreeModelEmpty:valid start, invalid count 3) PASS : tst_QItemModel::insert(QSqlQueryModel:one at the start) PASS : tst_QItemModel::insert(QSqlQueryModel:one at the middle) PASS : tst_QItemModel::insert(QSqlQueryModel:one at the end) PASS : tst_QItemModel::insert(QSqlQueryModel:many at the start) PASS : tst_QItemModel::insert(QSqlQueryModel:many at the middle) PASS : tst_QItemModel::insert(QSqlQueryModel:many at the end) PASS : tst_QItemModel::insert(QSqlQueryModel:add row count) PASS : tst_QItemModel::insert(QSqlQueryModel:none at the start) PASS : tst_QItemModel::insert(QSqlQueryModel:none at the middle) PASS : tst_QItemModel::insert(QSqlQueryModel:none at the end) PASS : tst_QItemModel::insert(QSqlQueryModel:invalid start, valid count 1) PASS : tst_QItemModel::insert(QSqlQueryModel:invalid start, valid count 2) PASS : tst_QItemModel::insert(QSqlQueryModel:invalid start, valid count 3) PASS : tst_QItemModel::insert(QSqlQueryModel:invalid start, valid count 4) PASS : tst_QItemModel::insert(QSqlQueryModel:invalid start, valid count 5) PASS : tst_QItemModel::insert(QSqlQueryModel:invalid start, valid count 6) PASS : tst_QItemModel::insert(QSqlQueryModel:valid start, invalid count 1) PASS : tst_QItemModel::insert(QSqlQueryModel:valid start, invalid count 2) PASS : tst_QItemModel::insert(QSqlQueryModel:valid start, invalid count 3) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:one at the start) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:one at the middle) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:one at the end) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:many at the start) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:many at the middle) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:many at the end) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:add row count) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:none at the start) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:none at the middle) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:none at the end) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:invalid start, valid count 1) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:invalid start, valid count 2) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:invalid start, valid count 3) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:invalid start, valid count 4) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:invalid start, valid count 5) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:invalid start, valid count 6) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:valid start, invalid count 1) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:valid start, invalid count 2) PASS : tst_QItemModel::insert(QSqlQueryModelEmpty:valid start, invalid count 3) PASS : tst_QItemModel::insert(QSqlTableModel:one at the start) PASS : tst_QItemModel::insert(QSqlTableModel:one at the middle) PASS : tst_QItemModel::insert(QSqlTableModel:one at the end) PASS : tst_QItemModel::insert(QSqlTableModel:many at the start) PASS : tst_QItemModel::insert(QSqlTableModel:many at the middle) PASS : tst_QItemModel::insert(QSqlTableModel:many at the end) PASS : tst_QItemModel::insert(QSqlTableModel:add row count) PASS : tst_QItemModel::insert(QSqlTableModel:none at the start) PASS : tst_QItemModel::insert(QSqlTableModel:none at the middle) PASS : tst_QItemModel::insert(QSqlTableModel:none at the end) PASS : tst_QItemModel::insert(QSqlTableModel:invalid start, valid count 1) PASS : tst_QItemModel::insert(QSqlTableModel:invalid start, valid count 2) PASS : tst_QItemModel::insert(QSqlTableModel:invalid start, valid count 3) PASS : tst_QItemModel::insert(QSqlTableModel:invalid start, valid count 4) PASS : tst_QItemModel::insert(QSqlTableModel:invalid start, valid count 5) PASS : tst_QItemModel::insert(QSqlTableModel:invalid start, valid count 6) PASS : tst_QItemModel::insert(QSqlTableModel:valid start, invalid count 1) PASS : tst_QItemModel::insert(QSqlTableModel:valid start, invalid count 2) PASS : tst_QItemModel::insert(QSqlTableModel:valid start, invalid count 3) PASS : tst_QItemModel::sort(QDirModel) PASS : tst_QItemModel::sort(QStringListModel) PASS : tst_QItemModel::sort(QStringListModelEmpty) PASS : tst_QItemModel::sort(QStandardItemModel) PASS : tst_QItemModel::sort(QStandardItemModelEmpty) PASS : tst_QItemModel::sort(QSortFilterProxyModel) PASS : tst_QItemModel::sort(QSortFilterProxyModelEmpty) PASS : tst_QItemModel::sort(QSortFilterProxyModelRegExp) PASS : tst_QItemModel::sort(QListModel) PASS : tst_QItemModel::sort(QListModelEmpty) PASS : tst_QItemModel::sort(QTableModel) PASS : tst_QItemModel::sort(QTableModelEmpty) PASS : tst_QItemModel::sort(QTreeModel) PASS : tst_QItemModel::sort(QTreeModelEmpty) PASS : tst_QItemModel::sort(QSqlQueryModel) PASS : tst_QItemModel::sort(QSqlQueryModelEmpty) PASS : tst_QItemModel::sort(QSqlTableModel) PASS : tst_QItemModel::cleanupTestCase() Totals: 869 passed, 0 failed, 0 skipped ********* Finished testing of tst_QItemModel ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15088] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qitemmodel -o /work/build/_artifacts/test-logs/tst_qitemmodel-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: 240 : "memory"); QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15088): QtQA::App::TestRunner: #0 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #1 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #2 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #3 0xb6ae67ec in ~QObjectPrivate (this=0x8c84988, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #4 0xb4b43645 in ~QSqlDriverPrivate (this=0x8c84988, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #5 0xb4b48c75 in ~QSQLiteDriverPrivate (this=0x8c84988, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #6 0xb4b43284 in ~QSQLiteDriver (this=0x8c85ee0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #7 0xb71211b3 in ~QSqlDatabasePrivate (this=0x8c83ce0, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #8 0xb71213de in ~QSqlDatabase (this=0x8c85d64, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #9 0xb71245e5 in ~QHashNode (node=0x8c85d58) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:206 QtQA::App::TestRunner: #10 QHash::deleteNode2 (node=0x8c85d58) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:527 QtQA::App::TestRunner: #11 0xb692787d in QHashData::free_helper (this=0x8c85d70, QtQA::App::TestRunner: node_delete=0xb71245c0 ::deleteNode2(QHashData::Node*)>) at tools/qhash.cpp:406 QtQA::App::TestRunner: #12 0xb7122686 in QHash::freeData () QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:574 QtQA::App::TestRunner: #13 ~QHash () at ../../include/QtCore/../../src/corelib/tools/qhash.h:300 QtQA::App::TestRunner: #14 QHash::clear () QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:580 QtQA::App::TestRunner: #15 QSqlDatabasePrivate::cleanConnections () at kernel/qsqldatabase.cpp:202 QtQA::App::TestRunner: #16 0xb7122802 in cleanDriverDict () at kernel/qsqldatabase.cpp:210 QtQA::App::TestRunner: #17 0xb6ab92c7 in qt_call_post_routines () at kernel/qcoreapplication.cpp:280 QtQA::App::TestRunner: #18 0xb72571fd in ~QApplication (this=0xbff891c8, QtQA::App::TestRunner: __in_chrg=) at kernel/qapplication.cpp:690 QtQA::App::TestRunner: #19 0x0804c9cd in main (argc=5, argv=0xbff89294) at tst_qitemmodel.cpp:1394 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qitemmodel: 14 seconds, signal 11 Testing tst_QSqlDriver QFATAL : tst_QSqlDriver::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlDriver::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 3 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 17659] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqldriver -silent -o /work/build/_artifacts/test-logs/tst_qsqldriver-tes'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7722430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 17659): QtQA::App::TestRunner: #0 0xb7722430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6faa651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6fada82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72b8db6 in qt_message_fatal (this=0xbfd6783c, QtQA::App::TestRunner: msg=0xb7714ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfd6783c, QtQA::App::TestRunner: msg=0xb7714ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76febe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74be7ec in ~QObjectPrivate (this=0x86fbeb8, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a14645 in ~QSqlDriverPrivate (this=0x86fbeb8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a19c75 in ~QSQLiteDriverPrivate (this=0x86fbeb8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a14284 in ~QSQLiteDriver (this=0x86fb9a8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb76cd1b3 in ~QSqlDatabasePrivate (this=0x86fc328, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb76cd3de in ~QSqlDatabase (this=0xbfd67eec, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb76ce39d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x08050206 in tst_Databases::close (this=0xbfd68294) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlDriver::cleanupTestCase (this=0xbfd68294) QtQA::App::TestRunner: at tst_qsqldriver.cpp:107 QtQA::App::TestRunner: #19 0xb749ce50 in QMetaMethod::invoke (this=0xbfd68188, object=0xbfd68294, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb76feb82 in QMetaMethod::invoke (obj=0xbfd68294, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #21 invokeMethod (obj=0xbfd68294, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #22 0xb7704532 in qInvokeTestMethods (testObject=0xbfd68294, argc=6, QtQA::App::TestRunner: argv=0xbfd68384) at qtestcase.cpp:1986 QtQA::App::TestRunner: #23 QTest::qExec (testObject=0xbfd68294, argc=6, argv=0xbfd68384) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #24 0x0804b3fd in main (argc=6, argv=0xbfd68384) at tst_qsqldriver.cpp:226 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSqlDriver ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QDEBUG : tst_QSqlDriver::initTestCase() Opening: "0_QSQLITE@/tmp/foo.db" PASS : tst_QSqlDriver::initTestCase() PASS : tst_QSqlDriver::record(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlDriver::primaryIndex(0_QSQLITE@/tmp/foo.db) QFATAL : tst_QSqlDriver::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlDriver::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 3 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSqlDriver ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 17696] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqldriver -o /work/build/_artifacts/test-logs/tst_qsqldriver-testresults'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb772a430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 17696): QtQA::App::TestRunner: #0 0xb772a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fb2651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6fb5a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72c0db6 in qt_message_fatal (this=0xbfb28e7c, QtQA::App::TestRunner: msg=0xb771cee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfb28e7c, QtQA::App::TestRunner: msg=0xb771cee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7706be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74c67ec in ~QObjectPrivate (this=0x95bfec0, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a1c645 in ~QSqlDriverPrivate (this=0x95bfec0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a21c75 in ~QSQLiteDriverPrivate (this=0x95bfec0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a1c284 in ~QSQLiteDriver (this=0x95bf9b0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb76d51b3 in ~QSqlDatabasePrivate (this=0x95c0330, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb76d53de in ~QSqlDatabase (this=0xbfb2952c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb76d639d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x08050206 in tst_Databases::close (this=0xbfb298d4) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlDriver::cleanupTestCase (this=0xbfb298d4) QtQA::App::TestRunner: at tst_qsqldriver.cpp:107 QtQA::App::TestRunner: #19 0xb74a4e50 in QMetaMethod::invoke (this=0xbfb297c8, object=0xbfb298d4, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb7706b82 in QMetaMethod::invoke (obj=0xbfb298d4, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #21 invokeMethod (obj=0xbfb298d4, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #22 0xb770c532 in qInvokeTestMethods (testObject=0xbfb298d4, argc=5, QtQA::App::TestRunner: argv=0xbfb299c4) at qtestcase.cpp:1986 QtQA::App::TestRunner: #23 QTest::qExec (testObject=0xbfb298d4, argc=5, argv=0xbfb299c4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #24 0x0804b3fd in main (argc=5, argv=0xbfb299c4) at tst_qsqldriver.cpp:226 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqldriver: 2 seconds, signal 6 Testing tst_QSql QFATAL : tst_QSql::open() Received signal 11 FAIL! : tst_QSql::open() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 17593] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsql -silent -o /work/build/_artifacts/test-logs/tst_qsql-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77bf430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 17593): QtQA::App::TestRunner: #0 0xb77bf430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6bb6651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6bb9a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6f29db6 in qt_message_fatal (this=0xbfa021dc, QtQA::App::TestRunner: msg=0xb77b1ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfa021dc, QtQA::App::TestRunner: msg=0xb77b1ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb779bbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb712f7ec in ~QObjectPrivate (this=0x850f888, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb51ce645 in ~QSqlDriverPrivate (this=0x850f888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb51d3c75 in ~QSQLiteDriverPrivate (this=0x850f888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb51ce284 in ~QSQLiteDriver (this=0x8507190, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb776a1b3 in ~QSqlDatabasePrivate (this=0x850f628, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb776a3de in ~QSqlDatabase (this=0xbfa0288c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb776b39d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0804f32c in tst_Databases::close (this=0xbfa03258) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSql::open (this=0xbfa03258) at tst_qsql.cpp:171 QtQA::App::TestRunner: #19 0xb710de50 in QMetaMethod::invoke (this=0xbfa02be4, object=0xbfa03258, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb7110343 in QMetaObject::invokeMethod (obj=0xbfa03258, QtQA::App::TestRunner: member=0x84d9828 "open", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb77a06e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb77a14aa in qInvokeTestMethods (testObject=0xbfa03258, argc=6, QtQA::App::TestRunner: argv=0xbfa03324) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbfa03258, argc=6, argv=0xbfa03324) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804be42 in main (argc=6, argv=0xbfa03324) at tst_qsql.cpp:276 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSql ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSql::initTestCase() QDEBUG : tst_QSql::open() Opening: "0_QSQLITE@/tmp/foo.db" QFATAL : tst_QSql::open() Received signal 11 FAIL! : tst_QSql::open() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSql ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 17655] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsql -o /work/build/_artifacts/test-logs/tst_qsql-testresults-00.xml,xml'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77a4430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 17655): QtQA::App::TestRunner: #0 0xb77a4430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6b9b651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6b9ea82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6f0edb6 in qt_message_fatal (this=0xbfc1431c, QtQA::App::TestRunner: msg=0xb7796ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfc1431c, QtQA::App::TestRunner: msg=0xb7796ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7780be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb71147ec in ~QObjectPrivate (this=0x95c1888, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb51b3645 in ~QSqlDriverPrivate (this=0x95c1888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb51b8c75 in ~QSQLiteDriverPrivate (this=0x95c1888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb51b3284 in ~QSQLiteDriver (this=0x95b9190, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb774f1b3 in ~QSqlDatabasePrivate (this=0x95c1628, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb774f3de in ~QSqlDatabase (this=0xbfc149cc, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb775039d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0804f32c in tst_Databases::close (this=0xbfc15398) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSql::open (this=0xbfc15398) at tst_qsql.cpp:171 QtQA::App::TestRunner: #19 0xb70f2e50 in QMetaMethod::invoke (this=0xbfc14d24, object=0xbfc15398, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb70f5343 in QMetaObject::invokeMethod (obj=0xbfc15398, QtQA::App::TestRunner: member=0x958b828 "open", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb77856e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb77864aa in qInvokeTestMethods (testObject=0xbfc15398, argc=5, QtQA::App::TestRunner: argv=0xbfc15464) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbfc15398, argc=5, argv=0xbfc15464) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804be42 in main (argc=5, argv=0xbfc15464) at tst_qsql.cpp:276 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsql: 4 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00806/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1364901240): http://codereview.qt-project.org/51931 [PS1] - Reduce the likelihood of underflows in qFuzzyCompare http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver http://codereview.qt-project.org/52642 [PS6] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers From ci-noreply at qt-project.org Tue Apr 2 15:06:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 15:06:56 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130402_120656_042344.ci-noreply@qt-project.org> QtQuick1_stable_Integration #104: SUCCESS Tested changes (refs/builds/stable_1364890330): http://codereview.qt-project.org/52418 [PS2] - Doc: Fix faulty code snippet in QDeclarativeEngine class reference From ci-noreply at qt-project.org Tue Apr 2 15:15:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 15:15:25 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130402_121525_024472.ci-noreply@qt-project.org> QtScript_stable_Integration #55: SUCCESS Tested changes (refs/builds/stable_1364901817): http://codereview.qt-project.org/52178 [PS3] - Fix compile on Android From ci-noreply at qt-project.org Tue Apr 2 15:18:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 15:18:47 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_121847_020830.ci-noreply@qt-project.org> QtBase_dev_Integration #752: SUCCESS Tested changes (refs/builds/dev_1364897193): http://codereview.qt-project.org/49440 [PS3] - QNetworkAccessManager: track online / accessible state without session http://codereview.qt-project.org/49439 [PS3] - QNetworkAccessManager: store QNetworkConfiguration instead of identifier From ci-noreply at qt-project.org Tue Apr 2 15:23:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 15:23:01 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130402_122301_087286.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #20: SUCCESS Tested changes (refs/builds/stable_1364901916): http://codereview.qt-project.org/52294 [PS4] - Doc: Add general introduction to the landing page From ci-noreply at qt-project.org Tue Apr 2 15:31:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 15:31:19 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_123119_063304.ci-noreply@qt-project.org> ten autotests failed :( Testing tst_QSqlThread QFATAL : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received signal 11 FAIL! : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 30908] QtQA::App::TestRunner: [New Thread 30909] QtQA::App::TestRunner: [New Thread 30907] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqlthread -silent -o /work/build/_artifacts/test-logs/tst_qsqlthread-tes'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7761430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 30907): QtQA::App::TestRunner: #0 0xb7761430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7266736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb773d433 in QTest::qSleep (ms=10) at qtestcase.cpp:2566 QtQA::App::TestRunner: #3 0x0804c562 in qWait (this=0xbff0a184) QtQA::App::TestRunner: at ../../../../../include/QtTest/../../src/testlib/qtestsystem.h:68 QtQA::App::TestRunner: #4 tst_QSqlThread::simpleThreading (this=0xbff0a184) QtQA::App::TestRunner: at tst_qsqlthread.cpp:395 QtQA::App::TestRunner: #5 0x08050c68 in tst_QSqlThread::qt_static_metacall (_o=0xfffffdfc, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbff09918) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqlthread.moc:131 QtQA::App::TestRunner: #6 0xb74dbe10 in QMetaMethod::invoke (this=0xbff09b04, object=0xbff0a184, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #7 0xb74de303 in QMetaObject::invokeMethod (obj=0xbff0a184, QtQA::App::TestRunner: member=0x96741a0 "simpleThreading", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #8 0xb77426e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #9 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #10 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #11 0xb77434aa in qInvokeTestMethods (testObject=0xbff0a184, argc=6, QtQA::App::TestRunner: argv=0xbff0a264) at qtestcase.cpp:1976 QtQA::App::TestRunner: #12 QTest::qExec (testObject=0xbff0a184, argc=6, argv=0xbff0a264) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #13 0x0804dbd8 in main (argc=6, argv=0xbff0a264) at tst_qsqlthread.cpp:530 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 30909): QtQA::App::TestRunner: #0 0xb7761430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7263015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb730979f in QWaitConditionPrivate::wait (this=0x9671c48, QtQA::App::TestRunner: mutex=0x9671c40, time=4294967295) at thread/qwaitcondition_unix.cpp:116 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x9671c48, mutex=0x9671c40, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:188 QtQA::App::TestRunner: #4 0xb7300e33 in QReadWriteLock::lockForWrite (this=0xb77332ec) QtQA::App::TestRunner: at thread/qreadwritelock.cpp:300 QtQA::App::TestRunner: #5 0xb770d4c0 in QWriteLocker::relock (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:150 QtQA::App::TestRunner: #6 QWriteLocker (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:170 QtQA::App::TestRunner: #7 QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:245 QtQA::App::TestRunner: #8 0x080520e5 in QtTestSqlThread::run (this=0xbff097d4) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #9 0xb73086d5 in QThreadPrivate::start (arg=0xbff097d4) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #10 0xb725e96e in start_thread (arg=0xb524bb70) at pthread_create.c:300 QtQA::App::TestRunner: #11 0xb70923ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30908): QtQA::App::TestRunner: #0 0xb7761430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fe9651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6feca82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72f7db6 in qt_message_fatal (this=0xb5a4bbec, QtQA::App::TestRunner: msg=0xb7753ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xb5a4bbec, QtQA::App::TestRunner: msg=0xb7753ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb773dbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74fd7bc in ~QObjectPrivate (this=0xb4900c08, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a53645 in ~QSqlDriverPrivate (this=0xb4900c08, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a58c75 in ~QSQLiteDriverPrivate (this=0xb4900c08, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a53284 in ~QSQLiteDriver (this=0xb4900b60, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb770c223 in ~QSqlDatabasePrivate (this=0xb4900ad8, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb770c44e in ~QSqlDatabase (this=0xb5a4c29c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb770d40d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x080520e5 in QtTestSqlThread::run (this=0xbff097e0) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #18 0xb73086d5 in QThreadPrivate::start (arg=0xbff097e0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #19 0xb725e96e in start_thread (arg=0xb5a4cb70) at pthread_create.c:300 QtQA::App::TestRunner: #20 0xb70923ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSqlThread ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QDEBUG : tst_QSqlThread::initTestCase() Opening: "0_QSQLITE@/tmp/foo.db" PASS : tst_QSqlThread::initTestCase() QFATAL : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received signal 11 FAIL! : tst_QSqlThread::simpleThreading(0_QSQLITE@/tmp/foo.db) Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSqlThread ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 30913] QtQA::App::TestRunner: [New Thread 30914] QtQA::App::TestRunner: [New Thread 30912] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqlthread -o /work/build/_artifacts/test-logs/tst_qsqlthread-testresults'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7799430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 30912): QtQA::App::TestRunner: #0 0xb7799430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb729e736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb7775433 in QTest::qSleep (ms=10) at qtestcase.cpp:2566 QtQA::App::TestRunner: #3 0x0804c562 in qWait (this=0xbfe9d694) QtQA::App::TestRunner: at ../../../../../include/QtTest/../../src/testlib/qtestsystem.h:68 QtQA::App::TestRunner: #4 tst_QSqlThread::simpleThreading (this=0xbfe9d694) QtQA::App::TestRunner: at tst_qsqlthread.cpp:395 QtQA::App::TestRunner: #5 0x08050c68 in tst_QSqlThread::qt_static_metacall (_o=0xfffffdfc, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbfe9ce28) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqlthread.moc:131 QtQA::App::TestRunner: #6 0xb7513e10 in QMetaMethod::invoke (this=0xbfe9d014, object=0xbfe9d694, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #7 0xb7516303 in QMetaObject::invokeMethod (obj=0xbfe9d694, QtQA::App::TestRunner: member=0x81221a0 "simpleThreading", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #8 0xb777a6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #9 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #10 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #11 0xb777b4aa in qInvokeTestMethods (testObject=0xbfe9d694, argc=5, QtQA::App::TestRunner: argv=0xbfe9d774) at qtestcase.cpp:1976 QtQA::App::TestRunner: #12 QTest::qExec (testObject=0xbfe9d694, argc=5, argv=0xbfe9d774) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #13 0x0804dbd8 in main (argc=5, argv=0xbfe9d774) at tst_qsqlthread.cpp:530 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 30914): QtQA::App::TestRunner: #0 0xb7799430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb729b015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb734179f in QWaitConditionPrivate::wait (this=0x811fc48, QtQA::App::TestRunner: mutex=0x811fc40, time=4294967295) at thread/qwaitcondition_unix.cpp:116 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x811fc48, mutex=0x811fc40, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:188 QtQA::App::TestRunner: #4 0xb7338e33 in QReadWriteLock::lockForWrite (this=0xb776b2ec) QtQA::App::TestRunner: at thread/qreadwritelock.cpp:300 QtQA::App::TestRunner: #5 0xb77454c0 in QWriteLocker::relock (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:150 QtQA::App::TestRunner: #6 QWriteLocker (name=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qreadwritelock.h:170 QtQA::App::TestRunner: #7 QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:245 QtQA::App::TestRunner: #8 0x080520e5 in QtTestSqlThread::run (this=0xbfe9cce4) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #9 0xb73406d5 in QThreadPrivate::start (arg=0xbfe9cce4) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #10 0xb729696e in start_thread (arg=0xb5283b70) at pthread_create.c:300 QtQA::App::TestRunner: #11 0xb70ca3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30913): QtQA::App::TestRunner: #0 0xb7799430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb7021651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb7024a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb732fdb6 in qt_message_fatal (this=0xb5a83bec, QtQA::App::TestRunner: msg=0xb778bee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xb5a83bec, QtQA::App::TestRunner: msg=0xb778bee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7775be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb75357bc in ~QObjectPrivate (this=0xb4901260, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a8b645 in ~QSqlDriverPrivate (this=0xb4901260, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a90c75 in ~QSQLiteDriverPrivate (this=0xb4901260, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a8b284 in ~QSQLiteDriver (this=0xb49011b8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb7744223 in ~QSqlDatabasePrivate (this=0xb4901130, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb774444e in ~QSqlDatabase (this=0xb5a8429c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb774540d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x080520e5 in QtTestSqlThread::run (this=0xbfe9ccf0) QtQA::App::TestRunner: at tst_qsqlthread.cpp:133 QtQA::App::TestRunner: #18 0xb73406d5 in QThreadPrivate::start (arg=0xbfe9ccf0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #19 0xb729696e in start_thread (arg=0xb5a84b70) at pthread_create.c:300 QtQA::App::TestRunner: #20 0xb70ca3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqlthread: 2 seconds, signal 6 Opening: "0_QSQLITE@/tmp/foo.db" Testing tst_QSqlTableModel QFATAL : tst_QSqlTableModel::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlTableModel::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 49 passed, 1 failed, 1 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 30900] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqltablemodel -silent -o /work/build/_artifacts/test-logs/tst_qsqltablem'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb773f430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30900): QtQA::App::TestRunner: #0 0xb773f430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fc7651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6fcaa82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72d5db6 in qt_message_fatal (this=0xbff1f25c, QtQA::App::TestRunner: msg=0xb7731ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbff1f25c, QtQA::App::TestRunner: msg=0xb7731ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb771bbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74db7bc in ~QObjectPrivate (this=0x984e060, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a33645 in ~QSqlDriverPrivate (this=0x984e060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a38c75 in ~QSQLiteDriverPrivate (this=0x984e060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a33284 in ~QSQLiteDriver (this=0x984d3d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb76ea223 in ~QSqlDatabasePrivate (this=0x984d1a0, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb76ea44e in ~QSqlDatabase (this=0xbff1f90c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb76eb40d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0807e592 in tst_Databases::close (this=0xbff1fd48) QtQA::App::TestRunner: at ../../kernel/qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlTableModel::cleanupTestCase (this=0xbff1fd48) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:280 QtQA::App::TestRunner: #19 0x080a10fd in tst_QSqlTableModel::qt_static_metacall (_o=0xbff1fd48, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbff1faf8) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqltablemodel.moc:321 QtQA::App::TestRunner: #20 0xb74b9e10 in QMetaMethod::invoke (this=0xbff1fc48, object=0xbff1fd48, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #21 0xb771bb82 in QMetaMethod::invoke (obj=0xbff1fd48, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #22 invokeMethod (obj=0xbff1fd48, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #23 0xb7721532 in qInvokeTestMethods (testObject=0xbff1fd48, argc=6, QtQA::App::TestRunner: argv=0xbff1fe24) at qtestcase.cpp:1986 QtQA::App::TestRunner: #24 QTest::qExec (testObject=0xbff1fd48, argc=6, argv=0xbff1fe24) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #25 0x080514f8 in main (argc=6, argv=0xbff1fe24) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:2101 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... Opening: "0_QSQLITE@/tmp/foo.db" ********* Start testing of tst_QSqlTableModel ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSqlTableModel::initTestCase() PASS : tst_QSqlTableModel::select(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::selectRow(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::selectRowOverride(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertColumns(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertColumns(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertColumns(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::submitAll(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setData(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setRecord(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setRecordReimpl(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::recordReimpl(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertRow(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertRow(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertRow(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::insertRowFailure(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertRowFailure(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertRowFailure(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::insertRecord(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertMultiRecords(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertWithAutoColumn(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::insertWithAutoColumn(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::insertWithAutoColumn(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::removeRow(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::removeRows(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::removeInsertedRow(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::removeInsertedRow(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::removeInsertedRow(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::removeInsertedRows(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::revert(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::revert(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::revert(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::isDirty(0_QSQLITE@/tmp/foo.db [field]) PASS : tst_QSqlTableModel::isDirty(0_QSQLITE@/tmp/foo.db [row]) PASS : tst_QSqlTableModel::isDirty(0_QSQLITE@/tmp/foo.db [manual]) PASS : tst_QSqlTableModel::setFilter(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::setInvalidFilter(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::emptyTable(0_QSQLITE@/tmp/foo.db) SKIP : tst_QSqlTableModel::tablesAndSchemas() No database drivers of type QPSQL are available in this Qt configuration Loc: [tst_qsqltablemodel.cpp(258)] PASS : tst_QSqlTableModel::whitespaceInIdentifiers(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::primaryKeyOrder(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::sqlite_bigTable(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertRecordBeforeSelect(0_QSQLITE@/tmp/foo.db) XFAIL : tst_QSqlTableModel::submitAllOnInvalidTable(0_QSQLITE@/tmp/foo.db) The table doesn't exist: submitAll() shall fail Loc: [tst_qsqltablemodel.cpp(1882)] XFAIL : tst_QSqlTableModel::submitAllOnInvalidTable(0_QSQLITE@/tmp/foo.db) The table doesn't exist: select() shall fail Loc: [tst_qsqltablemodel.cpp(1885)] PASS : tst_QSqlTableModel::submitAllOnInvalidTable(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertRecordsInLoop(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::sqlite_attachedDatabase(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::tableModifyWithBlank(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::removeColumnAndRow(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::insertBeforeDelete(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlTableModel::invalidFilterAndHeaderData(0_QSQLITE@/tmp/foo.db) QFATAL : tst_QSqlTableModel::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlTableModel::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 49 passed, 1 failed, 1 skipped ********* Finished testing of tst_QSqlTableModel ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 30903] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqltablemodel -o /work/build/_artifacts/test-logs/tst_qsqltablemodel-tes'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb76ef430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30903): QtQA::App::TestRunner: #0 0xb76ef430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6f77651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6f7aa82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb7285db6 in qt_message_fatal (this=0xbfa4e0cc, QtQA::App::TestRunner: msg=0xb76e1ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfa4e0cc, QtQA::App::TestRunner: msg=0xb76e1ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76cbbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb748b7bc in ~QObjectPrivate (this=0x8b80060, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb59e3645 in ~QSqlDriverPrivate (this=0x8b80060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb59e8c75 in ~QSQLiteDriverPrivate (this=0x8b80060, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb59e3284 in ~QSQLiteDriver (this=0x8b7f3d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb769a223 in ~QSqlDatabasePrivate (this=0x8b7f1a0, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb769a44e in ~QSqlDatabase (this=0xbfa4e77c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb769b40d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0807e592 in tst_Databases::close (this=0xbfa4ebb8) QtQA::App::TestRunner: at ../../kernel/qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlTableModel::cleanupTestCase (this=0xbfa4ebb8) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:280 QtQA::App::TestRunner: #19 0x080a10fd in tst_QSqlTableModel::qt_static_metacall (_o=0xbfa4ebb8, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbfa4e968) QtQA::App::TestRunner: at .moc/release-shared/tst_qsqltablemodel.moc:321 QtQA::App::TestRunner: #20 0xb7469e10 in QMetaMethod::invoke (this=0xbfa4eab8, object=0xbfa4ebb8, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #21 0xb76cbb82 in QMetaMethod::invoke (obj=0xbfa4ebb8, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #22 invokeMethod (obj=0xbfa4ebb8, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #23 0xb76d1532 in qInvokeTestMethods (testObject=0xbfa4ebb8, argc=5, QtQA::App::TestRunner: argv=0xbfa4ec94) at qtestcase.cpp:1986 QtQA::App::TestRunner: #24 QTest::qExec (testObject=0xbfa4ebb8, argc=5, argv=0xbfa4ec94) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #25 0x080514f8 in main (argc=5, argv=0xbfa4ec94) QtQA::App::TestRunner: at tst_qsqltablemodel.cpp:2101 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqltablemodel: 9 seconds, signal 6 Testing tst_QSqlRelationalTableModel QFATAL : tst_QSqlRelationalTableModel::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlRelationalTableModel::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 20 passed, 1 failed, 2 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 30891] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqlrelationaltablemodel -silent -o /work/build/_artifacts/test-logs/tst_'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb76ff430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30891): QtQA::App::TestRunner: #0 0xb76ff430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6f87651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6f8aa82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb7295db6 in qt_message_fatal (this=0xbfcde02c, QtQA::App::TestRunner: msg=0xb76f1ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfcde02c, QtQA::App::TestRunner: msg=0xb76f1ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76dbbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb749b7bc in ~QObjectPrivate (this=0x8fe3448, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb59f1645 in ~QSqlDriverPrivate (this=0x8fe3448, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb59f6c75 in ~QSQLiteDriverPrivate (this=0x8fe3448, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb59f1284 in ~QSQLiteDriver (this=0x8fe2ff8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb76aa223 in ~QSqlDatabasePrivate (this=0x8fe2720, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb76aa44e in ~QSqlDatabase (this=0xbfcde6dc, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb76ab40d in QSqlDatabasePrivate::removeDatabase (name=...) (... 1619 lines omitted; there are too many errors!) QtQA::App::TestRunner: #4 0xb4b7c645 in ~QSqlDriverPrivate (this=0x9ba6988, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #5 0xb4b81c75 in ~QSQLiteDriverPrivate (this=0x9ba6988, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #6 0xb4b7c284 in ~QSQLiteDriver (this=0x9ba7ee0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #7 0xb7159223 in ~QSqlDatabasePrivate (this=0x9ba5ce0, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #8 0xb715944e in ~QSqlDatabase (this=0x9ba7d64, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #9 0xb715c655 in ~QHashNode (node=0x9ba7d58) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:206 QtQA::App::TestRunner: #10 QHash::deleteNode2 (node=0x9ba7d58) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:527 QtQA::App::TestRunner: #11 0xb695d86d in QHashData::free_helper (this=0x9ba7d70, QtQA::App::TestRunner: node_delete=0xb715c630 ::deleteNode2(QHashData::Node*)>) at tools/qhash.cpp:406 QtQA::App::TestRunner: #12 0xb715a6f6 in QHash::freeData () QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:574 QtQA::App::TestRunner: #13 ~QHash () at ../../include/QtCore/../../src/corelib/tools/qhash.h:300 QtQA::App::TestRunner: #14 QHash::clear () QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qhash.h:580 QtQA::App::TestRunner: #15 QSqlDatabasePrivate::cleanConnections () at kernel/qsqldatabase.cpp:202 QtQA::App::TestRunner: #16 0xb715a872 in cleanDriverDict () at kernel/qsqldatabase.cpp:210 QtQA::App::TestRunner: #17 0xb6aef287 in qt_call_post_routines () at kernel/qcoreapplication.cpp:280 QtQA::App::TestRunner: #18 0xb728f1fd in ~QApplication (this=0xbfdd2c38, QtQA::App::TestRunner: __in_chrg=) at kernel/qapplication.cpp:690 QtQA::App::TestRunner: #19 0x0804c9cd in main (argc=5, argv=0xbfdd2d04) at tst_qitemmodel.cpp:1394 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qitemmodel: 13 seconds, signal 11 Testing tst_QSqlDriver QFATAL : tst_QSqlDriver::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlDriver::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 3 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15498] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqldriver -silent -o /work/build/_artifacts/test-logs/tst_qsqldriver-tes'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb76ec430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15498): QtQA::App::TestRunner: #0 0xb76ec430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6f74651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6f77a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb7282db6 in qt_message_fatal (this=0xbfe9756c, QtQA::App::TestRunner: msg=0xb76deee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfe9756c, QtQA::App::TestRunner: msg=0xb76deee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76c8be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74887bc in ~QObjectPrivate (this=0x9680eb8, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb59de645 in ~QSqlDriverPrivate (this=0x9680eb8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb59e3c75 in ~QSQLiteDriverPrivate (this=0x9680eb8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb59de284 in ~QSQLiteDriver (this=0x96809a8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb7697223 in ~QSqlDatabasePrivate (this=0x9681328, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb769744e in ~QSqlDatabase (this=0xbfe97c1c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb769840d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x08050206 in tst_Databases::close (this=0xbfe97fc4) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlDriver::cleanupTestCase (this=0xbfe97fc4) QtQA::App::TestRunner: at tst_qsqldriver.cpp:107 QtQA::App::TestRunner: #19 0xb7466e10 in QMetaMethod::invoke (this=0xbfe97eb8, object=0xbfe97fc4, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb76c8b82 in QMetaMethod::invoke (obj=0xbfe97fc4, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #21 invokeMethod (obj=0xbfe97fc4, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #22 0xb76ce532 in qInvokeTestMethods (testObject=0xbfe97fc4, argc=6, QtQA::App::TestRunner: argv=0xbfe980b4) at qtestcase.cpp:1986 QtQA::App::TestRunner: #23 QTest::qExec (testObject=0xbfe97fc4, argc=6, argv=0xbfe980b4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #24 0x0804b3fd in main (argc=6, argv=0xbfe980b4) at tst_qsqldriver.cpp:226 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSqlDriver ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QDEBUG : tst_QSqlDriver::initTestCase() Opening: "0_QSQLITE@/tmp/foo.db" PASS : tst_QSqlDriver::initTestCase() PASS : tst_QSqlDriver::record(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlDriver::primaryIndex(0_QSQLITE@/tmp/foo.db) QFATAL : tst_QSqlDriver::cleanupTestCase() Received signal 11 FAIL! : tst_QSqlDriver::cleanupTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 3 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSqlDriver ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15502] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsqldriver -o /work/build/_artifacts/test-logs/tst_qsqldriver-testresults'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb775a430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15502): QtQA::App::TestRunner: #0 0xb775a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6fe2651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6fe5a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb72f0db6 in qt_message_fatal (this=0xbf8c240c, QtQA::App::TestRunner: msg=0xb774cee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf8c240c, QtQA::App::TestRunner: msg=0xb774cee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7736be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb74f67bc in ~QObjectPrivate (this=0x821aec0, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb5a4c645 in ~QSqlDriverPrivate (this=0x821aec0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5a51c75 in ~QSQLiteDriverPrivate (this=0x821aec0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb5a4c284 in ~QSQLiteDriver (this=0x821a9b0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb7705223 in ~QSqlDatabasePrivate (this=0x821b330, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb770544e in ~QSqlDatabase (this=0xbf8c2abc, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb770640d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x08050206 in tst_Databases::close (this=0xbf8c2e64) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSqlDriver::cleanupTestCase (this=0xbf8c2e64) QtQA::App::TestRunner: at tst_qsqldriver.cpp:107 QtQA::App::TestRunner: #19 0xb74d4e10 in QMetaMethod::invoke (this=0xbf8c2d58, object=0xbf8c2e64, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb7736b82 in QMetaMethod::invoke (obj=0xbf8c2e64, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #21 invokeMethod (obj=0xbf8c2e64, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #22 0xb773c532 in qInvokeTestMethods (testObject=0xbf8c2e64, argc=5, QtQA::App::TestRunner: argv=0xbf8c2f54) at qtestcase.cpp:1986 QtQA::App::TestRunner: #23 QTest::qExec (testObject=0xbf8c2e64, argc=5, argv=0xbf8c2f54) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #24 0x0804b3fd in main (argc=5, argv=0xbf8c2f54) at tst_qsqldriver.cpp:226 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqldriver: 2 seconds, signal 6 Testing tst_QSql QFATAL : tst_QSql::open() Received signal 11 FAIL! : tst_QSql::open() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15409] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsql -silent -o /work/build/_artifacts/test-logs/tst_qsql-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb776a430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15409): QtQA::App::TestRunner: #0 0xb776a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6b5f651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6b62a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6ed2db6 in qt_message_fatal (this=0xbfc1ca0c, QtQA::App::TestRunner: msg=0xb775cee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfc1ca0c, QtQA::App::TestRunner: msg=0xb775cee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7746be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb70d87bc in ~QObjectPrivate (this=0x8655888, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb517a645 in ~QSqlDriverPrivate (this=0x8655888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb517fc75 in ~QSQLiteDriverPrivate (this=0x8655888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb517a284 in ~QSQLiteDriver (this=0x864d190, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb7715223 in ~QSqlDatabasePrivate (this=0x8655628, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb771544e in ~QSqlDatabase (this=0xbfc1d0bc, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb771640d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0804f32c in tst_Databases::close (this=0xbfc1da88) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSql::open (this=0xbfc1da88) at tst_qsql.cpp:171 QtQA::App::TestRunner: #19 0xb70b6e10 in QMetaMethod::invoke (this=0xbfc1d414, object=0xbfc1da88, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb70b9303 in QMetaObject::invokeMethod (obj=0xbfc1da88, QtQA::App::TestRunner: member=0x861f828 "open", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb774b6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb774c4aa in qInvokeTestMethods (testObject=0xbfc1da88, argc=6, QtQA::App::TestRunner: argv=0xbfc1db54) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbfc1da88, argc=6, argv=0xbfc1db54) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804be42 in main (argc=6, argv=0xbfc1db54) at tst_qsql.cpp:276 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSql ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSql::initTestCase() QDEBUG : tst_QSql::open() Opening: "0_QSQLITE@/tmp/foo.db" QFATAL : tst_QSql::open() Received signal 11 FAIL! : tst_QSql::open() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSql ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 15475] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsql -o /work/build/_artifacts/test-logs/tst_qsql-testresults-00.xml,xml'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb771d430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 15475): QtQA::App::TestRunner: #0 0xb771d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6b12651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6b15a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6e85db6 in qt_message_fatal (this=0xbfcf1acc, QtQA::App::TestRunner: msg=0xb770fee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfcf1acc, QtQA::App::TestRunner: msg=0xb770fee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76f9be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:240 QtQA::App::TestRunner: #8 QBasicAtomicInteger::deref (this=0x0) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:153 QtQA::App::TestRunner: #9 QThreadData::deref (this=0x0) at thread/qthread.cpp:109 QtQA::App::TestRunner: #10 0xb708b7bc in ~QObjectPrivate (this=0x9d8d888, QtQA::App::TestRunner: __in_chrg=) at kernel/qobject.cpp:230 QtQA::App::TestRunner: #11 0xb512d645 in ~QSqlDriverPrivate (this=0x9d8d888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../../include/QtSql/5.1.0/QtSql/private/../../../../../src/sql/kernel/qsqldriver_p.h:87 QtQA::App::TestRunner: #12 0xb5132c75 in ~QSQLiteDriverPrivate (this=0x9d8d888, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:139 QtQA::App::TestRunner: #13 0xb512d284 in ~QSQLiteDriver (this=0x9d85190, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../../sql/drivers/sqlite/qsql_sqlite.cpp:550 QtQA::App::TestRunner: #14 0xb76c8223 in ~QSqlDatabasePrivate (this=0x9d8d628, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:188 QtQA::App::TestRunner: #15 0xb76c844e in ~QSqlDatabase (this=0xbfcf217c, QtQA::App::TestRunner: __in_chrg=) at kernel/qsqldatabase.cpp:804 QtQA::App::TestRunner: #16 0xb76c940d in QSqlDatabasePrivate::removeDatabase (name=...) QtQA::App::TestRunner: at kernel/qsqldatabase.cpp:250 QtQA::App::TestRunner: #17 0x0804f32c in tst_Databases::close (this=0xbfcf2b48) QtQA::App::TestRunner: at ../qsqldatabase/tst_databases.h:333 QtQA::App::TestRunner: #18 tst_QSql::open (this=0xbfcf2b48) at tst_qsql.cpp:171 QtQA::App::TestRunner: #19 0xb7069e10 in QMetaMethod::invoke (this=0xbfcf24d4, object=0xbfcf2b48, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb706c303 in QMetaObject::invokeMethod (obj=0xbfcf2b48, QtQA::App::TestRunner: member=0x9d57828 "open", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb76fe6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb76ff4aa in qInvokeTestMethods (testObject=0xbfcf2b48, argc=5, QtQA::App::TestRunner: argv=0xbfcf2c14) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbfcf2b48, argc=5, argv=0xbfcf2c14) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804be42 in main (argc=5, argv=0xbfcf2c14) at tst_qsql.cpp:276 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsql: 4 seconds, signal 6 Testing tst_QFontMetrics QFATAL : tst_QFontMetrics::same() Received signal 8 FAIL! : tst_QFontMetrics::same() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 10598] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qfontmetrics -silent -o /work/build/_artifacts/test-logs/tst_qfontmetrics'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7770430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 10598): QtQA::App::TestRunner: #0 0xb7770430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6b9f651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6ba2a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6f12db6 in qt_message_fatal (this=0xbfccceec, QtQA::App::TestRunner: msg=0xb7762ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfccceec, QtQA::App::TestRunner: msg=0xb7762ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb774cbe7 in QTest::FatalSignalHandler::signal (signum=8) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb6cdc79b in __divdi3 () from /lib/libgcc_s.so.1 QtQA::App::TestRunner: #8 0xb7457d9c in QFontEngine::harfbuzzFont (this=0x97ccc08) QtQA::App::TestRunner: at text/qfontengine.cpp:271 QtQA::App::TestRunner: #9 0xb7482104 in QTextEngine::shapeTextWithHarfbuzz (this=0xbfcce1e8, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1114 QtQA::App::TestRunner: #10 0xb74830df in QTextEngine::shapeText (this=0xbfcce1e8, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:895 QtQA::App::TestRunner: #11 0xb7483b9e in QTextEngine::shape (this=0xbfcce1e8, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1250 QtQA::App::TestRunner: #12 0xb748dbee in QTextLine::layout_helper (this=0xbfcd0b00, QtQA::App::TestRunner: maxGlyphs=2147483647) at text/qtextlayout.cpp:1743 QtQA::App::TestRunner: #13 0xb748e687 in QTextLine::setLineWidth (this=0xbfcd0b00, width=16777216) QtQA::App::TestRunner: at text/qtextlayout.cpp:1527 QtQA::App::TestRunner: #14 0xb75be2eb in qt_format_text (fnt=..., _r=..., tf=134758417, option=0x0, QtQA::App::TestRunner: str=..., brect=0xbfcd0c88, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7527 QtQA::App::TestRunner: #15 0xb75bf251 in qt_format_text (fnt=..., _r=..., tf=540672, str=..., QtQA::App::TestRunner: brect=0xbfcd0c88, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7357 QtQA::App::TestRunner: #16 0xb7469b9b in QFontMetrics::boundingRect (this=0xbfcd0e14, rect=..., QtQA::App::TestRunner: flags=524288, text=..., tabStops=0, tabArray=0x0) QtQA::App::TestRunner: at text/qfontmetrics.cpp:777 QtQA::App::TestRunner: #17 0xb7469c3c in QFontMetrics::size (this=0xbfcd0e14, flags=0, text=..., QtQA::App::TestRunner: tabStops=0, tabArray=0x0) at text/qfontmetrics.cpp:807 QtQA::App::TestRunner: #18 0x0804d1a8 in tst_QFontMetrics::same (this=0xbfcd1750) QtQA::App::TestRunner: at tst_qfontmetrics.cpp:107 QtQA::App::TestRunner: #19 0xb70f6e10 in QMetaMethod::invoke (this=0xbfcd10d4, object=0xbfcd1750, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb70f9303 in QMetaObject::invokeMethod (obj=0xbfcd1750, QtQA::App::TestRunner: member=0x97c2410 "same", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb77516e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb77524aa in qInvokeTestMethods (testObject=0xbfcd1750, argc=6, QtQA::App::TestRunner: argv=0xbfcd1824) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbfcd1750, argc=6, argv=0xbfcd1824) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804abf8 in main (argc=6, argv=0xbfcd1824) at tst_qfontmetrics.cpp:336 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFontMetrics ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFontMetrics::initTestCase() QFATAL : tst_QFontMetrics::same() Received signal 8 FAIL! : tst_QFontMetrics::same() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFontMetrics ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 10609] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qfontmetrics -o /work/build/_artifacts/test-logs/tst_qfontmetrics-testres'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77dd430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 10609): QtQA::App::TestRunner: #0 0xb77dd430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6c0c651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6c0fa82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6f7fdb6 in qt_message_fatal (this=0xbf91bc4c, QtQA::App::TestRunner: msg=0xb77cfee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf91bc4c, QtQA::App::TestRunner: msg=0xb77cfee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb77b9be7 in QTest::FatalSignalHandler::signal (signum=8) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb6d4979b in __divdi3 () from /lib/libgcc_s.so.1 QtQA::App::TestRunner: #8 0xb74c4d9c in QFontEngine::harfbuzzFont (this=0x96a0c58) QtQA::App::TestRunner: at text/qfontengine.cpp:271 QtQA::App::TestRunner: #9 0xb74ef104 in QTextEngine::shapeTextWithHarfbuzz (this=0xbf91cf48, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1114 QtQA::App::TestRunner: #10 0xb74f00df in QTextEngine::shapeText (this=0xbf91cf48, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:895 QtQA::App::TestRunner: #11 0xb74f0b9e in QTextEngine::shape (this=0xbf91cf48, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1250 QtQA::App::TestRunner: #12 0xb74fabee in QTextLine::layout_helper (this=0xbf91f860, QtQA::App::TestRunner: maxGlyphs=2147483647) at text/qtextlayout.cpp:1743 QtQA::App::TestRunner: #13 0xb74fb687 in QTextLine::setLineWidth (this=0xbf91f860, width=16777216) QtQA::App::TestRunner: at text/qtextlayout.cpp:1527 QtQA::App::TestRunner: #14 0xb762b2eb in qt_format_text (fnt=..., _r=..., tf=134758417, option=0x0, QtQA::App::TestRunner: str=..., brect=0xbf91f9e8, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7527 QtQA::App::TestRunner: #15 0xb762c251 in qt_format_text (fnt=..., _r=..., tf=540672, str=..., QtQA::App::TestRunner: brect=0xbf91f9e8, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7357 QtQA::App::TestRunner: #16 0xb74d6b9b in QFontMetrics::boundingRect (this=0xbf91fb74, rect=..., QtQA::App::TestRunner: flags=524288, text=..., tabStops=0, tabArray=0x0) QtQA::App::TestRunner: at text/qfontmetrics.cpp:777 QtQA::App::TestRunner: #17 0xb74d6c3c in QFontMetrics::size (this=0xbf91fb74, flags=0, text=..., QtQA::App::TestRunner: tabStops=0, tabArray=0x0) at text/qfontmetrics.cpp:807 QtQA::App::TestRunner: #18 0x0804d1a8 in tst_QFontMetrics::same (this=0xbf9204b0) QtQA::App::TestRunner: at tst_qfontmetrics.cpp:107 QtQA::App::TestRunner: #19 0xb7163e10 in QMetaMethod::invoke (this=0xbf91fe34, object=0xbf9204b0, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb7166303 in QMetaObject::invokeMethod (obj=0xbf9204b0, QtQA::App::TestRunner: member=0x969b410 "same", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb77be6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb77bf4aa in qInvokeTestMethods (testObject=0xbf9204b0, argc=5, QtQA::App::TestRunner: argv=0xbf920584) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbf9204b0, argc=5, argv=0xbf920584) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804abf8 in main (argc=5, argv=0xbf920584) at tst_qfontmetrics.cpp:336 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfontmetrics: 6 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00807/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1364903662): http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver http://codereview.qt-project.org/52642 [PS6] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/52129 [PS4] - qdoc: Use Q_QDOC in quuid.h to help qdoc http://codereview.qt-project.org/51827 [PS3] - Cache QAccessibleInterfaces. http://codereview.qt-project.org/52664 [PS1] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/52209 [PS6] - Fix integer overflow for very large fonts http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference http://codereview.qt-project.org/52241 [PS2] - Apply Qt-specific changes to the bundled FreeType http://codereview.qt-project.org/51904 [PS2] - ApplicationState: Add new event class: ApplicationStateChangeEvent http://codereview.qt-project.org/51655 [PS5] - QSqlTableModel: expose methods for getting primary values From ci-noreply at qt-project.org Tue Apr 2 15:52:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 15:52:42 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_125242_046688.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #348: SUCCESS Tested changes (refs/builds/stable_1364902079): http://codereview.qt-project.org/51401 [PS1] - QmlProfiling: Test case uses port range http://codereview.qt-project.org/51294 [PS3] - Debugger: Accepts port range as arguments From ci-noreply at qt-project.org Tue Apr 2 16:04:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 16:04:56 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#dev Message-ID: <20130402_130456_079573.ci-noreply@qt-project.org> QtX11Extras_dev_Integration #1: SUCCESS Tested changes (refs/builds/dev_1364906871): http://codereview.qt-project.org/52721 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52720 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Tue Apr 2 16:31:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 16:31:15 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130402_133115_026155.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qmenubar', and `tst_qtableview' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1015bbe50 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10156c7f0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_QTableView 2013-04-02 14:17:21.643 tst_qtableview[88125:1f03] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qtableview.savedState/window_8.data: Permission denied (13) FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] Totals: 240 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTableView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QTableView::initTestCase() PASS : tst_QTableView::getSetCheck() PASS : tst_QTableView::noDelegate() PASS : tst_QTableView::noModel() PASS : tst_QTableView::emptyModel() PASS : tst_QTableView::removeRows(2x2) PASS : tst_QTableView::removeRows(10x10) PASS : tst_QTableView::removeColumns(2x2) PASS : tst_QTableView::removeColumns(10x10) FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] PASS : tst_QTableView::keyboardNavigation(no tab) PASS : tst_QTableView::headerSections() PASS : tst_QTableView::moveCursor(MoveRight (0,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,3)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext (0,0)) PASS : tst_QTableView::moveCursor(MoveNext (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (0,3)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (3,3)) PASS : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft (0,0)) PASS : tst_QTableView::moveCursor(MoveLeft (0,3)) PASS : tst_QTableView::moveCursor(MoveLeft (1,0)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious (0,3)) PASS : tst_QTableView::moveCursor(MovePrevious (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap (1,0)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0)) PASS : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2)) PASS : tst_QTableView::moveCursor(MoveDown (0,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,3)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (3, 0)) PASS : tst_QTableView::moveCursor(MoveUp (0,1)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row (1,0)) PASS : tst_QTableView::moveCursor(MoveHome (0,0)) PASS : tst_QTableView::moveCursor(MoveHome (3,3)) PASS : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (3,3)) PASS : tst_QTableView::moveCursor(MovePageDown (3, 3)) PASS : tst_QTableView::moveCursor(MovePageDown (0, 3)) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled) PASS : tst_QTableView::moveCursorStrikesBack(Move through span right) PASS : tst_QTableView::moveCursorStrikesBack(Move through span left) PASS : tst_QTableView::moveCursorStrikesBack(Move through span down) PASS : tst_QTableView::moveCursorStrikesBack(Move through span up) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL) PASS : tst_QTableView::hideRows(show row 0, hide row 3, no span) PASS : tst_QTableView::hideRows(show row 0, hide row 3, span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, no span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, span) PASS : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select) PASS : tst_QTableView::selectRow(SingleSelection and SelectItems) PASS : tst_QTableView::selectRow(SingleSelection and SelectRows) PASS : tst_QTableView::selectRow(SingleSelection and SelectColumns) PASS : tst_QTableView::selectRow(MultiSelection and SelectItems) PASS : tst_QTableView::selectRow(MultiSelection and SelectRows) PASS : tst_QTableView::selectRow(MultiSelection and SelectColumns) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectColumns) PASS : tst_QTableView::selectColumn(SingleSelection and SelectItems) PASS : tst_QTableView::selectColumn(SingleSelection and SelectRows) PASS : tst_QTableView::selectColumn(SingleSelection and SelectColumns) PASS : tst_QTableView::selectColumn(MultiSelection and SelectItems) PASS : tst_QTableView::selectColumn(MultiSelection and SelectRows) PASS : tst_QTableView::selectColumn(MultiSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns) PASS : tst_QTableView::visualRect((0,0)) PASS : tst_QTableView::visualRect((0,0) hidden row) PASS : tst_QTableView::visualRect((0,0) hidden column) PASS : tst_QTableView::visualRect((0,0) hidden row and column) PASS : tst_QTableView::visualRect((0,0) out of bounds) PASS : tst_QTableView::visualRect((5,5), hidden row) PASS : tst_QTableView::visualRect((9,9)) PASS : tst_QTableView::fetchMore() PASS : tst_QTableView::setHeaders() PASS : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per item 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5) PASS : tst_QTableView::rowAt(row at 100) PASS : tst_QTableView::rowAt(row at 180) PASS : tst_QTableView::rowAt(row at 20) PASS : tst_QTableView::rowHeight(increasing) PASS : tst_QTableView::rowHeight(decreasing) PASS : tst_QTableView::rowHeight(random) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per item 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5) PASS : tst_QTableView::columnAt(column at 100) PASS : tst_QTableView::columnAt(column at 180) PASS : tst_QTableView::columnAt(column at 20) PASS : tst_QTableView::columnWidth(increasing) PASS : tst_QTableView::columnWidth(decreasing) PASS : tst_QTableView::columnWidth(random) PASS : tst_QTableView::hiddenRow(first hidden) PASS : tst_QTableView::hiddenRow(last hidden) PASS : tst_QTableView::hiddenRow(none hidden) PASS : tst_QTableView::hiddenRow(all hidden) PASS : tst_QTableView::hiddenColumn(first hidden) PASS : tst_QTableView::hiddenColumn(last hidden) PASS : tst_QTableView::hiddenColumn(none hidden) PASS : tst_QTableView::hiddenColumn(all hidden) PASS : tst_QTableView::sortingEnabled() QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QWARN : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) PASS : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20)) PASS : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20)) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(top left 1x2) PASS : tst_QTableView::span(top left 2x1) PASS : tst_QTableView::span(invalid 2x2) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(bottom right 2x2) PASS : tst_QTableView::span(invalid span 2x2) PASS : tst_QTableView::span(invalid span 3x3) PASS : tst_QTableView::spans(1x3 span, query 3,0) PASS : tst_QTableView::spans(1x3 span, query 3,1) PASS : tst_QTableView::spans(1x3 span, query 3,2) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0) PASS : tst_QTableView::spans(how to order spans (1,1)) PASS : tst_QTableView::spans(how to order spans (2,1)) PASS : tst_QTableView::spans(how to order spans (3,1)) PASS : tst_QTableView::spans(how to order spans (1,2)) PASS : tst_QTableView::spans(how to order spans (2,2)) PASS : tst_QTableView::spans(spans with hidden rows) PASS : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-9631: remove one span) PASS : tst_QTableView::spansAfterRowInsertion() PASS : tst_QTableView::spansAfterColumnInsertion() PASS : tst_QTableView::spansAfterRowRemoval() PASS : tst_QTableView::spansAfterColumnRemoval() PASS : tst_QTableView::checkHeaderReset() PASS : tst_QTableView::checkHeaderMinSize() PASS : tst_QTableView::resizeToContents() SKIP : tst_QTableView::tabFocus() This test requires full keyboard control to be enabled. Loc: [tst_qtableview.cpp(3354)] PASS : tst_QTableView::bigModel() PASS : tst_QTableView::selectionSignal() PASS : tst_QTableView::setCurrentIndex() PASS : tst_QTableView::task173773_updateVerticalHeader() PASS : tst_QTableView::task227953_setRootIndex() PASS : tst_QTableView::task240266_veryBigColumn() PASS : tst_QTableView::task248688_autoScrollNavigation() PASS : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections() PASS : tst_QTableView::task191545_dragSelectRows() PASS : tst_QTableView::taskQTBUG_5062_spansInconsistency() PASS : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel() PASS : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader() PASS : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason() PASS : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection() PASS : tst_QTableView::taskQTBUG_8777_scrollToSpans() PASS : tst_QTableView::taskQTBUG_10169_sizeHintForRow() PASS : tst_QTableView::mouseWheel(scroll up per item) PASS : tst_QTableView::mouseWheel(scroll down per item) PASS : tst_QTableView::mouseWheel(scroll down per pixel) PASS : tst_QTableView::addColumnWhileEditing() PASS : tst_QTableView::task234926_setHeaderSorting() PASS : tst_QTableView::changeHeaderData() PASS : tst_QTableView::viewOptions() PASS : tst_QTableView::cleanupTestCase() Totals: 240 passed, 1 failed, 1 skipped ********* Finished testing of tst_QTableView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtableview: 41 seconds, exit code 1 Testing tst_qmlplugindump Totals: 3 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmlplugindump: 0.386038 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00149/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364889103): http://codereview.qt-project.org/41547 [PS3] - clone only a specific subset of repositories by default From ci-noreply at qt-project.org Tue Apr 2 16:44:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 16:44:29 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtx11extras#stable Message-ID: <20130402_134429_056299.ci-noreply@qt-project.org> QtX11Extras_stable_Integration #7: ABORTED Tested changes (refs/builds/stable_1364910038): http://codereview.qt-project.org/52724 [PS2] - doc: Minor changes to qdocconf file From ci-noreply at qt-project.org Tue Apr 2 16:45:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 16:45:42 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttranslations#dev Message-ID: <20130402_134542_048368.ci-noreply@qt-project.org> QtTranslations_dev_Integration #2: SUCCESS Tested changes (refs/builds/dev_1364906140): http://codereview.qt-project.org/52704 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52703 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Tue Apr 2 16:49:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 16:49:47 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130402_134947_006407.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #23: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00023/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1364909617): http://codereview.qt-project.org/51679 [PS1] - [V8] Include windows headers first http://codereview.qt-project.org/51678 [PS1] - [V8] Disable inline cache optimization http://codereview.qt-project.org/51677 [PS1] - [V8] Port to Windows Embedded Compact 7 http://codereview.qt-project.org/51676 [PS1] - [V8] Implement some compiler intrinsic functions http://codereview.qt-project.org/51675 [PS1] - [V8] Undef various macros to not disturb V8 http://codereview.qt-project.org/51674 [PS1] - [V8] Rename PrintF to FPrintF for file calls http://codereview.qt-project.org/51673 [PS1] - [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1 http://codereview.qt-project.org/51672 [PS1] - [V8] Disable randomize hashes in V8 http://codereview.qt-project.org/51671 [PS1] - [V8] Fix compilation with Intel CC. http://codereview.qt-project.org/51670 [PS1] - [V8] Add support for QNX platform http://codereview.qt-project.org/51669 [PS1] - [V8] Add flag to avoid breakpoint relocation http://codereview.qt-project.org/51668 [PS1] - [V8] Fix warnings http://codereview.qt-project.org/51667 [PS1] - [V8] Remove execute flag from v8-debug.h http://codereview.qt-project.org/51666 [PS1] - [V8] Add new v8 api to check if a value is an error. http://codereview.qt-project.org/51665 [PS1] - [V8] Allow a script to be flagged as "native" http://codereview.qt-project.org/51664 [PS1] - [V8] Add custom object compare callback http://codereview.qt-project.org/51663 [PS1] - [V8] Allow access to the calling script data http://codereview.qt-project.org/51662 [PS1] - [V8] Introduce a QML compilation mode http://codereview.qt-project.org/51661 [PS2] - [V8] Generalize external object resources http://codereview.qt-project.org/51660 [PS1] - [V8] Add a "fallback" mode for named property interceptors http://codereview.qt-project.org/51659 [PS2] - [V8] Add hashing and comparison methods to v8::String http://codereview.qt-project.org/51658 [PS1] - Updated V8 from git://github.com/v8/v8.git to 05b6bb1d641e01b550d497dcbefe342a81eb3178 From ci-noreply at qt-project.org Tue Apr 2 16:59:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 16:59:59 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_135959_025219.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00350/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1364907369): http://codereview.qt-project.org/50985 [PS1] - Quick: Export QQuickTransform http://codereview.qt-project.org/52323 [PS1] - Provide workaround to slow glyph cache updates. http://codereview.qt-project.org/52385 [PS1] - Fix incorrect merge in textureprovider example. From ci-noreply at qt-project.org Tue Apr 2 17:12:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 17:12:05 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_141205_028712.ci-noreply@qt-project.org> qtbase failed to compile :( cc1plus: error: unrecognized command line option "-msse2" make: *** [sse2.o] Error 1 cc1plus: error: unrecognized command line option "-msse3" make: *** [sse3.o] Error 1 cc1plus: error: unrecognized command line option "-mssse3" make: *** [ssse3.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.1" make: *** [sse4_1.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.2" make: *** [sse4_2.o] Error 1 cc1plus: error: unrecognized command line option "-mavx" make: *** [avx.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21: error: jpeglib.h: No such file or directory libjpeg.cpp: In function 'int main(int, char**)': libjpeg.cpp:50: error: 'j_compress_ptr' was not declared in this scope libjpeg.cpp:50: error: expected ';' before 'cinfo' libjpeg.cpp:51: error: 'cinfo' was not declared in this scope libjpeg.cpp:51: error: 'jpeg_create_compress' was not declared in this scope make: *** [libjpeg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libpng.o libpng.cpp libpng.cpp:42:17: error: png.h: No such file or directory libpng.cpp:45:4: error: #error "Required libpng version 1.0.17 not found." libpng.cpp: In function 'int main(int, char**)': libpng.cpp:50: error: 'png_structp' was not declared in this scope libpng.cpp:50: error: expected ';' before 'png_ptr' libpng.cpp:51: error: 'png_ptr' was not declared in this scope libpng.cpp:51: error: 'PNG_LIBPNG_VER_STRING' was not declared in this scope libpng.cpp:51: error: 'png_create_read_struct' was not declared in this scope make: *** [libpng.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o db2.o db2.cpp db2.cpp:42:20: error: sqlcli.h: No such file or directory db2.cpp:43:21: error: sqlcli1.h: No such file or directory make: *** [db2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ibase.o ibase.cpp ibase.cpp:42:19: error: ibase.h: No such file or directory make: *** [ibase.o] Error 1 make: *** [mysql_r] Error 1 make: *** [mysql] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o oci.o oci.cpp oci.cpp:42:17: error: oci.h: No such file or directory make: *** [oci.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o odbc.o odbc.cpp odbc.cpp:45:17: error: sql.h: No such file or directory odbc.cpp:46:20: error: sqlext.h: No such file or directory make: *** [odbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iodbc.o iodbc.cpp iodbc.cpp:42:17: error: sql.h: No such file or directory iodbc.cpp:43:20: error: sqlext.h: No such file or directory make: *** [iodbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o psql.o psql.cpp psql.cpp:42:22: error: libpq-fe.h: No such file or directory psql.cpp: In function 'int main(int, char**)': psql.cpp:46: error: 'PQescapeBytea' was not declared in this scope psql.cpp:47: error: 'PQunescapeBytea' was not declared in this scope make: *** [psql.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20: error: sqlite.h: No such file or directory make: *** [sqlite2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o tds.o tds.cpp tds.cpp:42:22: error: sybfront.h: No such file or directory tds.cpp:43:19: error: sybdb.h: No such file or directory make: *** [tds.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o nis.o nis.cpp nis.cpp:43:21: error: rpc/rpc.h: No such file or directory nis.cpp:44:27: error: rpcsvc/ypclnt.h: No such file or directory nis.cpp:45:28: error: rpcsvc/yp_prot.h: No such file or directory nis.cpp: In function 'int main(int, char**)': nis.cpp:50: error: 'yp_get_default_domain' was not declared in this scope make: *** [nis.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o cups.o cups.cpp cups.cpp:42:23: error: cups/cups.h: No such file or directory cups.cpp: In function 'int main(int, char**)': cups.cpp:46: error: 'cups_dest_t' was not declared in this scope cups.cpp:46: error: 'd' was not declared in this scope cups.cpp:47: error: 'cupsGetDests' was not declared in this scope make: *** [cups.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iconv.o iconv.cpp iconv.cpp:45:19: error: iconv.h: No such file or directory iconv.cpp: In function 'int main(int, char**)': iconv.cpp:49: error: 'iconv_t' was not declared in this scope iconv.cpp:49: error: expected ';' before 'x' iconv.cpp:53: error: 'size_t' was not declared in this scope iconv.cpp:53: error: expected ';' before 'inbytes' iconv.cpp:54: error: 'x' was not declared in this scope iconv.cpp:54: error: 'inbytes' was not declared in this scope iconv.cpp:54: error: 'outbytes' was not declared in this scope iconv.cpp:54: error: 'iconv' was not declared in this scope iconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [iconv.o] Error 1 ../gnu-libiconv/gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory ../gnu-libiconv/gnu-libiconv.cpp: In function 'int main(int, char**)': ../gnu-libiconv/gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:49: error: expected ';' before 'x' ../gnu-libiconv/gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'x' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o gnu-libiconv.o gnu-libiconv.cpp gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory gnu-libiconv.cpp: In function 'int main(int, char**)': gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope gnu-libiconv.cpp:49: error: expected ';' before 'x' gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' gnu-libiconv.cpp:54: error: 'x' was not declared in this scope gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o dbus.o dbus.cpp dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory dbus.cpp:46:2: error: #error Needs at least dbus version 1 dbus.cpp: In function 'int main(int, char**)': dbus.cpp:51: error: 'dbus_shutdown' was not declared in this scope make: *** [dbus.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o glib.o glib.cpp glib.cpp:44:18: error: glib.h: No such file or directory glib.cpp: In function 'int main(int, char**)': glib.cpp:49: error: 'GSource' was not declared in this scope glib.cpp:49: error: 'source' was not declared in this scope glib.cpp:50: error: 'GPollFD' was not declared in this scope glib.cpp:50: error: 'pollfd' was not declared in this scope glib.cpp:51: error: 'g_thread_supported' was not declared in this scope glib.cpp:52: error: 'NULL' was not declared in this scope glib.cpp:52: error: 'g_thread_init' was not declared in this scope glib.cpp:53: error: 'g_main_context_default' was not declared in this scope glib.cpp:54: error: 'g_source_new' was not declared in this scope glib.cpp:55: error: 'g_source_add_poll' was not declared in this scope make: *** [glib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o icu.o icu.cpp icu.cpp:42:28: error: unicode/utypes.h: No such file or directory icu.cpp:43:26: error: unicode/ucol.h: No such file or directory icu.cpp:44:29: error: unicode/ustring.h: No such file or directory icu.cpp: In function 'int main(int, char**)': icu.cpp:48: error: 'UErrorCode' was not declared in this scope icu.cpp:48: error: expected ';' before 'status' icu.cpp:49: error: 'UCollator' was not declared in this scope icu.cpp:49: error: 'collator' was not declared in this scope icu.cpp:49: error: 'status' was not declared in this scope icu.cpp:49: error: 'ucol_open' was not declared in this scope icu.cpp:50: error: 'U_FAILURE' was not declared in this scope icu.cpp:52: error: 'ucol_close' was not declared in this scope make: *** [icu.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30: error: pulse/pulseaudio.h: No such file or directory pulseaudio.cpp:43:33: error: pulse/glib-mainloop.h: No such file or directory pulseaudio.cpp:46:3: error: #error "Incompatible PulseAudio API version" pulseaudio.cpp:48:22: error: missing binary operator before token "(" pulseaudio.cpp: In function 'int main(int, char**)': pulseaudio.cpp:54: error: 'pa_get_headers_version' was not declared in this scope pulseaudio.cpp:55: error: 'pa_get_library_version' was not declared in this scope pulseaudio.cpp:56: error: 'pa_glib_mainloop_new' was not declared in this scope make: *** [pulseaudio.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22: error: ft2build.h: No such file or directory fontconfig.cpp:43:10: error: #include expects "FILENAME" or fontconfig.cpp:44:35: error: fontconfig/fontconfig.h: No such file or directory fontconfig.cpp:47:4: error: #error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" fontconfig.cpp:51:4: error: #error "This version of freetype is too old." fontconfig.cpp: In function 'int main(int, char**)': fontconfig.cpp:56: error: 'FT_Face' was not declared in this scope fontconfig.cpp:56: error: expected ';' before 'face' fontconfig.cpp:57: error: 'face' was not declared in this scope fontconfig.cpp:58: error: 'FcPattern' was not declared in this scope fontconfig.cpp:58: error: 'pattern' was not declared in this scope make: *** [fontconfig.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libudev.o libudev.cpp libudev.cpp:42:21: error: libudev.h: No such file or directory libudev.cpp: In function 'int main()': libudev.cpp:46: error: 'udev' was not declared in this scope libudev.cpp:46: error: 'u' was not declared in this scope libudev.cpp:46: error: 'udev_new' was not declared in this scope libudev.cpp:47: error: 'udev_unref' was not declared in this scope make: *** [libudev.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xlib.o xlib.cpp xlib.cpp:42:22: error: X11/Xlib.h: No such file or directory xlib.cpp: In function 'int main(int, char**)': xlib.cpp:46: error: 'Display' was not declared in this scope xlib.cpp:46: error: 'd' was not declared in this scope xlib.cpp:46: error: 'NULL' was not declared in this scope xlib.cpp:46: error: 'XOpenDisplay' was not declared in this scope xlib.cpp:47: error: 'XCloseDisplay' was not declared in this scope make: *** [xlib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xrender.o xrender.cpp xrender.cpp:42:22: error: X11/Xlib.h: No such file or directory xrender.cpp:43:36: error: X11/extensions/Xrender.h: No such file or directory xrender.cpp:46:4: error: #error "Required Xrender version 0.6 not found." make: *** [xrender.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xcb.o xcb.cpp xcb.cpp:42:21: error: xcb/xcb.h: No such file or directory xcb.cpp: In function 'int main(int, char**)': xcb.cpp:47: error: 'xcb_connection_t' was not declared in this scope xcb.cpp:47: error: 't' was not declared in this scope xcb.cpp:47: error: 'xcb_connect' was not declared in this scope make: *** [xcb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o linuxfb.o linuxfb.cpp linuxfb.cpp:43:20: error: sys/kd.h: No such file or directory make: *** [linuxfb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o freetype.o freetype.cpp freetype.cpp:42:22: error: ft2build.h: No such file or directory freetype.cpp:43:10: error: #include expects "FILENAME" or freetype.cpp:46:4: error: #error "This version of freetype is too old." freetype.cpp: In function 'int main(int, char**)': freetype.cpp:51: error: 'FT_Face' was not declared in this scope freetype.cpp:51: error: expected ';' before 'face' freetype.cpp:52: error: 'face' was not declared in this scope make: *** [freetype.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o clock-monotonic.o clock-monotonic.cpp clock-monotonic.cpp:51:4: error: #error "Feature _POSIX_MONOTONIC_CLOCK not available" clock-monotonic.cpp: In function 'int main(int, char**)': clock-monotonic.cpp:53: error: 'force_compiler_error' was not declared in this scope make: *** [clock-monotonic.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o getifaddrs.o getifaddrs.cpp getifaddrs.cpp:52:21: error: ifaddrs.h: No such file or directory getifaddrs.cpp: In function 'int main()': getifaddrs.cpp:56: error: 'ifaddrs' was not declared in this scope getifaddrs.cpp:56: error: 'list' was not declared in this scope getifaddrs.cpp:57: error: 'getifaddrs' was not declared in this scope getifaddrs.cpp:58: error: 'freeifaddrs' was not declared in this scope make: *** [getifaddrs.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openssl.o openssl.cpp openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory openssl.cpp:45:4: error: #error "OpenSSL >= 0.9.7 is required" make: *** [openssl.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pcre.o pcre.cpp pcre.cpp:42:18: error: pcre.h: No such file or directory pcre.cpp:45:2: error: #error This PCRE version is not supported make: *** [pcre.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o alsatest.o alsatest.cpp alsatest.cpp:42:28: error: alsa/asoundlib.h: No such file or directory alsatest.cpp:44:2: error: #error "Alsa version found too old, require >= 1.0.10" alsatest.cpp:47: warning: unused parameter 'argc' alsatest.cpp:47: warning: unused parameter 'argv' make: *** [alsatest.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:41:23: error: asm/hwcap.h: No such file or directory hwcap_test.cpp:43: warning: unused parameter 'argc' hwcap_test.cpp:43: warning: unused parameter 'argv' make: *** [hwcap_test.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp: In function 'int main(int, char**)': ptrsizetest.cpp:59: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>' make: *** [ptrsizetest.o] Error 1 make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00754/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364909709): http://codereview.qt-project.org/49685 [PS1] - QTcpSocket bind() auto test: return instead of QSKIP http://codereview.qt-project.org/52718 [PS1] - Fixed a typo in the comment. From ci-noreply at qt-project.org Tue Apr 2 17:21:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 17:21:11 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#stable Message-ID: <20130402_142111_055533.ci-noreply@qt-project.org> QtX11Extras_stable_Integration #8: SUCCESS Tested changes (refs/builds/stable_1364911102): http://codereview.qt-project.org/52724 [PS3] - doc: Minor changes to qdocconf file From ci-noreply at qt-project.org Tue Apr 2 17:29:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 17:29:03 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130402_142903_019894.ci-noreply@qt-project.org> Qt5_dev_Integration » linux-g++-32_developer-build_Ubuntu_10.04_x86 #103: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00103/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz ============================================================ `make' failed :( make[2]: *** [sub-imageformats-make_first] Error 3 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtimageformats-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00103/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1364911176): http://codereview.qt-project.org/46445 [PS52] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 2 17:43:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 17:43:28 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_144328_043303.ci-noreply@qt-project.org> QtBase_stable_Integration #808: SUCCESS Tested changes (refs/builds/stable_1364906091): http://codereview.qt-project.org/51827 [PS3] - Cache QAccessibleInterfaces. http://codereview.qt-project.org/51655 [PS5] - QSqlTableModel: expose methods for getting primary values http://codereview.qt-project.org/51855 [PS1] - make QSqlResultPrivate::fieldSerial() virtual http://codereview.qt-project.org/51634 [PS2] - QPSQLResultPrivate inherit QSqlResultPrivate http://codereview.qt-project.org/51633 [PS2] - QPSQLResultPrivate: do not duplicate reference to private driver http://codereview.qt-project.org/51931 [PS1] - Reduce the likelihood of underflows in qFuzzyCompare From ci-noreply at qt-project.org Tue Apr 2 18:24:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 18:24:50 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_152450_037638.ci-noreply@qt-project.org> Autotest `tst_qfontmetrics' failed :( Testing tst_QFontMetrics QFATAL : tst_QFontMetrics::same() Received signal 8 FAIL! : tst_QFontMetrics::same() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 10180] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qfontmetrics -silent -o /work/build/_artifacts/test-logs/tst_qfontmetrics'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77ae430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 10180): QtQA::App::TestRunner: #0 0xb77ae430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6bdd651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6be0a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6f50db6 in qt_message_fatal (this=0xbf92a62c, QtQA::App::TestRunner: msg=0xb77a0ee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf92a62c, QtQA::App::TestRunner: msg=0xb77a0ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb778abe7 in QTest::FatalSignalHandler::signal (signum=8) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb6d1a79b in __divdi3 () from /lib/libgcc_s.so.1 QtQA::App::TestRunner: #8 0xb7495dac in QFontEngine::harfbuzzFont (this=0x8833c58) QtQA::App::TestRunner: at text/qfontengine.cpp:271 QtQA::App::TestRunner: #9 0xb74c0114 in QTextEngine::shapeTextWithHarfbuzz (this=0xbf92b928, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1114 QtQA::App::TestRunner: #10 0xb74c10ef in QTextEngine::shapeText (this=0xbf92b928, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:895 QtQA::App::TestRunner: #11 0xb74c1bae in QTextEngine::shape (this=0xbf92b928, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1250 QtQA::App::TestRunner: #12 0xb74cbbfe in QTextLine::layout_helper (this=0xbf92e240, QtQA::App::TestRunner: maxGlyphs=2147483647) at text/qtextlayout.cpp:1743 QtQA::App::TestRunner: #13 0xb74cc697 in QTextLine::setLineWidth (this=0xbf92e240, width=16777216) QtQA::App::TestRunner: at text/qtextlayout.cpp:1527 QtQA::App::TestRunner: #14 0xb75fc3bb in qt_format_text (fnt=..., _r=..., tf=134758417, option=0x0, QtQA::App::TestRunner: str=..., brect=0xbf92e3c8, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7527 QtQA::App::TestRunner: #15 0xb75fd321 in qt_format_text (fnt=..., _r=..., tf=540672, str=..., QtQA::App::TestRunner: brect=0xbf92e3c8, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7357 QtQA::App::TestRunner: #16 0xb74a7bab in QFontMetrics::boundingRect (this=0xbf92e554, rect=..., QtQA::App::TestRunner: flags=524288, text=..., tabStops=0, tabArray=0x0) QtQA::App::TestRunner: at text/qfontmetrics.cpp:777 QtQA::App::TestRunner: #17 0xb74a7c4c in QFontMetrics::size (this=0xbf92e554, flags=0, text=..., QtQA::App::TestRunner: tabStops=0, tabArray=0x0) at text/qfontmetrics.cpp:807 QtQA::App::TestRunner: #18 0x0804d1a8 in tst_QFontMetrics::same (this=0xbf92ee90) QtQA::App::TestRunner: at tst_qfontmetrics.cpp:107 QtQA::App::TestRunner: #19 0xb7134e80 in QMetaMethod::invoke (this=0xbf92e814, object=0xbf92ee90, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb7137373 in QMetaObject::invokeMethod (obj=0xbf92ee90, QtQA::App::TestRunner: member=0x882e410 "same", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb778f6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb77904aa in qInvokeTestMethods (testObject=0xbf92ee90, argc=6, QtQA::App::TestRunner: argv=0xbf92ef64) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbf92ee90, argc=6, argv=0xbf92ef64) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804abf8 in main (argc=6, argv=0xbf92ef64) at tst_qfontmetrics.cpp:336 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFontMetrics ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFontMetrics::initTestCase() QFATAL : tst_QFontMetrics::same() Received signal 8 FAIL! : tst_QFontMetrics::same() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFontMetrics ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 10187] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qfontmetrics -o /work/build/_artifacts/test-logs/tst_qfontmetrics-testres'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb76ec430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 10187): QtQA::App::TestRunner: #0 0xb76ec430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6b1b651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6b1ea82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6e8edb6 in qt_message_fatal (this=0xbfadf4cc, QtQA::App::TestRunner: msg=0xb76deee4 "Received signal %d") at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfadf4cc, QtQA::App::TestRunner: msg=0xb76deee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb76c8be7 in QTest::FatalSignalHandler::signal (signum=8) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb6c5879b in __divdi3 () from /lib/libgcc_s.so.1 QtQA::App::TestRunner: #8 0xb73d3dac in QFontEngine::harfbuzzFont (this=0x91d4be0) QtQA::App::TestRunner: at text/qfontengine.cpp:271 QtQA::App::TestRunner: #9 0xb73fe114 in QTextEngine::shapeTextWithHarfbuzz (this=0xbfae07c8, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1114 QtQA::App::TestRunner: #10 0xb73ff0ef in QTextEngine::shapeText (this=0xbfae07c8, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:895 QtQA::App::TestRunner: #11 0xb73ffbae in QTextEngine::shape (this=0xbfae07c8, item=0) QtQA::App::TestRunner: at text/qtextengine.cpp:1250 QtQA::App::TestRunner: #12 0xb7409bfe in QTextLine::layout_helper (this=0xbfae30e0, QtQA::App::TestRunner: maxGlyphs=2147483647) at text/qtextlayout.cpp:1743 QtQA::App::TestRunner: #13 0xb740a697 in QTextLine::setLineWidth (this=0xbfae30e0, width=16777216) QtQA::App::TestRunner: at text/qtextlayout.cpp:1527 QtQA::App::TestRunner: #14 0xb753a3bb in qt_format_text (fnt=..., _r=..., tf=134758417, option=0x0, QtQA::App::TestRunner: str=..., brect=0xbfae3268, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7527 QtQA::App::TestRunner: #15 0xb753b321 in qt_format_text (fnt=..., _r=..., tf=540672, str=..., QtQA::App::TestRunner: brect=0xbfae3268, tabstops=0, ta=0x0, tabarraylen=0, painter=0x0) QtQA::App::TestRunner: at painting/qpainter.cpp:7357 QtQA::App::TestRunner: #16 0xb73e5bab in QFontMetrics::boundingRect (this=0xbfae33f4, rect=..., QtQA::App::TestRunner: flags=524288, text=..., tabStops=0, tabArray=0x0) QtQA::App::TestRunner: at text/qfontmetrics.cpp:777 QtQA::App::TestRunner: #17 0xb73e5c4c in QFontMetrics::size (this=0xbfae33f4, flags=0, text=..., QtQA::App::TestRunner: tabStops=0, tabArray=0x0) at text/qfontmetrics.cpp:807 QtQA::App::TestRunner: #18 0x0804d1a8 in tst_QFontMetrics::same (this=0xbfae3d30) QtQA::App::TestRunner: at tst_qfontmetrics.cpp:107 QtQA::App::TestRunner: #19 0xb7072e80 in QMetaMethod::invoke (this=0xbfae36b4, object=0xbfae3d30, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb7075373 in QMetaObject::invokeMethod (obj=0xbfae3d30, QtQA::App::TestRunner: member=0x91b6410 "same", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb76cd6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb76ce4aa in qInvokeTestMethods (testObject=0xbfae3d30, argc=5, QtQA::App::TestRunner: argv=0xbfae3e04) at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 QTest::qExec (testObject=0xbfae3d30, argc=5, argv=0xbfae3e04) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804abf8 in main (argc=5, argv=0xbfae3e04) at tst_qfontmetrics.cpp:336 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfontmetrics: 8 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00809/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1364913942): http://codereview.qt-project.org/52628 [PS1] - Ensure GCC prints its messages in English when we parse them http://codereview.qt-project.org/52733 [PS1] - don't try to de-duplicate QMAKE_DEFAULT_{INC,LIB}DIRS http://codereview.qt-project.org/52640 [PS2] - Add a function to do the relative waits, simplifying the code a little http://codereview.qt-project.org/52639 [PS1] - Fix build on Android: libpthread is deficient and lacks functions http://codereview.qt-project.org/52687 [PS1] - Doc: Fix the documentation for QWindow::focusObjectChanged() http://codereview.qt-project.org/52174 [PS1] - don't complain about missing macros in version.h http://codereview.qt-project.org/52170 [PS2] - prefer 'release' for non-bootstrapped host build_all configs http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference http://codereview.qt-project.org/52664 [PS1] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/52241 [PS2] - Apply Qt-specific changes to the bundled FreeType http://codereview.qt-project.org/52209 [PS6] - Fix integer overflow for very large fonts http://codereview.qt-project.org/52129 [PS4] - qdoc: Use Q_QDOC in quuid.h to help qdoc http://codereview.qt-project.org/52642 [PS7] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/51904 [PS2] - ApplicationState: Add new event class: ApplicationStateChangeEvent http://codereview.qt-project.org/52622 [PS5] - Also version.xml needs to be installed From ci-noreply at qt-project.org Tue Apr 2 18:28:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 18:28:12 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_152812_054509.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] Totals: 31 passed, 4 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointOnEvent() waitForSignal 2stopped() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1377)] QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpoint() QWARN : tst_QQmlDebugJS::changeBreakpointOnCondition() waitForSignal 2stopped() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1445)] QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() QWARN : tst_QQmlDebugJS::stepNextWithCount() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::stepNextWithCount() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1560)] QDEBUG : tst_QQmlDebugJS::stepNextWithCount() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNextWithCount() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNextWithCount() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() QWARN : tst_QQmlDebugJS::continueDebugging() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] QDEBUG : tst_QQmlDebugJS::continueDebugging() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::continueDebugging() Process State: "running" QDEBUG : tst_QQmlDebugJS::continueDebugging() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() QWARN : tst_QQmlDebugJS::getScopeDetails() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::getScopeDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1686)] QDEBUG : tst_QQmlDebugJS::getScopeDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopeDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopeDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() QWARN : tst_QQmlDebugJS::getSource() waitForSignal 2enabled() timed out after 5000 ms FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] QDEBUG : tst_QQmlDebugJS::getSource() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getSource() Process State: "running" QDEBUG : tst_QQmlDebugJS::getSource() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 25 passed, 10 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 10 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 89 seconds, exit code 10 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00352/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364912680): http://codereview.qt-project.org/51403 [PS2] - QmlDebugging: Remove 'insignificant_test' From ci-noreply at qt-project.org Tue Apr 2 18:30:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 18:30:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130402_153026_030315.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location Totals: 561 passed, 1 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(709) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1191) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1335) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1700) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1808) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 561 passed, 1 failed, 4 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 102 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_release_Integration/build_00150/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/release_1364909708): http://codereview.qt-project.org/52489 [PS2] - Boxes: Check for opengl version in .pro file From ci-noreply at qt-project.org Tue Apr 2 18:50:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 18:50:08 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130402_155008_046078.ci-noreply@qt-project.org> Autotests `tst_xmlpatternsdiagnosticsts', `tst_xmlpatternsschemats', `tst_xmlpatternsxqts', and `tst_xmlpatternsxslts' failed :( QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxslts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxqts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsschemats: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 902 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00018/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1364913266): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Tue Apr 2 18:57:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 18:57:06 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130402_155706_078548.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration » linux-g++_no-widgets_Ubuntu_12.04_x64 #19: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00019/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364917949): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Tue Apr 2 19:15:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:15:56 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#dev Message-ID: <20130402_161556_050791.ci-noreply@qt-project.org> QtImageFormats_dev_Integration #4: SUCCESS Tested changes (refs/builds/dev_1364918215): http://codereview.qt-project.org/52749 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52748 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Tue Apr 2 19:20:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:20:58 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_162058_016680.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' .\tst_qsslsocket.cpp(555) : failure location FAIL! : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) 'socket->waitForConnected(10000)' returned FALSE. () .\tst_qsslsocket.cpp(1286) : failure location Totals: 565 passed, 2 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForConnected()' returned FALSE. (Socket operation timed out) .\tst_qsslsocket.cpp(890) : failure location PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 158 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00755/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1364912141): http://codereview.qt-project.org/50958 [PS4] - Improve QTextEngine::elidedText() in TextShowMnemonic mode From ci-noreply at qt-project.org Tue Apr 2 19:33:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:33:47 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_163347_097908.ci-noreply@qt-project.org> qtbase failed to compile :( cc1plus: error: unrecognized command line option "-msse2" make: *** [sse2.o] Error 1 cc1plus: error: unrecognized command line option "-msse3" make: *** [sse3.o] Error 1 cc1plus: error: unrecognized command line option "-mssse3" make: *** [ssse3.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.1" make: *** [sse4_1.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.2" make: *** [sse4_2.o] Error 1 cc1plus: error: unrecognized command line option "-mavx" make: *** [avx.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21: error: jpeglib.h: No such file or directory libjpeg.cpp: In function 'int main(int, char**)': libjpeg.cpp:50: error: 'j_compress_ptr' was not declared in this scope libjpeg.cpp:50: error: expected ';' before 'cinfo' libjpeg.cpp:51: error: 'cinfo' was not declared in this scope libjpeg.cpp:51: error: 'jpeg_create_compress' was not declared in this scope make: *** [libjpeg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libpng.o libpng.cpp libpng.cpp:42:17: error: png.h: No such file or directory libpng.cpp:45:4: error: #error "Required libpng version 1.0.17 not found." libpng.cpp: In function 'int main(int, char**)': libpng.cpp:50: error: 'png_structp' was not declared in this scope libpng.cpp:50: error: expected ';' before 'png_ptr' libpng.cpp:51: error: 'png_ptr' was not declared in this scope libpng.cpp:51: error: 'PNG_LIBPNG_VER_STRING' was not declared in this scope libpng.cpp:51: error: 'png_create_read_struct' was not declared in this scope make: *** [libpng.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o db2.o db2.cpp db2.cpp:42:20: error: sqlcli.h: No such file or directory db2.cpp:43:21: error: sqlcli1.h: No such file or directory make: *** [db2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ibase.o ibase.cpp ibase.cpp:42:19: error: ibase.h: No such file or directory make: *** [ibase.o] Error 1 make: *** [mysql_r] Error 1 make: *** [mysql] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o oci.o oci.cpp oci.cpp:42:17: error: oci.h: No such file or directory make: *** [oci.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o odbc.o odbc.cpp odbc.cpp:45:17: error: sql.h: No such file or directory odbc.cpp:46:20: error: sqlext.h: No such file or directory make: *** [odbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iodbc.o iodbc.cpp iodbc.cpp:42:17: error: sql.h: No such file or directory iodbc.cpp:43:20: error: sqlext.h: No such file or directory make: *** [iodbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o psql.o psql.cpp psql.cpp:42:22: error: libpq-fe.h: No such file or directory psql.cpp: In function 'int main(int, char**)': psql.cpp:46: error: 'PQescapeBytea' was not declared in this scope psql.cpp:47: error: 'PQunescapeBytea' was not declared in this scope make: *** [psql.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20: error: sqlite.h: No such file or directory make: *** [sqlite2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o tds.o tds.cpp tds.cpp:42:22: error: sybfront.h: No such file or directory tds.cpp:43:19: error: sybdb.h: No such file or directory make: *** [tds.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o nis.o nis.cpp nis.cpp:43:21: error: rpc/rpc.h: No such file or directory nis.cpp:44:27: error: rpcsvc/ypclnt.h: No such file or directory nis.cpp:45:28: error: rpcsvc/yp_prot.h: No such file or directory nis.cpp: In function 'int main(int, char**)': nis.cpp:50: error: 'yp_get_default_domain' was not declared in this scope make: *** [nis.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o cups.o cups.cpp cups.cpp:42:23: error: cups/cups.h: No such file or directory cups.cpp: In function 'int main(int, char**)': cups.cpp:46: error: 'cups_dest_t' was not declared in this scope cups.cpp:46: error: 'd' was not declared in this scope cups.cpp:47: error: 'cupsGetDests' was not declared in this scope make: *** [cups.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iconv.o iconv.cpp iconv.cpp:45:19: error: iconv.h: No such file or directory iconv.cpp: In function 'int main(int, char**)': iconv.cpp:49: error: 'iconv_t' was not declared in this scope iconv.cpp:49: error: expected ';' before 'x' iconv.cpp:53: error: 'size_t' was not declared in this scope iconv.cpp:53: error: expected ';' before 'inbytes' iconv.cpp:54: error: 'x' was not declared in this scope iconv.cpp:54: error: 'inbytes' was not declared in this scope iconv.cpp:54: error: 'outbytes' was not declared in this scope iconv.cpp:54: error: 'iconv' was not declared in this scope iconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [iconv.o] Error 1 ../gnu-libiconv/gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory ../gnu-libiconv/gnu-libiconv.cpp: In function 'int main(int, char**)': ../gnu-libiconv/gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:49: error: expected ';' before 'x' ../gnu-libiconv/gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'x' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o gnu-libiconv.o gnu-libiconv.cpp gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory gnu-libiconv.cpp: In function 'int main(int, char**)': gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope gnu-libiconv.cpp:49: error: expected ';' before 'x' gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' gnu-libiconv.cpp:54: error: 'x' was not declared in this scope gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o dbus.o dbus.cpp dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory dbus.cpp:46:2: error: #error Needs at least dbus version 1 dbus.cpp: In function 'int main(int, char**)': dbus.cpp:51: error: 'dbus_shutdown' was not declared in this scope make: *** [dbus.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o glib.o glib.cpp glib.cpp:44:18: error: glib.h: No such file or directory glib.cpp: In function 'int main(int, char**)': glib.cpp:49: error: 'GSource' was not declared in this scope glib.cpp:49: error: 'source' was not declared in this scope glib.cpp:50: error: 'GPollFD' was not declared in this scope glib.cpp:50: error: 'pollfd' was not declared in this scope glib.cpp:51: error: 'g_thread_supported' was not declared in this scope glib.cpp:52: error: 'NULL' was not declared in this scope glib.cpp:52: error: 'g_thread_init' was not declared in this scope glib.cpp:53: error: 'g_main_context_default' was not declared in this scope glib.cpp:54: error: 'g_source_new' was not declared in this scope glib.cpp:55: error: 'g_source_add_poll' was not declared in this scope make: *** [glib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o icu.o icu.cpp icu.cpp:42:28: error: unicode/utypes.h: No such file or directory icu.cpp:43:26: error: unicode/ucol.h: No such file or directory icu.cpp:44:29: error: unicode/ustring.h: No such file or directory icu.cpp: In function 'int main(int, char**)': icu.cpp:48: error: 'UErrorCode' was not declared in this scope icu.cpp:48: error: expected ';' before 'status' icu.cpp:49: error: 'UCollator' was not declared in this scope icu.cpp:49: error: 'collator' was not declared in this scope icu.cpp:49: error: 'status' was not declared in this scope icu.cpp:49: error: 'ucol_open' was not declared in this scope icu.cpp:50: error: 'U_FAILURE' was not declared in this scope icu.cpp:52: error: 'ucol_close' was not declared in this scope make: *** [icu.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30: error: pulse/pulseaudio.h: No such file or directory pulseaudio.cpp:43:33: error: pulse/glib-mainloop.h: No such file or directory pulseaudio.cpp:46:3: error: #error "Incompatible PulseAudio API version" pulseaudio.cpp:48:22: error: missing binary operator before token "(" pulseaudio.cpp: In function 'int main(int, char**)': pulseaudio.cpp:54: error: 'pa_get_headers_version' was not declared in this scope pulseaudio.cpp:55: error: 'pa_get_library_version' was not declared in this scope pulseaudio.cpp:56: error: 'pa_glib_mainloop_new' was not declared in this scope make: *** [pulseaudio.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22: error: ft2build.h: No such file or directory fontconfig.cpp:43:10: error: #include expects "FILENAME" or fontconfig.cpp:44:35: error: fontconfig/fontconfig.h: No such file or directory fontconfig.cpp:47:4: error: #error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" fontconfig.cpp:51:4: error: #error "This version of freetype is too old." fontconfig.cpp: In function 'int main(int, char**)': fontconfig.cpp:56: error: 'FT_Face' was not declared in this scope fontconfig.cpp:56: error: expected ';' before 'face' fontconfig.cpp:57: error: 'face' was not declared in this scope fontconfig.cpp:58: error: 'FcPattern' was not declared in this scope fontconfig.cpp:58: error: 'pattern' was not declared in this scope make: *** [fontconfig.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libudev.o libudev.cpp libudev.cpp:42:21: error: libudev.h: No such file or directory libudev.cpp: In function 'int main()': libudev.cpp:46: error: 'udev' was not declared in this scope libudev.cpp:46: error: 'u' was not declared in this scope libudev.cpp:46: error: 'udev_new' was not declared in this scope libudev.cpp:47: error: 'udev_unref' was not declared in this scope make: *** [libudev.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xlib.o xlib.cpp xlib.cpp:42:22: error: X11/Xlib.h: No such file or directory xlib.cpp: In function 'int main(int, char**)': xlib.cpp:46: error: 'Display' was not declared in this scope xlib.cpp:46: error: 'd' was not declared in this scope xlib.cpp:46: error: 'NULL' was not declared in this scope xlib.cpp:46: error: 'XOpenDisplay' was not declared in this scope xlib.cpp:47: error: 'XCloseDisplay' was not declared in this scope make: *** [xlib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xrender.o xrender.cpp xrender.cpp:42:22: error: X11/Xlib.h: No such file or directory xrender.cpp:43:36: error: X11/extensions/Xrender.h: No such file or directory xrender.cpp:46:4: error: #error "Required Xrender version 0.6 not found." make: *** [xrender.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xcb.o xcb.cpp xcb.cpp:42:21: error: xcb/xcb.h: No such file or directory xcb.cpp: In function 'int main(int, char**)': xcb.cpp:47: error: 'xcb_connection_t' was not declared in this scope xcb.cpp:47: error: 't' was not declared in this scope xcb.cpp:47: error: 'xcb_connect' was not declared in this scope make: *** [xcb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o linuxfb.o linuxfb.cpp linuxfb.cpp:43:20: error: sys/kd.h: No such file or directory make: *** [linuxfb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o freetype.o freetype.cpp freetype.cpp:42:22: error: ft2build.h: No such file or directory freetype.cpp:43:10: error: #include expects "FILENAME" or freetype.cpp:46:4: error: #error "This version of freetype is too old." freetype.cpp: In function 'int main(int, char**)': freetype.cpp:51: error: 'FT_Face' was not declared in this scope freetype.cpp:51: error: expected ';' before 'face' freetype.cpp:52: error: 'face' was not declared in this scope make: *** [freetype.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o clock-monotonic.o clock-monotonic.cpp clock-monotonic.cpp:51:4: error: #error "Feature _POSIX_MONOTONIC_CLOCK not available" clock-monotonic.cpp: In function 'int main(int, char**)': clock-monotonic.cpp:53: error: 'force_compiler_error' was not declared in this scope make: *** [clock-monotonic.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o getifaddrs.o getifaddrs.cpp getifaddrs.cpp:52:21: error: ifaddrs.h: No such file or directory getifaddrs.cpp: In function 'int main()': getifaddrs.cpp:56: error: 'ifaddrs' was not declared in this scope getifaddrs.cpp:56: error: 'list' was not declared in this scope getifaddrs.cpp:57: error: 'getifaddrs' was not declared in this scope getifaddrs.cpp:58: error: 'freeifaddrs' was not declared in this scope make: *** [getifaddrs.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openssl.o openssl.cpp openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory openssl.cpp:45:4: error: #error "OpenSSL >= 0.9.7 is required" make: *** [openssl.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pcre.o pcre.cpp pcre.cpp:42:18: error: pcre.h: No such file or directory pcre.cpp:45:2: error: #error This PCRE version is not supported make: *** [pcre.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o alsatest.o alsatest.cpp alsatest.cpp:42:28: error: alsa/asoundlib.h: No such file or directory alsatest.cpp:44:2: error: #error "Alsa version found too old, require >= 1.0.10" alsatest.cpp:47: warning: unused parameter 'argc' alsatest.cpp:47: warning: unused parameter 'argv' make: *** [alsatest.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:41:23: error: asm/hwcap.h: No such file or directory hwcap_test.cpp:43: warning: unused parameter 'argc' hwcap_test.cpp:43: warning: unused parameter 'argv' make: *** [hwcap_test.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp: In function 'int main(int, char**)': ptrsizetest.cpp:59: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>' make: *** [ptrsizetest.o] Error 1 make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00756/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364919790): http://codereview.qt-project.org/52577 [PS3] - Avoid socket notifiers on invalid file descriptors http://codereview.qt-project.org/52580 [PS2] - With GCC, use __builtin_popcount{,l,ll} for qPopulationCount() http://codereview.qt-project.org/52579 [PS5] - Add qPopulationCount() function, extracted from QBitArray http://codereview.qt-project.org/49685 [PS1] - QTcpSocket bind() auto test: return instead of QSKIP From ci-noreply at qt-project.org Tue Apr 2 19:40:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:40:24 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130402_164024_053860.ci-noreply@qt-project.org> Autotest `tst_dialogs' failed :( Testing tst_dialogs FAIL! : tst_dialogs::fileDialogNonModal() 'visibilityChangedCount > 0' returned FALSE. () Loc: [tst_dialogs.cpp(128)] Totals: 3 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_dialogs::initTestCase() SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] FAIL! : tst_dialogs::fileDialogNonModal() 'visibilityChangedCount > 0' returned FALSE. () Loc: [tst_dialogs.cpp(128)] PASS : tst_dialogs::fileDialogNameFilters() PASS : tst_dialogs::cleanupTestCase() Totals: 3 passed, 1 failed, 1 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_dialogs: 19 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00020/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1364918343): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Tue Apr 2 19:43:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:43:36 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_164336_039586.ci-noreply@qt-project.org> qtbase failed to compile :( cc1plus: error: unrecognized command line option "-msse2" make: *** [sse2.o] Error 1 cc1plus: error: unrecognized command line option "-msse3" make: *** [sse3.o] Error 1 cc1plus: error: unrecognized command line option "-mssse3" make: *** [ssse3.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.1" make: *** [sse4_1.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.2" make: *** [sse4_2.o] Error 1 cc1plus: error: unrecognized command line option "-mavx" make: *** [avx.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21: error: jpeglib.h: No such file or directory libjpeg.cpp: In function 'int main(int, char**)': libjpeg.cpp:50: error: 'j_compress_ptr' was not declared in this scope libjpeg.cpp:50: error: expected ';' before 'cinfo' libjpeg.cpp:51: error: 'cinfo' was not declared in this scope libjpeg.cpp:51: error: 'jpeg_create_compress' was not declared in this scope make: *** [libjpeg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libpng.o libpng.cpp libpng.cpp:42:17: error: png.h: No such file or directory libpng.cpp:45:4: error: #error "Required libpng version 1.0.17 not found." libpng.cpp: In function 'int main(int, char**)': libpng.cpp:50: error: 'png_structp' was not declared in this scope libpng.cpp:50: error: expected ';' before 'png_ptr' libpng.cpp:51: error: 'png_ptr' was not declared in this scope libpng.cpp:51: error: 'PNG_LIBPNG_VER_STRING' was not declared in this scope libpng.cpp:51: error: 'png_create_read_struct' was not declared in this scope make: *** [libpng.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o db2.o db2.cpp db2.cpp:42:20: error: sqlcli.h: No such file or directory db2.cpp:43:21: error: sqlcli1.h: No such file or directory make: *** [db2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ibase.o ibase.cpp ibase.cpp:42:19: error: ibase.h: No such file or directory make: *** [ibase.o] Error 1 make: *** [mysql_r] Error 1 make: *** [mysql] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o oci.o oci.cpp oci.cpp:42:17: error: oci.h: No such file or directory make: *** [oci.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o odbc.o odbc.cpp odbc.cpp:45:17: error: sql.h: No such file or directory odbc.cpp:46:20: error: sqlext.h: No such file or directory make: *** [odbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iodbc.o iodbc.cpp iodbc.cpp:42:17: error: sql.h: No such file or directory iodbc.cpp:43:20: error: sqlext.h: No such file or directory make: *** [iodbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o psql.o psql.cpp psql.cpp:42:22: error: libpq-fe.h: No such file or directory psql.cpp: In function 'int main(int, char**)': psql.cpp:46: error: 'PQescapeBytea' was not declared in this scope psql.cpp:47: error: 'PQunescapeBytea' was not declared in this scope make: *** [psql.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20: error: sqlite.h: No such file or directory make: *** [sqlite2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o tds.o tds.cpp tds.cpp:42:22: error: sybfront.h: No such file or directory tds.cpp:43:19: error: sybdb.h: No such file or directory make: *** [tds.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o nis.o nis.cpp nis.cpp:43:21: error: rpc/rpc.h: No such file or directory nis.cpp:44:27: error: rpcsvc/ypclnt.h: No such file or directory nis.cpp:45:28: error: rpcsvc/yp_prot.h: No such file or directory nis.cpp: In function 'int main(int, char**)': nis.cpp:50: error: 'yp_get_default_domain' was not declared in this scope make: *** [nis.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o cups.o cups.cpp cups.cpp:42:23: error: cups/cups.h: No such file or directory cups.cpp: In function 'int main(int, char**)': cups.cpp:46: error: 'cups_dest_t' was not declared in this scope cups.cpp:46: error: 'd' was not declared in this scope cups.cpp:47: error: 'cupsGetDests' was not declared in this scope make: *** [cups.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iconv.o iconv.cpp iconv.cpp:45:19: error: iconv.h: No such file or directory iconv.cpp: In function 'int main(int, char**)': iconv.cpp:49: error: 'iconv_t' was not declared in this scope iconv.cpp:49: error: expected ';' before 'x' iconv.cpp:53: error: 'size_t' was not declared in this scope iconv.cpp:53: error: expected ';' before 'inbytes' iconv.cpp:54: error: 'x' was not declared in this scope iconv.cpp:54: error: 'inbytes' was not declared in this scope iconv.cpp:54: error: 'outbytes' was not declared in this scope iconv.cpp:54: error: 'iconv' was not declared in this scope iconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [iconv.o] Error 1 ../gnu-libiconv/gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory ../gnu-libiconv/gnu-libiconv.cpp: In function 'int main(int, char**)': ../gnu-libiconv/gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:49: error: expected ';' before 'x' ../gnu-libiconv/gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'x' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o gnu-libiconv.o gnu-libiconv.cpp gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory gnu-libiconv.cpp: In function 'int main(int, char**)': gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope gnu-libiconv.cpp:49: error: expected ';' before 'x' gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' gnu-libiconv.cpp:54: error: 'x' was not declared in this scope gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o dbus.o dbus.cpp dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory dbus.cpp:46:2: error: #error Needs at least dbus version 1 dbus.cpp: In function 'int main(int, char**)': dbus.cpp:51: error: 'dbus_shutdown' was not declared in this scope make: *** [dbus.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o glib.o glib.cpp glib.cpp:44:18: error: glib.h: No such file or directory glib.cpp: In function 'int main(int, char**)': glib.cpp:49: error: 'GSource' was not declared in this scope glib.cpp:49: error: 'source' was not declared in this scope glib.cpp:50: error: 'GPollFD' was not declared in this scope glib.cpp:50: error: 'pollfd' was not declared in this scope glib.cpp:51: error: 'g_thread_supported' was not declared in this scope glib.cpp:52: error: 'NULL' was not declared in this scope glib.cpp:52: error: 'g_thread_init' was not declared in this scope glib.cpp:53: error: 'g_main_context_default' was not declared in this scope glib.cpp:54: error: 'g_source_new' was not declared in this scope glib.cpp:55: error: 'g_source_add_poll' was not declared in this scope make: *** [glib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o icu.o icu.cpp icu.cpp:42:28: error: unicode/utypes.h: No such file or directory icu.cpp:43:26: error: unicode/ucol.h: No such file or directory icu.cpp:44:29: error: unicode/ustring.h: No such file or directory icu.cpp: In function 'int main(int, char**)': icu.cpp:48: error: 'UErrorCode' was not declared in this scope icu.cpp:48: error: expected ';' before 'status' icu.cpp:49: error: 'UCollator' was not declared in this scope icu.cpp:49: error: 'collator' was not declared in this scope icu.cpp:49: error: 'status' was not declared in this scope icu.cpp:49: error: 'ucol_open' was not declared in this scope icu.cpp:50: error: 'U_FAILURE' was not declared in this scope icu.cpp:52: error: 'ucol_close' was not declared in this scope make: *** [icu.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30: error: pulse/pulseaudio.h: No such file or directory pulseaudio.cpp:43:33: error: pulse/glib-mainloop.h: No such file or directory pulseaudio.cpp:46:3: error: #error "Incompatible PulseAudio API version" pulseaudio.cpp:48:22: error: missing binary operator before token "(" pulseaudio.cpp: In function 'int main(int, char**)': pulseaudio.cpp:54: error: 'pa_get_headers_version' was not declared in this scope pulseaudio.cpp:55: error: 'pa_get_library_version' was not declared in this scope pulseaudio.cpp:56: error: 'pa_glib_mainloop_new' was not declared in this scope make: *** [pulseaudio.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22: error: ft2build.h: No such file or directory fontconfig.cpp:43:10: error: #include expects "FILENAME" or fontconfig.cpp:44:35: error: fontconfig/fontconfig.h: No such file or directory fontconfig.cpp:47:4: error: #error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" fontconfig.cpp:51:4: error: #error "This version of freetype is too old." fontconfig.cpp: In function 'int main(int, char**)': fontconfig.cpp:56: error: 'FT_Face' was not declared in this scope fontconfig.cpp:56: error: expected ';' before 'face' fontconfig.cpp:57: error: 'face' was not declared in this scope fontconfig.cpp:58: error: 'FcPattern' was not declared in this scope fontconfig.cpp:58: error: 'pattern' was not declared in this scope make: *** [fontconfig.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libudev.o libudev.cpp libudev.cpp:42:21: error: libudev.h: No such file or directory libudev.cpp: In function 'int main()': libudev.cpp:46: error: 'udev' was not declared in this scope libudev.cpp:46: error: 'u' was not declared in this scope libudev.cpp:46: error: 'udev_new' was not declared in this scope libudev.cpp:47: error: 'udev_unref' was not declared in this scope make: *** [libudev.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xlib.o xlib.cpp xlib.cpp:42:22: error: X11/Xlib.h: No such file or directory xlib.cpp: In function 'int main(int, char**)': xlib.cpp:46: error: 'Display' was not declared in this scope xlib.cpp:46: error: 'd' was not declared in this scope xlib.cpp:46: error: 'NULL' was not declared in this scope xlib.cpp:46: error: 'XOpenDisplay' was not declared in this scope xlib.cpp:47: error: 'XCloseDisplay' was not declared in this scope make: *** [xlib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xrender.o xrender.cpp xrender.cpp:42:22: error: X11/Xlib.h: No such file or directory xrender.cpp:43:36: error: X11/extensions/Xrender.h: No such file or directory xrender.cpp:46:4: error: #error "Required Xrender version 0.6 not found." make: *** [xrender.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xcb.o xcb.cpp xcb.cpp:42:21: error: xcb/xcb.h: No such file or directory xcb.cpp: In function 'int main(int, char**)': xcb.cpp:47: error: 'xcb_connection_t' was not declared in this scope xcb.cpp:47: error: 't' was not declared in this scope xcb.cpp:47: error: 'xcb_connect' was not declared in this scope make: *** [xcb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o linuxfb.o linuxfb.cpp linuxfb.cpp:43:20: error: sys/kd.h: No such file or directory make: *** [linuxfb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o freetype.o freetype.cpp freetype.cpp:42:22: error: ft2build.h: No such file or directory freetype.cpp:43:10: error: #include expects "FILENAME" or freetype.cpp:46:4: error: #error "This version of freetype is too old." freetype.cpp: In function 'int main(int, char**)': freetype.cpp:51: error: 'FT_Face' was not declared in this scope freetype.cpp:51: error: expected ';' before 'face' freetype.cpp:52: error: 'face' was not declared in this scope make: *** [freetype.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o clock-monotonic.o clock-monotonic.cpp clock-monotonic.cpp:51:4: error: #error "Feature _POSIX_MONOTONIC_CLOCK not available" clock-monotonic.cpp: In function 'int main(int, char**)': clock-monotonic.cpp:53: error: 'force_compiler_error' was not declared in this scope make: *** [clock-monotonic.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o getifaddrs.o getifaddrs.cpp getifaddrs.cpp:52:21: error: ifaddrs.h: No such file or directory getifaddrs.cpp: In function 'int main()': getifaddrs.cpp:56: error: 'ifaddrs' was not declared in this scope getifaddrs.cpp:56: error: 'list' was not declared in this scope getifaddrs.cpp:57: error: 'getifaddrs' was not declared in this scope getifaddrs.cpp:58: error: 'freeifaddrs' was not declared in this scope make: *** [getifaddrs.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openssl.o openssl.cpp openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory openssl.cpp:45:4: error: #error "OpenSSL >= 0.9.7 is required" make: *** [openssl.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pcre.o pcre.cpp pcre.cpp:42:18: error: pcre.h: No such file or directory pcre.cpp:45:2: error: #error This PCRE version is not supported make: *** [pcre.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o alsatest.o alsatest.cpp alsatest.cpp:42:28: error: alsa/asoundlib.h: No such file or directory alsatest.cpp:44:2: error: #error "Alsa version found too old, require >= 1.0.10" alsatest.cpp:47: warning: unused parameter 'argc' alsatest.cpp:47: warning: unused parameter 'argv' make: *** [alsatest.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:41:23: error: asm/hwcap.h: No such file or directory hwcap_test.cpp:43: warning: unused parameter 'argc' hwcap_test.cpp:43: warning: unused parameter 'argv' make: *** [hwcap_test.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp: In function 'int main(int, char**)': ptrsizetest.cpp:59: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>' make: *** [ptrsizetest.o] Error 1 make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00757/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364920559): http://codereview.qt-project.org/50958 [PS4] - Improve QTextEngine::elidedText() in TextShowMnemonic mode From ci-noreply at qt-project.org Tue Apr 2 19:43:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:43:57 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_164357_089762.ci-noreply@qt-project.org> qtbase failed to compile :( C:/work/build/qt/qtbase/lib/libQt5CoreTestInfix.a(d001769.o):(.text+0x0): multiple definition of `QCryptographicHash::QCryptographicHash(QCryptographicHash::Algorithm)' ./.obj\release_shared\qcryptographichash.o:qcryptographichash.cpp:(.text+0x1280): first defined here C:/work/build/qt/qtbase/lib/libQt5CoreTestInfix.a(d001766.o):(.text+0x0): multiple definition of `QCryptographicHash::addData(QIODevice*)' ./.obj\release_shared\qcryptographichash.o:qcryptographichash.cpp:(.text+0x14d0): first defined here C:/work/build/qt/qtbase/lib/libQt5CoreTestInfix.a(d001771.o):(.text+0x0): multiple definition of `QCryptographicHash::~QCryptographicHash()' ./.obj\release_shared\qcryptographichash.o:qcryptographichash.cpp:(.text+0x11f0): first defined here C:/work/build/qt/qtbase/lib/libQt5CoreTestInfix.a(d004522.o):(.text+0x0): multiple definition of `QCryptographicHash::result() const' ./.obj\release_shared\qcryptographichash.o:qcryptographichash.cpp:(.text+0x1590): first defined here Makefile.Release:155: recipe for target '..\..\..\bin\qdoc.exe' failed mingw32-make[4]: *** [..\..\..\bin\qdoc.exe] Error 1 mingw32-make[3]: *** [release] Error 2 mingw32-make[2]: *** [sub-qdoc-make_first] Error 2 mingw32-make[1]: *** [sub-src-make_first] Error 2 mingw32-make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00810/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1364920086): http://codereview.qt-project.org/52641 [PS2] - Use Bionic's __pthread_cond_timedwait_relative http://codereview.qt-project.org/52640 [PS2] - Add a function to do the relative waits, simplifying the code a little http://codereview.qt-project.org/52739 [PS1] - make bootstrapping of qdoc optional http://codereview.qt-project.org/52738 [PS1] - fix non-bootstrapped build http://codereview.qt-project.org/52737 [PS1] - move the setup of QT_INSTALL_DOCS from qdoc to qt_docs.prf http://codereview.qt-project.org/52622 [PS5] - Also version.xml needs to be installed http://codereview.qt-project.org/52628 [PS1] - Ensure GCC prints its messages in English when we parse them http://codereview.qt-project.org/52733 [PS1] - don't try to de-duplicate QMAKE_DEFAULT_{INC,LIB}DIRS http://codereview.qt-project.org/52174 [PS1] - don't complain about missing macros in version.h http://codereview.qt-project.org/52170 [PS2] - prefer 'release' for non-bootstrapped host build_all configs http://codereview.qt-project.org/52639 [PS1] - Fix build on Android: libpthread is deficient and lacks functions http://codereview.qt-project.org/52241 [PS2] - Apply Qt-specific changes to the bundled FreeType http://codereview.qt-project.org/52664 [PS1] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference http://codereview.qt-project.org/52642 [PS7] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers From ci-noreply at qt-project.org Tue Apr 2 19:48:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:48:49 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_164849_017675.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #353: SUCCESS Tested changes (refs/builds/stable_1364916601): http://codereview.qt-project.org/52385 [PS1] - Fix incorrect merge in textureprovider example. From ci-noreply at qt-project.org Tue Apr 2 19:49:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 19:49:56 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130402_164956_066302.ci-noreply@qt-project.org> QtDoc_stable_Integration #114: SUCCESS Tested changes (refs/builds/stable_1364919339): http://codereview.qt-project.org/51860 [PS2] - update sqlite to 3.7.16.1 From ci-noreply at qt-project.org Tue Apr 2 20:36:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 20:36:44 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130402_173644_032508.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location Totals: 561 passed, 1 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(709) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1191) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1335) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1700) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1808) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 561 passed, 1 failed, 4 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 105 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_release_Integration/build_00151/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/release_1364916756): http://codereview.qt-project.org/52009 [PS5] - Fix gcc OOM error when compiling in release mode From ci-noreply at qt-project.org Tue Apr 2 21:07:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 21:07:21 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_180721_083154.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #354: SUCCESS Tested changes (refs/builds/stable_1364921437): http://codereview.qt-project.org/51574 [PS2] - Use distance fields for text on retina displays From ci-noreply at qt-project.org Tue Apr 2 22:22:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 22:22:56 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_192256_083416.ci-noreply@qt-project.org> QtBase_stable_Integration #811: SUCCESS Tested changes (refs/builds/stable_1364922276): http://codereview.qt-project.org/52642 [PS7] - Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers http://codereview.qt-project.org/52641 [PS2] - Use Bionic's __pthread_cond_timedwait_relative http://codereview.qt-project.org/52640 [PS2] - Add a function to do the relative waits, simplifying the code a little http://codereview.qt-project.org/52639 [PS1] - Fix build on Android: libpthread is deficient and lacks functions http://codereview.qt-project.org/52738 [PS1] - fix non-bootstrapped build http://codereview.qt-project.org/52737 [PS1] - move the setup of QT_INSTALL_DOCS from qdoc to qt_docs.prf http://codereview.qt-project.org/52628 [PS1] - Ensure GCC prints its messages in English when we parse them http://codereview.qt-project.org/52733 [PS1] - don't try to de-duplicate QMAKE_DEFAULT_{INC,LIB}DIRS http://codereview.qt-project.org/52174 [PS1] - don't complain about missing macros in version.h http://codereview.qt-project.org/52170 [PS2] - prefer 'release' for non-bootstrapped host build_all configs From ci-noreply at qt-project.org Tue Apr 2 22:28:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 22:28:42 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130402_192842_063696.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #355: SUCCESS Tested changes (refs/builds/stable_1364926151): http://codereview.qt-project.org/52667 [PS1] - Stabilize Code http://codereview.qt-project.org/52627 [PS1] - Version new signals http://codereview.qt-project.org/52323 [PS1] - Provide workaround to slow glyph cache updates. From ci-noreply at qt-project.org Tue Apr 2 22:39:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 22:39:10 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130402_193910_083584.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location Totals: 561 passed, 1 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(709) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1191) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1335) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1700) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1808) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 561 passed, 1 failed, 4 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 105 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_release_Integration/build_00152/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/release_1364924335): http://codereview.qt-project.org/52489 [PS2] - Boxes: Check for opengl version in .pro file From ci-noreply at qt-project.org Tue Apr 2 23:00:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 23:00:31 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_200031_056694.ci-noreply@qt-project.org> qtbase failed to compile :( cc1plus: error: unrecognized command line option "-msse2" make: *** [sse2.o] Error 1 cc1plus: error: unrecognized command line option "-msse3" make: *** [sse3.o] Error 1 cc1plus: error: unrecognized command line option "-mssse3" make: *** [ssse3.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.1" make: *** [sse4_1.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.2" make: *** [sse4_2.o] Error 1 cc1plus: error: unrecognized command line option "-mavx" make: *** [avx.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21: error: jpeglib.h: No such file or directory libjpeg.cpp: In function 'int main(int, char**)': libjpeg.cpp:50: error: 'j_compress_ptr' was not declared in this scope libjpeg.cpp:50: error: expected ';' before 'cinfo' libjpeg.cpp:51: error: 'cinfo' was not declared in this scope libjpeg.cpp:51: error: 'jpeg_create_compress' was not declared in this scope make: *** [libjpeg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libpng.o libpng.cpp libpng.cpp:42:17: error: png.h: No such file or directory libpng.cpp:45:4: error: #error "Required libpng version 1.0.17 not found." libpng.cpp: In function 'int main(int, char**)': libpng.cpp:50: error: 'png_structp' was not declared in this scope libpng.cpp:50: error: expected ';' before 'png_ptr' libpng.cpp:51: error: 'png_ptr' was not declared in this scope libpng.cpp:51: error: 'PNG_LIBPNG_VER_STRING' was not declared in this scope libpng.cpp:51: error: 'png_create_read_struct' was not declared in this scope make: *** [libpng.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o db2.o db2.cpp db2.cpp:42:20: error: sqlcli.h: No such file or directory db2.cpp:43:21: error: sqlcli1.h: No such file or directory make: *** [db2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ibase.o ibase.cpp ibase.cpp:42:19: error: ibase.h: No such file or directory make: *** [ibase.o] Error 1 make: *** [mysql_r] Error 1 make: *** [mysql] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o oci.o oci.cpp oci.cpp:42:17: error: oci.h: No such file or directory make: *** [oci.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o odbc.o odbc.cpp odbc.cpp:45:17: error: sql.h: No such file or directory odbc.cpp:46:20: error: sqlext.h: No such file or directory make: *** [odbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iodbc.o iodbc.cpp iodbc.cpp:42:17: error: sql.h: No such file or directory iodbc.cpp:43:20: error: sqlext.h: No such file or directory make: *** [iodbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o psql.o psql.cpp psql.cpp:42:22: error: libpq-fe.h: No such file or directory psql.cpp: In function 'int main(int, char**)': psql.cpp:46: error: 'PQescapeBytea' was not declared in this scope psql.cpp:47: error: 'PQunescapeBytea' was not declared in this scope make: *** [psql.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20: error: sqlite.h: No such file or directory make: *** [sqlite2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o tds.o tds.cpp tds.cpp:42:22: error: sybfront.h: No such file or directory tds.cpp:43:19: error: sybdb.h: No such file or directory make: *** [tds.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o nis.o nis.cpp nis.cpp:43:21: error: rpc/rpc.h: No such file or directory nis.cpp:44:27: error: rpcsvc/ypclnt.h: No such file or directory nis.cpp:45:28: error: rpcsvc/yp_prot.h: No such file or directory nis.cpp: In function 'int main(int, char**)': nis.cpp:50: error: 'yp_get_default_domain' was not declared in this scope make: *** [nis.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o cups.o cups.cpp cups.cpp:42:23: error: cups/cups.h: No such file or directory cups.cpp: In function 'int main(int, char**)': cups.cpp:46: error: 'cups_dest_t' was not declared in this scope cups.cpp:46: error: 'd' was not declared in this scope cups.cpp:47: error: 'cupsGetDests' was not declared in this scope make: *** [cups.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iconv.o iconv.cpp iconv.cpp:45:19: error: iconv.h: No such file or directory iconv.cpp: In function 'int main(int, char**)': iconv.cpp:49: error: 'iconv_t' was not declared in this scope iconv.cpp:49: error: expected ';' before 'x' iconv.cpp:53: error: 'size_t' was not declared in this scope iconv.cpp:53: error: expected ';' before 'inbytes' iconv.cpp:54: error: 'x' was not declared in this scope iconv.cpp:54: error: 'inbytes' was not declared in this scope iconv.cpp:54: error: 'outbytes' was not declared in this scope iconv.cpp:54: error: 'iconv' was not declared in this scope iconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [iconv.o] Error 1 ../gnu-libiconv/gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory ../gnu-libiconv/gnu-libiconv.cpp: In function 'int main(int, char**)': ../gnu-libiconv/gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:49: error: expected ';' before 'x' ../gnu-libiconv/gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'x' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o gnu-libiconv.o gnu-libiconv.cpp gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory gnu-libiconv.cpp: In function 'int main(int, char**)': gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope gnu-libiconv.cpp:49: error: expected ';' before 'x' gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' gnu-libiconv.cpp:54: error: 'x' was not declared in this scope gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o dbus.o dbus.cpp dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory dbus.cpp:46:2: error: #error Needs at least dbus version 1 dbus.cpp: In function 'int main(int, char**)': dbus.cpp:51: error: 'dbus_shutdown' was not declared in this scope make: *** [dbus.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o glib.o glib.cpp glib.cpp:44:18: error: glib.h: No such file or directory glib.cpp: In function 'int main(int, char**)': glib.cpp:49: error: 'GSource' was not declared in this scope glib.cpp:49: error: 'source' was not declared in this scope glib.cpp:50: error: 'GPollFD' was not declared in this scope glib.cpp:50: error: 'pollfd' was not declared in this scope glib.cpp:51: error: 'g_thread_supported' was not declared in this scope glib.cpp:52: error: 'NULL' was not declared in this scope glib.cpp:52: error: 'g_thread_init' was not declared in this scope glib.cpp:53: error: 'g_main_context_default' was not declared in this scope glib.cpp:54: error: 'g_source_new' was not declared in this scope glib.cpp:55: error: 'g_source_add_poll' was not declared in this scope make: *** [glib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o icu.o icu.cpp icu.cpp:42:28: error: unicode/utypes.h: No such file or directory icu.cpp:43:26: error: unicode/ucol.h: No such file or directory icu.cpp:44:29: error: unicode/ustring.h: No such file or directory icu.cpp: In function 'int main(int, char**)': icu.cpp:48: error: 'UErrorCode' was not declared in this scope icu.cpp:48: error: expected ';' before 'status' icu.cpp:49: error: 'UCollator' was not declared in this scope icu.cpp:49: error: 'collator' was not declared in this scope icu.cpp:49: error: 'status' was not declared in this scope icu.cpp:49: error: 'ucol_open' was not declared in this scope icu.cpp:50: error: 'U_FAILURE' was not declared in this scope icu.cpp:52: error: 'ucol_close' was not declared in this scope make: *** [icu.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30: error: pulse/pulseaudio.h: No such file or directory pulseaudio.cpp:43:33: error: pulse/glib-mainloop.h: No such file or directory pulseaudio.cpp:46:3: error: #error "Incompatible PulseAudio API version" pulseaudio.cpp:48:22: error: missing binary operator before token "(" pulseaudio.cpp: In function 'int main(int, char**)': pulseaudio.cpp:54: error: 'pa_get_headers_version' was not declared in this scope pulseaudio.cpp:55: error: 'pa_get_library_version' was not declared in this scope pulseaudio.cpp:56: error: 'pa_glib_mainloop_new' was not declared in this scope make: *** [pulseaudio.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22: error: ft2build.h: No such file or directory fontconfig.cpp:43:10: error: #include expects "FILENAME" or fontconfig.cpp:44:35: error: fontconfig/fontconfig.h: No such file or directory fontconfig.cpp:47:4: error: #error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" fontconfig.cpp:51:4: error: #error "This version of freetype is too old." fontconfig.cpp: In function 'int main(int, char**)': fontconfig.cpp:56: error: 'FT_Face' was not declared in this scope fontconfig.cpp:56: error: expected ';' before 'face' fontconfig.cpp:57: error: 'face' was not declared in this scope fontconfig.cpp:58: error: 'FcPattern' was not declared in this scope fontconfig.cpp:58: error: 'pattern' was not declared in this scope make: *** [fontconfig.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libudev.o libudev.cpp libudev.cpp:42:21: error: libudev.h: No such file or directory libudev.cpp: In function 'int main()': libudev.cpp:46: error: 'udev' was not declared in this scope libudev.cpp:46: error: 'u' was not declared in this scope libudev.cpp:46: error: 'udev_new' was not declared in this scope libudev.cpp:47: error: 'udev_unref' was not declared in this scope make: *** [libudev.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xlib.o xlib.cpp xlib.cpp:42:22: error: X11/Xlib.h: No such file or directory xlib.cpp: In function 'int main(int, char**)': xlib.cpp:46: error: 'Display' was not declared in this scope xlib.cpp:46: error: 'd' was not declared in this scope xlib.cpp:46: error: 'NULL' was not declared in this scope xlib.cpp:46: error: 'XOpenDisplay' was not declared in this scope xlib.cpp:47: error: 'XCloseDisplay' was not declared in this scope make: *** [xlib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xrender.o xrender.cpp xrender.cpp:42:22: error: X11/Xlib.h: No such file or directory xrender.cpp:43:36: error: X11/extensions/Xrender.h: No such file or directory xrender.cpp:46:4: error: #error "Required Xrender version 0.6 not found." make: *** [xrender.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xcb.o xcb.cpp xcb.cpp:42:21: error: xcb/xcb.h: No such file or directory xcb.cpp: In function 'int main(int, char**)': xcb.cpp:47: error: 'xcb_connection_t' was not declared in this scope xcb.cpp:47: error: 't' was not declared in this scope xcb.cpp:47: error: 'xcb_connect' was not declared in this scope make: *** [xcb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o linuxfb.o linuxfb.cpp linuxfb.cpp:43:20: error: sys/kd.h: No such file or directory make: *** [linuxfb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o freetype.o freetype.cpp freetype.cpp:42:22: error: ft2build.h: No such file or directory freetype.cpp:43:10: error: #include expects "FILENAME" or freetype.cpp:46:4: error: #error "This version of freetype is too old." freetype.cpp: In function 'int main(int, char**)': freetype.cpp:51: error: 'FT_Face' was not declared in this scope freetype.cpp:51: error: expected ';' before 'face' freetype.cpp:52: error: 'face' was not declared in this scope make: *** [freetype.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o clock-monotonic.o clock-monotonic.cpp clock-monotonic.cpp:51:4: error: #error "Feature _POSIX_MONOTONIC_CLOCK not available" clock-monotonic.cpp: In function 'int main(int, char**)': clock-monotonic.cpp:53: error: 'force_compiler_error' was not declared in this scope make: *** [clock-monotonic.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o getifaddrs.o getifaddrs.cpp getifaddrs.cpp:52:21: error: ifaddrs.h: No such file or directory getifaddrs.cpp: In function 'int main()': getifaddrs.cpp:56: error: 'ifaddrs' was not declared in this scope getifaddrs.cpp:56: error: 'list' was not declared in this scope getifaddrs.cpp:57: error: 'getifaddrs' was not declared in this scope getifaddrs.cpp:58: error: 'freeifaddrs' was not declared in this scope make: *** [getifaddrs.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openssl.o openssl.cpp openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory openssl.cpp:45:4: error: #error "OpenSSL >= 0.9.7 is required" make: *** [openssl.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pcre.o pcre.cpp pcre.cpp:42:18: error: pcre.h: No such file or directory pcre.cpp:45:2: error: #error This PCRE version is not supported make: *** [pcre.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o alsatest.o alsatest.cpp alsatest.cpp:42:28: error: alsa/asoundlib.h: No such file or directory alsatest.cpp:44:2: error: #error "Alsa version found too old, require >= 1.0.10" alsatest.cpp:47: warning: unused parameter 'argc' alsatest.cpp:47: warning: unused parameter 'argv' make: *** [alsatest.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:41:23: error: asm/hwcap.h: No such file or directory hwcap_test.cpp:43: warning: unused parameter 'argc' hwcap_test.cpp:43: warning: unused parameter 'argv' make: *** [hwcap_test.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp: In function 'int main(int, char**)': ptrsizetest.cpp:59: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>' make: *** [ptrsizetest.o] Error 1 make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00760/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364925683): http://codereview.qt-project.org/50958 [PS4] - Improve QTextEngine::elidedText() in TextShowMnemonic mode http://codereview.qt-project.org/52577 [PS3] - Avoid socket notifiers on invalid file descriptors From ci-noreply at qt-project.org Tue Apr 2 23:15:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 23:15:13 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_201513_087439.ci-noreply@qt-project.org> qtbase failed to compile :( cc1plus: error: unrecognized command line option "-msse2" make: *** [sse2.o] Error 1 cc1plus: error: unrecognized command line option "-msse3" make: *** [sse3.o] Error 1 cc1plus: error: unrecognized command line option "-mssse3" make: *** [ssse3.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.1" make: *** [sse4_1.o] Error 1 cc1plus: error: unrecognized command line option "-msse4.2" make: *** [sse4_2.o] Error 1 cc1plus: error: unrecognized command line option "-mavx" make: *** [avx.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21: error: jpeglib.h: No such file or directory libjpeg.cpp: In function 'int main(int, char**)': libjpeg.cpp:50: error: 'j_compress_ptr' was not declared in this scope libjpeg.cpp:50: error: expected ';' before 'cinfo' libjpeg.cpp:51: error: 'cinfo' was not declared in this scope libjpeg.cpp:51: error: 'jpeg_create_compress' was not declared in this scope make: *** [libjpeg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libpng.o libpng.cpp libpng.cpp:42:17: error: png.h: No such file or directory libpng.cpp:45:4: error: #error "Required libpng version 1.0.17 not found." libpng.cpp: In function 'int main(int, char**)': libpng.cpp:50: error: 'png_structp' was not declared in this scope libpng.cpp:50: error: expected ';' before 'png_ptr' libpng.cpp:51: error: 'png_ptr' was not declared in this scope libpng.cpp:51: error: 'PNG_LIBPNG_VER_STRING' was not declared in this scope libpng.cpp:51: error: 'png_create_read_struct' was not declared in this scope make: *** [libpng.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o db2.o db2.cpp db2.cpp:42:20: error: sqlcli.h: No such file or directory db2.cpp:43:21: error: sqlcli1.h: No such file or directory make: *** [db2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ibase.o ibase.cpp ibase.cpp:42:19: error: ibase.h: No such file or directory make: *** [ibase.o] Error 1 make: *** [mysql_r] Error 1 make: *** [mysql] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o oci.o oci.cpp oci.cpp:42:17: error: oci.h: No such file or directory make: *** [oci.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o odbc.o odbc.cpp odbc.cpp:45:17: error: sql.h: No such file or directory odbc.cpp:46:20: error: sqlext.h: No such file or directory make: *** [odbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iodbc.o iodbc.cpp iodbc.cpp:42:17: error: sql.h: No such file or directory iodbc.cpp:43:20: error: sqlext.h: No such file or directory make: *** [iodbc.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o psql.o psql.cpp psql.cpp:42:22: error: libpq-fe.h: No such file or directory psql.cpp: In function 'int main(int, char**)': psql.cpp:46: error: 'PQescapeBytea' was not declared in this scope psql.cpp:47: error: 'PQunescapeBytea' was not declared in this scope make: *** [psql.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20: error: sqlite.h: No such file or directory make: *** [sqlite2.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o tds.o tds.cpp tds.cpp:42:22: error: sybfront.h: No such file or directory tds.cpp:43:19: error: sybdb.h: No such file or directory make: *** [tds.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o nis.o nis.cpp nis.cpp:43:21: error: rpc/rpc.h: No such file or directory nis.cpp:44:27: error: rpcsvc/ypclnt.h: No such file or directory nis.cpp:45:28: error: rpcsvc/yp_prot.h: No such file or directory nis.cpp: In function 'int main(int, char**)': nis.cpp:50: error: 'yp_get_default_domain' was not declared in this scope make: *** [nis.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o cups.o cups.cpp cups.cpp:42:23: error: cups/cups.h: No such file or directory cups.cpp: In function 'int main(int, char**)': cups.cpp:46: error: 'cups_dest_t' was not declared in this scope cups.cpp:46: error: 'd' was not declared in this scope cups.cpp:47: error: 'cupsGetDests' was not declared in this scope make: *** [cups.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o iconv.o iconv.cpp iconv.cpp:45:19: error: iconv.h: No such file or directory iconv.cpp: In function 'int main(int, char**)': iconv.cpp:49: error: 'iconv_t' was not declared in this scope iconv.cpp:49: error: expected ';' before 'x' iconv.cpp:53: error: 'size_t' was not declared in this scope iconv.cpp:53: error: expected ';' before 'inbytes' iconv.cpp:54: error: 'x' was not declared in this scope iconv.cpp:54: error: 'inbytes' was not declared in this scope iconv.cpp:54: error: 'outbytes' was not declared in this scope iconv.cpp:54: error: 'iconv' was not declared in this scope iconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [iconv.o] Error 1 ../gnu-libiconv/gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory ../gnu-libiconv/gnu-libiconv.cpp: In function 'int main(int, char**)': ../gnu-libiconv/gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:49: error: expected ';' before 'x' ../gnu-libiconv/gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'x' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope ../gnu-libiconv/gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o gnu-libiconv.o gnu-libiconv.cpp gnu-libiconv.cpp:45:19: error: iconv.h: No such file or directory gnu-libiconv.cpp: In function 'int main(int, char**)': gnu-libiconv.cpp:49: error: 'iconv_t' was not declared in this scope gnu-libiconv.cpp:49: error: expected ';' before 'x' gnu-libiconv.cpp:53: error: 'size_t' was not declared in this scope gnu-libiconv.cpp:53: error: expected ';' before 'inbytes' gnu-libiconv.cpp:54: error: 'x' was not declared in this scope gnu-libiconv.cpp:54: error: 'inbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'outbytes' was not declared in this scope gnu-libiconv.cpp:54: error: 'iconv' was not declared in this scope gnu-libiconv.cpp:56: error: 'iconv_close' was not declared in this scope make: *** [gnu-libiconv.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o dbus.o dbus.cpp dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory dbus.cpp:46:2: error: #error Needs at least dbus version 1 dbus.cpp: In function 'int main(int, char**)': dbus.cpp:51: error: 'dbus_shutdown' was not declared in this scope make: *** [dbus.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o glib.o glib.cpp glib.cpp:44:18: error: glib.h: No such file or directory glib.cpp: In function 'int main(int, char**)': glib.cpp:49: error: 'GSource' was not declared in this scope glib.cpp:49: error: 'source' was not declared in this scope glib.cpp:50: error: 'GPollFD' was not declared in this scope glib.cpp:50: error: 'pollfd' was not declared in this scope glib.cpp:51: error: 'g_thread_supported' was not declared in this scope glib.cpp:52: error: 'NULL' was not declared in this scope glib.cpp:52: error: 'g_thread_init' was not declared in this scope glib.cpp:53: error: 'g_main_context_default' was not declared in this scope glib.cpp:54: error: 'g_source_new' was not declared in this scope glib.cpp:55: error: 'g_source_add_poll' was not declared in this scope make: *** [glib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o icu.o icu.cpp icu.cpp:42:28: error: unicode/utypes.h: No such file or directory icu.cpp:43:26: error: unicode/ucol.h: No such file or directory icu.cpp:44:29: error: unicode/ustring.h: No such file or directory icu.cpp: In function 'int main(int, char**)': icu.cpp:48: error: 'UErrorCode' was not declared in this scope icu.cpp:48: error: expected ';' before 'status' icu.cpp:49: error: 'UCollator' was not declared in this scope icu.cpp:49: error: 'collator' was not declared in this scope icu.cpp:49: error: 'status' was not declared in this scope icu.cpp:49: error: 'ucol_open' was not declared in this scope icu.cpp:50: error: 'U_FAILURE' was not declared in this scope icu.cpp:52: error: 'ucol_close' was not declared in this scope make: *** [icu.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30: error: pulse/pulseaudio.h: No such file or directory pulseaudio.cpp:43:33: error: pulse/glib-mainloop.h: No such file or directory pulseaudio.cpp:46:3: error: #error "Incompatible PulseAudio API version" pulseaudio.cpp:48:22: error: missing binary operator before token "(" pulseaudio.cpp: In function 'int main(int, char**)': pulseaudio.cpp:54: error: 'pa_get_headers_version' was not declared in this scope pulseaudio.cpp:55: error: 'pa_get_library_version' was not declared in this scope pulseaudio.cpp:56: error: 'pa_glib_mainloop_new' was not declared in this scope make: *** [pulseaudio.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22: error: ft2build.h: No such file or directory fontconfig.cpp:43:10: error: #include expects "FILENAME" or fontconfig.cpp:44:35: error: fontconfig/fontconfig.h: No such file or directory fontconfig.cpp:47:4: error: #error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" fontconfig.cpp:51:4: error: #error "This version of freetype is too old." fontconfig.cpp: In function 'int main(int, char**)': fontconfig.cpp:56: error: 'FT_Face' was not declared in this scope fontconfig.cpp:56: error: expected ';' before 'face' fontconfig.cpp:57: error: 'face' was not declared in this scope fontconfig.cpp:58: error: 'FcPattern' was not declared in this scope fontconfig.cpp:58: error: 'pattern' was not declared in this scope make: *** [fontconfig.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o libudev.o libudev.cpp libudev.cpp:42:21: error: libudev.h: No such file or directory libudev.cpp: In function 'int main()': libudev.cpp:46: error: 'udev' was not declared in this scope libudev.cpp:46: error: 'u' was not declared in this scope libudev.cpp:46: error: 'udev_new' was not declared in this scope libudev.cpp:47: error: 'udev_unref' was not declared in this scope make: *** [libudev.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xlib.o xlib.cpp xlib.cpp:42:22: error: X11/Xlib.h: No such file or directory xlib.cpp: In function 'int main(int, char**)': xlib.cpp:46: error: 'Display' was not declared in this scope xlib.cpp:46: error: 'd' was not declared in this scope xlib.cpp:46: error: 'NULL' was not declared in this scope xlib.cpp:46: error: 'XOpenDisplay' was not declared in this scope xlib.cpp:47: error: 'XCloseDisplay' was not declared in this scope make: *** [xlib.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xrender.o xrender.cpp xrender.cpp:42:22: error: X11/Xlib.h: No such file or directory xrender.cpp:43:36: error: X11/extensions/Xrender.h: No such file or directory xrender.cpp:46:4: error: #error "Required Xrender version 0.6 not found." make: *** [xrender.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o xcb.o xcb.cpp xcb.cpp:42:21: error: xcb/xcb.h: No such file or directory xcb.cpp: In function 'int main(int, char**)': xcb.cpp:47: error: 'xcb_connection_t' was not declared in this scope xcb.cpp:47: error: 't' was not declared in this scope xcb.cpp:47: error: 'xcb_connect' was not declared in this scope make: *** [xcb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o linuxfb.o linuxfb.cpp linuxfb.cpp:43:20: error: sys/kd.h: No such file or directory make: *** [linuxfb.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o freetype.o freetype.cpp freetype.cpp:42:22: error: ft2build.h: No such file or directory freetype.cpp:43:10: error: #include expects "FILENAME" or freetype.cpp:46:4: error: #error "This version of freetype is too old." freetype.cpp: In function 'int main(int, char**)': freetype.cpp:51: error: 'FT_Face' was not declared in this scope freetype.cpp:51: error: expected ';' before 'face' freetype.cpp:52: error: 'face' was not declared in this scope make: *** [freetype.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o clock-monotonic.o clock-monotonic.cpp clock-monotonic.cpp:51:4: error: #error "Feature _POSIX_MONOTONIC_CLOCK not available" clock-monotonic.cpp: In function 'int main(int, char**)': clock-monotonic.cpp:53: error: 'force_compiler_error' was not declared in this scope make: *** [clock-monotonic.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o getifaddrs.o getifaddrs.cpp getifaddrs.cpp:52:21: error: ifaddrs.h: No such file or directory getifaddrs.cpp: In function 'int main()': getifaddrs.cpp:56: error: 'ifaddrs' was not declared in this scope getifaddrs.cpp:56: error: 'list' was not declared in this scope getifaddrs.cpp:57: error: 'getifaddrs' was not declared in this scope getifaddrs.cpp:58: error: 'freeifaddrs' was not declared in this scope make: *** [getifaddrs.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openssl.o openssl.cpp openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory openssl.cpp:45:4: error: #error "OpenSSL >= 0.9.7 is required" make: *** [openssl.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o pcre.o pcre.cpp pcre.cpp:42:18: error: pcre.h: No such file or directory pcre.cpp:45:2: error: #error This PCRE version is not supported make: *** [pcre.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:48:23: error: VG/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o openvg.o openvg.cpp openvg.cpp:46:23: error: vg/openvg.h: No such file or directory openvg.cpp: In function 'int main(int, char**)': openvg.cpp:53: error: 'VGint' was not declared in this scope openvg.cpp:53: error: expected ';' before 'i' openvg.cpp:54: error: 'i' was not declared in this scope openvg.cpp:55: error: 'vgFlush' was not declared in this scope make: *** [openvg.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o alsatest.o alsatest.cpp alsatest.cpp:42:28: error: alsa/asoundlib.h: No such file or directory alsatest.cpp:44:2: error: #error "Alsa version found too old, require >= 1.0.10" alsatest.cpp:47: warning: unused parameter 'argc' alsatest.cpp:47: warning: unused parameter 'argv' make: *** [alsatest.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:41:23: error: asm/hwcap.h: No such file or directory hwcap_test.cpp:43: warning: unused parameter 'argc' hwcap_test.cpp:43: warning: unused parameter 'argv' make: *** [hwcap_test.o] Error 1 /opt/android/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -std=gnu++0x -O2 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wall -Wno-psabi -W -fPIE -DQT_NO_PRINTDIALOG -I../../../mkspecs/android-g++ -I. -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include -I/opt/android/ndk/platforms/android-9/arch-arm/usr/include -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp: In function 'int main(int, char**)': ptrsizetest.cpp:59: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>' make: *** [ptrsizetest.o] Error 1 make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00761/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364933046): http://codereview.qt-project.org/52580 [PS2] - With GCC, use __builtin_popcount{,l,ll} for qPopulationCount() http://codereview.qt-project.org/52579 [PS5] - Add qPopulationCount() function, extracted from QBitArray From ci-noreply at qt-project.org Tue Apr 2 23:24:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 23:24:57 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_202457_015804.ci-noreply@qt-project.org> Autotest `tst_qfont' failed :( Testing tst_QFont FAIL! : tst_QFont::exactMatch() 'QFont("sans-serif").exactMatch()' returned FALSE. () Loc: [tst_qfont.cpp(162)] Totals: 16 passed, 1 failed, 3 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFont ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFont::initTestCase() PASS : tst_QFont::getSetCheck() FAIL! : tst_QFont::exactMatch() 'QFont("sans-serif").exactMatch()' returned FALSE. () Loc: [tst_qfont.cpp(162)] PASS : tst_QFont::compare() PASS : tst_QFont::resolve() PASS : tst_QFont::resetFont() PASS : tst_QFont::isCopyOf() SKIP : tst_QFont::setFontRaw() Only tested on X11 Loc: [tst_qfont.cpp(525)] PASS : tst_QFont::italicOblique() PASS : tst_QFont::insertAndRemoveSubstitutions() PASS : tst_QFont::serializeSpacing() SKIP : tst_QFont::lastResortFont() QFont::lastResortFont() may abort with qFatal() on QPA, QTBUG-22325 Loc: [tst_qfont.cpp(617)] SKIP : tst_QFont::styleName() Only tested on Mac Loc: [tst_qfont.cpp(625)] PASS : tst_QFont::defaultFamily(serif) PASS : tst_QFont::defaultFamily(monospace) PASS : tst_QFont::defaultFamily(cursive) PASS : tst_QFont::defaultFamily(fantasy) PASS : tst_QFont::defaultFamily(sans-serif) PASS : tst_QFont::sharing() PASS : tst_QFont::cleanupTestCase() Totals: 16 passed, 1 failed, 3 skipped ********* Finished testing of tst_QFont ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfont: 0.572962 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00812/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1364930709): http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference http://codereview.qt-project.org/52664 [PS1] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/52241 [PS2] - Apply Qt-specific changes to the bundled FreeType From ci-noreply at qt-project.org Tue Apr 2 23:36:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 2 Apr 2013 23:36:38 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130402_203638_052635.ci-noreply@qt-project.org> QtQA_master_Integration #492: SUCCESS Tested changes (refs/builds/master_1364933050): http://codereview.qt-project.org/52774 [PS1] - Exclude android dx.bat from license check From ci-noreply at qt-project.org Wed Apr 3 00:03:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 00:03:23 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130402_210323_063738.ci-noreply@qt-project.org> Autotests `tst_xmlpatternsdiagnosticsts', `tst_xmlpatternsschemats', `tst_xmlpatternsxqts', and `tst_xmlpatternsxslts' failed :( QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxslts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxqts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsschemats: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 902 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00021/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz ============================================================ Autotests `tst_xmlpatternsdiagnosticsts', `tst_xmlpatternsschemats', `tst_xmlpatternsxqts', and `tst_xmlpatternsxslts' failed :( QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxslts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxqts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsschemats: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 902 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00021/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1364931722): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Wed Apr 3 00:41:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 00:41:39 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130402_214139_018047.ci-noreply@qt-project.org> QtBase_release_Integration #153: SUCCESS Tested changes (refs/builds/release_1364931683): http://codereview.qt-project.org/52009 [PS5] - Fix gcc OOM error when compiling in release mode From ci-noreply at qt-project.org Wed Apr 3 01:37:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 01:37:53 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130402_223753_042232.ci-noreply@qt-project.org> QtBase_stable_Integration #813: SUCCESS Tested changes (refs/builds/stable_1364934779): http://codereview.qt-project.org/52671 [PS1] - QTextCharFormat::setFont(): Preserve the font hinting preference http://codereview.qt-project.org/52241 [PS2] - Apply Qt-specific changes to the bundled FreeType From ci-noreply at qt-project.org Wed Apr 3 02:19:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 02:19:04 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130402_231904_054095.ci-noreply@qt-project.org> QtQuick1_stable_Integration #105: SUCCESS Tested changes (refs/builds/stable_1364929803): http://codereview.qt-project.org/52764 [PS1] - Fix warnings for QtQuick1 From ci-noreply at qt-project.org Wed Apr 3 02:25:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 02:25:43 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130402_232543_027559.ci-noreply@qt-project.org> QtBase_dev_Integration #762: SUCCESS Tested changes (refs/builds/dev_1364937471): http://codereview.qt-project.org/50958 [PS4] - Improve QTextEngine::elidedText() in TextShowMnemonic mode From ci-noreply at qt-project.org Wed Apr 3 03:16:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 03:16:25 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130403_001625_063736.ci-noreply@qt-project.org> Autotests `tst_qfilesystemwatcher' and `tst_qsslsocket' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location FAIL! : tst_QSslSocket::peerVerifyError(WithHttpProxy) '!peerVerifyErrorSpy.isEmpty()' returned FALSE. () .\tst_qsslsocket.cpp(1830) : failure location FAIL! : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) 'socket->waitForDisconnected(10000)' returned FALSE. () .\tst_qsslsocket.cpp(1853) : failure location Totals: 559 passed, 3 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(709) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1191) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1335) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1700) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1808) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 561 passed, 1 failed, 4 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 129 seconds, exit code 1 Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 176 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_release_Integration/build_00154/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/release_1364940725): http://codereview.qt-project.org/52489 [PS2] - Boxes: Check for opengl version in .pro file From ci-noreply at qt-project.org Wed Apr 3 03:55:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 03:55:18 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_005518_024756.ci-noreply@qt-project.org> QtBase_stable_Integration #814: SUCCESS Tested changes (refs/builds/stable_1364942407): http://codereview.qt-project.org/51378 [PS1] - Correct location of mtdev define. http://codereview.qt-project.org/52739 [PS2] - make bootstrapping of qdoc optional http://codereview.qt-project.org/52762 [PS2] - add qcryptographichash to bootstrap lib http://codereview.qt-project.org/52606 [PS1] - Android: Portability fix for java usage on Windows. http://codereview.qt-project.org/52384 [PS2] - Android: Enable configuring via configureapp for Windows. http://codereview.qt-project.org/52381 [PS4] - Android: Enable the java feature on Windows. http://codereview.qt-project.org/51613 [PS3] - Android on Windows: Add 2 missing qmake variables. From ci-noreply at qt-project.org Wed Apr 3 05:38:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 05:38:13 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130403_023813_067967.ci-noreply@qt-project.org> Autotest `tst_examples (qtquick1)' failed :( Testing tst_qmlplugindump Totals: 3 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmlplugindump: 0.39045 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00151/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364941993): http://codereview.qt-project.org/41547 [PS3] - clone only a specific subset of repositories by default From ci-noreply at qt-project.org Wed Apr 3 05:38:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 05:38:14 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130403_023814_018709.ci-noreply@qt-project.org> Qt_4.8_Integration #1370: SUCCESS Tested changes (refs/builds/4.8_1364935225): http://codereview.qt-project.org/52473 [PS2] - BlackBerry: show dialogs full screen From ci-noreply at qt-project.org Wed Apr 3 09:55:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 09:55:02 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130403_065502_055624.ci-noreply@qt-project.org> Autotest `tst_dialogs' failed :( Testing tst_dialogs QFATAL : tst_dialogs::fileDialogNameFilters() Received signal 11 FAIL! : tst_dialogs::fileDialogNameFilters() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 2 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_dialogs [13048] QtQA::App::TestRunner: Path: /work/*/tst_dialogs QtQA::App::TestRunner: Identifier: tst_dialogs QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [13045] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 09:33:03.084 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-000000010000c000 [ 48K] r-x/rwx SM=COW /work/* QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[13048]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff870737d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87064a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x000000010089ce59 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x000000010089d405 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x00000001012ddb4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff870c5cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100a9616e TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 62 QtQA::App::TestRunner: 8 QtGui 0x00000001010fff79 TestNamespace::QPlatformFileDialogHelper::directoryEntered(TestNamespace::QString const&) + 41 QtQA::App::TestRunner: 9 libqcocoa.dylib 0x0000000103d2d9b8 -[QNSOpenSavePanelDelegate_TestNamespace panel:directoryDidChange:] + 168 QtQA::App::TestRunner: 10 com.apple.AppKit 0x00007fff8d7df455 -[NSSavePanel _sendDirectoryDidChange] + 96 QtQA::App::TestRunner: 11 com.apple.FinderKit 0x00007fff8fdababe -[FIFinderViewGutsController setTargetPath:withViewStyle:] + 650 QtQA::App::TestRunner: 12 com.apple.FinderKit 0x00007fff8fdab02a -[FIFinderViewGutsController setTargetNode:] + 527 QtQA::App::TestRunner: 13 com.apple.FinderKit 0x00007fff8fdac603 -[FIFinderViewGutsController deferredRetargetAndReloadForNode:] + 329 QtQA::App::TestRunner: 14 com.apple.FinderKit 0x00007fff8fdaca0b -[FIFinderViewGutsController urlResolutionCompleted:] + 158 QtQA::App::TestRunner: 15 com.apple.Foundation 0x00007fff8f5b3d0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47 QtQA::App::TestRunner: 16 com.apple.CoreFoundation 0x00007fff8b8bb7ba _CFXNotificationPost + 2634 QtQA::App::TestRunner: 17 com.apple.Foundation 0x00007fff8f59ffc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65 QtQA::App::TestRunner: 18 com.apple.CoreFoundation 0x00007fff8b90270d -[NSObject performSelector:withObject:] + 61 QtQA::App::TestRunner: 19 com.apple.Foundation 0x00007fff8f5ecd70 __NSThreadPerformPerform + 214 QtQA::App::TestRunner: 20 com.apple.CoreFoundation 0x00007fff8b8814f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 QtQA::App::TestRunner: 21 com.apple.CoreFoundation 0x00007fff8b880e1c __CFRunLoopDoSources0 + 444 QtQA::App::TestRunner: 22 com.apple.CoreFoundation 0x00007fff8b8a7b49 __CFRunLoopRun + 905 QtQA::App::TestRunner: 23 com.apple.CoreFoundation 0x00007fff8b8a7486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 24 com.apple.HIToolbox 0x00007fff878c52bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 25 com.apple.HIToolbox 0x00007fff878cc4bf ReceiveNextEventCommon + 181 QtQA::App::TestRunner: 26 com.apple.HIToolbox 0x00007fff878cc3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 27 com.apple.AppKit 0x00007fff8d2a6779 _DPSNextEvent + 659 QtQA::App::TestRunner: 28 com.apple.AppKit 0x00007fff8d2a607d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 29 libqcocoa.dylib 0x0000000103d1642a TestNamespace::QCocoaEventDispatcher::processEvents(TestNamespace::QFlags) + 1738 QtQA::App::TestRunner: 30 QtCore 0x0000000100a692ec TestNamespace::QCoreApplication::processEvents(TestNamespace::QFlags, int) + 76 QtQA::App::TestRunner: 31 tst_dialogs 0x00000001000052c6 tst_dialogs::fileDialogNameFilters() + 182 QtQA::App::TestRunner: 32 QtCore 0x0000000100a72a0c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 33 QtCore 0x0000000100a7265c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 34 QtTest 0x00000001012e1629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 35 QtTest 0x00000001012de462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 36 tst_dialogs 0x00000001000057a6 main + 86 QtQA::App::TestRunner: 37 tst_dialogs 0x0000000100004c34 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff900597e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff88b6c786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff88b6b316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4:: SamplerThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff900576b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x000000010159b998 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x00000001014eb377 v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary() + 119 QtQA::App::TestRunner: 3 QtV8 0x000000010159ba48 v8::internal::SamplerThread::Run() + 56 QtQA::App::TestRunner: 4 QtV8 0x000000010159b27c _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: Dispatch queue: com.apple.root.default-priority QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9005767a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff90056d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8b89f50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8b8a7c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8b8a7486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.Foundation 0x00007fff8f5a8f7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 QtQA::App::TestRunner: 6 com.apple.AppKit 0x00007fff8d5521d4 -[NSAnimation(NSInternal) _runBlocking] + 365 QtQA::App::TestRunner: 7 com.apple.AppKit 0x00007fff8d551e15 -[NSAnimation(NSInternal) _animationThread] + 65 QtQA::App::TestRunner: 8 libdispatch.dylib 0x00007fff88b6aa82 _dispatch_call_block_and_release + 18 QtQA::App::TestRunner: 9 libdispatch.dylib 0x00007fff88b6b961 _dispatch_worker_thread2 + 255 QtQA::App::TestRunner: 10 libsystem_c.dylib 0x00007fff870733da _pthread_wqthread + 316 QtQA::App::TestRunner: 11 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: Dispatch queue: com.apple.opengl.cvmDoWork QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9005767a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff90056d71 mach_msg + 73 QtQA::App::TestRunner: 2 libCoreVMClient.dylib 0x00007fff8517795f cvmsServ_BuildModularFunction + 184 QtQA::App::TestRunner: 3 libCoreVMClient.dylib 0x00007fff85178b5e CVMSBuildModularFunction + 75 QtQA::App::TestRunner: 4 libCVMSPluginSupport.dylib 0x00007fff846d26d9 cvm_deferred_build_modular(void*) + 247 QtQA::App::TestRunner: 5 libdispatch.dylib 0x00007fff88b6c2d2 _dispatch_queue_drain + 264 QtQA::App::TestRunner: 6 libdispatch.dylib 0x00007fff88b6c12e _dispatch_queue_invoke + 54 QtQA::App::TestRunner: 7 libdispatch.dylib 0x00007fff88b6b928 _dispatch_worker_thread2 + 198 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff870733da _pthread_wqthread + 316 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10:: com.apple.CFSocket.private QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058df2 __select + 10 QtQA::App::TestRunner: 1 com.apple.CoreFoundation 0x00007fff8b8f0c8b __CFSocketManager + 1355 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 11: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 12:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100aaec74 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100aafbfa TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100ab0b67 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100a66394 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x00000001008a888d TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 QtCore 0x00000001008ac297 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfbdc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000b03 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfbdf0 rsp: 0x00007fff5fbfbdc8 QtQA::App::TestRunner: r8: 0x00007fff744b2fb8 r9: 0x0000000101ccad90 r10: 0x00007fff90058d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfc5e0 r13: 0x0000000000000000 r14: 0x00007fff744b5960 r15: 0x00000001019d6fc0 QtQA::App::TestRunner: rip: 0x00007fff90058ce2 rfl: 0x0000000000000246 cr2: 0x00000001012e6800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000bfff +tst_dialogs (??? - ???) <19C10805-7FEC-30DD-872D-A6DDC267346E> /work/*/tst_dialogs QtQA::App::TestRunner: 0x100014000 - 0x10026bfff +QtQuick (5.1.0 - compatibility 5.1.0) <7FB3EB00-E628-3B67-BC52-3BFDF2D45DF6> /work/*/QtQuick.framework/Versions/5/QtQuick QtQA::App::TestRunner: 0x1003f3000 - 0x100605fff +QtQml (5.1.0 - compatibility 5.1.0) <4213196F-7529-3C74-82FD-F297FFE4CA01> /work/*/QtQml.framework/Versions/5/QtQml QtQA::App::TestRunner: 0x100700000 - 0x100809fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100885000 - 0x100d2ffff +QtCore (5.1.0 - compatibility 5.1.0) <52457504-312C-30AF-AAFC-7CE19E5F80EB> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100e39000 - 0x10119cff7 +QtGui (5.1.0 - compatibility 5.1.0) <9B33E18F-CC8E-3E55-8C9B-17ECD80EA239> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1012d8000 - 0x1012f9ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x10130b000 - 0x1016fefff +QtV8 (5.1.0 - compatibility 5.1.0) <59C2B7D5-1832-3982-AE86-79E760C7B844> /work/*/QtV8.framework/Versions/5/QtV8 QtQA::App::TestRunner: 0x101873000 - 0x101879fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x101f83000 - 0x101facff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x103a96000 - 0x103a99fff +libqtquick2plugin.dylib (??? - ???) <144F5F4E-397C-3DF3-ABE0-E2F545AA0214> /work/*/libqtquick2plugin.dylib QtQA::App::TestRunner: 0x103a9d000 - 0x103aabfff +libdialogplugin.dylib (??? - ???) <72B0B671-EEAF-3D49-8B92-36497F7AFF40> /work/*/libdialogplugin.dylib QtQA::App::TestRunner: 0x103d00000 - 0x103d86fff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1057a5000 - 0x105c3eff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <95CE0496-F35A-31A8-B664-79024EC66FEA> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x106245000 - 0x10624cff7 +libqtaccessiblequick.dylib (??? - ???) <1268C529-2D3D-3E5D-9225-D83A2D37C432> /work/*/libqtaccessiblequick.dylib QtQA::App::TestRunner: 0x10625b000 - 0x106265fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x10626b000 - 0x10626eff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x10821f000 - 0x10824dff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x108270000 - 0x108270ff1 +cl_kernels (??? - ???) <7A612539-6AB5-4530-A2F4-D99D52A0BA74> cl_kernels QtQA::App::TestRunner: 0x10ae82000 - 0x10b03afff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x10b071000 - 0x10b1cbfff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x10b7e8000 - 0x10b7e9ff2 +cl_kernels (??? - ???) <9548A535-2459-4EA3-902A-A311AC2A3451> cl_kernels QtQA::App::TestRunner: 0x10b7fc000 - 0x10b7fdff3 +cl_kernels (??? - ???) cl_kernels QtQA::App::TestRunner: 0x10d2e2000 - 0x10d2e2ff3 +cl_kernels (??? - ???) <50807EF5-BF39-4897-AFDF-8B0A769DA728> cl_kernels QtQA::App::TestRunner: 0x10d400000 - 0x10d49fff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x10d6ca000 - 0x10d768ff7 unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_argb.dylib QtQA::App::TestRunner: 0x7fff6740f000 - 0x7fff67443baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff83fe4000 - 0x7fff840d9fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff840da000 - 0x7fff8434bfff com.apple.QuartzComposer (5.0 - 236.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer QtQA::App::TestRunner: 0x7fff843cf000 - 0x7fff8441bff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff84436000 - 0x7fff8453bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff846a9000 - 0x7fff846d0fff com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts QtQA::App::TestRunner: 0x7fff846d1000 - 0x7fff846d3fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff846d4000 - 0x7fff846d4fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff846d6000 - 0x7fff84717fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff84718000 - 0x7fff84748ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff84749000 - 0x7fff8474efff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8474f000 - 0x7fff847e2fff com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit QtQA::App::TestRunner: 0x7fff847e3000 - 0x7fff847edff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8488a000 - 0x7fff84c34fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff84c92000 - 0x7fff84d28ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff84d29000 - 0x7fff85156fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff85157000 - 0x7fff85162fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff85163000 - 0x7fff85169fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8516a000 - 0x7fff85176fff com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService QtQA::App::TestRunner: 0x7fff85177000 - 0x7fff8517afff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff851ba000 - 0x7fff8520efff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8520f000 - 0x7fff85285fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport QtQA::App::TestRunner: 0x7fff85286000 - 0x7fff85294ff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression QtQA::App::TestRunner: 0x7fff85295000 - 0x7fff852edff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff852ee000 - 0x7fff8533fff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff85342000 - 0x7fff85375ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff85376000 - 0x7fff853ecfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff853ed000 - 0x7fff85455ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff85456000 - 0x7fff854a8ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff854ab000 - 0x7fff854d4fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff856ac000 - 0x7fff856c6fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff856c7000 - 0x7fff856cdfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff85772000 - 0x7fff857c5fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff857c6000 - 0x7fff857cdfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff857ce000 - 0x7fff857d2fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8589b000 - 0x7fff8589cfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8589d000 - 0x7fff8597bfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8597c000 - 0x7fff85a01ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff85a02000 - 0x7fff85a07ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff860cd000 - 0x7fff860dfff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff86119000 - 0x7fff86174fff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore QtQA::App::TestRunner: 0x7fff86175000 - 0x7fff86191fff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes QtQA::App::TestRunner: 0x7fff86192000 - 0x7fff861d6ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff861d7000 - 0x7fff861d8fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff861d9000 - 0x7fff861edff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff861ee000 - 0x7fff8621bfff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters QtQA::App::TestRunner: 0x7fff8621c000 - 0x7fff8631dfff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI QtQA::App::TestRunner: 0x7fff86321000 - 0x7fff86321fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff86322000 - 0x7fff8642ffff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff86430000 - 0x7fff86532fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff86533000 - 0x7fff86669fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8666a000 - 0x7fff8674eff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8674f000 - 0x7fff8677afff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib QtQA::App::TestRunner: 0x7fff8677b000 - 0x7fff86875ff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff86ae3000 - 0x7fff86bfcfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff86bfd000 - 0x7fff86c0cff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff86c0d000 - 0x7fff86c56ff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN QtQA::App::TestRunner: 0x7fff86c61000 - 0x7fff86c6aff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff86c6b000 - 0x7fff86c6cff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff86c7c000 - 0x7fff86cb1fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface QtQA::App::TestRunner: 0x7fff86cb2000 - 0x7fff86cdbff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 QtQA::App::TestRunner: 0x7fff86cdc000 - 0x7fff86de3fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff86de4000 - 0x7fff86de8ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff87023000 - 0x7fff87100fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff87105000 - 0x7fff87170ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff87171000 - 0x7fff8720bff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8720c000 - 0x7fff8720eff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff87245000 - 0x7fff874bdfff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit QtQA::App::TestRunner: 0x7fff874be000 - 0x7fff87502ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff87503000 - 0x7fff87549fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff87591000 - 0x7fff87849fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8784a000 - 0x7fff87851fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff87852000 - 0x7fff878c2fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff878c3000 - 0x7fff87beffff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff87bf0000 - 0x7fff87c50fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff87c51000 - 0x7fff87c51fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz QtQA::App::TestRunner: 0x7fff87c52000 - 0x7fff87c5fff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87c60000 - 0x7fff87cbdff7 com.apple.QuickLookFramework (3.2 - 500.18) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook QtQA::App::TestRunner: 0x7fff87cbe000 - 0x7fff87ce2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff87d41000 - 0x7fff87de6fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff87de7000 - 0x7fff87e3efff com.apple.Suggestions (1.1 - 85.1) /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions QtQA::App::TestRunner: 0x7fff87e3f000 - 0x7fff87e4dff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff87eb0000 - 0x7fff87f26ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff87fe9000 - 0x7fff88024fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff88025000 - 0x7fff88025fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff88042000 - 0x7fff88047fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff88048000 - 0x7fff8824afff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8824b000 - 0x7fff8832afff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8832b000 - 0x7fff8832bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8832c000 - 0x7fff88339fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8833a000 - 0x7fff883adfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff884b1000 - 0x7fff887d3fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore QtQA::App::TestRunner: 0x7fff887d4000 - 0x7fff88ac9ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff88aca000 - 0x7fff88acafff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff88ad7000 - 0x7fff88adafff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff88adb000 - 0x7fff88b1bff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff88b1c000 - 0x7fff88b1dfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff88b1e000 - 0x7fff88b44fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff88b45000 - 0x7fff88b66fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff88b67000 - 0x7fff88b68fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88b69000 - 0x7fff88b77fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff88b78000 - 0x7fff88b7efff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff88b7f000 - 0x7fff88ce6fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff88ce7000 - 0x7fff88d49ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff88d4a000 - 0x7fff88d51ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88d52000 - 0x7fff88d53ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff88d54000 - 0x7fff88d9bff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff89ea2000 - 0x7fff89f25fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8a861000 - 0x7fff8a880fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8a881000 - 0x7fff8a889fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8a88a000 - 0x7fff8a88ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8a890000 - 0x7fff8acc3ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8acd9000 - 0x7fff8acdfff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8ace0000 - 0x7fff8ace3fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8ad2a000 - 0x7fff8ad41fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8ad42000 - 0x7fff8adc6ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8ae1e000 - 0x7fff8ae1efff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8af50000 - 0x7fff8af56ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers QtQA::App::TestRunner: 0x7fff8af57000 - 0x7fff8b375ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit QtQA::App::TestRunner: 0x7fff8b3ca000 - 0x7fff8b4c7ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8b4c8000 - 0x7fff8b4f3ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8b82e000 - 0x7fff8b833fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8b846000 - 0x7fff8b84dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8b84e000 - 0x7fff8b84fff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8b86f000 - 0x7fff8ba43ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8ba46000 - 0x7fff8ba81fff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff8ba90000 - 0x7fff8babcff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8babd000 - 0x7fff8bac0ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8bac7000 - 0x7fff8bf8efff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8c439000 - 0x7fff8c439fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8c43a000 - 0x7fff8c43efff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8c43f000 - 0x7fff8c45cfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8c46c000 - 0x7fff8c4bafff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8c4bb000 - 0x7fff8ce59a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8ce5a000 - 0x7fff8ce65ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8ce7a000 - 0x7fff8ce8ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8cf05000 - 0x7fff8cf59ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8cf5c000 - 0x7fff8d186fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d187000 - 0x7fff8d199ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8d19a000 - 0x7fff8d202ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8d203000 - 0x7fff8d23cfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8d25f000 - 0x7fff8d29dfff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom QtQA::App::TestRunner: 0x7fff8d29e000 - 0x7fff8dea4fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8dea5000 - 0x7fff8debcfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8debd000 - 0x7fff8e665fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8e66b000 - 0x7fff8ec4ffff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ec50000 - 0x7fff8ec57fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib QtQA::App::TestRunner: 0x7fff8ec58000 - 0x7fff8eceaff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF QtQA::App::TestRunner: 0x7fff8ed2e000 - 0x7fff8f04afff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8f077000 - 0x7fff8f085fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8f086000 - 0x7fff8f09cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8f09d000 - 0x7fff8f0c5fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8f0d2000 - 0x7fff8f0d4fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8f0d5000 - 0x7fff8f0d8fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo QtQA::App::TestRunner: 0x7fff8f267000 - 0x7fff8f27cfff com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync QtQA::App::TestRunner: 0x7fff8f27d000 - 0x7fff8f2f8ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8f2f9000 - 0x7fff8f484ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8f4f5000 - 0x7fff8f500ff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices QtQA::App::TestRunner: 0x7fff8f501000 - 0x7fff8f506fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8f507000 - 0x7fff8f507fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8f508000 - 0x7fff8f531fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8f532000 - 0x7fff8f572fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8f59d000 - 0x7fff8f8b6fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8f8b7000 - 0x7fff8f8dbfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8f8e4000 - 0x7fff8fc09ff7 com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook QtQA::App::TestRunner: 0x7fff8fc0a000 - 0x7fff8ff5dfff com.apple.FinderKit (1.0.5 - 1.0.5) <8451D914-7F00-3839-AD72-C9B565B51F87> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit QtQA::App::TestRunner: 0x7fff8ff5e000 - 0x7fff8ff71ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff90024000 - 0x7fff90041ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff90042000 - 0x7fff90062fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff90063000 - 0x7fff900bfff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff900c0000 - 0x7fff90334fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff90355000 - 0x7fff90360ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff90364000 - 0x7fff90364fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff90365000 - 0x7fff90377ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff90378000 - 0x7fff9042bff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff90455000 - 0x7fff9051cff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9052b000 - 0x7fff90586ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff90587000 - 0x7fff9059dff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff905a9000 - 0x7fff905d6fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff905d7000 - 0x7fff90619ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff9061a000 - 0x7fff906bcfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff906bd000 - 0x7fff907a1e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff907a2000 - 0x7fff90942ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff90943000 - 0x7fff90947fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff90948000 - 0x7fff90964ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff90965000 - 0x7fff9099ffe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff909a0000 - 0x7fff90aacfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff90aad000 - 0x7fff90aaffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff90ab0000 - 0x7fff90abffff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff90ac0000 - 0x7fff90c1dfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff90c59000 - 0x7fff90c98fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff90e96000 - 0x7fff90e96fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff90e97000 - 0x7fff90f38fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff90f3e000 - 0x7fff9102aff7 com.apple.backup.framework (1.3.5 - 1.3.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 10 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 3571 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=229.3M resident=161.6M(70%) swapped_out_or_unallocated=67.7M(30%) QtQA::App::TestRunner: Writable regions: Total=111.4M written=8252K(7%) resident=17.6M(16%) swapped_out=0K(0%) unallocated=93.8M(84%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 2420K QtQA::App::TestRunner: CG image 108K QtQA::App::TestRunner: CG raster data 60K QtQA::App::TestRunner: CG shared images 3376K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 71.6M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: Memory tag=251 8K QtQA::App::TestRunner: Memory tag=255 549.7M QtQA::App::TestRunner: Memory tag=255 (reserved) 4K reserved VM address space (unallocated) QtQA::App::TestRunner: OpenCL 40K QtQA::App::TestRunner: OpenGL GLSL 1024K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 13.2M QtQA::App::TestRunner: VM_ALLOCATE 17.6M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 19.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 58.0M QtQA::App::TestRunner: __TEXT 171.3M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.6M QtQA::App::TestRunner: shared memory 652K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 1.0G QtQA::App::TestRunner: TOTAL, minus reserved VM space 1.0G QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_dialogs::initTestCase() QWARN : tst_dialogs::fileDialogDefaultModality() QFileInfo::absolutePath: Constructed with empty filename SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] QWARN : tst_dialogs::fileDialogNonModal() QFileInfo::absolutePath: Constructed with empty filename SKIP : tst_dialogs::fileDialogNonModal() Same flakiness issue as fileDialogDefaultModality Loc: [tst_dialogs.cpp(128)] QFATAL : tst_dialogs::fileDialogNameFilters() Received signal 11 FAIL! : tst_dialogs::fileDialogNameFilters() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 2 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_dialogs [13391] QtQA::App::TestRunner: Path: /work/*/tst_dialogs QtQA::App::TestRunner: Identifier: tst_dialogs QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [13045] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 09:33:16.546 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000058 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x58: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-000000010000c000 [ 48K] r-x/rwx SM=COW /work/* QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[13391]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff870737d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87064a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x000000010089ce59 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x000000010089d405 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x00000001012ddb4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff870c5cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100a9616e TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 62 QtQA::App::TestRunner: 8 QtGui 0x00000001010fff79 TestNamespace::QPlatformFileDialogHelper::directoryEntered(TestNamespace::QString const&) + 41 QtQA::App::TestRunner: 9 libqcocoa.dylib 0x00000001040559b8 -[QNSOpenSavePanelDelegate_TestNamespace panel:directoryDidChange:] + 168 QtQA::App::TestRunner: 10 com.apple.AppKit 0x00007fff8d7df455 -[NSSavePanel _sendDirectoryDidChange] + 96 QtQA::App::TestRunner: 11 com.apple.FinderKit 0x00007fff8fdababe -[FIFinderViewGutsController setTargetPath:withViewStyle:] + 650 QtQA::App::TestRunner: 12 com.apple.FinderKit 0x00007fff8fdab02a -[FIFinderViewGutsController setTargetNode:] + 527 QtQA::App::TestRunner: 13 com.apple.FinderKit 0x00007fff8fdac603 -[FIFinderViewGutsController deferredRetargetAndReloadForNode:] + 329 QtQA::App::TestRunner: 14 com.apple.FinderKit 0x00007fff8fdaca0b -[FIFinderViewGutsController urlResolutionCompleted:] + 158 QtQA::App::TestRunner: 15 com.apple.Foundation 0x00007fff8f5b3d0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47 QtQA::App::TestRunner: 16 com.apple.CoreFoundation 0x00007fff8b8bb7ba _CFXNotificationPost + 2634 QtQA::App::TestRunner: 17 com.apple.Foundation 0x00007fff8f59ffc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65 QtQA::App::TestRunner: 18 com.apple.CoreFoundation 0x00007fff8b90270d -[NSObject performSelector:withObject:] + 61 QtQA::App::TestRunner: 19 com.apple.Foundation 0x00007fff8f5ecd70 __NSThreadPerformPerform + 214 QtQA::App::TestRunner: 20 com.apple.CoreFoundation 0x00007fff8b8814f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 QtQA::App::TestRunner: 21 com.apple.CoreFoundation 0x00007fff8b880e1c __CFRunLoopDoSources0 + 444 QtQA::App::TestRunner: 22 com.apple.CoreFoundation 0x00007fff8b8a7b49 __CFRunLoopRun + 905 QtQA::App::TestRunner: 23 com.apple.CoreFoundation 0x00007fff8b8a7486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 24 com.apple.HIToolbox 0x00007fff878c52bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 25 com.apple.HIToolbox 0x00007fff878cc4bf ReceiveNextEventCommon + 181 QtQA::App::TestRunner: 26 com.apple.HIToolbox 0x00007fff878cc3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 27 com.apple.AppKit 0x00007fff8d2a6779 _DPSNextEvent + 659 QtQA::App::TestRunner: 28 com.apple.AppKit 0x00007fff8d2a607d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 29 libqcocoa.dylib 0x000000010403e42a TestNamespace::QCocoaEventDispatcher::processEvents(TestNamespace::QFlags) + 1738 QtQA::App::TestRunner: 30 QtCore 0x0000000100a692ec TestNamespace::QCoreApplication::processEvents(TestNamespace::QFlags, int) + 76 QtQA::App::TestRunner: 31 tst_dialogs 0x00000001000052c6 tst_dialogs::fileDialogNameFilters() + 182 QtQA::App::TestRunner: 32 QtCore 0x0000000100a72a0c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 33 QtCore 0x0000000100a7265c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 34 QtTest 0x00000001012e1629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 35 QtTest 0x00000001012de462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 36 tst_dialogs 0x00000001000057a6 main + 86 QtQA::App::TestRunner: 37 tst_dialogs 0x0000000100004c34 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff900597e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff88b6c786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff88b6b316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue QtQA::App::TestRunner: 0 com.apple.LaunchServices 0x00007fff90eaf7da _LSGetBundleClassForNode + 69 QtQA::App::TestRunner: 1 com.apple.LaunchServices 0x00007fff90eae8d1 _LSCopyInfoForNode + 535 QtQA::App::TestRunner: 2 com.apple.LaunchServices 0x00007fff90eccc3a _LSCopyItemInfoForRefInfo + 119 QtQA::App::TestRunner: 3 com.apple.DesktopServices 0x00007fff86b73cc9 TFSInfo::GetLSItemInfoRecord(unsigned int, LSItemInfoRecord&) const + 55 QtQA::App::TestRunner: 4 com.apple.DesktopServices 0x00007fff86b73682 TFSInfo::FetchProperties() + 230 QtQA::App::TestRunner: 5 com.apple.DesktopServices 0x00007fff86af5570 TFSInfo::Initialize(__CFURL const*) + 248 QtQA::App::TestRunner: 6 com.apple.DesktopServices 0x00007fff86b7fc3c TFSIterator::NextRaw(TCountedPtr&) + 68 QtQA::App::TestRunner: 7 com.apple.DesktopServices 0x00007fff86aff95d TFSIterator::Next(TCountedPtr&) + 55 QtQA::App::TestRunner: 8 com.apple.DesktopServices 0x00007fff86aff3ab TFSInfoSynchronizer::FetchChildren() + 195 QtQA::App::TestRunner: 9 com.apple.DesktopServices 0x00007fff86aebed3 TNode::SynchronizeChildren(unsigned int, TNodeEventPtrSet&) + 163 QtQA::App::TestRunner: 10 com.apple.DesktopServices 0x00007fff86aeb98f TNode::HandleSync(unsigned int) + 1957 QtQA::App::TestRunner: 11 com.apple.DesktopServices 0x00007fff86af8b54 TNode::HandlePopulate(bool) const + 92 QtQA::App::TestRunner: 12 com.apple.DesktopServices 0x00007fff86af5c55 TNode::PopulateChildren(OpaqueNodeRequest* const&) const + 71 QtQA::App::TestRunner: 13 com.apple.DesktopServices 0x00007fff86af8086 TNode::HandleRegisterForNotification(TCountedPtr const&, TNodePtr const&) + 220 QtQA::App::TestRunner: 14 com.apple.DesktopServices 0x00007fff86b2814e TNode::HandleNodeRequest(TCountedPtr const&, TCountedPtr const&) + 400 QtQA::App::TestRunner: 15 com.apple.DesktopServices 0x00007fff86b4e041 __PostNodeTaskRequest_block_invoke_010 + 82 QtQA::App::TestRunner: 16 com.apple.DesktopServices 0x00007fff86b61978 ExceptionSafeBlock(void ( block_pointer)()) + 15 QtQA::App::TestRunner: 17 com.apple.DesktopServices 0x00007fff86b4dfe9 __PostNodeTaskRequest_block_invoke_0 + 88 QtQA::App::TestRunner: 18 libdispatch.dylib 0x00007fff88b6aa82 _dispatch_call_block_and_release + 18 QtQA::App::TestRunner: 19 libdispatch.dylib 0x00007fff88b6c2d2 _dispatch_queue_drain + 264 QtQA::App::TestRunner: 20 libdispatch.dylib 0x00007fff88b6c12e _dispatch_queue_invoke + 54 QtQA::App::TestRunner: 21 libdispatch.dylib 0x00007fff88b6b928 _dispatch_worker_thread2 + 198 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff870733da _pthread_wqthread + 316 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4:: SamplerThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff900576b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x000000010159b998 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x00000001014eb377 v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary() + 119 QtQA::App::TestRunner: 3 QtV8 0x000000010159ba48 v8::internal::SamplerThread::Run() + 56 QtQA::App::TestRunner: 4 QtV8 0x000000010159b27c _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: Dispatch queue: com.apple.opengl.cvmDoWork QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9005767a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff90056d71 mach_msg + 73 QtQA::App::TestRunner: 2 libCoreVMClient.dylib 0x00007fff8517795f cvmsServ_BuildModularFunction + 184 QtQA::App::TestRunner: 3 libCoreVMClient.dylib 0x00007fff85178b5e CVMSBuildModularFunction + 75 QtQA::App::TestRunner: 4 libCVMSPluginSupport.dylib 0x00007fff846d26d9 cvm_deferred_build_modular(void*) + 247 QtQA::App::TestRunner: 5 libdispatch.dylib 0x00007fff88b6c2d2 _dispatch_queue_drain + 264 QtQA::App::TestRunner: 6 libdispatch.dylib 0x00007fff88b6c12e _dispatch_queue_invoke + 54 QtQA::App::TestRunner: 7 libdispatch.dylib 0x00007fff88b6b928 _dispatch_worker_thread2 + 198 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff870733da _pthread_wqthread + 316 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: Dispatch queue: com.apple.root.default-priority QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9005767a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff90056d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8b89f50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8b8a7c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8b8a7486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.Foundation 0x00007fff8f5a8f7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 QtQA::App::TestRunner: 6 com.apple.AppKit 0x00007fff8d5521d4 -[NSAnimation(NSInternal) _runBlocking] + 365 QtQA::App::TestRunner: 7 com.apple.AppKit 0x00007fff8d551e15 -[NSAnimation(NSInternal) _animationThread] + 65 QtQA::App::TestRunner: 8 libdispatch.dylib 0x00007fff88b6aa82 _dispatch_call_block_and_release + 18 QtQA::App::TestRunner: 9 libdispatch.dylib 0x00007fff88b6b961 _dispatch_worker_thread2 + 255 QtQA::App::TestRunner: 10 libsystem_c.dylib 0x00007fff870733da _pthread_wqthread + 316 QtQA::App::TestRunner: 11 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10:: com.apple.CFSocket.private QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058df2 __select + 10 QtQA::App::TestRunner: 1 com.apple.CoreFoundation 0x00007fff8b8f0c8b __CFSocketManager + 1355 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 11:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100aaec74 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100aafbfa TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100ab0b67 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100a66394 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x00000001008a888d TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 QtCore 0x00000001008ac297 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfbdd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000b03 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfbe00 rsp: 0x00007fff5fbfbdd8 QtQA::App::TestRunner: r8: 0x00007fff744b2fb8 r9: 0x00000001019f8eb0 r10: 0x00007fff90058d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfc5f0 r13: 0x0000000000000000 r14: 0x00007fff744b5960 r15: 0x0000000101bd3ee0 QtQA::App::TestRunner: rip: 0x00007fff90058ce2 rfl: 0x0000000000000246 cr2: 0x00000001091f1000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000bfff +tst_dialogs (??? - ???) <19C10805-7FEC-30DD-872D-A6DDC267346E> /work/*/tst_dialogs QtQA::App::TestRunner: 0x100014000 - 0x10026bfff +QtQuick (5.1.0 - compatibility 5.1.0) <7FB3EB00-E628-3B67-BC52-3BFDF2D45DF6> /work/*/QtQuick.framework/Versions/5/QtQuick QtQA::App::TestRunner: 0x1003f3000 - 0x100605fff +QtQml (5.1.0 - compatibility 5.1.0) <4213196F-7529-3C74-82FD-F297FFE4CA01> /work/*/QtQml.framework/Versions/5/QtQml QtQA::App::TestRunner: 0x100700000 - 0x100809fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100885000 - 0x100d2ffff +QtCore (5.1.0 - compatibility 5.1.0) <52457504-312C-30AF-AAFC-7CE19E5F80EB> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100e39000 - 0x10119cff7 +QtGui (5.1.0 - compatibility 5.1.0) <9B33E18F-CC8E-3E55-8C9B-17ECD80EA239> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1012d8000 - 0x1012f9ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x10130b000 - 0x1016fefff +QtV8 (5.1.0 - compatibility 5.1.0) <59C2B7D5-1832-3982-AE86-79E760C7B844> /work/*/QtV8.framework/Versions/5/QtV8 QtQA::App::TestRunner: 0x101873000 - 0x101879fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x101f83000 - 0x101facff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x104028000 - 0x1040aefff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104104000 - 0x10459dff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <95CE0496-F35A-31A8-B664-79024EC66FEA> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x1047a8000 - 0x1047abfff +libqtquick2plugin.dylib (??? - ???) <144F5F4E-397C-3DF3-ABE0-E2F545AA0214> /work/*/libqtquick2plugin.dylib QtQA::App::TestRunner: 0x1047af000 - 0x1047bdfff +libdialogplugin.dylib (??? - ???) <72B0B671-EEAF-3D49-8B92-36497F7AFF40> /work/*/libdialogplugin.dylib QtQA::App::TestRunner: 0x105683000 - 0x10568aff7 +libqtaccessiblequick.dylib (??? - ???) <1268C529-2D3D-3E5D-9225-D83A2D37C432> /work/*/libqtaccessiblequick.dylib QtQA::App::TestRunner: 0x1057e9000 - 0x1057f3fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x1057f9000 - 0x1057fcff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x1080ec000 - 0x108246fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x10b032000 - 0x10b1eafff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x10b221000 - 0x10b24fff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x10b7c2000 - 0x10b7c2ff1 +cl_kernels (??? - ???) <7A612539-6AB5-4530-A2F4-D99D52A0BA74> cl_kernels QtQA::App::TestRunner: 0x10b7ca000 - 0x10b7cbff2 +cl_kernels (??? - ???) <9548A535-2459-4EA3-902A-A311AC2A3451> cl_kernels QtQA::App::TestRunner: 0x10d496000 - 0x10d535ff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x10d580000 - 0x10d581ff3 +cl_kernels (??? - ???) cl_kernels QtQA::App::TestRunner: 0x10d5a9000 - 0x10d5a9ff3 +cl_kernels (??? - ???) <50807EF5-BF39-4897-AFDF-8B0A769DA728> cl_kernels QtQA::App::TestRunner: 0x10d8d6000 - 0x10d974ff7 unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_argb.dylib QtQA::App::TestRunner: 0x10d9c0000 - 0x10d9c3fff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <7E087B67-5698-34B6-9F16-1E0C1C3FF0DD> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib QtQA::App::TestRunner: 0x7fff6e9d6000 - 0x7fff6ea0abaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff83fe4000 - 0x7fff840d9fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff840da000 - 0x7fff8434bfff com.apple.QuartzComposer (5.0 - 236.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer QtQA::App::TestRunner: 0x7fff843cf000 - 0x7fff8441bff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff84436000 - 0x7fff8453bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff846a9000 - 0x7fff846d0fff com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts QtQA::App::TestRunner: 0x7fff846d1000 - 0x7fff846d3fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff846d4000 - 0x7fff846d4fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff846d6000 - 0x7fff84717fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff84718000 - 0x7fff84748ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff84749000 - 0x7fff8474efff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8474f000 - 0x7fff847e2fff com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit QtQA::App::TestRunner: 0x7fff847e3000 - 0x7fff847edff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8488a000 - 0x7fff84c34fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff84c92000 - 0x7fff84d28ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff84d29000 - 0x7fff85156fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff85157000 - 0x7fff85162fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff85163000 - 0x7fff85169fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8516a000 - 0x7fff85176fff com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService QtQA::App::TestRunner: 0x7fff85177000 - 0x7fff8517afff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff851ba000 - 0x7fff8520efff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8520f000 - 0x7fff85285fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport QtQA::App::TestRunner: 0x7fff85286000 - 0x7fff85294ff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression QtQA::App::TestRunner: 0x7fff85295000 - 0x7fff852edff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff852ee000 - 0x7fff8533fff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff85342000 - 0x7fff85375ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff85376000 - 0x7fff853ecfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff853ed000 - 0x7fff85455ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff85456000 - 0x7fff854a8ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff854ab000 - 0x7fff854d4fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff856ac000 - 0x7fff856c6fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff856c7000 - 0x7fff856cdfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff85772000 - 0x7fff857c5fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff857c6000 - 0x7fff857cdfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff857ce000 - 0x7fff857d2fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8589b000 - 0x7fff8589cfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8589d000 - 0x7fff8597bfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8597c000 - 0x7fff85a01ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff85a02000 - 0x7fff85a07ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff860cd000 - 0x7fff860dfff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff86119000 - 0x7fff86174fff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore QtQA::App::TestRunner: 0x7fff86175000 - 0x7fff86191fff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes QtQA::App::TestRunner: 0x7fff86192000 - 0x7fff861d6ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff861d7000 - 0x7fff861d8fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff861d9000 - 0x7fff861edff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff861ee000 - 0x7fff8621bfff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters QtQA::App::TestRunner: 0x7fff8621c000 - 0x7fff8631dfff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI QtQA::App::TestRunner: 0x7fff86321000 - 0x7fff86321fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff86322000 - 0x7fff8642ffff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff86430000 - 0x7fff86532fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff86533000 - 0x7fff86669fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8666a000 - 0x7fff8674eff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8674f000 - 0x7fff8677afff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib QtQA::App::TestRunner: 0x7fff8677b000 - 0x7fff86875ff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff86ae3000 - 0x7fff86bfcfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff86bfd000 - 0x7fff86c0cff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff86c0d000 - 0x7fff86c56ff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN QtQA::App::TestRunner: 0x7fff86c61000 - 0x7fff86c6aff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff86c6b000 - 0x7fff86c6cff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff86c7c000 - 0x7fff86cb1fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface QtQA::App::TestRunner: 0x7fff86cb2000 - 0x7fff86cdbff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 QtQA::App::TestRunner: 0x7fff86cdc000 - 0x7fff86de3fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff86de4000 - 0x7fff86de8ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff87023000 - 0x7fff87100fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff87105000 - 0x7fff87170ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff87171000 - 0x7fff8720bff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8720c000 - 0x7fff8720eff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff87245000 - 0x7fff874bdfff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit QtQA::App::TestRunner: 0x7fff874be000 - 0x7fff87502ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff87503000 - 0x7fff87549fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff87591000 - 0x7fff87849fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8784a000 - 0x7fff87851fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff87852000 - 0x7fff878c2fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff878c3000 - 0x7fff87beffff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff87bf0000 - 0x7fff87c50fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff87c51000 - 0x7fff87c51fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz QtQA::App::TestRunner: 0x7fff87c52000 - 0x7fff87c5fff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87c60000 - 0x7fff87cbdff7 com.apple.QuickLookFramework (3.2 - 500.18) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook QtQA::App::TestRunner: 0x7fff87cbe000 - 0x7fff87ce2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff87d41000 - 0x7fff87de6fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff87de7000 - 0x7fff87e3efff com.apple.Suggestions (1.1 - 85.1) /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions QtQA::App::TestRunner: 0x7fff87e3f000 - 0x7fff87e4dff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff87eb0000 - 0x7fff87f26ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff87fe9000 - 0x7fff88024fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff88025000 - 0x7fff88025fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff88042000 - 0x7fff88047fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff88048000 - 0x7fff8824afff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8824b000 - 0x7fff8832afff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8832b000 - 0x7fff8832bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8832c000 - 0x7fff88339fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8833a000 - 0x7fff883adfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff884b1000 - 0x7fff887d3fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore QtQA::App::TestRunner: 0x7fff887d4000 - 0x7fff88ac9ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff88aca000 - 0x7fff88acafff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff88ad7000 - 0x7fff88adafff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff88adb000 - 0x7fff88b1bff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff88b1c000 - 0x7fff88b1dfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff88b1e000 - 0x7fff88b44fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff88b45000 - 0x7fff88b66fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff88b67000 - 0x7fff88b68fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88b69000 - 0x7fff88b77fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff88b78000 - 0x7fff88b7efff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff88b7f000 - 0x7fff88ce6fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff88ce7000 - 0x7fff88d49ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff88d4a000 - 0x7fff88d51ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88d52000 - 0x7fff88d53ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff88d54000 - 0x7fff88d9bff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff89ea2000 - 0x7fff89f25fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8a861000 - 0x7fff8a880fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8a881000 - 0x7fff8a889fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8a88a000 - 0x7fff8a88ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8a890000 - 0x7fff8acc3ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8acd9000 - 0x7fff8acdfff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8ace0000 - 0x7fff8ace3fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8ad2a000 - 0x7fff8ad41fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8ad42000 - 0x7fff8adc6ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8ae1e000 - 0x7fff8ae1efff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8af50000 - 0x7fff8af56ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers QtQA::App::TestRunner: 0x7fff8af57000 - 0x7fff8b375ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit QtQA::App::TestRunner: 0x7fff8b3ca000 - 0x7fff8b4c7ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8b4c8000 - 0x7fff8b4f3ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8b82e000 - 0x7fff8b833fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8b846000 - 0x7fff8b84dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8b84e000 - 0x7fff8b84fff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8b86f000 - 0x7fff8ba43ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8ba46000 - 0x7fff8ba81fff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff8ba90000 - 0x7fff8babcff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8babd000 - 0x7fff8bac0ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8bac7000 - 0x7fff8bf8efff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8c439000 - 0x7fff8c439fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8c43a000 - 0x7fff8c43efff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8c43f000 - 0x7fff8c45cfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8c46c000 - 0x7fff8c4bafff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8c4bb000 - 0x7fff8ce59a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8ce5a000 - 0x7fff8ce65ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8ce7a000 - 0x7fff8ce8ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8cf05000 - 0x7fff8cf59ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8cf5c000 - 0x7fff8d186fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d187000 - 0x7fff8d199ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8d19a000 - 0x7fff8d202ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8d203000 - 0x7fff8d23cfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8d25f000 - 0x7fff8d29dfff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom QtQA::App::TestRunner: 0x7fff8d29e000 - 0x7fff8dea4fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8dea5000 - 0x7fff8debcfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8debd000 - 0x7fff8e665fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8e66b000 - 0x7fff8ec4ffff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ec50000 - 0x7fff8ec57fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib QtQA::App::TestRunner: 0x7fff8ec58000 - 0x7fff8eceaff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF QtQA::App::TestRunner: 0x7fff8ed2e000 - 0x7fff8f04afff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8f077000 - 0x7fff8f085fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8f086000 - 0x7fff8f09cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8f09d000 - 0x7fff8f0c5fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8f0d2000 - 0x7fff8f0d4fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8f0d5000 - 0x7fff8f0d8fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo QtQA::App::TestRunner: 0x7fff8f267000 - 0x7fff8f27cfff com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync QtQA::App::TestRunner: 0x7fff8f27d000 - 0x7fff8f2f8ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8f2f9000 - 0x7fff8f484ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8f4f5000 - 0x7fff8f500ff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices QtQA::App::TestRunner: 0x7fff8f501000 - 0x7fff8f506fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8f507000 - 0x7fff8f507fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8f508000 - 0x7fff8f531fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8f532000 - 0x7fff8f572fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8f59d000 - 0x7fff8f8b6fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8f8b7000 - 0x7fff8f8dbfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8f8e4000 - 0x7fff8fc09ff7 com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook QtQA::App::TestRunner: 0x7fff8fc0a000 - 0x7fff8ff5dfff com.apple.FinderKit (1.0.5 - 1.0.5) <8451D914-7F00-3839-AD72-C9B565B51F87> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit QtQA::App::TestRunner: 0x7fff8ff5e000 - 0x7fff8ff71ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff90024000 - 0x7fff90041ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff90042000 - 0x7fff90062fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff90063000 - 0x7fff900bfff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff900c0000 - 0x7fff90334fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff90355000 - 0x7fff90360ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff90364000 - 0x7fff90364fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff90365000 - 0x7fff90377ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff90378000 - 0x7fff9042bff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff90455000 - 0x7fff9051cff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9052b000 - 0x7fff90586ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff90587000 - 0x7fff9059dff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff905a9000 - 0x7fff905d6fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff905d7000 - 0x7fff90619ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff9061a000 - 0x7fff906bcfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff906bd000 - 0x7fff907a1e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff907a2000 - 0x7fff90942ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff90943000 - 0x7fff90947fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff90948000 - 0x7fff90964ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff90965000 - 0x7fff9099ffe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff909a0000 - 0x7fff90aacfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff90aad000 - 0x7fff90aaffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff90ab0000 - 0x7fff90abffff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff90ac0000 - 0x7fff90c1dfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff90c59000 - 0x7fff90c98fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff90e96000 - 0x7fff90e96fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff90e97000 - 0x7fff90f38fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff90f3e000 - 0x7fff9102aff7 com.apple.backup.framework (1.3.5 - 1.3.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 11 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 4017 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=229.3M resident=161.6M(70%) swapped_out_or_unallocated=67.7M(30%) QtQA::App::TestRunner: Writable regions: Total=120.2M written=9892K(8%) resident=17.5M(15%) swapped_out=0K(0%) unallocated=102.7M(85%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 2672K QtQA::App::TestRunner: CG image 116K QtQA::App::TestRunner: CG raster data 108K QtQA::App::TestRunner: CG shared images 3376K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 80.6M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: Memory tag=251 84K QtQA::App::TestRunner: Memory tag=255 549.7M QtQA::App::TestRunner: Memory tag=255 (reserved) 4K reserved VM address space (unallocated) QtQA::App::TestRunner: OpenCL 40K QtQA::App::TestRunner: OpenGL GLSL 1024K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.7M QtQA::App::TestRunner: VM_ALLOCATE 17.6M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 19.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 58.0M QtQA::App::TestRunner: __TEXT 171.3M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.6M QtQA::App::TestRunner: shared memory 912K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 1.0G QtQA::App::TestRunner: TOTAL, minus reserved VM space 1.0G QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_dialogs: 24 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00357/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364966910): http://codereview.qt-project.org/52765 [PS1] - Skip flaky FileDialog non-modal test too From ci-noreply at qt-project.org Wed Apr 3 10:10:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 10:10:59 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_071059_068965.ci-noreply@qt-project.org> QtBase_dev_Integration #763: SUCCESS Tested changes (refs/builds/dev_1364965345): http://codereview.qt-project.org/42645 [PS2] - GraphicsView - add Q_DECL_OVERRIDE to the manual rubber band test From ci-noreply at qt-project.org Wed Apr 3 10:19:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 10:19:38 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_071938_059086.ci-noreply@qt-project.org> QtBase_dev_Integration » linux-android-g++_Ubuntu_12.04_x64 #764: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00764/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1364973197): http://codereview.qt-project.org/52718 [PS1] - Fixed a typo in the comment. http://codereview.qt-project.org/52580 [PS2] - With GCC, use __builtin_popcount{,l,ll} for qPopulationCount() http://codereview.qt-project.org/52579 [PS5] - Add qPopulationCount() function, extracted from QBitArray From ci-noreply at qt-project.org Wed Apr 3 11:15:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 11:15:45 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_081545_020703.ci-noreply@qt-project.org> QtBase_stable_Integration #815: SUCCESS Tested changes (refs/builds/stable_1364969066): http://codereview.qt-project.org/52687 [PS1] - Doc: Fix the documentation for QWindow::focusObjectChanged() From ci-noreply at qt-project.org Wed Apr 3 11:20:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 11:20:51 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130403_082051_064425.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #358: SUCCESS Tested changes (refs/builds/stable_1364972212): http://codereview.qt-project.org/52674 [PS1] - Fix export macros for the QML parser export. From ci-noreply at qt-project.org Wed Apr 3 11:43:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 11:43:12 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130403_084312_082599.ci-noreply@qt-project.org> Autotest `tst_examples (qtquick1)' failed :( Testing tst_qmlplugindump Totals: 3 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmlplugindump: 0.436285 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00153/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1364959499): http://codereview.qt-project.org/41547 [PS3] - clone only a specific subset of repositories by default From ci-noreply at qt-project.org Wed Apr 3 11:47:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 11:47:03 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130403_084703_018000.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #21: SUCCESS Tested changes (refs/builds/stable_1364975653): http://codereview.qt-project.org/52695 [PS4] - Tests: Add test for activeFocusOnPress property http://codereview.qt-project.org/52696 [PS2] - Doc: Fix internal properties From ci-noreply at qt-project.org Wed Apr 3 12:38:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 12:38:39 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_093839_061754.ci-noreply@qt-project.org> QtBase_dev_Integration #765: SUCCESS Tested changes (refs/builds/dev_1364974068): http://codereview.qt-project.org/52577 [PS3] - Avoid socket notifiers on invalid file descriptors From ci-noreply at qt-project.org Wed Apr 3 13:26:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 13:26:40 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130403_102640_095322.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #22: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00022/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1364983529): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Wed Apr 3 13:36:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 13:36:06 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_103606_080063.ci-noreply@qt-project.org> QtBase_stable_Integration #816: SUCCESS Tested changes (refs/builds/stable_1364977078): http://codereview.qt-project.org/51829 [PS1] - Fix Qt tests for Android. http://codereview.qt-project.org/52622 [PS5] - Also version.xml needs to be installed http://codereview.qt-project.org/51904 [PS2] - ApplicationState: Add new event class: ApplicationStateChangeEvent http://codereview.qt-project.org/52129 [PS4] - qdoc: Use Q_QDOC in quuid.h to help qdoc http://codereview.qt-project.org/51621 [PS2] - Make sure QThreadData and QAdoptedThread object is destroyed at app exit From ci-noreply at qt-project.org Wed Apr 3 13:51:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 13:51:08 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130403_105108_008445.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #23: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00023/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1364984993): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Wed Apr 3 14:23:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 14:23:30 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_112330_044790.ci-noreply@qt-project.org> Autotests `tst_dialogs', `tst_qquickitem', `tst_qquickitem2', and `tst_touchmouse' failed :( Testing tst_QQuickItem Totals: 52 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 27650] QtQA::App::TestRunner: [New LWP 27664] QtQA::App::TestRunner: [New LWP 27652] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickitem2 -silent -o /work/build/_artifacts/test-logs/tst_qquickitem2-t'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f739a56c54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: 338 void *xlib_display() const { return m_xlib_display; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f73a2817700 (LWP 27652)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f739f6e9bab in v8::internal::LinuxSemaphore::Wait (this=0x1e14440) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f739f5bd96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f739f5bdb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1e142ac) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f739f6eac18 in v8::internal::SignalSender::Run (this=0x1e14280) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f739f6e990c in v8::internal::ThreadEntry (arg=0x1e14280) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f739eb5fefc in start_thread (arg=0x7f73a2817700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f73a0010f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f73970b7700 (LWP 27664)): QtQA::App::TestRunner: #0 0x00007f73a0004e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f739d757f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f739d758429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f73a0b5f8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1ea88b0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f73a0aeaa14 in TestNamespace::QEventLoop::processEvents (this=0x7f73970b6d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f73a0aeaced in TestNamespace::QEventLoop::exec (this=0x7f73970b6d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f73a08a9eb0 in TestNamespace::QThread::exec (this=0x2370070) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f73a1b8c891 in TestNamespace::QQmlThreadPrivate::run (this=0x2370070) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f73a08b0949 in TestNamespace::QThreadPrivate::start (arg=0x2370070) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f739eb5fefc in start_thread (arg=0x7f73970b7700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f73a0010f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f73a27f6760 (LWP 27650)): QtQA::App::TestRunner: #0 0x00007f739a56c54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: #1 0x00007f739a58c3a5 in TestNamespace::QGLXContext::doneCurrent (this=0x2282140) at qglxintegration.cpp:346 QtQA::App::TestRunner: #2 0x00007f73a112b928 in TestNamespace::QOpenGLContext::doneCurrent (this=0x25e9ea0) at kernel/qopenglcontext.cpp:801 QtQA::App::TestRunner: #3 0x00007f73a112d36f in TestNamespace::QGuiGLThreadContext::~QGuiGLThreadContext (this=0x1eaaa50, __in_chrg=) at kernel/qopenglcontext.cpp:223 QtQA::App::TestRunner: #4 0x00007f73a11304bb in TestNamespace::qThreadStorage_deleteData (d=0x1eaaa50) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:94 QtQA::App::TestRunner: #5 0x00007f73a112ee26 in TestNamespace::QThreadStorage::deleteData (x=0x1eaaa50) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:137 QtQA::App::TestRunner: #6 0x00007f73a08aea65 in TestNamespace::QThreadStorageData::finish (p=0x1da31b8) at thread/qthreadstorage.cpp:203 QtQA::App::TestRunner: #7 0x00007f73a0aece72 in TestNamespace::QCoreApplicationPrivate::cleanupThreadData (this=0x1da3030) at kernel/qcoreapplication.cpp:433 QtQA::App::TestRunner: #8 0x00007f73a10ea129 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1da3030, __in_chrg=) at kernel/qguiapplication.cpp:1069 QtQA::App::TestRunner: #9 0x00007f73a10ea1e6 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1da3030, __in_chrg=) at kernel/qguiapplication.cpp:1070 QtQA::App::TestRunner: #10 0x00007f73a0b33c16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x1da3030) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #11 0x00007f73a0b32307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7fff69845598, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #12 0x00007f73a0b27a17 in TestNamespace::QObject::~QObject (this=0x7fff69845590, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #13 0x00007f73a0aedca0 in TestNamespace::QCoreApplication::~QCoreApplication (this=0x7fff69845590, __in_chrg=) at kernel/qcoreapplication.cpp:744 QtQA::App::TestRunner: #14 0x00007f73a10e797a in TestNamespace::QGuiApplication::~QGuiApplication (this=0x7fff69845590, __in_chrg=) at kernel/qguiapplication.cpp:389 QtQA::App::TestRunner: #15 0x0000000000427a9e in main (argc=6, argv=0x7fff69845698) at tst_qquickitem.cpp:2071 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickItem ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickItem::initTestCase() PASS : tst_QQuickItem::activeFocusOnTab() PASS : tst_QQuickItem::activeFocusOnTab2() PASS : tst_QQuickItem::activeFocusOnTab3() PASS : tst_QQuickItem::keys() PASS : tst_QQuickItem::keysProcessingOrder() XFAIL : tst_QQuickItem::keysim() QTBUG-24280 Loc: [tst_qquickitem.cpp(818)] PASS : tst_QQuickItem::keysim() PASS : tst_QQuickItem::keyNavigation() PASS : tst_QQuickItem::keyNavigation_RightToLeft() PASS : tst_QQuickItem::keyNavigation_skipNotVisible() PASS : tst_QQuickItem::keyNavigation_implicitSetting() PASS : tst_QQuickItem::layoutMirroring() PASS : tst_QQuickItem::layoutMirroringIllegalParent() PASS : tst_QQuickItem::smooth() PASS : tst_QQuickItem::antialiasing() PASS : tst_QQuickItem::clip() PASS : tst_QQuickItem::mapCoordinates(-20) PASS : tst_QQuickItem::mapCoordinates(-10) PASS : tst_QQuickItem::mapCoordinates(0) PASS : tst_QQuickItem::mapCoordinates(10) PASS : tst_QQuickItem::mapCoordinates(20) PASS : tst_QQuickItem::mapCoordinatesRect(-20) PASS : tst_QQuickItem::mapCoordinatesRect(-15) PASS : tst_QQuickItem::mapCoordinatesRect(-10) PASS : tst_QQuickItem::mapCoordinatesRect(-5) PASS : tst_QQuickItem::mapCoordinatesRect(0) PASS : tst_QQuickItem::mapCoordinatesRect(5) PASS : tst_QQuickItem::mapCoordinatesRect(10) PASS : tst_QQuickItem::mapCoordinatesRect(15) PASS : tst_QQuickItem::mapCoordinatesRect(20) PASS : tst_QQuickItem::propertyChanges() PASS : tst_QQuickItem::transforms(translate) PASS : tst_QQuickItem::transforms(rotation) PASS : tst_QQuickItem::transforms(scale) PASS : tst_QQuickItem::transforms(sequence) PASS : tst_QQuickItem::childrenRect() PASS : tst_QQuickItem::childrenRectBug() PASS : tst_QQuickItem::childrenRectBug2() PASS : tst_QQuickItem::childrenRectBug3() PASS : tst_QQuickItem::childrenProperty() PASS : tst_QQuickItem::resourcesProperty() PASS : tst_QQuickItem::transformCrash() PASS : tst_QQuickItem::implicitSize() PASS : tst_QQuickItem::qtbug_16871() QWARN : tst_QQuickItem::visibleChildren() QQmlComponent: Component destroyed while completion pending PASS : tst_QQuickItem::visibleChildren() PASS : tst_QQuickItem::parentLoop() PASS : tst_QQuickItem::contains(hollow square: testing points inside) PASS : tst_QQuickItem::contains(hollow square: testing points outside) PASS : tst_QQuickItem::contains(hollow circle: testing points inside) PASS : tst_QQuickItem::contains(hollow circle: testing points outside) PASS : tst_QQuickItem::childAt() PASS : tst_QQuickItem::cleanupTestCase() Totals: 52 passed, 0 failed, 0 skipped ********* Finished testing of tst_QQuickItem ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 27695] QtQA::App::TestRunner: [New LWP 27708] QtQA::App::TestRunner: [New LWP 27697] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickitem2 -o /work/build/_artifacts/test-logs/tst_qquickitem2-testresul'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f129a6da54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: 338 void *xlib_display() const { return m_xlib_display; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f12a2985700 (LWP 27697)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f129f857bab in v8::internal::LinuxSemaphore::Wait (this=0x1fbb440) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f129f72b96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f129f72bb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1fbb2ac) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f129f858c18 in v8::internal::SignalSender::Run (this=0x1fbb280) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f129f85790c in v8::internal::ThreadEntry (arg=0x1fbb280) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f129eccdefc in start_thread (arg=0x7f12a2985700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f12a017ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f1297225700 (LWP 27708)): QtQA::App::TestRunner: #0 0x00007f12a0172e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f129d8c5f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f129d8c6429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f12a0ccd8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2047fc0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f12a0c58a14 in TestNamespace::QEventLoop::processEvents (this=0x7f1297224d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f12a0c58ced in TestNamespace::QEventLoop::exec (this=0x7f1297224d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f12a0a17eb0 in TestNamespace::QThread::exec (this=0x26b5280) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f12a1cfa891 in TestNamespace::QQmlThreadPrivate::run (this=0x26b5280) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f12a0a1e949 in TestNamespace::QThreadPrivate::start (arg=0x26b5280) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f129eccdefc in start_thread (arg=0x7f1297225700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f12a017ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f12a2964760 (LWP 27695)): QtQA::App::TestRunner: #0 0x00007f129a6da54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: #1 0x00007f129a6fa3a5 in TestNamespace::QGLXContext::doneCurrent (this=0x24e5d70) at qglxintegration.cpp:346 QtQA::App::TestRunner: #2 0x00007f12a1299928 in TestNamespace::QOpenGLContext::doneCurrent (this=0x2513d80) at kernel/qopenglcontext.cpp:801 QtQA::App::TestRunner: #3 0x00007f12a129b36f in TestNamespace::QGuiGLThreadContext::~QGuiGLThreadContext (this=0x20416c0, __in_chrg=) at kernel/qopenglcontext.cpp:223 QtQA::App::TestRunner: #4 0x00007f12a129e4bb in TestNamespace::qThreadStorage_deleteData (d=0x20416c0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:94 QtQA::App::TestRunner: #5 0x00007f12a129ce26 in TestNamespace::QThreadStorage::deleteData (x=0x20416c0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:137 QtQA::App::TestRunner: #6 0x00007f12a0a1ca65 in TestNamespace::QThreadStorageData::finish (p=0x1f4a1b8) at thread/qthreadstorage.cpp:203 QtQA::App::TestRunner: #7 0x00007f12a0c5ae72 in TestNamespace::QCoreApplicationPrivate::cleanupThreadData (this=0x1f4a030) at kernel/qcoreapplication.cpp:433 QtQA::App::TestRunner: #8 0x00007f12a1258129 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1f4a030, __in_chrg=) at kernel/qguiapplication.cpp:1069 QtQA::App::TestRunner: #9 0x00007f12a12581e6 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1f4a030, __in_chrg=) at kernel/qguiapplication.cpp:1070 QtQA::App::TestRunner: #10 0x00007f12a0ca1c16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x1f4a030) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #11 0x00007f12a0ca0307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7fff7a141688, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #12 0x00007f12a0c95a17 in TestNamespace::QObject::~QObject (this=0x7fff7a141680, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #13 0x00007f12a0c5bca0 in TestNamespace::QCoreApplication::~QCoreApplication (this=0x7fff7a141680, __in_chrg=) at kernel/qcoreapplication.cpp:744 QtQA::App::TestRunner: #14 0x00007f12a125597a in TestNamespace::QGuiApplication::~QGuiApplication (this=0x7fff7a141680, __in_chrg=) at kernel/qguiapplication.cpp:389 QtQA::App::TestRunner: #15 0x0000000000427a9e in main (argc=5, argv=0x7fff7a141788) at tst_qquickitem.cpp:2071 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickitem2: 39 seconds, signal 11 Testing tst_qquickitem Totals: 50 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 27605] QtQA::App::TestRunner: [New LWP 27606] QtQA::App::TestRunner: [New LWP 27607] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickitem -silent -o /work/build/_artifacts/test-logs/tst_qquickitem-tes'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f3a0c95454e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: 338 void *xlib_display() const { return m_xlib_display; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f3a08b25700 (LWP 27607)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f3a11ad1bab in v8::internal::LinuxSemaphore::Wait (this=0x21a4950) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f3a119a596d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f3a119a5b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x222d12c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f3a11ad2c18 in v8::internal::SignalSender::Run (this=0x222d100) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f3a11ad190c in v8::internal::ThreadEntry (arg=0x222d100) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f3a10f47efc in start_thread (arg=0x7f3a08b25700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f3a123f8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f3a09326700 (LWP 27606)): QtQA::App::TestRunner: #0 0x00007f3a123ece23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f3a0fb3ff68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f3a0fb40429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f3a12f478bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1eeeae0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f3a12ed2a14 in TestNamespace::QEventLoop::processEvents (this=0x7f3a09325d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f3a12ed2ced in TestNamespace::QEventLoop::exec (this=0x7f3a09325d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f3a12c91eb0 in TestNamespace::QThread::exec (this=0x2224cc0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f3a13f74891 in TestNamespace::QQmlThreadPrivate::run (this=0x2224cc0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f3a12c98949 in TestNamespace::QThreadPrivate::start (arg=0x2224cc0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f3a10f47efc in start_thread (arg=0x7f3a09326700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f3a123f8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f3a14bde760 (LWP 27605)): QtQA::App::TestRunner: #0 0x00007f3a0c95454e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: #1 0x00007f3a0c9743a5 in TestNamespace::QGLXContext::doneCurrent (this=0x2127440) at qglxintegration.cpp:346 QtQA::App::TestRunner: #2 0x00007f3a13513928 in TestNamespace::QOpenGLContext::doneCurrent (this=0x1f24be0) at kernel/qopenglcontext.cpp:801 QtQA::App::TestRunner: #3 0x00007f3a1351536f in TestNamespace::QGuiGLThreadContext::~QGuiGLThreadContext (this=0x1efdf10, __in_chrg=) at kernel/qopenglcontext.cpp:223 QtQA::App::TestRunner: #4 0x00007f3a135184bb in TestNamespace::qThreadStorage_deleteData (d=0x1efdf10) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:94 QtQA::App::TestRunner: #5 0x00007f3a13516e26 in TestNamespace::QThreadStorage::deleteData (x=0x1efdf10) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:137 QtQA::App::TestRunner: #6 0x00007f3a12c96a65 in TestNamespace::QThreadStorageData::finish (p=0x1eb81b8) at thread/qthreadstorage.cpp:203 QtQA::App::TestRunner: #7 0x00007f3a12ed4e72 in TestNamespace::QCoreApplicationPrivate::cleanupThreadData (this=0x1eb8030) at kernel/qcoreapplication.cpp:433 QtQA::App::TestRunner: #8 0x00007f3a134d2129 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1eb8030, __in_chrg=) at kernel/qguiapplication.cpp:1069 QtQA::App::TestRunner: #9 0x00007f3a134d21e6 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1eb8030, __in_chrg=) at kernel/qguiapplication.cpp:1070 QtQA::App::TestRunner: #10 0x00007f3a12f1bc16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x1eb8030) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #11 0x00007f3a12f1a307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7fff6aaa46c8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #12 0x00007f3a12f0fa17 in TestNamespace::QObject::~QObject (this=0x7fff6aaa46c0, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #13 0x00007f3a12ed5ca0 in TestNamespace::QCoreApplication::~QCoreApplication (this=0x7fff6aaa46c0, __in_chrg=) at kernel/qcoreapplication.cpp:744 QtQA::App::TestRunner: #14 0x00007f3a134cf97a in TestNamespace::QGuiApplication::~QGuiApplication (this=0x7fff6aaa46c0, __in_chrg=) at kernel/qguiapplication.cpp:389 QtQA::App::TestRunner: #15 0x000000000042584e in main (argc=6, argv=0x7fff6aaa47c8) at tst_qquickitem.cpp:1726 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickitem ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquickitem::initTestCase() PASS : tst_qquickitem::noWindow() PASS : tst_qquickitem::simpleFocus() PASS : tst_qquickitem::scopedFocus() PASS : tst_qquickitem::addedToWindow() PASS : tst_qquickitem::changeParent() PASS : tst_qquickitem::multipleFocusClears() PASS : tst_qquickitem::focusSubItemInNonFocusScope() PASS : tst_qquickitem::parentItemWithFocus() PASS : tst_qquickitem::reparentFocusedItem() PASS : tst_qquickitem::constructor() PASS : tst_qquickitem::setParentItem() PASS : tst_qquickitem::visible() PASS : tst_qquickitem::enabled() PASS : tst_qquickitem::enabledFocus() PASS : tst_qquickitem::mouseGrab() PASS : tst_qquickitem::touchEventAcceptIgnore(with touch) PASS : tst_qquickitem::touchEventAcceptIgnore(without touch) PASS : tst_qquickitem::polishOutsideAnimation() PASS : tst_qquickitem::polishOnCompleted() PASS : tst_qquickitem::wheelEvent(visible and enabled) PASS : tst_qquickitem::wheelEvent(visible and disabled) PASS : tst_qquickitem::wheelEvent(invisible and enabled) PASS : tst_qquickitem::wheelEvent(invisible and disabled) PASS : tst_qquickitem::hoverEvent(visible, enabled, accept hover) PASS : tst_qquickitem::hoverEvent(visible, disabled, accept hover) PASS : tst_qquickitem::hoverEvent(invisible, enabled, accept hover) PASS : tst_qquickitem::hoverEvent(invisible, disabled, accept hover) PASS : tst_qquickitem::hoverEvent(visible, enabled, not accept hover) PASS : tst_qquickitem::hoverEvent(visible, disabled, not accept hover) PASS : tst_qquickitem::hoverEvent(invisible, enabled, not accept hover) PASS : tst_qquickitem::hoverEvent(invisible, disabled, not accept hover) PASS : tst_qquickitem::hoverEventInParent() PASS : tst_qquickitem::paintOrder(test 1 noop) PASS : tst_qquickitem::paintOrder(test 1 add) PASS : tst_qquickitem::paintOrder(test 1 remove) PASS : tst_qquickitem::paintOrder(test 1 stack before) PASS : tst_qquickitem::paintOrder(test 1 stack after) PASS : tst_qquickitem::paintOrder(test 1 set z) PASS : tst_qquickitem::paintOrder(test 2 noop) PASS : tst_qquickitem::paintOrder(test 2 add) PASS : tst_qquickitem::paintOrder(test 2 remove 1) PASS : tst_qquickitem::paintOrder(test 2 remove 2) PASS : tst_qquickitem::paintOrder(test 2 stack before 1) PASS : tst_qquickitem::paintOrder(test 2 stack before 2) PASS : tst_qquickitem::paintOrder(test 2 stack after 1) PASS : tst_qquickitem::paintOrder(test 2 stack after 2) PASS : tst_qquickitem::paintOrder(test 1 set z) PASS : tst_qquickitem::acceptedMouseButtons() PASS : tst_qquickitem::cleanupTestCase() Totals: 50 passed, 0 failed, 0 skipped ********* Finished testing of tst_qquickitem ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 27627] QtQA::App::TestRunner: [New LWP 27628] QtQA::App::TestRunner: [New LWP 27629] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickitem -o /work/build/_artifacts/test-logs/tst_qquickitem-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f7c9c91f54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: 338 void *xlib_display() const { return m_xlib_display; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f7c98af0700 (LWP 27629)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f7ca1a9cbab in v8::internal::LinuxSemaphore::Wait (this=0x19c3b30) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f7ca197096d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f7ca1970b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1957d1c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f7ca1a9dc18 in v8::internal::SignalSender::Run (this=0x1957cf0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f7ca1a9c90c in v8::internal::ThreadEntry (arg=0x1957cf0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f7ca0f12efc in start_thread (arg=0x7f7c98af0700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f7ca23c3f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f7c992f1700 (LWP 27628)): QtQA::App::TestRunner: #0 0x00007f7ca23b7e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f7c9fb0af68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f7c9fb0b429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f7ca2f128bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x16521f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f7ca2e9da14 in TestNamespace::QEventLoop::processEvents (this=0x7f7c992f0d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f7ca2e9dced in TestNamespace::QEventLoop::exec (this=0x7f7c992f0d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f7ca2c5ceb0 in TestNamespace::QThread::exec (this=0x19c6c80) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f7ca3f3f891 in TestNamespace::QQmlThreadPrivate::run (this=0x19c6c80) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f7ca2c63949 in TestNamespace::QThreadPrivate::start (arg=0x19c6c80) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f7ca0f12efc in start_thread (arg=0x7f7c992f1700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f7ca23c3f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f7ca4ba9760 (LWP 27627)): QtQA::App::TestRunner: #0 0x00007f7c9c91f54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: #1 0x00007f7c9c93f3a5 in TestNamespace::QGLXContext::doneCurrent (this=0x1696d30) at qglxintegration.cpp:346 QtQA::App::TestRunner: #2 0x00007f7ca34de928 in TestNamespace::QOpenGLContext::doneCurrent (this=0x199d080) at kernel/qopenglcontext.cpp:801 QtQA::App::TestRunner: #3 0x00007f7ca34e036f in TestNamespace::QGuiGLThreadContext::~QGuiGLThreadContext (this=0x19cb390, __in_chrg=) at kernel/qopenglcontext.cpp:223 QtQA::App::TestRunner: #4 0x00007f7ca34e34bb in TestNamespace::qThreadStorage_deleteData (d=0x19cb390) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:94 QtQA::App::TestRunner: #5 0x00007f7ca34e1e26 in TestNamespace::QThreadStorage::deleteData (x=0x19cb390) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:137 QtQA::App::TestRunner: #6 0x00007f7ca2c61a65 in TestNamespace::QThreadStorageData::finish (p=0x16191b8) at thread/qthreadstorage.cpp:203 QtQA::App::TestRunner: #7 0x00007f7ca2e9fe72 in TestNamespace::QCoreApplicationPrivate::cleanupThreadData (this=0x1619030) at kernel/qcoreapplication.cpp:433 QtQA::App::TestRunner: #8 0x00007f7ca349d129 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1619030, __in_chrg=) at kernel/qguiapplication.cpp:1069 QtQA::App::TestRunner: #9 0x00007f7ca349d1e6 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x1619030, __in_chrg=) at kernel/qguiapplication.cpp:1070 QtQA::App::TestRunner: #10 0x00007f7ca2ee6c16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x1619030) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #11 0x00007f7ca2ee5307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7fff5a1c5e18, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #12 0x00007f7ca2edaa17 in TestNamespace::QObject::~QObject (this=0x7fff5a1c5e10, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #13 0x00007f7ca2ea0ca0 in TestNamespace::QCoreApplication::~QCoreApplication (this=0x7fff5a1c5e10, __in_chrg=) at kernel/qcoreapplication.cpp:744 QtQA::App::TestRunner: #14 0x00007f7ca349a97a in TestNamespace::QGuiApplication::~QGuiApplication (this=0x7fff5a1c5e10, __in_chrg=) at kernel/qguiapplication.cpp:389 QtQA::App::TestRunner: #15 0x000000000042584e in main (argc=5, argv=0x7fff5a1c5f18) at tst_qquickitem.cpp:1726 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickitem: 34 seconds, signal 11 Testing tst_TouchMouse Totals: 13 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 22964] QtQA::App::TestRunner: [New LWP 22967] QtQA::App::TestRunner: [New LWP 23026] QtQA::App::TestRunner: [New LWP 23037] QtQA::App::TestRunner: [New LWP 23073] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_touchmouse -silent -o /work/build/_artifacts/test-logs/tst_touchmouse-tes'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fa5aa56a54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: 338 void *xlib_display() const { return m_xlib_display; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7fa5a5c42700 (LWP 23073)): QtQA::App::TestRunner: #0 0x00007fa5b0002e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fa5ad755f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fa5ad756429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fa5b0b5d8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2650130, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fa5b0ae8a14 in TestNamespace::QEventLoop::processEvents (this=0x7fa5a5c41d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fa5b0ae8ced in TestNamespace::QEventLoop::exec (this=0x7fa5a5c41d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fa5b08a7eb0 in TestNamespace::QThread::exec (this=0x2bdaf50) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fa5b1b8a891 in TestNamespace::QQmlThreadPrivate::run (this=0x2bdaf50) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007fa5b08ae949 in TestNamespace::QThreadPrivate::start (arg=0x2bdaf50) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fa5aeb5defc in start_thread (arg=0x7fa5a5c42700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fa5b000ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7fa5a6443700 (LWP 23037)): QtQA::App::TestRunner: #0 0x00007fa5b0002e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fa5ad755f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fa5ad756429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fa5b0b5d8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2b43630, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fa5b0ae8a14 in TestNamespace::QEventLoop::processEvents (this=0x7fa5a6442d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fa5b0ae8ced in TestNamespace::QEventLoop::exec (this=0x7fa5a6442d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fa5b08a7eb0 in TestNamespace::QThread::exec (this=0x2d25130) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fa5b1b8a891 in TestNamespace::QQmlThreadPrivate::run (this=0x2d25130) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007fa5b08ae949 in TestNamespace::QThreadPrivate::start (arg=0x2d25130) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fa5aeb5defc in start_thread (arg=0x7fa5a6443700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fa5b000ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fa5a78b6700 (LWP 23026)): QtQA::App::TestRunner: #0 0x00007fa5b0002e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fa5ad755f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fa5ad756429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fa5b0b5d8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2d2c910, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fa5b0ae8a14 in TestNamespace::QEventLoop::processEvents (this=0x7fa5a78b5d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fa5b0ae8ced in TestNamespace::QEventLoop::exec (this=0x7fa5a78b5d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fa5b08a7eb0 in TestNamespace::QThread::exec (this=0x2b46ac0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fa5b1b8a891 in TestNamespace::QQmlThreadPrivate::run (this=0x2b46ac0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007fa5b08ae949 in TestNamespace::QThreadPrivate::start (arg=0x2b46ac0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fa5aeb5defc in start_thread (arg=0x7fa5a78b6700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fa5b000ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fa5b2813700 (LWP 22967)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fa5af6e7bab in v8::internal::LinuxSemaphore::Wait (this=0x264ea60) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fa5af5bb96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fa5af5bbb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x268c33c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007fa5af6e8c18 in v8::internal::SignalSender::Run (this=0x268c310) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007fa5af6e790c in v8::internal::ThreadEntry (arg=0x268c310) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007fa5aeb5defc in start_thread (arg=0x7fa5b2813700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007fa5b000ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fa5b27f4760 (LWP 22964)): QtQA::App::TestRunner: #0 0x00007fa5aa56a54e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: #1 0x00007fa5aa58a3a5 in TestNamespace::QGLXContext::doneCurrent (this=0x264eac0) at qglxintegration.cpp:346 QtQA::App::TestRunner: #2 0x00007fa5b1129928 in TestNamespace::QOpenGLContext::doneCurrent (this=0x2ca3380) at kernel/qopenglcontext.cpp:801 QtQA::App::TestRunner: #3 0x00007fa5b112b36f in TestNamespace::QGuiGLThreadContext::~QGuiGLThreadContext (this=0x269f6e0, __in_chrg=) at kernel/qopenglcontext.cpp:223 QtQA::App::TestRunner: #4 0x00007fa5b112e4bb in TestNamespace::qThreadStorage_deleteData (d=0x269f6e0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:94 QtQA::App::TestRunner: #5 0x00007fa5b112ce26 in TestNamespace::QThreadStorage::deleteData (x=0x269f6e0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:137 QtQA::App::TestRunner: #6 0x00007fa5b08aca65 in TestNamespace::QThreadStorageData::finish (p=0x26191b8) at thread/qthreadstorage.cpp:203 QtQA::App::TestRunner: #7 0x00007fa5b0aeae72 in TestNamespace::QCoreApplicationPrivate::cleanupThreadData (this=0x2619030) at kernel/qcoreapplication.cpp:433 QtQA::App::TestRunner: #8 0x00007fa5b10e8129 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x2619030, __in_chrg=) at kernel/qguiapplication.cpp:1069 QtQA::App::TestRunner: #9 0x00007fa5b10e81e6 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x2619030, __in_chrg=) at kernel/qguiapplication.cpp:1070 QtQA::App::TestRunner: #10 0x00007fa5b0b31c16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x2619030) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #11 0x00007fa5b0b30307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7fff43c63778, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #12 0x00007fa5b0b25a17 in TestNamespace::QObject::~QObject (this=0x7fff43c63770, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #13 0x00007fa5b0aebca0 in TestNamespace::QCoreApplication::~QCoreApplication (this=0x7fff43c63770, __in_chrg=) at kernel/qcoreapplication.cpp:744 QtQA::App::TestRunner: #14 0x00007fa5b10e597a in TestNamespace::QGuiApplication::~QGuiApplication (this=0x7fff43c63770, __in_chrg=) at kernel/qguiapplication.cpp:389 QtQA::App::TestRunner: #15 0x0000000000412078 in main (argc=6, argv=0x7fff43c63878) at tst_touchmouse.cpp:969 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_TouchMouse ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_TouchMouse::initTestCase() PASS : tst_TouchMouse::simpleTouchEvent() PASS : tst_TouchMouse::testEventFilter() PASS : tst_TouchMouse::mouse() PASS : tst_TouchMouse::touchOverMouse() PASS : tst_TouchMouse::mouseOverTouch() PASS : tst_TouchMouse::buttonOnFlickable() QDEBUG : tst_TouchMouse::buttonOnTouch() Button scale: 1 QDEBUG : tst_TouchMouse::buttonOnTouch() Button scale: 1 QDEBUG : tst_TouchMouse::buttonOnTouch() Button scale: 1 QDEBUG : tst_TouchMouse::buttonOnTouch() 1 QDEBUG : tst_TouchMouse::buttonOnTouch() 1 QDEBUG : tst_TouchMouse::buttonOnTouch() 1 PASS : tst_TouchMouse::buttonOnTouch() PASS : tst_TouchMouse::pinchOnFlickable() QDEBUG : tst_TouchMouse::flickableOnPinch() Pos: QPointF(200, 200) PASS : tst_TouchMouse::flickableOnPinch() QDEBUG : tst_TouchMouse::mouseOnFlickableOnPinch() Pos: QPointF(200, 200) QDEBUG : tst_TouchMouse::mouseOnFlickableOnPinch() Mouse Grabber: QQuickFlickable (this = 0x28f6ae0 , name= "flickable" , parent = 0x28f7800 , geometry = QRectF(0,0 600x600) , z = 0 ) itemForTouchPointId: QHash((0, QQuickFlickable(this =0x28f6ae0, name="flickable", parent =0x28f7800, geometry =QRectF(0,0 600x600) , z = 0 ) ) ) PASS : tst_TouchMouse::mouseOnFlickableOnPinch() PASS : tst_TouchMouse::tapOnDismissiveTopMouseAreaClicksBottomOne() PASS : tst_TouchMouse::cleanupTestCase() Totals: 13 passed, 0 failed, 0 skipped ********* Finished testing of tst_TouchMouse ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 23165] QtQA::App::TestRunner: [New LWP 23167] QtQA::App::TestRunner: [New LWP 23207] QtQA::App::TestRunner: [New LWP 23241] QtQA::App::TestRunner: [New LWP 23221] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_touchmouse -o /work/build/_artifacts/test-logs/tst_touchmouse-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f67b25f954e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: 338 void *xlib_display() const { return m_xlib_display; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7f67ae4d2700 (LWP 23221)): QtQA::App::TestRunner: #0 0x00007f67b8091e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f67b57e4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f67b57e5429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f67b8bec8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2816330, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f67b8b77a14 in TestNamespace::QEventLoop::processEvents (this=0x7f67ae4d1d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f67b8b77ced in TestNamespace::QEventLoop::exec (this=0x7f67ae4d1d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f67b8936eb0 in TestNamespace::QThread::exec (this=0x2734b50) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f67b9c19891 in TestNamespace::QQmlThreadPrivate::run (this=0x2734b50) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f67b893d949 in TestNamespace::QThreadPrivate::start (arg=0x2734b50) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f67b6becefc in start_thread (arg=0x7f67ae4d2700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f67b809df4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f67adcd1700 (LWP 23241)): QtQA::App::TestRunner: #0 0x00007f67b8091e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f67b57e4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f67b57e5429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f67b8bec8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2857260, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f67b8b77a14 in TestNamespace::QEventLoop::processEvents (this=0x7f67adcd0d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f67b8b77ced in TestNamespace::QEventLoop::exec (this=0x7f67adcd0d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f67b8936eb0 in TestNamespace::QThread::exec (this=0x2848c90) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f67b9c19891 in TestNamespace::QQmlThreadPrivate::run (this=0x2848c90) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f67b893d949 in TestNamespace::QThreadPrivate::start (arg=0x2848c90) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f67b6becefc in start_thread (arg=0x7f67adcd1700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f67b809df4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f67af945700 (LWP 23207)): QtQA::App::TestRunner: #0 0x00007f67b8091e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f67b57e4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f67b57e5429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f67b8bec8bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2814260, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f67b8b77a14 in TestNamespace::QEventLoop::processEvents (this=0x7f67af944d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f67b8b77ced in TestNamespace::QEventLoop::exec (this=0x7f67af944d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f67b8936eb0 in TestNamespace::QThread::exec (this=0x2aaf460) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f67b9c19891 in TestNamespace::QQmlThreadPrivate::run (this=0x2aaf460) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f67b893d949 in TestNamespace::QThreadPrivate::start (arg=0x2aaf460) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f67b6becefc in start_thread (arg=0x7f67af945700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f67b809df4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f67ba8a2700 (LWP 23167)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f67b7776bab in v8::internal::LinuxSemaphore::Wait (this=0x23a54d0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f67b764a96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f67b764ab33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x23a533c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f67b7777c18 in v8::internal::SignalSender::Run (this=0x23a5310) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f67b777690c in v8::internal::ThreadEntry (arg=0x23a5310) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f67b6becefc in start_thread (arg=0x7f67ba8a2700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f67b809df4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f67ba883760 (LWP 23165)): QtQA::App::TestRunner: #0 0x00007f67b25f954e in TestNamespace::QXcbConnection::xlib_display (this=0x0) at qxcbconnection.h:338 QtQA::App::TestRunner: #1 0x00007f67b26193a5 in TestNamespace::QGLXContext::doneCurrent (this=0x2845650) at qglxintegration.cpp:346 QtQA::App::TestRunner: #2 0x00007f67b91b8928 in TestNamespace::QOpenGLContext::doneCurrent (this=0x283d4a0) at kernel/qopenglcontext.cpp:801 QtQA::App::TestRunner: #3 0x00007f67b91ba36f in TestNamespace::QGuiGLThreadContext::~QGuiGLThreadContext (this=0x23e6c00, __in_chrg=) at kernel/qopenglcontext.cpp:223 QtQA::App::TestRunner: #4 0x00007f67b91bd4bb in TestNamespace::qThreadStorage_deleteData (d=0x23e6c00) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:94 QtQA::App::TestRunner: #5 0x00007f67b91bbe26 in TestNamespace::QThreadStorage::deleteData (x=0x23e6c00) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:137 QtQA::App::TestRunner: #6 0x00007f67b893ba65 in TestNamespace::QThreadStorageData::finish (p=0x23321b8) at thread/qthreadstorage.cpp:203 QtQA::App::TestRunner: #7 0x00007f67b8b79e72 in TestNamespace::QCoreApplicationPrivate::cleanupThreadData (this=0x2332030) at kernel/qcoreapplication.cpp:433 QtQA::App::TestRunner: #8 0x00007f67b9177129 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x2332030, __in_chrg=) at kernel/qguiapplication.cpp:1069 QtQA::App::TestRunner: #9 0x00007f67b91771e6 in TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate (this=0x2332030, __in_chrg=) at kernel/qguiapplication.cpp:1070 QtQA::App::TestRunner: #10 0x00007f67b8bc0c16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x2332030) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #11 0x00007f67b8bbf307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7fff7dbbebb8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #12 0x00007f67b8bb4a17 in TestNamespace::QObject::~QObject (this=0x7fff7dbbebb0, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #13 0x00007f67b8b7aca0 in TestNamespace::QCoreApplication::~QCoreApplication (this=0x7fff7dbbebb0, __in_chrg=) at kernel/qcoreapplication.cpp:744 QtQA::App::TestRunner: #14 0x00007f67b917497a in TestNamespace::QGuiApplication::~QGuiApplication (this=0x7fff7dbbebb0, __in_chrg=) at kernel/qguiapplication.cpp:389 QtQA::App::TestRunner: #15 0x0000000000412078 in main (argc=5, argv=0x7fff7dbbecb8) at tst_touchmouse.cpp:969 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_touchmouse: 57 seconds, signal 11 Testing tst_dialogs FAIL! : tst_dialogs::fileDialogNonModal() 'visibilityChangedCount > 0' returned FALSE. () Loc: [tst_dialogs.cpp(128)] Totals: 3 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_dialogs::initTestCase() QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x1ef5f20) QQuickRectangle (this = 0x17cdf90 , name= "" , parent = 0x17649b0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x1ef5f20) QQuickRectangle (this = 0x17cdf90 , name= "" , parent = 0x17649b0 , geometry = QRectF(0,0 480x320) , z = 0 ) SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x1d641a0) QQuickRectangle (this = 0x1d62820 , name= "" , parent = 0x1ca3c00 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x1d641a0) QQuickRectangle (this = 0x1d62820 , name= "" , parent = 0x1ca3c00 , geometry = QRectF(0,0 480x320) , z = 0 ) FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] PASS : tst_dialogs::fileDialogNameFilters() PASS : tst_dialogs::cleanupTestCase() Totals: 3 passed, 1 failed, 1 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_dialogs: 22 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00817/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1364985499): http://codereview.qt-project.org/52767 [PS1] - Fix warning: qt_setDockMenu not found http://codereview.qt-project.org/52638 [PS2] - Added grabbing option for qevdevkeyboard and mouse. http://codereview.qt-project.org/52746 [PS2] - Fix leaking of QFontEngineData http://codereview.qt-project.org/52736 [PS1] - QPA/Mac: Fix resources leaking From ci-noreply at qt-project.org Wed Apr 3 14:47:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 14:47:55 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130403_114755_017201.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #22: SUCCESS Tested changes (refs/builds/stable_1364986176): http://codereview.qt-project.org/52788 [PS1] - Some fixes related to row/column Spacing From ci-noreply at qt-project.org Wed Apr 3 14:49:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 14:49:23 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_114923_082642.ci-noreply@qt-project.org> QtBase_dev_Integration #766: SUCCESS Tested changes (refs/builds/dev_1364982053): http://codereview.qt-project.org/52580 [PS2] - With GCC, use __builtin_popcount{,l,ll} for qPopulationCount() http://codereview.qt-project.org/52579 [PS5] - Add qPopulationCount() function, extracted from QBitArray http://codereview.qt-project.org/52718 [PS1] - Fixed a typo in the comment. From ci-noreply at qt-project.org Wed Apr 3 15:12:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 15:12:12 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130403_121212_037189.ci-noreply@qt-project.org> Autotests `tst_xmlpatternsdiagnosticsts', `tst_xmlpatternsschemats', `tst_xmlpatternsxqts', and `tst_xmlpatternsxslts' failed :( QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxslts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxqts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsschemats: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 902 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00024/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1364986390): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Wed Apr 3 15:44:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 15:44:13 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_124413_022051.ci-noreply@qt-project.org> Autotest `tst_dialogs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_dialogs FAIL! : tst_dialogs::fileDialogDefaultModality() 'spyVisibilityChanged.count() > 0' returned FALSE. () Loc: [tst_dialogs.cpp(81)] FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] Totals: 3 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_dialogs::initTestCase() QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x1e57890) QQuickRectangle (this = 0x18a2e30 , name= "" , parent = 0x17d19b0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x1e57890) QQuickRectangle (this = 0x18a2e30 , name= "" , parent = 0x17d19b0 , geometry = QRectF(0,0 480x320) , z = 0 ) SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x17d3c80) QQuickRectangle (this = 0x1db0e50 , name= "" , parent = 0x191cde0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x17d3c80) QQuickRectangle (this = 0x1db0e50 , name= "" , parent = 0x191cde0 , geometry = QRectF(0,0 480x320) , z = 0 ) FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] PASS : tst_dialogs::fileDialogNameFilters() PASS : tst_dialogs::cleanupTestCase() Totals: 3 passed, 1 failed, 1 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_dialogs: 26 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00767/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1364990053): http://codereview.qt-project.org/52728 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong http://codereview.qt-project.org/52723 [PS1] - Fixed a bug where spans across empty cells got broken. From ci-noreply at qt-project.org Wed Apr 3 16:17:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 16:17:23 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130403_131723_075903.ci-noreply@qt-project.org> QtBase_release_Integration #155: SUCCESS Tested changes (refs/builds/release_1364987168): http://codereview.qt-project.org/52489 [PS2] - Boxes: Check for opengl version in .pro file http://codereview.qt-project.org/52407 [PS2] - Changelog: add entry for QTBUG-29759 From ci-noreply at qt-project.org Wed Apr 3 16:29:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 16:29:38 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130403_132938_092763.ci-noreply@qt-project.org> Autotest `tst_qdialog' failed :( ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-03 14:01:18.930 tst_qdialog[42273:5007] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [42273] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [42272] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 14:08:27.284 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[42273]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068665 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006881d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a3d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4b61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a093 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x0000000104230100 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) <049DA610-70E8-3211-AB76-0961019F4D94> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fff +QtGui (4.8.5 - compatibility 4.8.0) <01244E68-CE79-35D9-8C42-9148A4103288> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff64c1e000 - 0x7fff64c52baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 9080 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=82.6M(51%) swapped_out_or_unallocated=79.2M(49%) QtQA::App::TestRunner: Writable regions: Total=69.5M written=2392K(3%) resident=7096K(10%) swapped_out=0K(0%) unallocated=62.6M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2692K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 377.4M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-03 14:08:50.418 tst_qdialog[42309:4407] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [42309] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [42272] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 14:15:59.021 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[42309]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068665 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006881d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a3d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4b61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a093 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x0000000000000000 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) <049DA610-70E8-3211-AB76-0961019F4D94> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fff +QtGui (4.8.5 - compatibility 4.8.0) <01244E68-CE79-35D9-8C42-9148A4103288> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff69378000 - 0x7fff693acbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 9093 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=82.6M(51%) swapped_out_or_unallocated=79.2M(49%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=2944K(4%) resident=6996K(10%) swapped_out=0K(0%) unallocated=62.8M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2692K QtQA::App::TestRunner: MALLOC 41.8M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 377.5M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdialog: 903 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01372/macx-g++_developer-build_OSX_10.7/log.txt.gz Tested changes (refs/builds/4.8_1364975328): http://codereview.qt-project.org/40828 [PS5] - qmake: increase .pro-file compatibility between Qt 4 and 5 From ci-noreply at qt-project.org Wed Apr 3 16:39:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 16:39:24 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130403_133924_038388.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #23: SUCCESS Tested changes (refs/builds/stable_1364993205): http://codereview.qt-project.org/52815 [PS1] - Change the default horizontal alignment from center to left aligned From ci-noreply at qt-project.org Wed Apr 3 16:43:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 16:43:25 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_134325_058983.ci-noreply@qt-project.org> QtBase_stable_Integration #818: SUCCESS Tested changes (refs/builds/stable_1364988342): http://codereview.qt-project.org/52719 [PS1] - Doc: Replaced canConvert() with canConvert(Int) http://codereview.qt-project.org/52802 [PS1] - If the menu item is merged then we should not release it From ci-noreply at qt-project.org Wed Apr 3 17:02:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 17:02:46 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_140246_006921.ci-noreply@qt-project.org> qtbase failed to compile :( compiling main.cpp compiling main.cpp main.cpp:47:53: error: no matching function for call to 'qTableName(const char [6], const char [9])' main.cpp:47:53: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp: In member function 'void tst_QSqlQuery::dropTestTables(QSqlDatabase)': main.cpp:152:56: error: no matching function for call to 'qTableName(const char [11], const char [9])' main.cpp:152:56: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:153:56: error: no matching function for call to 'qTableName(const char [11], const char [9])' main.cpp:153:56: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:154:59: error: no matching function for call to 'qTableName(const char [14], const char [9])' main.cpp:154:59: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:155:60: error: no matching function for call to 'qTableName(const char [15], const char [9])' main.cpp:155:60: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:156:59: error: no matching function for call to 'qTableName(const char [14], const char [9])' main.cpp:156:59: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:157:61: error: no matching function for call to 'qTableName(const char [16], const char [9])' main.cpp:157:61: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:158:59: error: no matching function for call to 'qTableName(const char [14], const char [9])' main.cpp:158:59: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:159:53: error: no matching function for call to 'qTableName(const char [8], const char [9])' main.cpp:159:53: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:160:53: error: no matching function for call to 'qTableName(const char [8], const char [9])' main.cpp:160:53: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:161:57: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:161:57: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:162:53: error: no matching function for call to 'qTableName(const char [8], const char [9])' main.cpp:162:53: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:163:54: error: no matching function for call to 'qTableName(const char [9], const char [9])' main.cpp:163:54: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:164:57: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:164:57: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:165:57: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:165:57: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:166:52: error: no matching function for call to 'qTableName(const char [7], const char [9])' main.cpp:166:52: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:167:54: error: no matching function for call to 'qTableName(const char [9], const char [9])' main.cpp:167:54: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:168:58: error: no matching function for call to 'qTableName(const char [13], const char [9])' main.cpp:168:58: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:169:55: error: no matching function for call to 'qTableName(const char [10], const char [9])' main.cpp:169:55: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:170:54: error: no matching function for call to 'qTableName(const char [9], const char [9])' main.cpp:170:54: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:171:57: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:171:57: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:172:51: error: no matching function for call to 'qTableName(const char [8], const char [9])' main.cpp:172:51: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:173:51: error: no matching function for call to 'qTableName(const char [8], const char [9])' main.cpp:173:51: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:174:51: error: no matching function for call to 'qTableName(const char [8], const char [9])' main.cpp:174:51: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:175:63: error: no matching function for call to 'qTableName(const char [18], const char [9])' main.cpp:175:63: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:176:52: error: no matching function for call to 'qTableName(const char [7], const char [9])' main.cpp:176:52: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:177:57: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:177:57: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:178:57: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:178:57: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:179:54: error: no matching function for call to 'qTableName(const char [11], const char [9])' main.cpp:179:54: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:180:62: error: no matching function for call to 'qTableName(const char [19], const char [9])' main.cpp:180:62: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:183:59: error: no matching function for call to 'qTableName(const char [12], const char [9])' main.cpp:183:59: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:186:63: error: no matching function for call to 'qTableName(const char [14], const char [9])' main.cpp:186:63: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:189:63: error: no matching function for call to 'qTableName(const char [14], const char [9])' main.cpp:189:63: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:192:77: error: no matching function for call to 'qTableName(const char [16], const char [9])' main.cpp:192:77: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:195:82: error: no matching function for call to 'qTableName(const char [13], const char [9])' main.cpp:195:82: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:201:63: error: no matching function for call to 'qTableName(const char [4], const char [9])' main.cpp:201:63: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp: In member function 'void tst_QSqlQuery::createTestTables(QSqlDatabase)': main.cpp:222:83: error: no matching function for call to 'qTableName(const char [11], const char [9])' main.cpp:222:83: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp:224:83: error: no matching function for call to 'qTableName(const char [11], const char [9])' main.cpp:224:83: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp: In member function 'void tst_QSqlQuery::populateTestTables(QSqlDatabase)': main.cpp:230:67: error: no matching function for call to 'qTableName(const char [11], const char [9])' main.cpp:230:67: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' main.cpp: In member function 'void tst_QSqlQuery::benchmark()': main.cpp:254:63: error: no matching function for call to 'qTableName(const char [10], const char [9])' main.cpp:254:63: note: candidates are: ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: QString qTableName(const QString&, const char*, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:109:23: note: candidate expects 3 arguments, 2 provided ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: QString qTableName(const QString&, QSqlDatabase) ../../../../auto/sql/kernel/qsqldatabase/tst_databases.h:115:23: note: no known conversion for argument 2 from 'const char [9]' to 'QSqlDatabase' make[6]: *** [.obj/release-shared/main.o] Error 1 make[5]: *** [sub-qsqlquery-make_first] Error 2 make[4]: *** [sub-kernel-make_first] Error 2 make[3]: *** [sub-sql-make_first] Error 2 make[2]: *** [sub-benchmarks-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00819/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1364996753): http://codereview.qt-project.org/52679 [PS2] - Use the smallest size out of the readBuffer or the maximum size for SSL http://codereview.qt-project.org/51653 [PS6] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52767 [PS1] - Fix warning: qt_setDockMenu not found http://codereview.qt-project.org/52638 [PS2] - Added grabbing option for qevdevkeyboard and mouse. From ci-noreply at qt-project.org Wed Apr 3 17:21:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 17:21:52 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130403_142152_025553.ci-noreply@qt-project.org> qtjsbackend failed to compile :( In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'void v8::internal::ModuleSetExport(v8::Local, v8::Local, const v8::AccessorInfo&)': ..\3rdparty\v8\src\../include/v8.h:4975:15: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Holder() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:871:75: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h:4965:14: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Data() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:874:38: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::Handle v8::internal::ModuleGetExport(v8::Local, const v8::AccessorInfo&)': ..\3rdparty\v8\src\../include/v8.h:4975:15: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Holder() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:850:75: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h:4965:14: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Data() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:853:38: error: called from here Makefile.Release:568: recipe for target '.obj/release_shared/accessors.o' failed mingw32-make[4]: *** [.obj/release_shared/accessors.o] Error 1 In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::internal::MaybeObject* v8::internal::HandleApiCallAsFunctionOrConstructor(v8::internal::Isolate*, bool, v8::internal::{anonymous}::BuiltinArguments<(v8::internal::BuiltinExtraArguments)0u>)': ..\3rdparty\v8\src\../include/v8.h:4646:1: error: inlining failed in call to always_inline 'v8::Arguments::Arguments(v8::internal::Object**, v8::internal::Object**, int, bool)': function not inlinable In file included from ..\3rdparty\v8\src\isolate.h:33:0, from ..\3rdparty\v8\src\elements.h:34, from ..\3rdparty\v8\src\objects-inl.h:38, from ..\3rdparty\v8\src\v8.h:65, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\apiutils.h:64:70: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::internal::MaybeObject* v8::internal::Builtin_HandleApiCallConstruct(v8::internal::{anonymous}::HandleApiCallConstructArgumentsType, v8::internal::Isolate*)': ..\3rdparty\v8\src\../include/v8.h:4646:1: error: inlining failed in call to always_inline 'v8::Arguments::Arguments(v8::internal::Object**, v8::internal::Object**, int, bool)': function not inlinable In file included from ..\3rdparty\v8\src\isolate.h:33:0, from ..\3rdparty\v8\src\elements.h:34, from ..\3rdparty\v8\src\objects-inl.h:38, from ..\3rdparty\v8\src\v8.h:65, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\apiutils.h:64:70: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::internal::MaybeObject* v8::internal::Builtin_HandleApiCall(v8::internal::{anonymous}::HandleApiCallArgumentsType, v8::internal::Isolate*)': ..\3rdparty\v8\src\../include/v8.h:4646:1: error: inlining failed in call to always_inline 'v8::Arguments::Arguments(v8::internal::Object**, v8::internal::Object**, int, bool)': function not inlinable In file included from ..\3rdparty\v8\src\isolate.h:33:0, from ..\3rdparty\v8\src\elements.h:34, from ..\3rdparty\v8\src\objects-inl.h:38, from ..\3rdparty\v8\src\v8.h:65, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\apiutils.h:64:70: error: called from here Makefile.Release:1383: recipe for target '.obj/release_shared/builtins.o' failed mingw32-make[4]: *** [.obj/release_shared/builtins.o] Error 1 In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\api.h:31, from ..\3rdparty\v8\src\api.cc:28: ..\3rdparty\v8\src\../include/v8.h: In member function 'v8::Local v8::StackFrame::GetScriptName() const': ..\3rdparty\v8\src\../include/v8.h:4764:9: error: inlining failed in call to always_inline 'static v8::String* v8::String::Cast(v8::Value*)': function not inlinable ..\3rdparty\v8\src\../include/v8.h:313:35: error: called from here ..\3rdparty\v8\src\../include/v8.h: In member function 'v8::Local v8::StackFrame::GetScriptNameOrSourceURL() const': ..\3rdparty\v8\src\../include/v8.h:4764:9: error: inlining failed in call to always_inline 'static v8::String* v8::String::Cast(v8::Value*)': function not inlinable ..\3rdparty\v8\src\../include/v8.h:313:35: error: called from here ..\3rdparty\v8\src\../include/v8.h: In member function 'v8::Local v8::StackFrame::GetFunctionName() const': ..\3rdparty\v8\src\../include/v8.h:4764:9: error: inlining failed in call to always_inline 'static v8::String* v8::String::Cast(v8::Value*)': function not inlinable ..\3rdparty\v8\src\../include/v8.h:313:35: error: called from here ..\3rdparty\v8\src\../include/v8.h: In member function 'char* v8::internal::HandleScopeImplementer::ArchiveThread(char*)': ..\3rdparty\v8\src\../include/v8.h:558:5: error: inlining failed in call to always_inline 'void v8::HandleScope::Data::Initialize()': function not inlinable ..\3rdparty\v8\src\api.cc:6803:24: error: called from here Makefile.Release:744: recipe for target '.obj/release_shared/api.o' failed mingw32-make[4]: *** [.obj/release_shared/api.o] Error 1 mingw32-make[3]: *** [release] Error 2 mingw32-make[2]: *** [sub-v8-make_first-ordered] Error 2 mingw32-make[1]: *** [sub-src-make_first] Error 2 mingw32-make: *** [module-qtjsbackend] Error 2 Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00024/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1364997592): http://codereview.qt-project.org/51679 [PS1] - [V8] Include windows headers first http://codereview.qt-project.org/51678 [PS1] - [V8] Disable inline cache optimization http://codereview.qt-project.org/51677 [PS1] - [V8] Port to Windows Embedded Compact 7 http://codereview.qt-project.org/51676 [PS1] - [V8] Implement some compiler intrinsic functions http://codereview.qt-project.org/51675 [PS1] - [V8] Undef various macros to not disturb V8 http://codereview.qt-project.org/51674 [PS1] - [V8] Rename PrintF to FPrintF for file calls http://codereview.qt-project.org/51673 [PS1] - [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1 http://codereview.qt-project.org/51672 [PS1] - [V8] Disable randomize hashes in V8 http://codereview.qt-project.org/51671 [PS1] - [V8] Fix compilation with Intel CC. http://codereview.qt-project.org/51670 [PS1] - [V8] Add support for QNX platform http://codereview.qt-project.org/51669 [PS1] - [V8] Add flag to avoid breakpoint relocation http://codereview.qt-project.org/51668 [PS1] - [V8] Fix warnings http://codereview.qt-project.org/51667 [PS1] - [V8] Remove execute flag from v8-debug.h http://codereview.qt-project.org/51666 [PS1] - [V8] Add new v8 api to check if a value is an error. http://codereview.qt-project.org/51665 [PS1] - [V8] Allow a script to be flagged as "native" http://codereview.qt-project.org/51664 [PS1] - [V8] Add custom object compare callback http://codereview.qt-project.org/51663 [PS1] - [V8] Allow access to the calling script data http://codereview.qt-project.org/51662 [PS1] - [V8] Introduce a QML compilation mode http://codereview.qt-project.org/51661 [PS2] - [V8] Generalize external object resources http://codereview.qt-project.org/51660 [PS1] - [V8] Add a "fallback" mode for named property interceptors http://codereview.qt-project.org/51659 [PS2] - [V8] Add hashing and comparison methods to v8::String http://codereview.qt-project.org/51658 [PS1] - Updated V8 from git://github.com/v8/v8.git to 05b6bb1d641e01b550d497dcbefe342a81eb3178 From ci-noreply at qt-project.org Wed Apr 3 18:11:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:11:46 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130403_151146_034185.ci-noreply@qt-project.org> QtWebKit_stable_Integration #93: SUCCESS Tested changes (refs/builds/stable_1364993916): http://codereview.qt-project.org/52818 [PS1] - [Qt] Builds for Mac are tied to the OS system instead of the SDK version. From ci-noreply at qt-project.org Wed Apr 3 18:13:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:13:29 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtpim#master Message-ID: <20130403_151329_077868.ci-noreply@qt-project.org> QtPim_master_Integration #853: SUCCESS Tested changes (refs/builds/master_1364998665): http://codereview.qt-project.org/43491 [PS1] - make use of qtHaveModule() From ci-noreply at qt-project.org Wed Apr 3 18:39:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:39:30 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130403_153930_040962.ci-noreply@qt-project.org> Autotest `tst_qquickcanvasitem' failed :( Testing qquickcanvasitem QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 5811] QtQA::App::TestRunner: [New Thread 5805] QtQA::App::TestRunner: [New Thread 5804] QtQA::App::TestRunner: [New Thread 5820] QtQA::App::TestRunner: [New Thread 5806] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qquickcanvasitem -silent -o /work/build/_artifacts/test-logs/tst_qquickca'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb6a0fff7 in QOpenGLContext::isValid (this=0x8fca4e8) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:408 QtQA::App::TestRunner: 408 return d->platformGLContext && d->platformGLContext->isValid(); QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 5806): QtQA::App::TestRunner: #0 0xb7758430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6376245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5bcc8ef in v8::internal::LinuxSemaphore::Wait (this=0x8a40fd0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:857 QtQA::App::TestRunner: #3 0xb5abdaa2 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:420 QtQA::App::TestRunner: #4 0xb5abdc33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x8a53ac4) at ../3rdparty/v8/src/runtime-profiler.cc:467 QtQA::App::TestRunner: #5 0xb5bcdc10 in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5bcc5c9 in ThreadEntry (arg=0x8a53aa0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:733 QtQA::App::TestRunner: #7 0xb636f96e in start_thread (arg=0xb3673b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb61a43ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 5820): QtQA::App::TestRunner: #0 0xb7758430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6196506 in *__GI___poll (fds=0xb622bff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb57144eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb57070ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb57074b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb66d14c2 in QEventDispatcherGlib::processEvents (this=0x8ea5c60, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:423 QtQA::App::TestRunner: #6 0xb665f127 in QEventLoop::processEvents (this=0xb1697288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb665f3df in QEventLoop::exec (this=0xb1697288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb6490307 in QThread::exec (this=0x8e8f208) at thread/qthread.cpp:506 QtQA::App::TestRunner: #9 0xb5e1e5cf in QQuickPixmapReader::run (this=0x8e8f208) QtQA::App::TestRunner: at util/qquickpixmapcache.cpp:668 QtQA::App::TestRunner: #10 0xb6496d29 in QThreadPrivate::start (arg=0x8e8f208) QtQA::App::TestRunner: at thread/qthread_unix.cpp:333 QtQA::App::TestRunner: #11 0xb636f96e in start_thread (arg=0xb1697b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61a43ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 5804): QtQA::App::TestRunner: #0 0xb7758430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb61a06b7 in syscall () at ../sysdeps/unix/sysv/linux/i386/syscall.S:30 QtQA::App::TestRunner: #2 0xb648bf8a in _q_futex (addr=0x8a41ee8, op=1, val=1, timeout=0x0) QtQA::App::TestRunner: at thread/qmutex_linux.cpp:169 QtQA::App::TestRunner: #3 0xb648c13c in QBasicMutex::unlockInternal (this=0x8a41ee8) QtQA::App::TestRunner: at thread/qmutex_linux.cpp:247 QtQA::App::TestRunner: #4 0xb648be30 in QMutex::unlock (this=0x8a41ee8) at thread/qmutex.cpp:270 QtQA::App::TestRunner: #5 0xb649824c in QWaitCondition::wait (this=0x8a41eec, mutex=0x8a41ee8, QtQA::App::TestRunner: time=4294967295) at thread/qwaitcondition_unix.cpp:156 QtQA::App::TestRunner: #6 0xb7630bb6 in QQmlThreadPrivate::wait (this=0x8a41eb0) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:64 QtQA::App::TestRunner: #7 0xb763083d in QQmlThread::internalCallMethodInThread (this=0x8a41208, QtQA::App::TestRunner: message=0x8f1de00) at qml/ftw/qqmlthread.cpp:311 QtQA::App::TestRunner: #8 0xb75a4ee7 in QQmlThread::callMethodInThread (this=0x8a41208, QtQA::App::TestRunner: Member=0xb759b9e4 , QtQA::App::TestRunner: arg=@0xbfdecb84) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/5.0.2/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:163 QtQA::App::TestRunner: #9 0xb759b796 in QQmlDataLoaderThread::load (this=0x8a41208, b=0x909a540) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:731 QtQA::App::TestRunner: #10 0xb759bebf in QQmlDataLoader::load (this=0x8a42fa4, blob=0x909a540, QtQA::App::TestRunner: mode=QQmlDataLoader::PreferSynchronous) at qml/qqmltypeloader.cpp:899 QtQA::App::TestRunner: #11 0xb759ea07 in QQmlTypeLoader::getType (this=0x8a42fa4, url=..., QtQA::App::TestRunner: mode=QQmlDataLoader::PreferSynchronous) at qml/qqmltypeloader.cpp:1474 QtQA::App::TestRunner: #12 0xb7550167 in QQmlComponentPrivate::loadUrl (this=0x90d2a70, newUrl=..., QtQA::App::TestRunner: mode=QQmlComponent::PreferSynchronous) at qml/qqmlcomponent.cpp:681 QtQA::App::TestRunner: #13 0xb754f6b3 in QQmlComponent (this=0x8a7a2b8, engine=0x8a43690, url=..., QtQA::App::TestRunner: parent=0x8a41398) at qml/qqmlcomponent.cpp:521 QtQA::App::TestRunner: #14 0xb5f9c14b in QQuickViewPrivate::execute (this=0x8a425f8) QtQA::App::TestRunner: at items/qquickview.cpp:104 QtQA::App::TestRunner: #15 0xb5f9c86d in QQuickView::setSource (this=0x8a41398, url=...) QtQA::App::TestRunner: at items/qquickview.cpp:235 QtQA::App::TestRunner: #16 0xb7743d5d in quick_test_main (argc=6, argv=0xbfded004, QtQA::App::TestRunner: name=0x804876c "qquickcanvasitem", QtQA::App::TestRunner: sourceDir=0x8048730 "/work/build/qtdeclarative/tests/auto/quick/qquickcanvasitem") at quicktest.cpp:320 QtQA::App::TestRunner: #17 0x0804865f in main (argc=6, argv=0xbfded004) QtQA::App::TestRunner: at tst_qquickcanvasitem.cpp:42 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 5805): QtQA::App::TestRunner: #0 __memcpy_ssse3_rep () QtQA::App::TestRunner: at ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:899 QtQA::App::TestRunner: #1 0xb64fcac1 in QString (this=0xb3e735f8, unicode=0xb02180d4, size=334) QtQA::App::TestRunner: at tools/qstring.cpp:1049 QtQA::App::TestRunner: #2 0xb65027ec in QString::mid (this=0xb0200cb0, position=9826, n=334) QtQA::App::TestRunner: at tools/qstring.cpp:3695 QtQA::App::TestRunner: #3 0xb75b20f0 in textAt (this=0xb3e73c00, first=..., last=...) QtQA::App::TestRunner: at qml/qqmlscript.cpp:545 QtQA::App::TestRunner: #4 0xb75b5237 in visit (this=0xb3e73c00, node=0xb023b250) QtQA::App::TestRunner: at qml/qqmlscript.cpp:1254 QtQA::App::TestRunner: #5 0xb760dc25 in QQmlJS::AST::UiSourceElement::accept0 (this=0xb023b250, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:927 QtQA::App::TestRunner: #6 0xb760b720 in QQmlJS::AST::Node::accept (this=0xb023b250, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:53 QtQA::App::TestRunner: #7 0xb760b766 in QQmlJS::AST::Node::accept (node=0xb023b250, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:61 QtQA::App::TestRunner: #8 0xb760da30 in QQmlJS::AST::UiObjectMemberList::accept0 (this=0xb02b6948, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:882 QtQA::App::TestRunner: #9 0xb760b720 in QQmlJS::AST::Node::accept (this=0xb02b6948, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:53 QtQA::App::TestRunner: #10 0xb760b766 in QQmlJS::AST::Node::accept (node=0xb02b6948, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:61 QtQA::App::TestRunner: #11 0xb760d80c in QQmlJS::AST::UiObjectInitializer::accept0 (this=0xb027f298, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:834 QtQA::App::TestRunner: #12 0xb760b720 in QQmlJS::AST::Node::accept (this=0xb027f298, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:53 QtQA::App::TestRunner: #13 0xb760b766 in QQmlJS::AST::Node::accept (node=0xb027f298, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:61 QtQA::App::TestRunner: #14 0xb75b830d in QQmlJS::AST::Node::acceptChild (node=0xb027f298, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast_p.h:239 QtQA::App::TestRunner: #15 0xb75b244a in accept (this=0xb3e73c00, node=0xb027f298) QtQA::App::TestRunner: at qml/qqmlscript.cpp:608 QtQA::App::TestRunner: #16 0xb75b2eff in defineObjectBinding (this=0xb3e73c00, propertyName=0x0, QtQA::App::TestRunner: onAssignment=false, objectType=..., typeLocation=..., location=..., QtQA::App::TestRunner: initializer=0xb027f298) at qml/qqmlscript.cpp:774 QtQA::App::TestRunner: #17 0xb75b4722 in visit (this=0xb3e73c00, node=0xb027f2c8) QtQA::App::TestRunner: at qml/qqmlscript.cpp:1101 QtQA::App::TestRunner: #18 0xb760d77b in QQmlJS::AST::UiObjectDefinition::accept0 (this=0xb027f2c8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:823 QtQA::App::TestRunner: #19 0xb760b720 in QQmlJS::AST::Node::accept (this=0xb027f2c8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:53 QtQA::App::TestRunner: #20 0xb760b766 in QQmlJS::AST::Node::accept (node=0xb027f2c8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:61 QtQA::App::TestRunner: #21 0xb75b830d in QQmlJS::AST::Node::acceptChild (node=0xb027f2c8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast_p.h:239 QtQA::App::TestRunner: #22 0xb75b244a in accept (this=0xb3e73c00, node=0xb027f2c8) QtQA::App::TestRunner: at qml/qqmlscript.cpp:608 QtQA::App::TestRunner: #23 0xb75b3019 in visit (this=0xb3e73c00, node=0xb027f2e8) QtQA::App::TestRunner: at qml/qqmlscript.cpp:802 QtQA::App::TestRunner: #24 0xb760d68b in QQmlJS::AST::UiProgram::accept0 (this=0xb027f2e8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:803 QtQA::App::TestRunner: #25 0xb760b720 in QQmlJS::AST::Node::accept (this=0xb027f2e8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:53 QtQA::App::TestRunner: #26 0xb760b766 in QQmlJS::AST::Node::accept (node=0xb027f2e8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast.cpp:61 QtQA::App::TestRunner: #27 0xb75b830d in QQmlJS::AST::Node::acceptChild (node=0xb027f2e8, QtQA::App::TestRunner: visitor=0xb3e73c00) at qml/parser/qqmljsast_p.h:239 QtQA::App::TestRunner: #28 0xb75b244a in accept (this=0xb3e73c00, node=0xb027f2e8) QtQA::App::TestRunner: at qml/qqmlscript.cpp:608 QtQA::App::TestRunner: #29 0xb75b242f in operator() (this=0xb3e73c00, code=..., node=0xb027f2e8) QtQA::App::TestRunner: at qml/qqmlscript.cpp:603 QtQA::App::TestRunner: #30 0xb75b5830 in QQmlScript::Parser::parse (this=0x909a584, qmlcode=..., QtQA::App::TestRunner: url=..., urlString=...) at qml/qqmlscript.cpp:1341 QtQA::App::TestRunner: #31 0xb75a15e4 in QQmlTypeData::dataReceived (this=0x909a540, data=...) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:2003 QtQA::App::TestRunner: #32 0xb759cdf6 in QQmlDataLoader::setData (this=0x8a42fa4, blob=0x909a540, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:1130 QtQA::App::TestRunner: #33 0xb759cd7c in QQmlDataLoader::setData (this=0x8a42fa4, blob=0x909a540, QtQA::App::TestRunner: file=0xb3e73dc0) at qml/qqmltypeloader.cpp:1122 QtQA::App::TestRunner: #34 0xb759c59a in QQmlDataLoader::loadThread (this=0x8a42fa4, blob=0x909a540) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:1006 QtQA::App::TestRunner: #35 0xb759b9ff in QQmlDataLoaderThread::loadThread (this=0x8a41208, QtQA::App::TestRunner: b=0x909a540) at qml/qqmltypeloader.cpp:780 QtQA::App::TestRunner: #36 0xb75ae494 in void QQmlThread::callMethodInThread(void (QQmlDataLoaderThread::*)(QQmlDataBlob*), QQmlDataBlob* const&)::I::call(QQmlThread*) (this=0x8f1de00, thread=0x8a41208) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/5.0.2/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:160 QtQA::App::TestRunner: #37 0xb7630260 in QQmlThreadPrivate::threadEvent (this=0x8a41eb0) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:195 QtQA::App::TestRunner: #38 0xb763003a in QQmlThreadPrivate::event (this=0x8a41eb0, e=0x8b2e668) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:135 QtQA::App::TestRunner: #39 0xb6662ce7 in QCoreApplicationPrivate::notify_helper (this=0x8a113e0, QtQA::App::TestRunner: receiver=0x8a41eb0, event=0x8b2e668) at kernel/qcoreapplication.cpp:884 QtQA::App::TestRunner: #40 0xb66629f9 in QCoreApplication::notify (this=0x8a10c40, QtQA::App::TestRunner: receiver=0x8a41eb0, event=0x8b2e668) at kernel/qcoreapplication.cpp:829 QtQA::App::TestRunner: #41 0xb69d0d1f in QGuiApplication::notify (this=0x8a10c40, object=0x8a41eb0, QtQA::App::TestRunner: event=0x8b2e668) at kernel/qguiapplication.cpp:1204 QtQA::App::TestRunner: #42 0xb6662903 in QCoreApplication::notifyInternal (this=0x8a10c40, QtQA::App::TestRunner: receiver=0x8a41eb0, event=0x8b2e668) at kernel/qcoreapplication.cpp:767 QtQA::App::TestRunner: #43 0xb66660bd in QCoreApplication::sendEvent (receiver=0x8a41eb0, QtQA::App::TestRunner: event=0x8b2e668) at kernel/qcoreapplication.h:203 QtQA::App::TestRunner: #44 0xb6663a42 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0, data=0x8a419d0) at kernel/qcoreapplication.cpp:1368 QtQA::App::TestRunner: #45 0xb6663511 in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1228 QtQA::App::TestRunner: #46 0xb66d0535 in postEventSourceDispatch (s=0x8a42dd0) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:278 QtQA::App::TestRunner: #47 0xb57035e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #48 0xb57072d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #49 0xb57074b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #50 0xb66d14c2 in QEventDispatcherGlib::processEvents (this=0x8a40d20, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:423 QtQA::App::TestRunner: #51 0xb665f127 in QEventLoop::processEvents (this=0xb3e742c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #52 0xb665f3df in QEventLoop::exec (this=0xb3e742c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #53 0xb6490307 in QThread::exec (this=0x8a41eb0) at thread/qthread.cpp:506 QtQA::App::TestRunner: #54 0xb76300a8 in QQmlThreadPrivate::run (this=0x8a41eb0) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #55 0xb6496d29 in QThreadPrivate::start (arg=0x8a41eb0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:333 QtQA::App::TestRunner: #56 0xb636f96e in start_thread (arg=0xb3e74b70) at pthread_create.c:300 QtQA::App::TestRunner: #57 0xb61a43ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 5811): QtQA::App::TestRunner: #0 0xb6a0fff7 in QOpenGLContext::isValid (this=0x8fca4e8) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:408 QtQA::App::TestRunner: #1 0xb600f257 in GLAcquireContext (this=0xb1e97ccc, c=0x8fca4e8, s=0x8fca350) QtQA::App::TestRunner: at items/context2d/qquickcontext2dtexture.cpp:74 QtQA::App::TestRunner: #2 0xb600ccae in QQuickContext2DTexture::paint (this=0x8fa9158, QtQA::App::TestRunner: ccb=0x8f953a0) at items/context2d/qquickcontext2dtexture.cpp:252 QtQA::App::TestRunner: #3 0xb6055b10 in QQuickContext2DTexture::qt_static_metacall (_o=0x8fa9158, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x9105850) QtQA::App::TestRunner: at .moc/debug-shared/moc_qquickcontext2dtexture_p.cpp:108 QtQA::App::TestRunner: #4 0xb6698fe0 in QMetaCallEvent::placeMetaCall (this=0x8fac490, QtQA::App::TestRunner: object=0x8fa9158) at kernel/qobject.cpp:479 QtQA::App::TestRunner: #5 0xb669aba9 in QObject::event (this=0x8fa9158, e=0x8fac490) QtQA::App::TestRunner: at kernel/qobject.cpp:1070 QtQA::App::TestRunner: #6 0xb6662ce7 in QCoreApplicationPrivate::notify_helper (this=0x8a113e0, QtQA::App::TestRunner: receiver=0x8fa9158, event=0x8fac490) at kernel/qcoreapplication.cpp:884 QtQA::App::TestRunner: #7 0xb66629f9 in QCoreApplication::notify (this=0x8a10c40, QtQA::App::TestRunner: receiver=0x8fa9158, event=0x8fac490) at kernel/qcoreapplication.cpp:829 QtQA::App::TestRunner: #8 0xb69d0d1f in QGuiApplication::notify (this=0x8a10c40, object=0x8fa9158, QtQA::App::TestRunner: event=0x8fac490) at kernel/qguiapplication.cpp:1204 QtQA::App::TestRunner: #9 0xb6662903 in QCoreApplication::notifyInternal (this=0x8a10c40, QtQA::App::TestRunner: receiver=0x8fa9158, event=0x8fac490) at kernel/qcoreapplication.cpp:767 QtQA::App::TestRunner: #10 0xb66660bd in QCoreApplication::sendEvent (receiver=0x8fa9158, QtQA::App::TestRunner: event=0x8fac490) at kernel/qcoreapplication.h:203 QtQA::App::TestRunner: #11 0xb6663a42 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0, data=0x8e97830) at kernel/qcoreapplication.cpp:1368 QtQA::App::TestRunner: #12 0xb6663511 in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1228 QtQA::App::TestRunner: #13 0xb66d0535 in postEventSourceDispatch (s=0x8e98758) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:278 QtQA::App::TestRunner: #14 0xb57035e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #15 0xb57072d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #16 0xb57074b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #17 0xb66d14c2 in QEventDispatcherGlib::processEvents (this=0x8c1cbe8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:423 QtQA::App::TestRunner: #18 0xb665f127 in QEventLoop::processEvents (this=0xb1e982c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #19 0xb665f3df in QEventLoop::exec (this=0xb1e982c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #20 0xb6490307 in QThread::exec (this=0x8b8ece8) at thread/qthread.cpp:506 QtQA::App::TestRunner: #21 0xb649049b in QThread::run (this=0x8b8ece8) at thread/qthread.cpp:573 QtQA::App::TestRunner: #22 0xb6496d29 in QThreadPrivate::start (arg=0x8b8ece8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:333 QtQA::App::TestRunner: #23 0xb636f96e in start_thread (arg=0xb1e98b70) at pthread_create.c:300 QtQA::App::TestRunner: #24 0xb61a43ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qquickcanvasitem ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : qquickcanvasitem::arc::initTestCase() PASS : qquickcanvasitem::arc::test_angle_1(image threaded) PASS : qquickcanvasitem::arc::test_angle_1(image immediate) PASS : qquickcanvasitem::arc::test_angle_2(image threaded) PASS : qquickcanvasitem::arc::test_angle_2(image immediate) PASS : qquickcanvasitem::arc::test_angle_3(image threaded) PASS : qquickcanvasitem::arc::test_angle_3(image immediate) PASS : qquickcanvasitem::arc::test_angle_4(image threaded) PASS : qquickcanvasitem::arc::test_angle_4(image immediate) PASS : qquickcanvasitem::arc::test_angle_5(image threaded) PASS : qquickcanvasitem::arc::test_angle_5(image immediate) PASS : qquickcanvasitem::arc::test_angle_6(image threaded) PASS : qquickcanvasitem::arc::test_angle_6(image immediate) PASS : qquickcanvasitem::arc::test_empty(image threaded) PASS : qquickcanvasitem::arc::test_empty(image immediate) PASS : qquickcanvasitem::arc::test_end(image threaded) PASS : qquickcanvasitem::arc::test_end(image immediate) PASS : qquickcanvasitem::arc::test_negative(image threaded) PASS : qquickcanvasitem::arc::test_negative(image immediate) PASS : qquickcanvasitem::arc::test_nonempty(image threaded) PASS : qquickcanvasitem::arc::test_nonempty(image immediate) PASS : qquickcanvasitem::arc::test_nonfinite(image threaded) PASS : qquickcanvasitem::arc::test_nonfinite(image immediate) PASS : qquickcanvasitem::arc::test_scale_1(image threaded) PASS : qquickcanvasitem::arc::test_scale_1(image immediate) PASS : qquickcanvasitem::arc::test_scale_2(image threaded) PASS : qquickcanvasitem::arc::test_scale_2(image immediate) PASS : qquickcanvasitem::arc::test_selfintersect_1(image threaded) PASS : qquickcanvasitem::arc::test_selfintersect_1(image immediate) PASS : qquickcanvasitem::arc::test_selfintersect_2(image threaded) PASS : qquickcanvasitem::arc::test_selfintersect_2(image immediate) PASS : qquickcanvasitem::arc::test_shape_1(image threaded) PASS : qquickcanvasitem::arc::test_shape_1(image immediate) PASS : qquickcanvasitem::arc::test_shape_2(image threaded) PASS : qquickcanvasitem::arc::test_shape_2(image immediate) PASS : qquickcanvasitem::arc::test_shape_3(image threaded) PASS : qquickcanvasitem::arc::test_shape_3(image immediate) PASS : qquickcanvasitem::arc::test_shape_4(image threaded) PASS : qquickcanvasitem::arc::test_shape_4(image immediate) PASS : qquickcanvasitem::arc::test_shape_5(image threaded) PASS : qquickcanvasitem::arc::test_shape_5(image immediate) PASS : qquickcanvasitem::arc::test_twopie(image threaded) PASS : qquickcanvasitem::arc::test_twopie(image immediate) PASS : qquickcanvasitem::arc::test_zero(image threaded) PASS : qquickcanvasitem::arc::test_zero(image immediate) PASS : qquickcanvasitem::arc::cleanupTestCase() PASS : qquickcanvasitem::arcTo::initTestCase() PASS : qquickcanvasitem::arcTo::test_coincide(image threaded) PASS : qquickcanvasitem::arcTo::test_coincide(image immediate) PASS : qquickcanvasitem::arcTo::test_collinear(image threaded) PASS : qquickcanvasitem::arcTo::test_collinear(image immediate) PASS : qquickcanvasitem::arcTo::test_negative(image threaded) PASS : qquickcanvasitem::arcTo::test_negative(image immediate) PASS : qquickcanvasitem::arcTo::test_nonfinite(image threaded) PASS : qquickcanvasitem::arcTo::test_nonfinite(image immediate) PASS : qquickcanvasitem::arcTo::test_scale(image threaded) PASS : qquickcanvasitem::arcTo::test_scale(image immediate) PASS : qquickcanvasitem::arcTo::test_shape(image threaded) PASS : qquickcanvasitem::arcTo::test_shape(image immediate) PASS : qquickcanvasitem::arcTo::test_subpath(image threaded) PASS : qquickcanvasitem::arcTo::test_subpath(image immediate) PASS : qquickcanvasitem::arcTo::test_transform(image threaded) PASS : qquickcanvasitem::arcTo::test_transform(image immediate) PASS : qquickcanvasitem::arcTo::test_zero(image threaded) PASS : qquickcanvasitem::arcTo::test_zero(image immediate) PASS : qquickcanvasitem::arcTo::cleanupTestCase() PASS : qquickcanvasitem::canvas::initTestCase() PASS : qquickcanvasitem::canvas::test_canvasSize(image threaded) PASS : qquickcanvasitem::canvas::test_canvasSize(image immediate) PASS : qquickcanvasitem::canvas::test_canvasWindow(image threaded) PASS : qquickcanvasitem::canvas::test_canvasWindow(image immediate) PASS : qquickcanvasitem::canvas::test_getContext(image threaded) PASS : qquickcanvasitem::canvas::test_getContext(image immediate) PASS : qquickcanvasitem::canvas::test_loadImage(image threaded) PASS : qquickcanvasitem::canvas::test_loadImage(image immediate) PASS : qquickcanvasitem::canvas::test_paint(image threaded) PASS : qquickcanvasitem::canvas::test_paint(image immediate) PASS : qquickcanvasitem::canvas::test_save(image threaded) PASS : qquickcanvasitem::canvas::test_save(image immediate) PASS : qquickcanvasitem::canvas::test_tileSize(image threaded) PASS : qquickcanvasitem::canvas::test_tileSize(image immediate) PASS : qquickcanvasitem::canvas::test_toDataURL(image threaded) PASS : qquickcanvasitem::canvas::test_toDataURL(image immediate) PASS : qquickcanvasitem::canvas::cleanupTestCase() PASS : qquickcanvasitem::composite::initTestCase() PASS : qquickcanvasitem::composite::test_clearRect(image threaded) PASS : qquickcanvasitem::composite::test_clearRect(image immediate) PASS : qquickcanvasitem::composite::test_clip(image threaded) PASS : qquickcanvasitem::composite::test_clip(image immediate) PASS : qquickcanvasitem::composite::test_globalAlpha(image threaded) PASS : qquickcanvasitem::composite::test_globalAlpha(image immediate) PASS : qquickcanvasitem::composite::test_operation(image threaded) PASS : qquickcanvasitem::composite::test_operation(image immediate) PASS : qquickcanvasitem::composite::test_solid(image threaded) PASS : qquickcanvasitem::composite::test_solid(image immediate) PASS : qquickcanvasitem::composite::test_transparent(image threaded) PASS : qquickcanvasitem::composite::test_transparent(image immediate) PASS : qquickcanvasitem::composite::test_uncovered(image threaded) PASS : qquickcanvasitem::composite::test_uncovered(image immediate) PASS : qquickcanvasitem::composite::cleanupTestCase() PASS : qquickcanvasitem::ContextTypeStored::initTestCase() PASS : qquickcanvasitem::ContextTypeStored::test_contextType() PASS : qquickcanvasitem::ContextTypeStored::cleanupTestCase() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::initTestCase() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::test_context() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::test_contextIsConsistent() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::test_paintHadContext() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::cleanupTestCase() PASS : qquickcanvasitem::fillStyle::initTestCase() PASS : qquickcanvasitem::fillStyle::test_default(image threaded) PASS : qquickcanvasitem::fillStyle::test_default(image immediate) PASS : qquickcanvasitem::fillStyle::test_get(image threaded) PASS : qquickcanvasitem::fillStyle::test_get(image immediate) PASS : qquickcanvasitem::fillStyle::test_hex(image threaded) PASS : qquickcanvasitem::fillStyle::test_hex(image immediate) PASS : qquickcanvasitem::fillStyle::test_hsla(image threaded) PASS : qquickcanvasitem::fillStyle::test_hsla(image immediate) PASS : qquickcanvasitem::fillStyle::test_invalid(image threaded) PASS : qquickcanvasitem::fillStyle::test_invalid(image immediate) PASS : qquickcanvasitem::fillStyle::test_namedColor(image threaded) PASS : qquickcanvasitem::fillStyle::test_namedColor(image immediate) PASS : qquickcanvasitem::fillStyle::test_rgba(image threaded) PASS : qquickcanvasitem::fillStyle::test_rgba(image immediate) PASS : qquickcanvasitem::fillStyle::test_saverestore(image threaded) PASS : qquickcanvasitem::fillStyle::test_saverestore(image immediate) PASS : qquickcanvasitem::fillStyle::cleanupTestCase() PASS : qquickcanvasitem::fillRect::initTestCase() PASS : qquickcanvasitem::fillRect::test_fillRect(image threaded) PASS : qquickcanvasitem::fillRect::test_fillRect(image immediate) PASS : qquickcanvasitem::fillRect::cleanupTestCase() PASS : qquickcanvasitem::gradient::initTestCase() PASS : qquickcanvasitem::gradient::test_basic(image threaded) PASS : qquickcanvasitem::gradient::test_basic(image immediate) PASS : qquickcanvasitem::gradient::test_conical(image threaded) PASS : qquickcanvasitem::gradient::test_conical(image immediate) PASS : qquickcanvasitem::gradient::test_interpolate(image threaded) PASS : qquickcanvasitem::gradient::test_interpolate(image immediate) PASS : qquickcanvasitem::gradient::test_linear(image threaded) PASS : qquickcanvasitem::gradient::test_linear(image immediate) PASS : qquickcanvasitem::gradient::test_object(image threaded) PASS : qquickcanvasitem::gradient::test_object(image immediate) PASS : qquickcanvasitem::gradient::test_radial(image threaded) PASS : qquickcanvasitem::gradient::test_radial(image immediate) PASS : qquickcanvasitem::gradient::cleanupTestCase() PASS : qquickcanvasitem::image::initTestCase() libpng error: incorrect header check PASS : qquickcanvasitem::image::test_3args(image threaded) libpng error: incorrect header check PASS : qquickcanvasitem::image::test_3args(image immediate) PASS : qquickcanvasitem::image::test_5args(image threaded) PASS : qquickcanvasitem::image::test_5args(image immediate) PASS : qquickcanvasitem::image::test_9args(image threaded) PASS : qquickcanvasitem::image::test_9args(image immediate) PASS : qquickcanvasitem::image::test_alpha(image threaded) PASS : qquickcanvasitem::image::test_alpha(image immediate) PASS : qquickcanvasitem::image::test_animated(image threaded) PASS : qquickcanvasitem::image::test_animated(image immediate) PASS : qquickcanvasitem::image::test_broken(image threaded) PASS : qquickcanvasitem::image::test_broken(image immediate) PASS : qquickcanvasitem::image::test_canvas(image threaded) PASS : qquickcanvasitem::image::test_canvas(image immediate) PASS : qquickcanvasitem::image::test_clip(image threaded) PASS : qquickcanvasitem::image::test_clip(image immediate) PASS : qquickcanvasitem::image::test_composite(image threaded) PASS : qquickcanvasitem::image::test_composite(image immediate) PASS : qquickcanvasitem::image::test_imageData(image threaded) PASS : qquickcanvasitem::image::test_imageData(image immediate) PASS : qquickcanvasitem::image::test_imageitem(image threaded) PASS : qquickcanvasitem::image::test_imageitem(image immediate) PASS : qquickcanvasitem::image::test_multiple_painting(image threaded) PASS : qquickcanvasitem::image::test_multiple_painting(image immediate) PASS : qquickcanvasitem::image::test_negative(image threaded) PASS : qquickcanvasitem::image::test_negative(image immediate) PASS : qquickcanvasitem::image::test_nonfinite(image threaded) PASS : qquickcanvasitem::image::test_nonfinite(image immediate) PASS : qquickcanvasitem::image::test_null(image threaded) PASS : qquickcanvasitem::image::test_null(image immediate) PASS : qquickcanvasitem::image::test_outsidesource(image threaded) PASS : qquickcanvasitem::image::test_outsidesource(image immediate) PASS : qquickcanvasitem::image::test_path(image threaded) PASS : qquickcanvasitem::image::test_path(image immediate) PASS : qquickcanvasitem::image::test_self(image threaded) PASS : qquickcanvasitem::image::test_self(image immediate) PASS : qquickcanvasitem::image::test_transform(image threaded) PASS : qquickcanvasitem::image::test_transform(image immediate) PASS : qquickcanvasitem::image::test_wrongtype(image threaded) PASS : qquickcanvasitem::image::test_wrongtype(image immediate) QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image PASS : qquickcanvasitem::image::cleanupTestCase() PASS : qquickcanvasitem::line::initTestCase() PASS : qquickcanvasitem::line::test_cap(image threaded) PASS : qquickcanvasitem::line::test_cap(image immediate) PASS : qquickcanvasitem::line::test_cross(image threaded) PASS : qquickcanvasitem::line::test_cross(image immediate) PASS : qquickcanvasitem::line::test_default(image threaded) PASS : qquickcanvasitem::line::test_default(image immediate) PASS : qquickcanvasitem::line::test_join(image threaded) PASS : qquickcanvasitem::line::test_join(image immediate) PASS : qquickcanvasitem::line::test_miter(image threaded) PASS : qquickcanvasitem::line::test_miter(image immediate) PASS : qquickcanvasitem::line::test_width(image threaded) PASS : qquickcanvasitem::line::test_width(image immediate) PASS : qquickcanvasitem::line::cleanupTestCase() PASS : qquickcanvasitem::path::initTestCase() PASS : qquickcanvasitem::path::test_basic(image threaded) PASS : qquickcanvasitem::path::test_basic(image immediate) PASS : qquickcanvasitem::path::test_beginPath(image threaded) PASS : qquickcanvasitem::path::test_beginPath(image immediate) PASS : qquickcanvasitem::path::test_bezierCurveTo(image threaded) PASS : qquickcanvasitem::path::test_bezierCurveTo(image immediate) PASS : qquickcanvasitem::path::test_clearRect(image threaded) PASS : qquickcanvasitem::path::test_clearRect(image immediate) PASS : qquickcanvasitem::path::test_clip(image threaded) PASS : qquickcanvasitem::path::test_clip(image immediate) PASS : qquickcanvasitem::path::test_closePath(image threaded) PASS : qquickcanvasitem::path::test_closePath(image immediate) PASS : qquickcanvasitem::path::test_fill(image threaded) PASS : qquickcanvasitem::path::test_fill(image immediate) PASS : qquickcanvasitem::path::test_fillRect(image threaded) PASS : qquickcanvasitem::path::test_fillRect(image immediate) PASS : qquickcanvasitem::path::test_isPointInPath(image threaded) PASS : qquickcanvasitem::path::test_isPointInPath(image immediate) PASS : qquickcanvasitem::path::test_lineTo(image threaded) PASS : qquickcanvasitem::path::test_lineTo(image immediate) PASS : qquickcanvasitem::path::test_moveTo(image threaded) PASS : qquickcanvasitem::path::test_moveTo(image immediate) PASS : qquickcanvasitem::path::test_quadraticCurveTo(image threaded) PASS : qquickcanvasitem::path::test_quadraticCurveTo(image immediate) PASS : qquickcanvasitem::path::test_rect(image threaded) PASS : qquickcanvasitem::path::test_rect(image immediate) PASS : qquickcanvasitem::path::test_stroke(image threaded) PASS : qquickcanvasitem::path::test_stroke(image immediate) PASS : qquickcanvasitem::path::test_strokeRect(image threaded) PASS : qquickcanvasitem::path::test_strokeRect(image immediate) PASS : qquickcanvasitem::path::test_transform(image threaded) PASS : qquickcanvasitem::path::test_transform(image immediate) PASS : qquickcanvasitem::path::cleanupTestCase() PASS : qquickcanvasitem::pattern::initTestCase() PASS : qquickcanvasitem::pattern::test_animated(image threaded) PASS : qquickcanvasitem::pattern::test_animated(image immediate) PASS : qquickcanvasitem::pattern::test_basic(image threaded) PASS : qquickcanvasitem::pattern::test_basic(image immediate) PASS : qquickcanvasitem::pattern::test_image(image threaded) PASS : qquickcanvasitem::pattern::test_image(image immediate) PASS : qquickcanvasitem::pattern::test_modified(image threaded) PASS : qquickcanvasitem::pattern::test_modified(image immediate) PASS : qquickcanvasitem::pattern::test_paint(image threaded) PASS : qquickcanvasitem::pattern::test_paint(image immediate) PASS : qquickcanvasitem::pattern::test_repeat(image threaded) PASS : qquickcanvasitem::pattern::test_repeat(image immediate) QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 5923] QtQA::App::TestRunner: [New Thread 5940] QtQA::App::TestRunner: [New Thread 5921] QtQA::App::TestRunner: [New Thread 5920] QtQA::App::TestRunner: [New Thread 5922] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qquickcanvasitem -o /work/build/_artifacts/test-logs/tst_qquickcanvasitem'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb69b0ff7 in QOpenGLContext::isValid (this=0xb1bad5c8) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:408 QtQA::App::TestRunner: 408 return d->platformGLContext && d->platformGLContext->isValid(); QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 5922): QtQA::App::TestRunner: #0 0xb76f9430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6317245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5b6d8ef in v8::internal::LinuxSemaphore::Wait (this=0x9050d58) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:857 QtQA::App::TestRunner: #3 0xb5a5eaa2 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:420 QtQA::App::TestRunner: #4 0xb5a5ec33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x903ebd4) at ../3rdparty/v8/src/runtime-profiler.cc:467 QtQA::App::TestRunner: #5 0xb5b6ec10 in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5b6d5c9 in ThreadEntry (arg=0x903ebb0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:733 QtQA::App::TestRunner: #7 0xb631096e in start_thread (arg=0xb3614b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb61453ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 5920): QtQA::App::TestRunner: #0 0xb76f9430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6318736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb5cc0ab6 in QTest::qSleep (ms=10) at qtestcase.cpp:2514 QtQA::App::TestRunner: #3 0xb76ebd7a in qWait (ms=100) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:70 QtQA::App::TestRunner: #4 0xb76ed6e5 in QuickTestResult::wait (this=0xb1be0c90, ms=100) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #5 0xb76f1201 in QuickTestResult::qt_static_metacall (_o=0xb1be0c90, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfee48b0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #6 0xb76f16f0 in QuickTestResult::qt_metacall (this=0xb1be0c90, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfee48b0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #7 0xb660bf5a in QMetaObject::metacall (object=0xb1be0c90, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbfee48b0) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #8 0xb76275e6 in CallMethod (object=0xb1be0c90, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0x97c33e4, engine=0x90303e8, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #9 0xb7628246 in CallPrecise (object=0xb1be0c90, data=..., engine=0x90303e8, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #10 0xb76291f4 in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #11 0xb5814542 in HandleApiCallHelper (args=..., isolate=0x8ff3038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1120 QtQA::App::TestRunner: #12 0xb580f34c in Builtin_Impl_HandleApiCall (args=..., isolate=0x8ff3038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1137 QtQA::App::TestRunner: #13 0xb580f327 in Builtin_HandleApiCall (args=..., isolate=0x8ff3038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1136 QtQA::App::TestRunner: #14 0x57e0a336 in ?? () QtQA::App::TestRunner: #15 0x57e26ac4 in ?? () QtQA::App::TestRunner: #16 0x57e0db61 in ?? () QtQA::App::TestRunner: #17 0x57e46cae in ?? () QtQA::App::TestRunner: #18 0x57e46b25 in ?? () QtQA::App::TestRunner: #19 0x57e0db61 in ?? () QtQA::App::TestRunner: #20 0x57e33c77 in ?? () QtQA::App::TestRunner: #21 0x57e0db61 in ?? () QtQA::App::TestRunner: #22 0x57e33347 in ?? () QtQA::App::TestRunner: #23 0x57e30f62 in ?? () QtQA::App::TestRunner: #24 0x57e21db9 in ?? () QtQA::App::TestRunner: #25 0x57e12cca in ?? () QtQA::App::TestRunner: #26 0xb5853de5 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbfee4faf, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #27 0xb5854196 in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfee4faf, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:194 QtQA::App::TestRunner: #28 0xb5853f99 in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfee4faf, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:161 QtQA::App::TestRunner: #29 0xb57cb3d6 in v8::Function::Call (this=0x94a4d10, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3714 QtQA::App::TestRunner: #30 0xb759f6aa in QQmlJavaScriptExpression::evaluate (this=0xb1b33348, QtQA::App::TestRunner: context=0xb0f4f358, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #31 0xb759f3ce in QQmlJavaScriptExpression::evaluate (this=0xb1b33348, QtQA::App::TestRunner: context=0xb0f4f358, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #32 0xb752d236 in QQmlBoundSignalExpression::evaluate (this=0xb1b33338, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #33 0xb752deb5 in QQmlBoundSignal_callback (e=0xb1b68c7c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #34 0xb757e528 in QQmlNotifier::emitNotify (endpoint=0xb1b68c7c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #35 0xb74cb0af in QQmlData::signalEmitted (object=0xb1b09270, index=28, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:597 QtQA::App::TestRunner: #36 0xb6641953 in QMetaObject::activate (sender=0xb1b09270, signalOffset=27, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3338 QtQA::App::TestRunner: #37 0xb74c5d7e in QQmlVMEMetaObject::activate (this=0xb0f6b1f8, QtQA::App::TestRunner: object=0xb1b09270, index=36, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #38 0xb74c3c2f in QQmlVMEMetaObject::metaCall (this=0xb0f6b1f8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=41, a=0xbfee61f4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #39 0xb74a30c1 in QAbstractDynamicMetaObject::metaCall (this=0xb0f6b1f8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=41, a=0xbfee61f4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.0.2/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:336 QtQA::App::TestRunner: #40 0xb74c45e3 in QQmlVMEMetaObject::metaCall (this=0xb1bb6da0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=41, a=0xbfee61f4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #41 0xb74a30c1 in QAbstractDynamicMetaObject::metaCall (this=0xb1bb6da0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=41, a=0xbfee61f4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.0.2/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:336 QtQA::App::TestRunner: #42 0xb74c45e3 in QQmlVMEMetaObject::metaCall (this=0xb1b42f18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=41, a=0xbfee61f4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #43 0xb74a30c1 in QAbstractDynamicMetaObject::metaCall (this=0xb1b42f18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=41, a=0xbfee61f4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.0.2/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:336 QtQA::App::TestRunner: #44 0xb660bf31 in QMetaObject::metacall (object=0xb1b09270, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=41, argv=0xbfee61f4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #45 0xb75fb3e1 in QV4Bindings::run (this=0xb1b42e80, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0xb0fc46f0, context=0xb0f1beb0, error=0xb0fc46d4, QtQA::App::TestRunner: scope=0xb1b09270, output=0xb1b09270, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #46 0xb75f3705 in QV4Bindings::run (this=0xb1b42e80, binding=0xb0fc46cc, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #47 0xb75f2f75 in QV4Bindings::subscriptionNotify (this=0xb1b42e80, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #48 0xb75f2ee3 in QV4BindingsSubscription_callback (e=0xb1b33524) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #49 0xb757e528 in QQmlNotifier::emitNotify (endpoint=0xb1b33524, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #50 0xb74cb0af in QQmlData::signalEmitted (object=0xb1b09270, index=32, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:597 QtQA::App::TestRunner: #51 0xb6641953 in QMetaObject::activate (sender=0xb1b09270, signalOffset=27, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3338 QtQA::App::TestRunner: #52 0xb74c5d7e in QQmlVMEMetaObject::activate (this=0xb0f6b1f8, QtQA::App::TestRunner: object=0xb1b09270, index=40, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #53 0xb74c3c2f in QQmlVMEMetaObject::metaCall (this=0xb0f6b1f8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=45, a=0xbfee7028) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #54 0xb74a30c1 in QAbstractDynamicMetaObject::metaCall (this=0xb0f6b1f8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=45, a=0xbfee7028) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.0.2/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:336 QtQA::App::TestRunner: #55 0xb74c45e3 in QQmlVMEMetaObject::metaCall (this=0xb1bb6da0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=45, a=0xbfee7028) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #56 0xb74a30c1 in QAbstractDynamicMetaObject::metaCall (this=0xb1bb6da0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=45, a=0xbfee7028) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.0.2/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:336 QtQA::App::TestRunner: #57 0xb74c45e3 in QQmlVMEMetaObject::metaCall (this=0xb1b42f18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=45, a=0xbfee7028) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #58 0xb74a30c1 in QAbstractDynamicMetaObject::metaCall (this=0xb1b42f18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=45, a=0xbfee7028) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.0.2/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:336 QtQA::App::TestRunner: #59 0xb660bf31 in QMetaObject::metacall (object=0xb1b09270, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=45, argv=0xbfee7028) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #60 0xb74e89b6 in QQmlPropertyPrivate::write (object=0xb1b09270, QtQA::App::TestRunner: property=..., value=..., context=0xb0f4f358, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #61 0xb74e83a3 in QQmlPropertyPrivate::writeValueProperty (object=0xb1b09270, QtQA::App::TestRunner: core=..., value=..., context=0xb0f4f358, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #62 0xb74ea3ac in QQmlPropertyPrivate::writeBinding (object=0xb1b09270, QtQA::App::TestRunner: core=..., context=0xb0f4f358, expression=0xb1b52154, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1591 QtQA::App::TestRunner: #63 0xb763b518 in QV8Bindings::Binding::update (this=0xb1b52154, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #64 0xb763b801 in QV8Bindings::Binding::expressionChanged (e=0xb1b52154) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #65 0xb75a0948 in QQmlJavaScriptExpressionGuard_callback (e=0x90f24d4) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #66 0xb757e528 in QQmlNotifier::emitNotify (endpoint=0x90f24d4, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #67 0xb74cb0af in QQmlData::signalEmitted (object=0xbfee77a4, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:597 QtQA::App::TestRunner: #68 0xb6641953 in QMetaObject::activate (sender=0xbfee77a4, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3338 QtQA::App::TestRunner: #69 0xb66417c4 in QMetaObject::activate (sender=0xbfee77a4, m=0xb76f5c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3320 QtQA::App::TestRunner: #70 0xb76e550d in QTestRootObject::windowShownChanged (this=0xbfee77a4) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #71 0xb76e692c in QTestRootObject::setWindowShown (this=0xbfee77a4, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #72 0xb76e4ffc in quick_test_main (argc=5, argv=0xbfee79e4, QtQA::App::TestRunner: name=0x804876c "qquickcanvasitem", QtQA::App::TestRunner: sourceDir=0x8048730 "/work/build/qtdeclarative/tests/auto/quick/qquickcanvasitem") at quicktest.cpp:344 QtQA::App::TestRunner: #73 0x0804865f in main (argc=5, argv=0xbfee79e4) QtQA::App::TestRunner: at tst_qquickcanvasitem.cpp:42 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 5921): QtQA::App::TestRunner: #0 0xb76f9430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6137506 in *__GI___poll (fds=0xb61ccff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56b54eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb56a80ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb56a84b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb66724c2 in QEventDispatcherGlib::processEvents (this=0x902bd20, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:423 QtQA::App::TestRunner: #6 0xb6600127 in QEventLoop::processEvents (this=0xb3e152c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb66003df in QEventLoop::exec (this=0xb3e152c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb6431307 in QThread::exec (this=0x902ceb0) at thread/qthread.cpp:506 QtQA::App::TestRunner: #9 0xb75d10a8 in QQmlThreadPrivate::run (this=0x902ceb0) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb6437d29 in QThreadPrivate::start (arg=0x902ceb0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:333 QtQA::App::TestRunner: #11 0xb631096e in start_thread (arg=0xb3e15b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61453ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 5940): QtQA::App::TestRunner: #0 0xb76f9430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6137506 in *__GI___poll (fds=0xb61ccff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56b54eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb56a80ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb56a84b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb66724c2 in QEventDispatcherGlib::processEvents (this=0x95f3550, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:423 QtQA::App::TestRunner: #6 0xb6600127 in QEventLoop::processEvents (this=0xb25ff288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb66003df in QEventLoop::exec (this=0xb25ff288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb6431307 in QThread::exec (this=0x96c73f8) at thread/qthread.cpp:506 QtQA::App::TestRunner: #9 0xb5dbf5cf in QQuickPixmapReader::run (this=0x96c73f8) QtQA::App::TestRunner: at util/qquickpixmapcache.cpp:668 QtQA::App::TestRunner: #10 0xb6437d29 in QThreadPrivate::start (arg=0x96c73f8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:333 QtQA::App::TestRunner: #11 0xb631096e in start_thread (arg=0xb25ffb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61453ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 5923): QtQA::App::TestRunner: #0 0xb69b0ff7 in QOpenGLContext::isValid (this=0xb1bad5c8) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:408 QtQA::App::TestRunner: #1 0xb5fb0257 in GLAcquireContext (this=0xb2f40ccc, c=0xb1bad5c8, QtQA::App::TestRunner: s=0xb1bad430) at items/context2d/qquickcontext2dtexture.cpp:74 QtQA::App::TestRunner: #2 0xb5fadcae in QQuickContext2DTexture::paint (this=0xb1b4ae68, QtQA::App::TestRunner: ccb=0xb0feb8a0) at items/context2d/qquickcontext2dtexture.cpp:252 QtQA::App::TestRunner: #3 0xb5ff6b10 in QQuickContext2DTexture::qt_static_metacall (_o=0xb1b4ae68, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xb0fbd6b0) QtQA::App::TestRunner: at .moc/debug-shared/moc_qquickcontext2dtexture_p.cpp:108 QtQA::App::TestRunner: #4 0xb6639fe0 in QMetaCallEvent::placeMetaCall (this=0xb1b990e0, QtQA::App::TestRunner: object=0xb1b4ae68) at kernel/qobject.cpp:479 QtQA::App::TestRunner: #5 0xb663bba9 in QObject::event (this=0xb1b4ae68, e=0xb1b990e0) QtQA::App::TestRunner: at kernel/qobject.cpp:1070 QtQA::App::TestRunner: #6 0xb6603ce7 in QCoreApplicationPrivate::notify_helper (this=0x8ffc3e0, QtQA::App::TestRunner: receiver=0xb1b4ae68, event=0xb1b990e0) at kernel/qcoreapplication.cpp:884 QtQA::App::TestRunner: #7 0xb66039f9 in QCoreApplication::notify (this=0x8ffbc40, QtQA::App::TestRunner: receiver=0xb1b4ae68, event=0xb1b990e0) at kernel/qcoreapplication.cpp:829 QtQA::App::TestRunner: #8 0xb6971d1f in QGuiApplication::notify (this=0x8ffbc40, object=0xb1b4ae68, QtQA::App::TestRunner: event=0xb1b990e0) at kernel/qguiapplication.cpp:1204 QtQA::App::TestRunner: #9 0xb6603903 in QCoreApplication::notifyInternal (this=0x8ffbc40, QtQA::App::TestRunner: receiver=0xb1b4ae68, event=0xb1b990e0) at kernel/qcoreapplication.cpp:767 QtQA::App::TestRunner: #10 0xb66070bd in QCoreApplication::sendEvent (receiver=0xb1b4ae68, QtQA::App::TestRunner: event=0xb1b990e0) at kernel/qcoreapplication.h:203 QtQA::App::TestRunner: #11 0xb6604a42 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0, data=0x9482960) at kernel/qcoreapplication.cpp:1368 QtQA::App::TestRunner: #12 0xb6604511 in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1228 QtQA::App::TestRunner: #13 0xb6671535 in postEventSourceDispatch (s=0x9483888) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:278 QtQA::App::TestRunner: #14 0xb56a45e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #15 0xb56a82d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #16 0xb56a84b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #17 0xb66724c2 in QEventDispatcherGlib::processEvents (this=0x919d4e8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:423 QtQA::App::TestRunner: #18 0xb6600127 in QEventLoop::processEvents (this=0xb2f412c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #19 0xb66003df in QEventLoop::exec (this=0xb2f412c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #20 0xb6431307 in QThread::exec (this=0x906a488) at thread/qthread.cpp:506 QtQA::App::TestRunner: #21 0xb643149b in QThread::run (this=0x906a488) at thread/qthread.cpp:573 QtQA::App::TestRunner: #22 0xb6437d29 in QThreadPrivate::start (arg=0x906a488) QtQA::App::TestRunner: at thread/qthread_unix.cpp:333 QtQA::App::TestRunner: #23 0xb631096e in start_thread (arg=0xb2f41b70) at pthread_create.c:300 QtQA::App::TestRunner: #24 0xb61453ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickcanvasitem: 35 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00103/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/release_1364995731): http://codereview.qt-project.org/52711 [PS4] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 3 18:46:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:46:19 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130403_154619_049914.ci-noreply@qt-project.org> QtTools_stable_Integration » linux-g++_no-widgets_Ubuntu_12.04_x64 #130: FAILURE Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00130/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz ============================================================ QtTools_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #130: FAILURE Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00130/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Invalid argument `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00130/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365003839): http://codereview.qt-project.org/52856 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 18:46:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:46:34 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130403_154634_066354.ci-noreply@qt-project.org> QtQuick1_stable_Integration » macx-g++_developer-build_OSX_10.6 #106: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_stable_Integration/build_00106/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1365003823): http://codereview.qt-project.org/52847 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 18:49:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:49:07 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130403_154907_078932.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » linux-g++_shadow-build_Ubuntu_11.10_x86 #359: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00359/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz ============================================================ QtDeclarative_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #359: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00359/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365003856): http://codereview.qt-project.org/52859 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 18:49:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 18:49:35 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130403_154935_005825.ci-noreply@qt-project.org> QtDeclarative_dev_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #402: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00402/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365003856): http://codereview.qt-project.org/52819 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 19:04:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:04:01 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_160401_036001.ci-noreply@qt-project.org> Autotest `tst_qopengl' failed :( Testing tst_QOpenGL FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location Totals: 16 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QOpenGL ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QOpenGL::initTestCase() PASS : tst_QOpenGL::sharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::sharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QOffscreenSurface) PASS : tst_QOpenGL::fboSimpleRendering(Using QWindow) PASS : tst_QOpenGL::fboSimpleRendering(Using QOffscreenSurface) QWARN : tst_QOpenGL::fboRendering(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location QWARN : tst_QOpenGL::fboRendering(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::fboRendering(Using QOffscreenSurface) PASS : tst_QOpenGL::fboHandleNulledAfterContextDestroyed() QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QWindow) QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) PASS : tst_QOpenGL::aboutToBeDestroyed() QWARN : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() PASS : tst_QOpenGL::cleanupTestCase() Totals: 16 passed, 2 failed, 0 skipped ********* Finished testing of tst_QOpenGL ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qopengl: 1 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00820/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1364998013): http://codereview.qt-project.org/52767 [PS1] - Fix warning: qt_setDockMenu not found From ci-noreply at qt-project.org Wed Apr 3 19:14:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:14:01 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_161401_061015.ci-noreply@qt-project.org> QtBase_dev_Integration #768: SUCCESS Tested changes (refs/builds/dev_1364996805): http://codereview.qt-project.org/52723 [PS1] - Fixed a bug where spans across empty cells got broken. From ci-noreply at qt-project.org Wed Apr 3 19:23:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:23:49 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130403_162349_017634.ci-noreply@qt-project.org> QtWebKit_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #94: FAILURE Build log: http://testresults.qt-project.org/ci/QtWebKit_stable_Integration/build_00094/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365005604): http://codereview.qt-project.org/52848 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:25:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:25:28 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130403_162528_080492.ci-noreply@qt-project.org> QtQuick1_dev_Integration » win32-msvc2010_Windows_7 #49: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00049/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365006045): http://codereview.qt-project.org/52824 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 19:26:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:26:47 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130403_162647_031449.ci-noreply@qt-project.org> QtDoc_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #115: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00115/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365004333): http://codereview.qt-project.org/52849 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:29:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:29:40 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130403_162940_033073.ci-noreply@qt-project.org> An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. Building remotely on ci-ubuntu1204-x64-03FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Socket closed hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Socket closed Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Socket closed Build log: http://testresults.qt-project.org/ci/QtScript_stable_Integration/build_00058/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz ============================================================ QtScript_stable_Integration » linux-g++_shadow-build_Ubuntu_11.10_x86 #58: FAILURE Build log: http://testresults.qt-project.org/ci/QtScript_stable_Integration/build_00058/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/stable_1365005861): http://codereview.qt-project.org/52846 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:30:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:30:28 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#dev Message-ID: <20130403_163028_019411.ci-noreply@qt-project.org> QtDoc_dev_Integration #21: SUCCESS Tested changes (refs/builds/dev_1365003829): http://codereview.qt-project.org/52826 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 19:34:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:34:25 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130403_163425_041131.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-03T16:25:08Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 2 seconds 2013-04-03T16:26:25Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 4 seconds 2013-04-03T16:27:44Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 8 seconds 2013-04-03T16:29:07Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 16 seconds 2013-04-03T16:30:38Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 32 seconds 2013-04-03T16:32:25Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 64 seconds From ci-noreply at qt-project.org Wed Apr 3 19:34:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:34:45 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130403_163445_069656.ci-noreply@qt-project.org> QtMultimedia_stable_Integration » macx-g++_developer-build_OSX_10.6 #111: FAILURE Build log: http://testresults.qt-project.org/ci/QtMultimedia_stable_Integration/build_00111/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1365006251): http://codereview.qt-project.org/52853 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:36:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:36:41 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130403_163641_073229.ci-noreply@qt-project.org> QtMultimedia_dev_Integration » win32-msvc2010_developer-build_angle_Windows_7 #67: FAILURE Build log: http://testresults.qt-project.org/ci/QtMultimedia_dev_Integration/build_00067/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365006248): http://codereview.qt-project.org/52828 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 19:36:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:36:45 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects#stable Message-ID: <20130403_163645_064293.ci-noreply@qt-project.org> QtGraphicalEffects_stable_Integration » macx-g++_developer-build_OSX_10.6 #27: FAILURE Build log: http://testresults.qt-project.org/ci/QtGraphicalEffects_stable_Integration/build_00027/macx-g++_developer-build_OSX_10.6/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Invalid argument `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtGraphicalEffects_stable_Integration/build_00027/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz ============================================================ QtGraphicalEffects_stable_Integration » win32-msvc2010_Windows_7 #27: FAILURE Build log: http://testresults.qt-project.org/ci/QtGraphicalEffects_stable_Integration/build_00027/win32-msvc2010_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Invalid argument `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtGraphicalEffects_stable_Integration/build_00027/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365006841): http://codereview.qt-project.org/52851 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:36:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:36:46 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130403_163646_058971.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-03T16:34:46Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 128 seconds From ci-noreply at qt-project.org Wed Apr 3 19:39:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:39:42 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130403_163942_000358.ci-noreply@qt-project.org> QtSvg_stable_Integration » win32-msvc2010_Windows_7 #53: FAILURE Build log: http://testresults.qt-project.org/ci/QtSvg_stable_Integration/build_00053/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365006809): http://codereview.qt-project.org/52852 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:40:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:40:09 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130403_164009_000739.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-03T16:38:09Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , retry in 256 seconds From ci-noreply at qt-project.org Wed Apr 3 19:45:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:45:40 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130403_164540_094546.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-03T16:43:40Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , occurred repeatedly. 2013-04-03T16:43:40Z: [QtWebKit_dev_Integration error] Suspending for investigation; to resume: kill -USR2 9955 From ci-noreply at qt-project.org Wed Apr 3 19:47:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:47:15 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130403_164715_045254.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #51: SUCCESS Tested changes (refs/builds/stable_1365004396): http://codereview.qt-project.org/52843 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 19:49:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 19:49:08 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130403_164908_091563.ci-noreply@qt-project.org> QtSensors_dev_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #65: FAILURE Build log: http://testresults.qt-project.org/ci/QtSensors_dev_Integration/build_00065/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365006753): http://codereview.qt-project.org/52830 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 20:09:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 20:09:39 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#dev Message-ID: <20130403_170939_067806.ci-noreply@qt-project.org> QtScript_dev_Integration #35: SUCCESS Tested changes (refs/builds/dev_1365003822): http://codereview.qt-project.org/52823 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 20:59:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 20:59:19 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_175919_030838.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) 'socket->waitForEncrypted(5000)' returned FALSE. () tst_qsslsocket.cpp(1948) : failure location FAIL! : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) 'socket->state() == QAbstractSocket::ConnectedState' returned FALSE. () tst_qsslsocket.cpp(2094) : failure location FAIL! : tst_QSslSocket::writeBigChunk(WithoutProxy) 'socket->waitForEncrypted(10000)' returned FALSE. () tst_qsslsocket.cpp(2121) : failure location Totals: 564 passed, 3 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForConnected()' returned FALSE. (Socket operation timed out) tst_qsslsocket.cpp(906) : failure location PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) FAIL! : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) 'socket->waitForDisconnected(10000)' returned FALSE. () tst_qsslsocket.cpp(1932) : failure location PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 tst_qsslsocket.cpp(2073) : failure location PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) FAIL! : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) 'socket->waitForEncrypted(10000)' returned FALSE. () tst_qsslsocket.cpp(2121) : failure location PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 563 passed, 4 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 4 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 212 seconds, exit code 4 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00769/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365005774): http://codereview.qt-project.org/52816 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 21:05:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 21:05:16 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtactiveqt#stable Message-ID: <20130403_180516_026954.ci-noreply@qt-project.org> QtActiveQt_stable_Integration #51: SUCCESS Tested changes (refs/builds/stable_1365006891): http://codereview.qt-project.org/52850 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 21:20:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 21:20:32 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_182032_020317.ci-noreply@qt-project.org> QtBase_stable_Integration #821: SUCCESS Tested changes (refs/builds/stable_1365005208): http://codereview.qt-project.org/52841 [PS2] - Include PRECOMPILED_DIR in dirs fixed by fixExclusiveOutputDirs() http://codereview.qt-project.org/52736 [PS1] - QPA/Mac: Fix resources leaking http://codereview.qt-project.org/52838 [PS2] - Load sdk.prf first, if enabled, so that other features can use QMAKE_CXX http://codereview.qt-project.org/52842 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 21:22:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 21:22:15 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130403_182215_008799.ci-noreply@qt-project.org> Autotest `tst_qdialog' failed :( ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-03 18:54:19.380 tst_qdialog[43230:1d07] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [43230] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [43229] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 19:01:27.801 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[43230]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3d4ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d38c7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d37da7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068665 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006881d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a3d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8d3decfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8c3d367a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8c3d2d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff9242050c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff92428c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff92428486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff910462bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff9104d56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff9104d3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9301b779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9301b07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4b61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a093 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3d57e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff917b5786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff917b4316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff79815fb8 r9: 0x00000001010e4280 r10: 0x00007fff8c3d4d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff79818960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8c3d4ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) <049DA610-70E8-3211-AB76-0961019F4D94> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fff +QtGui (4.8.5 - compatibility 4.8.0) <01244E68-CE79-35D9-8C42-9148A4103288> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff64a60000 - 0x7fff64a94baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff88b0a000 - 0x7fff88b5cff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff88b5d000 - 0x7fff88bb1fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff88bb2000 - 0x7fff88bb6fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff88c46000 - 0x7fff88c5cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff88c5d000 - 0x7fff88c81fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff88cd9000 - 0x7fff88d31ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff88d32000 - 0x7fff88d3dff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff88d3e000 - 0x7fff88d8aff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89224000 - 0x7fff8924afff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8924b000 - 0x7fff89678fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff89679000 - 0x7fff8968efff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8968f000 - 0x7fff8969cff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff897a9000 - 0x7fff8981ffff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff898bc000 - 0x7fff899a0ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff899a1000 - 0x7fff899c9fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff89c3f000 - 0x7fff89f58fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff89f5d000 - 0x7fff89f5fff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff89f60000 - 0x7fff89f67ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8a1d7000 - 0x7fff8a1dcfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8a1dd000 - 0x7fff8a1f4fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8a1fa000 - 0x7fff8a29bfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8ab9d000 - 0x7fff8abd7fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8abd8000 - 0x7fff8abeaff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8abeb000 - 0x7fff8acf8fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8ad50000 - 0x7fff8ad7cff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8ad7d000 - 0x7fff8aee4fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8af0d000 - 0x7fff8af12fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8af13000 - 0x7fff8aff2fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8aff5000 - 0x7fff8b000fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8b00c000 - 0x7fff8b101fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8b102000 - 0x7fff8b10afff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8b10b000 - 0x7fff8b159fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8b15e000 - 0x7fff8b15ffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8b1be000 - 0x7fff8b685fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8b686000 - 0x7fff8b68bff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8b776000 - 0x7fff8b7deff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8b7e5000 - 0x7fff8b7ecfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8bd19000 - 0x7fff8bd3afff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8bd3b000 - 0x7fff8bd3bfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8bf4f000 - 0x7fff8bf54fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8c3be000 - 0x7fff8c3defff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c3f9000 - 0x7fff8c715fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8cb4a000 - 0x7fff8cb4afff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8cb4b000 - 0x7fff8cb4dfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8cb8d000 - 0x7fff8ce45fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8d041000 - 0x7fff8d041fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8d042000 - 0x7fff8d086ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8d087000 - 0x7fff8d0abfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8d0ac000 - 0x7fff8d100ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8d101000 - 0x7fff8d101fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8d15e000 - 0x7fff8d2bbfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8d2cd000 - 0x7fff8d30fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8d325000 - 0x7fff8d33bff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8d33c000 - 0x7fff8d419fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8d41a000 - 0x7fff8d41afff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8d41b000 - 0x7fff8d51dfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8d51e000 - 0x7fff8d594ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8d5a6000 - 0x7fff8d5acff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8d5f5000 - 0x7fff8d602fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8d691000 - 0x7fff8d698fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8d762000 - 0x7fff8d766fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8d7f6000 - 0x7fff8d858ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8d859000 - 0x7fff8d85bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8d85c000 - 0x7fff8d85cfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8d85d000 - 0x7fff8d85efff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8d86b000 - 0x7fff8d874ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8db29000 - 0x7fff8db38fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8db39000 - 0x7fff8dbcfff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8dbd0000 - 0x7fff8dc83ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8dc84000 - 0x7fff8dd68e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8dd69000 - 0x7fff8dd69fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8dd6a000 - 0x7fff8ddd5ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8deb5000 - 0x7fff8deb5fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8deb6000 - 0x7fff8dedffff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8df84000 - 0x7fff8e090fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8e091000 - 0x7fff8e0b0fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8e0b1000 - 0x7fff8e251ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8e252000 - 0x7fff8e2baff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8e2bb000 - 0x7fff8e2bcff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8e71a000 - 0x7fff8e71afff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e71b000 - 0x7fff8ecfffff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ed0e000 - 0x7fff8ed0fff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8ed87000 - 0x7fff8ed8cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8ed8d000 - 0x7fff8edcdff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8ee61000 - 0x7fff8ef06fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8ef51000 - 0x7fff8ef90fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8efc3000 - 0x7fff8f961a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f962000 - 0x7fff8f975ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8f9b2000 - 0x7fff8f9b5ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8fb15000 - 0x7fff8fb1bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8fd8e000 - 0x7fff8fe28ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8fe53000 - 0x7fff8feaeff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8feed000 - 0x7fff8fef3fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8fef4000 - 0x7fff8fef7fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8fef8000 - 0x7fff9016cfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff9029d000 - 0x7fff90310fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff909eb000 - 0x7fff90a4bfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff90a4c000 - 0x7fff90b53fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff90b54000 - 0x7fff90d56fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff90d57000 - 0x7fff90e1eff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff90e1f000 - 0x7fff90e20ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff90f70000 - 0x7fff90fa0ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff90fa1000 - 0x7fff90fdcfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff90fdd000 - 0x7fff9101efff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff9101f000 - 0x7fff9103bff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff9103c000 - 0x7fff91043fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff91044000 - 0x7fff91370fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff91371000 - 0x7fff91374fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff91698000 - 0x7fff917b1fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff917b2000 - 0x7fff917c0fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff917c1000 - 0x7fff917ecff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff918e8000 - 0x7fff91928fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff9234d000 - 0x7fff923effff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff923f0000 - 0x7fff925c4ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff9280e000 - 0x7fff92893ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff92894000 - 0x7fff9290fff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff92910000 - 0x7fff92911fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92912000 - 0x7fff92b3cfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff92b3d000 - 0x7fff92bc1ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff92bc2000 - 0x7fff92c1eff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff92c1f000 - 0x7fff92ca2fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff92ced000 - 0x7fff92d04fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92d05000 - 0x7fff92e0afff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff92e0b000 - 0x7fff92e0fff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff92e10000 - 0x7fff92e13fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff92eb4000 - 0x7fff92eddfff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff92ede000 - 0x7fff92fa5ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9300d000 - 0x7fff93012fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff93013000 - 0x7fff93c19fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff93c43000 - 0x7fff93c4eff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff93c4f000 - 0x7fff93c53fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff94444000 - 0x7fff9444afff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff945b8000 - 0x7fff946eefff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff946f7000 - 0x7fff94714ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff9475b000 - 0x7fff94769ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff947a6000 - 0x7fff947b4fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff947b5000 - 0x7fff947b6fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff9484a000 - 0x7fff9485eff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff9485f000 - 0x7fff9487cfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9487d000 - 0x7fff94887ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff94897000 - 0x7fff948c4fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff948c5000 - 0x7fff948d4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff94901000 - 0x7fff94903fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff956b9000 - 0x7fff959aeff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff95a25000 - 0x7fff95a58ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff95a74000 - 0x7fff95ae4fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff95af1000 - 0x7fff95b03ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 8747 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=82.7M(51%) swapped_out_or_unallocated=79.1M(49%) QtQA::App::TestRunner: Writable regions: Total=70.5M written=2464K(3%) resident=7072K(10%) swapped_out=0K(0%) unallocated=63.6M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2692K QtQA::App::TestRunner: MALLOC 42.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 12.7M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 377.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-03 19:01:50.911 tst_qdialog[43259:4f07] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [43259] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [43229] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 19:08:59.541 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[43259]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3d4ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d38c7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d37da7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068665 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006881d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a3d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8d3decfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8c3d367a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8c3d2d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff9242050c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff92428c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff92428486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff910462bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff9104d56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff9104d3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9301b779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9301b07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4b61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a093 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3d57e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff917b5786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff917b4316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff79815fb8 r9: 0x00000001013785d0 r10: 0x00007fff8c3d4d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff79818960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8c3d4ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) <049DA610-70E8-3211-AB76-0961019F4D94> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fff +QtGui (4.8.5 - compatibility 4.8.0) <01244E68-CE79-35D9-8C42-9148A4103288> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff62100000 - 0x7fff62134baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff88b0a000 - 0x7fff88b5cff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff88b5d000 - 0x7fff88bb1fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff88bb2000 - 0x7fff88bb6fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff88c46000 - 0x7fff88c5cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff88c5d000 - 0x7fff88c81fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff88cd9000 - 0x7fff88d31ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff88d32000 - 0x7fff88d3dff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff88d3e000 - 0x7fff88d8aff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89224000 - 0x7fff8924afff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8924b000 - 0x7fff89678fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff89679000 - 0x7fff8968efff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8968f000 - 0x7fff8969cff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff897a9000 - 0x7fff8981ffff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff898bc000 - 0x7fff899a0ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff899a1000 - 0x7fff899c9fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff89c3f000 - 0x7fff89f58fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff89f5d000 - 0x7fff89f5fff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff89f60000 - 0x7fff89f67ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8a1d7000 - 0x7fff8a1dcfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8a1dd000 - 0x7fff8a1f4fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8a1fa000 - 0x7fff8a29bfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8ab9d000 - 0x7fff8abd7fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8abd8000 - 0x7fff8abeaff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8abeb000 - 0x7fff8acf8fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8ad50000 - 0x7fff8ad7cff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8ad7d000 - 0x7fff8aee4fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8af0d000 - 0x7fff8af12fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8af13000 - 0x7fff8aff2fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8aff5000 - 0x7fff8b000fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8b00c000 - 0x7fff8b101fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8b102000 - 0x7fff8b10afff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8b10b000 - 0x7fff8b159fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8b15e000 - 0x7fff8b15ffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8b1be000 - 0x7fff8b685fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8b686000 - 0x7fff8b68bff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8b776000 - 0x7fff8b7deff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8b7e5000 - 0x7fff8b7ecfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8bd19000 - 0x7fff8bd3afff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8bd3b000 - 0x7fff8bd3bfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8bf4f000 - 0x7fff8bf54fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8c3be000 - 0x7fff8c3defff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c3f9000 - 0x7fff8c715fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8cb4a000 - 0x7fff8cb4afff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8cb4b000 - 0x7fff8cb4dfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8cb8d000 - 0x7fff8ce45fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8d041000 - 0x7fff8d041fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8d042000 - 0x7fff8d086ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8d087000 - 0x7fff8d0abfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8d0ac000 - 0x7fff8d100ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8d101000 - 0x7fff8d101fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8d15e000 - 0x7fff8d2bbfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8d2cd000 - 0x7fff8d30fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8d325000 - 0x7fff8d33bff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8d33c000 - 0x7fff8d419fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8d41a000 - 0x7fff8d41afff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8d41b000 - 0x7fff8d51dfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8d51e000 - 0x7fff8d594ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8d5a6000 - 0x7fff8d5acff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8d5f5000 - 0x7fff8d602fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8d691000 - 0x7fff8d698fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8d762000 - 0x7fff8d766fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8d7f6000 - 0x7fff8d858ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8d859000 - 0x7fff8d85bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8d85c000 - 0x7fff8d85cfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8d85d000 - 0x7fff8d85efff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8d86b000 - 0x7fff8d874ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8db29000 - 0x7fff8db38fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8db39000 - 0x7fff8dbcfff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8dbd0000 - 0x7fff8dc83ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8dc84000 - 0x7fff8dd68e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8dd69000 - 0x7fff8dd69fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8dd6a000 - 0x7fff8ddd5ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8deb5000 - 0x7fff8deb5fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8deb6000 - 0x7fff8dedffff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8df84000 - 0x7fff8e090fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8e091000 - 0x7fff8e0b0fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8e0b1000 - 0x7fff8e251ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8e252000 - 0x7fff8e2baff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8e2bb000 - 0x7fff8e2bcff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8e71a000 - 0x7fff8e71afff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e71b000 - 0x7fff8ecfffff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ed0e000 - 0x7fff8ed0fff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8ed87000 - 0x7fff8ed8cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8ed8d000 - 0x7fff8edcdff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8ee61000 - 0x7fff8ef06fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8ef51000 - 0x7fff8ef90fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8efc3000 - 0x7fff8f961a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f962000 - 0x7fff8f975ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8f9b2000 - 0x7fff8f9b5ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8fb15000 - 0x7fff8fb1bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8fd8e000 - 0x7fff8fe28ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8fe53000 - 0x7fff8feaeff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8feed000 - 0x7fff8fef3fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8fef4000 - 0x7fff8fef7fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8fef8000 - 0x7fff9016cfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff9029d000 - 0x7fff90310fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff909eb000 - 0x7fff90a4bfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff90a4c000 - 0x7fff90b53fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff90b54000 - 0x7fff90d56fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff90d57000 - 0x7fff90e1eff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff90e1f000 - 0x7fff90e20ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff90f70000 - 0x7fff90fa0ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff90fa1000 - 0x7fff90fdcfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff90fdd000 - 0x7fff9101efff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff9101f000 - 0x7fff9103bff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff9103c000 - 0x7fff91043fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff91044000 - 0x7fff91370fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff91371000 - 0x7fff91374fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff91698000 - 0x7fff917b1fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff917b2000 - 0x7fff917c0fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff917c1000 - 0x7fff917ecff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff918e8000 - 0x7fff91928fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff9234d000 - 0x7fff923effff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff923f0000 - 0x7fff925c4ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff9280e000 - 0x7fff92893ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff92894000 - 0x7fff9290fff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff92910000 - 0x7fff92911fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92912000 - 0x7fff92b3cfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff92b3d000 - 0x7fff92bc1ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff92bc2000 - 0x7fff92c1eff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff92c1f000 - 0x7fff92ca2fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff92ced000 - 0x7fff92d04fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92d05000 - 0x7fff92e0afff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff92e0b000 - 0x7fff92e0fff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff92e10000 - 0x7fff92e13fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff92eb4000 - 0x7fff92eddfff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff92ede000 - 0x7fff92fa5ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9300d000 - 0x7fff93012fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff93013000 - 0x7fff93c19fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff93c43000 - 0x7fff93c4eff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff93c4f000 - 0x7fff93c53fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff94444000 - 0x7fff9444afff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff945b8000 - 0x7fff946eefff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff946f7000 - 0x7fff94714ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff9475b000 - 0x7fff94769ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff947a6000 - 0x7fff947b4fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff947b5000 - 0x7fff947b6fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff9484a000 - 0x7fff9485eff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff9485f000 - 0x7fff9487cfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9487d000 - 0x7fff94887ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff94897000 - 0x7fff948c4fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff948c5000 - 0x7fff948d4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff94901000 - 0x7fff94903fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff956b9000 - 0x7fff959aeff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff95a25000 - 0x7fff95a58ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff95a74000 - 0x7fff95ae4fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff95af1000 - 0x7fff95b03ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 8760 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=82.7M(51%) swapped_out_or_unallocated=79.1M(49%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=2364K(3%) resident=7136K(10%) swapped_out=0K(0%) unallocated=62.7M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2692K QtQA::App::TestRunner: MALLOC 41.8M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 12.7M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 377.0M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdialog: 903 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01373/macx-g++_developer-build_OSX_10.7/log.txt.gz Tested changes (refs/builds/4.8_1364997228): http://codereview.qt-project.org/52368 [PS4] - Fix a bug in QSystemLocale on BB10 http://codereview.qt-project.org/49205 [PS9] - Adding transformed support for QNX QWS plugin From ci-noreply at qt-project.org Wed Apr 3 21:51:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 21:51:43 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130403_185143_009941.ci-noreply@qt-project.org> QtSensors_stable_Integration #33: SUCCESS Tested changes (refs/builds/stable_1365013282): http://codereview.qt-project.org/52678 [PS2] - Fix warnings in qtsensors From ci-noreply at qt-project.org Wed Apr 3 22:29:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 22:29:33 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130403_192933_095055.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #112: SUCCESS Tested changes (refs/builds/stable_1365014183): http://codereview.qt-project.org/52677 [PS1] - Fix warnings in qtmultimedia From ci-noreply at qt-project.org Wed Apr 3 22:29:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 22:29:55 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130403_192955_052171.ci-noreply@qt-project.org> QtTools_dev_Integration #84: SUCCESS Tested changes (refs/builds/dev_1365006778): http://codereview.qt-project.org/52827 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 3 22:44:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 22:44:20 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130403_194420_031170.ci-noreply@qt-project.org> Autotest `tst_qquickpathview' failed :( Testing tst_QQuickPathView FAIL! : tst_QQuickPathView::dataModel() 'text' returned FALSE. () Loc: [tst_qquickpathview.cpp(840)] Totals: 122 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickPathView ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QQuickPathView::initTestCase() PASS : tst_QQuickPathView::initValues() PASS : tst_QQuickPathView::items() FAIL! : tst_QQuickPathView::dataModel() 'text' returned FALSE. () Loc: [tst_qquickpathview.cpp(840)] PASS : tst_QQuickPathView::pathview2() PASS : tst_QQuickPathView::pathview3() PASS : tst_QQuickPathView::initialCurrentIndex() PASS : tst_QQuickPathView::insertModel(insert after current) PASS : tst_QQuickPathView::insertModel(insert before current) PASS : tst_QQuickPathView::insertModel(insert multiple after current) PASS : tst_QQuickPathView::insertModel(insert multiple before current) PASS : tst_QQuickPathView::insertModel(insert at end) PASS : tst_QQuickPathView::insertModel(insert at beginning) PASS : tst_QQuickPathView::insertModel(insert at current) PASS : tst_QQuickPathView::insertModel(no range - insert after current) PASS : tst_QQuickPathView::insertModel(no range - insert before current) PASS : tst_QQuickPathView::insertModel(no range - insert multiple after current) PASS : tst_QQuickPathView::insertModel(no range - insert multiple before current) PASS : tst_QQuickPathView::insertModel(no range - insert at end) PASS : tst_QQuickPathView::insertModel(no range - insert at beginning) PASS : tst_QQuickPathView::insertModel(no range - insert at current) PASS : tst_QQuickPathView::removeModel(remove after current) PASS : tst_QQuickPathView::removeModel(remove before current) PASS : tst_QQuickPathView::removeModel(remove multiple after current) PASS : tst_QQuickPathView::removeModel(remove multiple before current) PASS : tst_QQuickPathView::removeModel(remove last) PASS : tst_QQuickPathView::removeModel(remove first) PASS : tst_QQuickPathView::removeModel(remove current) PASS : tst_QQuickPathView::removeModel(remove all) PASS : tst_QQuickPathView::removeModel(no range - remove after current) PASS : tst_QQuickPathView::removeModel(no range - remove before current) PASS : tst_QQuickPathView::removeModel(no range - remove multiple after current) PASS : tst_QQuickPathView::removeModel(no range - remove multiple before current) PASS : tst_QQuickPathView::removeModel(no range - remove last) PASS : tst_QQuickPathView::removeModel(no range - remove first) PASS : tst_QQuickPathView::removeModel(no range - remove current offset) PASS : tst_QQuickPathView::removeModel(no range - remove all) PASS : tst_QQuickPathView::moveModel(move after current) PASS : tst_QQuickPathView::moveModel(move before current) PASS : tst_QQuickPathView::moveModel(move before current to after) PASS : tst_QQuickPathView::moveModel(move multiple after current) PASS : tst_QQuickPathView::moveModel(move multiple before current) PASS : tst_QQuickPathView::moveModel(move before current to end) PASS : tst_QQuickPathView::moveModel(move last to beginning) PASS : tst_QQuickPathView::moveModel(move current) PASS : tst_QQuickPathView::moveModel(no range - move after current) PASS : tst_QQuickPathView::moveModel(no range - move before current) PASS : tst_QQuickPathView::moveModel(no range - move before current to after) PASS : tst_QQuickPathView::moveModel(no range - move multiple after current) PASS : tst_QQuickPathView::moveModel(no range - move multiple before current) PASS : tst_QQuickPathView::moveModel(no range - move before current to end) PASS : tst_QQuickPathView::moveModel(no range - move last to beginning) PASS : tst_QQuickPathView::moveModel(no range - move current) PASS : tst_QQuickPathView::moveModel(no range - move multiple incl. current) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - insert after, insert before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - remove after, remove before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - remove after, insert before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - insert after, remove before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - insert, remove all, polish, insert) PASS : tst_QQuickPathView::path() PASS : tst_QQuickPathView::pathMoved() PASS : tst_QQuickPathView::offset(0.0) PASS : tst_QQuickPathView::offset(1.0) PASS : tst_QQuickPathView::offset(5.0) PASS : tst_QQuickPathView::offset(4.6) PASS : tst_QQuickPathView::offset(4.4) PASS : tst_QQuickPathView::offset(5.4) PASS : tst_QQuickPathView::offset(5.6) PASS : tst_QQuickPathView::setCurrentIndex() PASS : tst_QQuickPathView::resetModel() PASS : tst_QQuickPathView::propertyChanges() PASS : tst_QQuickPathView::pathChanges() PASS : tst_QQuickPathView::componentChanges() PASS : tst_QQuickPathView::modelChanges() PASS : tst_QQuickPathView::pathUpdateOnStartChanged() SKIP : tst_QQuickPathView::package() QTBUG-27170 view does not reliably receive polish without a running animation Loc: [tst_qquickpathview.cpp(1346)] PASS : tst_QQuickPathView::emptyModel() PASS : tst_QQuickPathView::emptyPath() PASS : tst_QQuickPathView::closed() PASS : tst_QQuickPathView::pathUpdate() PASS : tst_QQuickPathView::visualDataModel() PASS : tst_QQuickPathView::undefinedPath() PASS : tst_QQuickPathView::mouseDrag() PASS : tst_QQuickPathView::treeModel() PASS : tst_QQuickPathView::changePreferredHighlight() PASS : tst_QQuickPathView::missingPercent() PASS : tst_QQuickPathView::creationContext() PASS : tst_QQuickPathView::currentOffsetOnInsertion() PASS : tst_QQuickPathView::asynchronous() PASS : tst_QQuickPathView::cancelDrag() PASS : tst_QQuickPathView::maximumFlickVelocity() PASS : tst_QQuickPathView::snapToItem(no enforce range) PASS : tst_QQuickPathView::snapToItem(enforce range) PASS : tst_QQuickPathView::snapOneItem(no enforce range) PASS : tst_QQuickPathView::snapOneItem(enforce range) PASS : tst_QQuickPathView::positionViewAtIndex(no range, all items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(no range, all items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(no range, all items, End) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, End) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, init offset 4.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, init offset 3.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, End) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, init offset 1.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, SnapPosition) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, End) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, init offset 1.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, init offset 2.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, SnapPosition) PASS : tst_QQuickPathView::indexAt_itemAt(Item 0 - 585, 95) PASS : tst_QQuickPathView::indexAt_itemAt(Item 0 - 660, 165) PASS : tst_QQuickPathView::indexAt_itemAt(No Item a - 580, 95) PASS : tst_QQuickPathView::indexAt_itemAt(No Item b - 585, 85) PASS : tst_QQuickPathView::indexAt_itemAt(Item 7 - 360, 200) PASS : tst_QQuickPathView::cacheItemCount() PASS : tst_QQuickPathView::cleanupTestCase() Totals: 122 passed, 1 failed, 1 skipped ********* Finished testing of tst_QQuickPathView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickpathview: 77 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00104/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/release_1365007270): http://codereview.qt-project.org/52711 [PS4] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 3 22:51:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 22:51:34 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130403_195134_054185.ci-noreply@qt-project.org> QtQuick1_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #108: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_stable_Integration/build_00108/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz ============================================================ QtQuick1_stable_Integration » macx-g++_developer-build_OSX_10.6 #108: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_stable_Integration/build_00108/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1365018490): http://codereview.qt-project.org/52847 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 23:06:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 23:06:54 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130403_200654_044073.ci-noreply@qt-project.org> QtSvg_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #54: FAILURE Build log: http://testresults.qt-project.org/ci/QtSvg_stable_Integration/build_00054/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365018153): http://codereview.qt-project.org/52852 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 23:27:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 23:27:51 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130403_202751_017806.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00361/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365018693): http://codereview.qt-project.org/52859 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Wed Apr 3 23:48:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 23:48:47 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130403_204847_016821.ci-noreply@qt-project.org> QtBase_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #823: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00823/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365018140): http://codereview.qt-project.org/52767 [PS1] - Fix warning: qt_setDockMenu not found From ci-noreply at qt-project.org Wed Apr 3 23:56:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 3 Apr 2013 23:56:23 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects#stable Message-ID: <20130403_205623_095673.ci-noreply@qt-project.org> QtGraphicalEffects_stable_Integration #28: SUCCESS Tested changes (refs/builds/stable_1365018154): http://codereview.qt-project.org/52851 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 00:01:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 00:01:50 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#dev Message-ID: <20130403_210150_064376.ci-noreply@qt-project.org> QtQuickControls_dev_Integration #57: SUCCESS Tested changes (refs/builds/dev_1365018516): http://codereview.qt-project.org/52829 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 00:02:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 00:02:09 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_210209_059374.ci-noreply@qt-project.org> Autotests `tst_qcombobox' and `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) 'socket->waitForEncrypted(10000)' returned FALSE. (Proxy server connection timed out) tst_qsslsocket.cpp(643) : failure location FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket.cpp(834) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 tst_qsslsocket.cpp(2073) : failure location Totals: 564 passed, 3 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) FAIL! : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' tst_qsslsocket.cpp(555) : failure location PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) FAIL! : tst_QSslSocket::protocol(WithSocks5Proxy) 'socket->waitForConnected()' returned FALSE. (Socket operation timed out) tst_qsslsocket.cpp(922) : failure location PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) FAIL! : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) '!peerVerifyErrorSpy.isEmpty()' returned FALSE. () tst_qsslsocket.cpp(1909) : failure location PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 564 passed, 3 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 213 seconds, exit code 3 Testing tst_QComboBox FAIL! : tst_QComboBox::task190205_setModelAdjustToContents() Compared values are not the same Actual (box.size()): QSize(99x20) Expected (correctBox.size()): QSize(104x20) tst_qcombobox.cpp(2179) : failure location Totals: 147 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QComboBox ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QComboBox::initTestCase() PASS : tst_QComboBox::getSetCheck() PASS : tst_QComboBox::ensureReturnIsIgnored() PASS : tst_QComboBox::setEditable() PASS : tst_QComboBox::setPalette() PASS : tst_QComboBox::sizeAdjustPolicy() PASS : tst_QComboBox::clear() PASS : tst_QComboBox::insertPolicy(NoInsert-NoInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-OneInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-NoInitial) PASS : tst_QComboBox::insertPolicy(AtTop-OneInitial) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-NoInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-OneInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-NoInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-OneInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-LastCurrent) PASS : tst_QComboBox::virtualAutocompletion() PASS : tst_QComboBox::autoCompletionCaseSensitivity() PASS : tst_QComboBox::hide() PASS : tst_QComboBox::currentIndex(first added item is set to current if there is no current) PASS : tst_QComboBox::currentIndex(check that setting the index works) PASS : tst_QComboBox::currentIndex(check that isetting the index to -1 works) PASS : tst_QComboBox::currentIndex(check that current index is invalid when removing the only item) PASS : tst_QComboBox::currentIndex(check that the current index follows the item when removing an item above) PASS : tst_QComboBox::currentIndex(check that the current index uses the next item if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is moved to the one before if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is unchanged if you remove an item after) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert before current) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert on the current) PASS : tst_QComboBox::currentIndex(check that the current index stays the same if you insert after the current) PASS : tst_QComboBox::insertItems(prepend) PASS : tst_QComboBox::insertItems(prepend with negative value) PASS : tst_QComboBox::insertItems(append) PASS : tst_QComboBox::insertItems(append with too high value) PASS : tst_QComboBox::insertItems(insert) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertOnCurrentIndex() PASS : tst_QComboBox::textpixmapdata(just text) PASS : tst_QComboBox::textpixmapdata(just icons) PASS : tst_QComboBox::textpixmapdata(just user data) PASS : tst_QComboBox::textpixmapdata(text, icons and user data) PASS : tst_QComboBox::currentTextChanged(editable) PASS : tst_QComboBox::currentTextChanged(not editable) PASS : tst_QComboBox::editTextChanged() PASS : tst_QComboBox::setModel() PASS : tst_QComboBox::modelDeleted() PASS : tst_QComboBox::setMaxCount() PASS : tst_QComboBox::setCurrentIndex() PASS : tst_QComboBox::setCurrentText(editable) PASS : tst_QComboBox::setCurrentText(not editable) PASS : tst_QComboBox::convenienceViews() PASS : tst_QComboBox::findText(CaseSensitive_1) PASS : tst_QComboBox::findText(CaseSensitive_2) PASS : tst_QComboBox::findText(CaseSensitive_3) PASS : tst_QComboBox::findText(CaseSensitive_4) PASS : tst_QComboBox::findText(CaseInsensitive_1) PASS : tst_QComboBox::findText(CaseInsensitive_2) PASS : tst_QComboBox::findText(CaseInsensitive_3) PASS : tst_QComboBox::findText(CaseInsensitive_4) QWARN : tst_QComboBox::flaggedItems(non-editable:normal) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:normal) QWARN : tst_QComboBox::flaggedItems(non-editable:non-selectable) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:non-selectable) QWARN : tst_QComboBox::flaggedItems(non-editable:disabled) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:mixed) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:mixed) QWARN : tst_QComboBox::flaggedItems(non-editable:nearly-empty) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:nearly-empty) QWARN : tst_QComboBox::flaggedItems(non-editable:only one enabled) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:only one enabled) QWARN : tst_QComboBox::flaggedItems(non-editable:home-disabled) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:home-disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:end-key) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:end-key) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard-search) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard-search) QWARN : tst_QComboBox::flaggedItems(non-editable:search same start letter) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:search same start letter) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard search item) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard search item) QWARN : tst_QComboBox::flaggedItems(non-editable:all key combinations) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:all key combinations) PASS : tst_QComboBox::flaggedItems(editable:normal) PASS : tst_QComboBox::flaggedItems(editable:non-selectable) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:mixed) PASS : tst_QComboBox::flaggedItems(editable:nearly-empty) PASS : tst_QComboBox::flaggedItems(editable:only one enabled) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:broken autocompletion) PASS : tst_QComboBox::pixmapIcon() PASS : tst_QComboBox::mouseWheel(upper locked) PASS : tst_QComboBox::mouseWheel(jump over) PASS : tst_QComboBox::mouseWheel(single Item enabled) PASS : tst_QComboBox::layoutDirection() QWARN : tst_QComboBox::itemListPosition() setGeometry: Unable to set geometry 2448x20+320+138 on 'QWidgetClassWindow'. Resulting geometry: 1284x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::itemListPosition() PASS : tst_QComboBox::separatorItem(test) QWARN : tst_QComboBox::task190351_layout() setGeometry: Unable to set geometry 60x22+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x22+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190351_layout() PASS : tst_QComboBox::task191329_size() PASS : tst_QComboBox::task166349_setEditableOnReturn() QWARN : tst_QComboBox::task190205_setModelAdjustToContents() setGeometry: Unable to set geometry 47x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::task190205_setModelAdjustToContents() setGeometry: Unable to set geometry 99x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190205_setModelAdjustToContents() PASS : tst_QComboBox::task248169_popupWithMinimalSize() QWARN : tst_QComboBox::task247863_keyBoardSelection() setGeometry: Unable to set geometry 49x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task247863_keyBoardSelection() QWARN : tst_QComboBox::task220195_keyBoardSelection2() setGeometry: Unable to set geometry 53x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task220195_keyBoardSelection2() PASS : tst_QComboBox::setModelColumn() QWARN : tst_QComboBox::noScrollbar(normal) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(normal) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(normal) QWARN : tst_QComboBox::noScrollbar(border) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(border) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(border) QWARN : tst_QComboBox::noScrollbar(margin) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(margin) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(margin) QWARN : tst_QComboBox::noScrollbar(padding) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(padding) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(padding) QWARN : tst_QComboBox::noScrollbar(everything) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything) QWARN : tst_QComboBox::noScrollbar(everything and more) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything and more) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything and more) PASS : tst_QComboBox::setItemDelegate() PASS : tst_QComboBox::task253944_itemDelegateIsReset() PASS : tst_QComboBox::subControlRectsWithOffset(editable = true) PASS : tst_QComboBox::subControlRectsWithOffset(editable = false) QWARN : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() PASS : tst_QComboBox::removeItem() PASS : tst_QComboBox::resetModel() QWARN : tst_QComboBox::keyBoardNavigationWithMouse() setGeometry: Unable to set geometry 43x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. () tst_qcombobox.cpp(2552) : failure location PASS : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated() QWARN : tst_QComboBox::maxVisibleItems() setGeometry: Unable to set geometry 43x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::maxVisibleItems() PASS : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn() PASS : tst_QComboBox::highlightedSignal() PASS : tst_QComboBox::cleanupTestCase() Totals: 147 passed, 1 failed, 0 skipped ********* Finished testing of tst_QComboBox ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcombobox: 31 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00771/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365012156): http://codereview.qt-project.org/52728 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong From ci-noreply at qt-project.org Thu Apr 4 00:03:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 00:03:23 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130403_210323_084406.ci-noreply@qt-project.org> Autotest `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [50119] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [50118] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 23:55:10.176 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[50119]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c956ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff839717d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83962a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff839c3cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673c64 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f711e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f6d35b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f6629d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f07 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2a8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ee4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c9577e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8546a786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff85469316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c957192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83971594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83972b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c957192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83971594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83972b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c95567a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8c954d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8819d50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff881a5c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff881a5486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff81bf7fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff81bee15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8396f8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff83972b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdc68 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdc90 rsp: 0x00007fff5fbfdc68 QtQA::App::TestRunner: r8: 0x00007fff70db0fb8 r9: 0x0000000000000000 r10: 0x00007fff8c956d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe6d8 r13: 0x0000000000000000 r14: 0x00007fff70db3960 r15: 0x0000000101b1d150 QtQA::App::TestRunner: rip: 0x00007fff8c956ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <541BCB48-1EBE-3E69-97D5-BCA47E3ADCAC> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <64486E51-EC02-30C6-ACA0-228DC91313AE> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) <5F46FAA9-3351-32D5-A8D1-9360241859FE> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) <5B16B82A-C07E-3B4B-8ED3-E771936646F4> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f09ff7 +libqcocoa.dylib (??? - ???) <9EC7859D-0887-329F-BFC6-A260F9554D6A> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f5f000 - 0x101f79ff7 +libqavfcamera.dylib (??? - ???) <493DBBF9-8014-384A-8DF1-3875C4E6FFF1> /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8c000 - 0x101fa5fff +libqavfmediaplayer.dylib (??? - ???) <015CD374-A5C9-33D4-BC8D-5078A89F6393> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fba000 - 0x101fd1ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x103fa5000 - 0x10443eff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <14823AD5-8174-32CB-8E8C-9CBB8741A300> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104636000 - 0x10467dfff +QtOpenGL (5.1.0 - compatibility 5.1.0) /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1046af000 - 0x1046ceff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff601eb000 - 0x7fff6021fbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff808e2000 - 0x7fff809d7fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff80ccd000 - 0x7fff80d19ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff80d34000 - 0x7fff80e39fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff80fcf000 - 0x7fff80fd1fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff80fd2000 - 0x7fff80fd2fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff80fd4000 - 0x7fff81015fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff81016000 - 0x7fff81046ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff81047000 - 0x7fff8104cfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff810e1000 - 0x7fff810ebff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff81188000 - 0x7fff81532fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff81590000 - 0x7fff81626ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff81627000 - 0x7fff81a54fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff81a55000 - 0x7fff81a60fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff81a61000 - 0x7fff81a67fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff81a75000 - 0x7fff81a78fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff81ab8000 - 0x7fff81b0cfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff81b93000 - 0x7fff81bebff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff81bec000 - 0x7fff81c3dff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff81c40000 - 0x7fff81c73ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff81c74000 - 0x7fff81ceafff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff81ceb000 - 0x7fff81d53ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff81d54000 - 0x7fff81da6ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff81da9000 - 0x7fff81dd2fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff81faa000 - 0x7fff81fc4fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff81fc5000 - 0x7fff81fcbfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff82070000 - 0x7fff820c3fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff820c4000 - 0x7fff820cbfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff820cc000 - 0x7fff820d0fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff82199000 - 0x7fff8219afff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8227a000 - 0x7fff822ffff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff82300000 - 0x7fff82305ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff829cb000 - 0x7fff829ddff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff82ad5000 - 0x7fff82ad6fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff82ad7000 - 0x7fff82aebff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff82c1f000 - 0x7fff82c1ffff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff82c20000 - 0x7fff82d2dfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff82d2e000 - 0x7fff82e30fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff82e31000 - 0x7fff82f67fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff82f68000 - 0x7fff8304cff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff833e1000 - 0x7fff834fafff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff834fb000 - 0x7fff8350aff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8355f000 - 0x7fff83568ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff83569000 - 0x7fff8356aff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff835da000 - 0x7fff836e1fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff836e2000 - 0x7fff836e6ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff83921000 - 0x7fff839fefef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff83a03000 - 0x7fff83a6eff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff83a6f000 - 0x7fff83b09ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff83b0a000 - 0x7fff83b0cff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff83dbc000 - 0x7fff83e00ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff84148000 - 0x7fff8414ffff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff84150000 - 0x7fff841c0fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff841c1000 - 0x7fff844edfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff844ee000 - 0x7fff8454efff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff84550000 - 0x7fff8455dff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff845bc000 - 0x7fff845e0fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8463f000 - 0x7fff846e4fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8473d000 - 0x7fff8474bff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff847ae000 - 0x7fff84824ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff848e7000 - 0x7fff84922fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff84923000 - 0x7fff84923fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff84940000 - 0x7fff84945fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff84946000 - 0x7fff84b48fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff84b49000 - 0x7fff84c28fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff84c29000 - 0x7fff84c29fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff84c2a000 - 0x7fff84c37fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff84c38000 - 0x7fff84cabfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff850d2000 - 0x7fff853c7ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff853c8000 - 0x7fff853c8fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff853d5000 - 0x7fff853d8fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff853d9000 - 0x7fff85419ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8541a000 - 0x7fff8541bfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8541c000 - 0x7fff85442fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff85443000 - 0x7fff85464fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff85465000 - 0x7fff85466fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff85467000 - 0x7fff85475fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff85476000 - 0x7fff8547cfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8547d000 - 0x7fff855e4fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff855e5000 - 0x7fff85647ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff85648000 - 0x7fff8564fff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff85650000 - 0x7fff85651ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff85652000 - 0x7fff85699ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff867a0000 - 0x7fff86823fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8715f000 - 0x7fff8717efff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8717f000 - 0x7fff87187fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff87188000 - 0x7fff8718dfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8718e000 - 0x7fff875c1ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff875d7000 - 0x7fff875ddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff875de000 - 0x7fff875e1fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff87628000 - 0x7fff8763ffff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff87640000 - 0x7fff876c4ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8771c000 - 0x7fff8771cfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff87cc8000 - 0x7fff87dc5ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff87dc6000 - 0x7fff87df1ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8812c000 - 0x7fff88131fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff88144000 - 0x7fff8814bfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8814c000 - 0x7fff8814dff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8816d000 - 0x7fff88341ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8838e000 - 0x7fff883baff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff883bb000 - 0x7fff883beff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff883c5000 - 0x7fff8888cfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff88d37000 - 0x7fff88d37fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88d38000 - 0x7fff88d3cfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff88d3d000 - 0x7fff88d5afff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff88d6a000 - 0x7fff88db8fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff88db9000 - 0x7fff89757a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff89758000 - 0x7fff89763ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff89778000 - 0x7fff8978dfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff89803000 - 0x7fff89857ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8985a000 - 0x7fff89a84fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff89a85000 - 0x7fff89a97ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff89a98000 - 0x7fff89b00ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff89b9c000 - 0x7fff8a7a2fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8a7a3000 - 0x7fff8a7bafff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8a7bb000 - 0x7fff8af63fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8af69000 - 0x7fff8b54dfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8b62c000 - 0x7fff8b948fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b975000 - 0x7fff8b983fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8b984000 - 0x7fff8b99afff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b99b000 - 0x7fff8b9c3fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8b9d0000 - 0x7fff8b9d2fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8bb7b000 - 0x7fff8bbf6ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8bbf7000 - 0x7fff8bd82ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8bdff000 - 0x7fff8be04fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8be05000 - 0x7fff8be05fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8be06000 - 0x7fff8be2ffff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8be30000 - 0x7fff8be70fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8be9b000 - 0x7fff8c1b4fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8c1b5000 - 0x7fff8c1d9fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c85c000 - 0x7fff8c86fff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c922000 - 0x7fff8c93fff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8c940000 - 0x7fff8c960fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c961000 - 0x7fff8c9bdff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8c9be000 - 0x7fff8cc32fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8cc53000 - 0x7fff8cc5eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8cc62000 - 0x7fff8cc62fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8cc76000 - 0x7fff8cd29ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8cd53000 - 0x7fff8ce1aff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8ce29000 - 0x7fff8ce84ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8ce85000 - 0x7fff8ce9bff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8cea7000 - 0x7fff8ced4fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8ced5000 - 0x7fff8cf17ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8cf18000 - 0x7fff8cfbafff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8cfbb000 - 0x7fff8d09fe5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8d0a0000 - 0x7fff8d240ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8d241000 - 0x7fff8d245fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8d246000 - 0x7fff8d262ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8d263000 - 0x7fff8d29dfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8d29e000 - 0x7fff8d3aafff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8d3ab000 - 0x7fff8d3adfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8d3ae000 - 0x7fff8d3bdfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8d3be000 - 0x7fff8d51bfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8d557000 - 0x7fff8d596fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d794000 - 0x7fff8d794fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8d795000 - 0x7fff8d836fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 1849 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=126.0M(69%) swapped_out_or_unallocated=57.6M(31%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=1980K(3%) resident=3384K(5%) swapped_out=0K(0%) unallocated=66.3M(95%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 3204K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 354.6M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [50123] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [50118] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-03 23:55:15.201 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[50123]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c956ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff839717d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83962a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff839c3cfa _sigtramp + 26 QtQA::App::TestRunner: 7 libobjc.A.dylib 0x00007fff8cfc7509 prepareForMethodLookup + 223 QtQA::App::TestRunner: 8 libobjc.A.dylib 0x00007fff8cfc72bb lookUpMethod + 63 QtQA::App::TestRunner: 9 libobjc.A.dylib 0x00007fff8cfc4f3c objc_msgSend + 188 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff881ffbce -[NSDictionary isEqual:] + 46 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff881ffb72 -[__NSCFDictionary isEqual:] + 66 QtQA::App::TestRunner: 12 com.apple.avfoundation 0x00007fff87d6bf72 -[AVCaptureStillImageOutput setOutputSettings:] + 142 QtQA::App::TestRunner: 13 libqavfcamera.dylib 0x0000000101f6921b TestNamespace::AVFImageCaptureControl::AVFImageCaptureControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 235 QtQA::App::TestRunner: 14 libqavfcamera.dylib 0x0000000101f6d3b5 TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 245 QtQA::App::TestRunner: 15 libqavfcamera.dylib 0x0000000101f6629d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 16 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 17 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005f07 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 19 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 20 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 21 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 22 com.yourcompany.tst_qcamerabackend 0x000000010000d2a8 main + 88 QtQA::App::TestRunner: 23 com.yourcompany.tst_qcamerabackend 0x0000000100005ee4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c9577e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8546a786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff85469316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c957192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83971594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83972b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c957192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83971594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83972b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c95567a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8c954d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8819d50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff881a5c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff881a5486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff81bf7fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff81bee15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8396f8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff83972b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdae8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdb10 rsp: 0x00007fff5fbfdae8 QtQA::App::TestRunner: r8: 0x00007fff70db0fb8 r9: 0x0000000101d14370 r10: 0x00007fff8c956d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000101a1ef60 r13: 0x000000010002e1e0 r14: 0x00007fff70db3960 r15: 0x00007fff71742898 QtQA::App::TestRunner: rip: 0x00007fff8c956ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <541BCB48-1EBE-3E69-97D5-BCA47E3ADCAC> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <64486E51-EC02-30C6-ACA0-228DC91313AE> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) <5F46FAA9-3351-32D5-A8D1-9360241859FE> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) <5B16B82A-C07E-3B4B-8ED3-E771936646F4> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f09ff7 +libqcocoa.dylib (??? - ???) <9EC7859D-0887-329F-BFC6-A260F9554D6A> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f5f000 - 0x101f79ff7 +libqavfcamera.dylib (??? - ???) <493DBBF9-8014-384A-8DF1-3875C4E6FFF1> /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8c000 - 0x101fa5fff +libqavfmediaplayer.dylib (??? - ???) <015CD374-A5C9-33D4-BC8D-5078A89F6393> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fba000 - 0x101fd1ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x103fa5000 - 0x103fc4ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x104100000 - 0x104599ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <14823AD5-8174-32CB-8E8C-9CBB8741A300> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x1054c9000 - 0x105510fff +QtOpenGL (5.1.0 - compatibility 5.1.0) /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x7fff6616d000 - 0x7fff661a1baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff808e2000 - 0x7fff809d7fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff80ccd000 - 0x7fff80d19ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff80d34000 - 0x7fff80e39fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff80fcf000 - 0x7fff80fd1fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff80fd2000 - 0x7fff80fd2fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff80fd4000 - 0x7fff81015fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff81016000 - 0x7fff81046ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff81047000 - 0x7fff8104cfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff810e1000 - 0x7fff810ebff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff81188000 - 0x7fff81532fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff81590000 - 0x7fff81626ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff81627000 - 0x7fff81a54fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff81a55000 - 0x7fff81a60fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff81a61000 - 0x7fff81a67fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff81a75000 - 0x7fff81a78fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff81ab8000 - 0x7fff81b0cfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff81b93000 - 0x7fff81bebff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff81bec000 - 0x7fff81c3dff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff81c40000 - 0x7fff81c73ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff81c74000 - 0x7fff81ceafff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff81ceb000 - 0x7fff81d53ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff81d54000 - 0x7fff81da6ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff81da9000 - 0x7fff81dd2fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff81faa000 - 0x7fff81fc4fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff81fc5000 - 0x7fff81fcbfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff82070000 - 0x7fff820c3fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff820c4000 - 0x7fff820cbfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff820cc000 - 0x7fff820d0fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff82199000 - 0x7fff8219afff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8227a000 - 0x7fff822ffff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff82300000 - 0x7fff82305ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff829cb000 - 0x7fff829ddff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff82ad5000 - 0x7fff82ad6fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff82ad7000 - 0x7fff82aebff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff82c1f000 - 0x7fff82c1ffff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff82c20000 - 0x7fff82d2dfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff82d2e000 - 0x7fff82e30fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff82e31000 - 0x7fff82f67fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff82f68000 - 0x7fff8304cff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff833e1000 - 0x7fff834fafff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff834fb000 - 0x7fff8350aff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8355f000 - 0x7fff83568ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff83569000 - 0x7fff8356aff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff835da000 - 0x7fff836e1fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff836e2000 - 0x7fff836e6ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff83921000 - 0x7fff839fefef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff83a03000 - 0x7fff83a6eff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff83a6f000 - 0x7fff83b09ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff83b0a000 - 0x7fff83b0cff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff83dbc000 - 0x7fff83e00ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff84148000 - 0x7fff8414ffff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff84150000 - 0x7fff841c0fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff841c1000 - 0x7fff844edfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff844ee000 - 0x7fff8454efff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff84550000 - 0x7fff8455dff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff845bc000 - 0x7fff845e0fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8463f000 - 0x7fff846e4fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8473d000 - 0x7fff8474bff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff847ae000 - 0x7fff84824ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff848e7000 - 0x7fff84922fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff84923000 - 0x7fff84923fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff84940000 - 0x7fff84945fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff84946000 - 0x7fff84b48fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff84b49000 - 0x7fff84c28fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff84c29000 - 0x7fff84c29fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff84c2a000 - 0x7fff84c37fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff84c38000 - 0x7fff84cabfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff850d2000 - 0x7fff853c7ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff853c8000 - 0x7fff853c8fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff853d5000 - 0x7fff853d8fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff853d9000 - 0x7fff85419ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8541a000 - 0x7fff8541bfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8541c000 - 0x7fff85442fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff85443000 - 0x7fff85464fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff85465000 - 0x7fff85466fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff85467000 - 0x7fff85475fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff85476000 - 0x7fff8547cfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8547d000 - 0x7fff855e4fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff855e5000 - 0x7fff85647ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff85648000 - 0x7fff8564fff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff85650000 - 0x7fff85651ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff85652000 - 0x7fff85699ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff867a0000 - 0x7fff86823fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8715f000 - 0x7fff8717efff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8717f000 - 0x7fff87187fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff87188000 - 0x7fff8718dfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8718e000 - 0x7fff875c1ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff875d7000 - 0x7fff875ddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff875de000 - 0x7fff875e1fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff87628000 - 0x7fff8763ffff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff87640000 - 0x7fff876c4ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8771c000 - 0x7fff8771cfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff87cc8000 - 0x7fff87dc5ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff87dc6000 - 0x7fff87df1ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8812c000 - 0x7fff88131fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff88144000 - 0x7fff8814bfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8814c000 - 0x7fff8814dff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8816d000 - 0x7fff88341ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8838e000 - 0x7fff883baff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff883bb000 - 0x7fff883beff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff883c5000 - 0x7fff8888cfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff88d37000 - 0x7fff88d37fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88d38000 - 0x7fff88d3cfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff88d3d000 - 0x7fff88d5afff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff88d6a000 - 0x7fff88db8fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff88db9000 - 0x7fff89757a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff89758000 - 0x7fff89763ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff89778000 - 0x7fff8978dfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff89803000 - 0x7fff89857ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8985a000 - 0x7fff89a84fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff89a85000 - 0x7fff89a97ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff89a98000 - 0x7fff89b00ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff89b9c000 - 0x7fff8a7a2fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8a7a3000 - 0x7fff8a7bafff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8a7bb000 - 0x7fff8af63fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8af69000 - 0x7fff8b54dfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8b62c000 - 0x7fff8b948fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b975000 - 0x7fff8b983fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8b984000 - 0x7fff8b99afff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b99b000 - 0x7fff8b9c3fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8b9d0000 - 0x7fff8b9d2fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8bb7b000 - 0x7fff8bbf6ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8bbf7000 - 0x7fff8bd82ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8bdff000 - 0x7fff8be04fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8be05000 - 0x7fff8be05fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8be06000 - 0x7fff8be2ffff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8be30000 - 0x7fff8be70fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8be9b000 - 0x7fff8c1b4fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8c1b5000 - 0x7fff8c1d9fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c85c000 - 0x7fff8c86fff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c922000 - 0x7fff8c93fff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8c940000 - 0x7fff8c960fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c961000 - 0x7fff8c9bdff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8c9be000 - 0x7fff8cc32fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8cc53000 - 0x7fff8cc5eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8cc62000 - 0x7fff8cc62fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8cc76000 - 0x7fff8cd29ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8cd53000 - 0x7fff8ce1aff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8ce29000 - 0x7fff8ce84ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8ce85000 - 0x7fff8ce9bff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8cea7000 - 0x7fff8ced4fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8ced5000 - 0x7fff8cf17ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8cf18000 - 0x7fff8cfbafff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8cfbb000 - 0x7fff8d09fe5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8d0a0000 - 0x7fff8d240ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8d241000 - 0x7fff8d245fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8d246000 - 0x7fff8d262ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8d263000 - 0x7fff8d29dfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8d29e000 - 0x7fff8d3aafff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8d3ab000 - 0x7fff8d3adfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8d3ae000 - 0x7fff8d3bdfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8d3be000 - 0x7fff8d51bfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8d557000 - 0x7fff8d596fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d794000 - 0x7fff8d794fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8d795000 - 0x7fff8d836fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 1851 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=126.0M(69%) swapped_out_or_unallocated=57.6M(31%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=2408K(3%) resident=3268K(5%) swapped_out=0K(0%) unallocated=66.4M(95%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 3204K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 354.6M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 7 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtMultimedia_stable_Integration/build_00113/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365021070): http://codereview.qt-project.org/52853 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 00:10:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 00:10:30 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130403_211030_092756.ci-noreply@qt-project.org> QtScript_stable_Integration #59: SUCCESS Tested changes (refs/builds/stable_1365019880): http://codereview.qt-project.org/52846 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 00:21:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 00:21:10 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130403_212110_078415.ci-noreply@qt-project.org> QtDoc_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #116: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00116/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365021128): http://codereview.qt-project.org/52849 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 00:34:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 00:34:30 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130403_213430_036765.ci-noreply@qt-project.org> Compilation failed :( LINK : fatal error LNK1181: cannot open input file '.obj\release_shared\JSHTMLFontElement.obj' Build log: http://testresults.qt-project.org/ci/QtWebKit_stable_Integration/build_00096/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365018151): http://codereview.qt-project.org/52848 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 01:06:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 01:06:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130403_220626_016989.ci-noreply@qt-project.org> QtTools_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #131: FAILURE Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00131/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365021092): http://codereview.qt-project.org/52856 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 02:31:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 02:31:52 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130403_233152_066881.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10152d420 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10129d610 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00773/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1365023076): http://codereview.qt-project.org/52656 [PS1] - iOS: Enable NEON optimizations, except for the pixman draw-helpers From ci-noreply at qt-project.org Thu Apr 4 02:46:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 02:46:09 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130403_234609_053697.ci-noreply@qt-project.org> Autotest `tst_qquickpathview' failed :( Testing tst_QQuickPathView FAIL! : tst_QQuickPathView::dataModel() 'text' returned FALSE. () Loc: [tst_qquickpathview.cpp(840)] Totals: 122 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickPathView ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QQuickPathView::initTestCase() PASS : tst_QQuickPathView::initValues() PASS : tst_QQuickPathView::items() FAIL! : tst_QQuickPathView::dataModel() 'text' returned FALSE. () Loc: [tst_qquickpathview.cpp(840)] PASS : tst_QQuickPathView::pathview2() PASS : tst_QQuickPathView::pathview3() PASS : tst_QQuickPathView::initialCurrentIndex() PASS : tst_QQuickPathView::insertModel(insert after current) PASS : tst_QQuickPathView::insertModel(insert before current) PASS : tst_QQuickPathView::insertModel(insert multiple after current) PASS : tst_QQuickPathView::insertModel(insert multiple before current) PASS : tst_QQuickPathView::insertModel(insert at end) PASS : tst_QQuickPathView::insertModel(insert at beginning) PASS : tst_QQuickPathView::insertModel(insert at current) PASS : tst_QQuickPathView::insertModel(no range - insert after current) PASS : tst_QQuickPathView::insertModel(no range - insert before current) PASS : tst_QQuickPathView::insertModel(no range - insert multiple after current) PASS : tst_QQuickPathView::insertModel(no range - insert multiple before current) PASS : tst_QQuickPathView::insertModel(no range - insert at end) PASS : tst_QQuickPathView::insertModel(no range - insert at beginning) PASS : tst_QQuickPathView::insertModel(no range - insert at current) PASS : tst_QQuickPathView::removeModel(remove after current) PASS : tst_QQuickPathView::removeModel(remove before current) PASS : tst_QQuickPathView::removeModel(remove multiple after current) PASS : tst_QQuickPathView::removeModel(remove multiple before current) PASS : tst_QQuickPathView::removeModel(remove last) PASS : tst_QQuickPathView::removeModel(remove first) PASS : tst_QQuickPathView::removeModel(remove current) PASS : tst_QQuickPathView::removeModel(remove all) PASS : tst_QQuickPathView::removeModel(no range - remove after current) PASS : tst_QQuickPathView::removeModel(no range - remove before current) PASS : tst_QQuickPathView::removeModel(no range - remove multiple after current) PASS : tst_QQuickPathView::removeModel(no range - remove multiple before current) PASS : tst_QQuickPathView::removeModel(no range - remove last) PASS : tst_QQuickPathView::removeModel(no range - remove first) PASS : tst_QQuickPathView::removeModel(no range - remove current offset) PASS : tst_QQuickPathView::removeModel(no range - remove all) PASS : tst_QQuickPathView::moveModel(move after current) PASS : tst_QQuickPathView::moveModel(move before current) PASS : tst_QQuickPathView::moveModel(move before current to after) PASS : tst_QQuickPathView::moveModel(move multiple after current) PASS : tst_QQuickPathView::moveModel(move multiple before current) PASS : tst_QQuickPathView::moveModel(move before current to end) PASS : tst_QQuickPathView::moveModel(move last to beginning) PASS : tst_QQuickPathView::moveModel(move current) PASS : tst_QQuickPathView::moveModel(no range - move after current) PASS : tst_QQuickPathView::moveModel(no range - move before current) PASS : tst_QQuickPathView::moveModel(no range - move before current to after) PASS : tst_QQuickPathView::moveModel(no range - move multiple after current) PASS : tst_QQuickPathView::moveModel(no range - move multiple before current) PASS : tst_QQuickPathView::moveModel(no range - move before current to end) PASS : tst_QQuickPathView::moveModel(no range - move last to beginning) PASS : tst_QQuickPathView::moveModel(no range - move current) PASS : tst_QQuickPathView::moveModel(no range - move multiple incl. current) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - insert after, insert before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - remove after, remove before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - remove after, insert before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - insert after, remove before) PASS : tst_QQuickPathView::consecutiveModelChanges(no range - insert, remove all, polish, insert) PASS : tst_QQuickPathView::path() PASS : tst_QQuickPathView::pathMoved() PASS : tst_QQuickPathView::offset(0.0) PASS : tst_QQuickPathView::offset(1.0) PASS : tst_QQuickPathView::offset(5.0) PASS : tst_QQuickPathView::offset(4.6) PASS : tst_QQuickPathView::offset(4.4) PASS : tst_QQuickPathView::offset(5.4) PASS : tst_QQuickPathView::offset(5.6) PASS : tst_QQuickPathView::setCurrentIndex() PASS : tst_QQuickPathView::resetModel() PASS : tst_QQuickPathView::propertyChanges() PASS : tst_QQuickPathView::pathChanges() PASS : tst_QQuickPathView::componentChanges() PASS : tst_QQuickPathView::modelChanges() PASS : tst_QQuickPathView::pathUpdateOnStartChanged() SKIP : tst_QQuickPathView::package() QTBUG-27170 view does not reliably receive polish without a running animation Loc: [tst_qquickpathview.cpp(1346)] PASS : tst_QQuickPathView::emptyModel() PASS : tst_QQuickPathView::emptyPath() PASS : tst_QQuickPathView::closed() PASS : tst_QQuickPathView::pathUpdate() PASS : tst_QQuickPathView::visualDataModel() PASS : tst_QQuickPathView::undefinedPath() PASS : tst_QQuickPathView::mouseDrag() PASS : tst_QQuickPathView::treeModel() PASS : tst_QQuickPathView::changePreferredHighlight() PASS : tst_QQuickPathView::missingPercent() PASS : tst_QQuickPathView::creationContext() PASS : tst_QQuickPathView::currentOffsetOnInsertion() PASS : tst_QQuickPathView::asynchronous() PASS : tst_QQuickPathView::cancelDrag() PASS : tst_QQuickPathView::maximumFlickVelocity() PASS : tst_QQuickPathView::snapToItem(no enforce range) PASS : tst_QQuickPathView::snapToItem(enforce range) PASS : tst_QQuickPathView::snapOneItem(no enforce range) PASS : tst_QQuickPathView::snapOneItem(enforce range) PASS : tst_QQuickPathView::positionViewAtIndex(no range, all items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(no range, all items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(no range, all items, End) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, End) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, init offset 4.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(no range, 5 items, init offset 3.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, End) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, init offset 1.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, all items, SnapPosition) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, Beginning) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, Center) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, End) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, init offset 1.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, init offset 2.0, Contain) PASS : tst_QQuickPathView::positionViewAtIndex(strict range, 5 items, SnapPosition) PASS : tst_QQuickPathView::indexAt_itemAt(Item 0 - 585, 95) PASS : tst_QQuickPathView::indexAt_itemAt(Item 0 - 660, 165) PASS : tst_QQuickPathView::indexAt_itemAt(No Item a - 580, 95) PASS : tst_QQuickPathView::indexAt_itemAt(No Item b - 585, 85) PASS : tst_QQuickPathView::indexAt_itemAt(Item 7 - 360, 200) PASS : tst_QQuickPathView::cacheItemCount() PASS : tst_QQuickPathView::cleanupTestCase() Totals: 122 passed, 1 failed, 1 skipped ********* Finished testing of tst_QQuickPathView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickpathview: 71 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00106/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/release_1365019473): http://codereview.qt-project.org/52711 [PS4] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 4 03:15:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 03:15:45 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_001545_030642.ci-noreply@qt-project.org> Qt5_stable_Integration #155: SUCCESS Tested changes (refs/builds/stable_1365014934): http://codereview.qt-project.org/41548 [PS5] - re-add a bunch of modules http://codereview.qt-project.org/41547 [PS3] - clone only a specific subset of repositories by default From ci-noreply at qt-project.org Thu Apr 4 03:25:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 03:25:44 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130404_002544_002861.ci-noreply@qt-project.org> Qt_4.8_Integration #1374: SUCCESS Tested changes (refs/builds/4.8_1365014803): http://codereview.qt-project.org/51703 [PS3] - BlackBerry: Added warning when low memory event is received From ci-noreply at qt-project.org Thu Apr 4 07:34:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 07:34:40 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_043440_073847.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)' and `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [11543] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [11542] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-04 06:26:11.732 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[11543]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655ece2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d5797d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d56aa7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8d5cbcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673c64 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8f072786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8f071316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d579594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d57ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d579594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d57ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d579594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d57ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655d67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff9655cd71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff91da550c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff91dadc74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff91dad486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8b7fffe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8b7f615a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8d5778bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8d57ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff7a9b8fb8 r9: 0x0000000104807cb0 r10: 0x00007fff9655ed0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff7a9bb960 r15: 0x0000000100e3eb70 QtQA::App::TestRunner: rip: 0x00007fff9655ece2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x103fa5000 - 0x10402bfff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104081000 - 0x10451aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104795000 - 0x1047acff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1047c3000 - 0x1047e2ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x104dc9000 - 0x104e10fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x7fff6e8ce000 - 0x7fff6e902baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8a4ea000 - 0x7fff8a5dffff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8a8d5000 - 0x7fff8a921ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8a93c000 - 0x7fff8aa41fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8abd7000 - 0x7fff8abd9fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8abda000 - 0x7fff8abdafff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8abdc000 - 0x7fff8ac1dfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8ac1e000 - 0x7fff8ac4eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8ac4f000 - 0x7fff8ac54fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8ace9000 - 0x7fff8acf3ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8ad90000 - 0x7fff8b13afe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8b198000 - 0x7fff8b22eff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b22f000 - 0x7fff8b65cfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8b65d000 - 0x7fff8b668fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8b669000 - 0x7fff8b66ffff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8b67d000 - 0x7fff8b680fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8b6c0000 - 0x7fff8b714fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8b79b000 - 0x7fff8b7f3ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8b7f4000 - 0x7fff8b845ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8b848000 - 0x7fff8b87bff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8b87c000 - 0x7fff8b8f2fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8b8f3000 - 0x7fff8b95bff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8b95c000 - 0x7fff8b9aeff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8b9b1000 - 0x7fff8b9dafff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8bbb2000 - 0x7fff8bbccfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8bbcd000 - 0x7fff8bbd3fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8bc78000 - 0x7fff8bccbfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8bccc000 - 0x7fff8bcd3fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8bcd4000 - 0x7fff8bcd8fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bda1000 - 0x7fff8bda2fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8be82000 - 0x7fff8bf07ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8bf08000 - 0x7fff8bf0dff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8c5d3000 - 0x7fff8c5e5ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8c6dd000 - 0x7fff8c6defff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8c6df000 - 0x7fff8c6f3ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8c827000 - 0x7fff8c827fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8c828000 - 0x7fff8c935fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8c936000 - 0x7fff8ca38fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8ca39000 - 0x7fff8cb6ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8cb70000 - 0x7fff8cc54ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cfe9000 - 0x7fff8d102fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8d103000 - 0x7fff8d112ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8d167000 - 0x7fff8d170ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8d171000 - 0x7fff8d172ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8d1e2000 - 0x7fff8d2e9fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8d2ea000 - 0x7fff8d2eeff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8d529000 - 0x7fff8d606fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8d60b000 - 0x7fff8d676ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8d677000 - 0x7fff8d711ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8d712000 - 0x7fff8d714ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8d9c4000 - 0x7fff8da08ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8dd50000 - 0x7fff8dd57fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8dd58000 - 0x7fff8ddc8fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8ddc9000 - 0x7fff8e0f5fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8e0f6000 - 0x7fff8e156fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e158000 - 0x7fff8e165ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8e1c4000 - 0x7fff8e1e8fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8e247000 - 0x7fff8e2ecfff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8e345000 - 0x7fff8e353ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8e3b6000 - 0x7fff8e42cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8e4ef000 - 0x7fff8e52afff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8e52b000 - 0x7fff8e52bfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8e548000 - 0x7fff8e54dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8e54e000 - 0x7fff8e750fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8e751000 - 0x7fff8e830fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8e831000 - 0x7fff8e831fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e832000 - 0x7fff8e83ffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8e840000 - 0x7fff8e8b3fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8ecda000 - 0x7fff8efcfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8efd0000 - 0x7fff8efd0fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8efdd000 - 0x7fff8efe0fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8efe1000 - 0x7fff8f021ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8f022000 - 0x7fff8f023fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f024000 - 0x7fff8f04afff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8f04b000 - 0x7fff8f06cfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8f06d000 - 0x7fff8f06efff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8f06f000 - 0x7fff8f07dfff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8f07e000 - 0x7fff8f084fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8f085000 - 0x7fff8f1ecfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8f1ed000 - 0x7fff8f24fff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8f250000 - 0x7fff8f257ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8f258000 - 0x7fff8f259ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8f25a000 - 0x7fff8f2a1ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff903a8000 - 0x7fff9042bfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff90d67000 - 0x7fff90d86fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90d87000 - 0x7fff90d8ffff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff90d90000 - 0x7fff90d95fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff90d96000 - 0x7fff911c9ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff911df000 - 0x7fff911e5ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff911e6000 - 0x7fff911e9fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff91230000 - 0x7fff91247fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff91248000 - 0x7fff912ccff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff91324000 - 0x7fff91324fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff918d0000 - 0x7fff919cdff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff919ce000 - 0x7fff919f9ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff91d34000 - 0x7fff91d39fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91d4c000 - 0x7fff91d53fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff91d54000 - 0x7fff91d55ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff91d75000 - 0x7fff91f49ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff91f96000 - 0x7fff91fc2ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff91fc3000 - 0x7fff91fc6ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff91fcd000 - 0x7fff92494fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9293f000 - 0x7fff9293ffff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff92940000 - 0x7fff92944fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff92945000 - 0x7fff92962fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92972000 - 0x7fff929c0fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff929c1000 - 0x7fff9335fa27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff93360000 - 0x7fff9336bff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff93380000 - 0x7fff93395fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff9340b000 - 0x7fff9345fff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff93462000 - 0x7fff9368cfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9368d000 - 0x7fff9369fff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff936a0000 - 0x7fff93708ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff937a4000 - 0x7fff943aafff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff943ab000 - 0x7fff943c2fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff943c3000 - 0x7fff94b6bfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff94b71000 - 0x7fff95155fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff95234000 - 0x7fff95550fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff9557d000 - 0x7fff9558bfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff9558c000 - 0x7fff955a2fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff955a3000 - 0x7fff955cbfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff955d8000 - 0x7fff955dafff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff95783000 - 0x7fff957feff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff957ff000 - 0x7fff9598aff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff95a07000 - 0x7fff95a0cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff95a0d000 - 0x7fff95a0dfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff95a0e000 - 0x7fff95a37fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff95a38000 - 0x7fff95a78fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff95aa3000 - 0x7fff95dbcfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff95dbd000 - 0x7fff95de1fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff96464000 - 0x7fff96477ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff9652a000 - 0x7fff96547ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff96548000 - 0x7fff96568fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff96569000 - 0x7fff965c5ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff965c6000 - 0x7fff9683afff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff9685b000 - 0x7fff96866ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9686a000 - 0x7fff9686afff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff9687e000 - 0x7fff96931ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff9695b000 - 0x7fff96a22ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff96a31000 - 0x7fff96a8cff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff96a8d000 - 0x7fff96aa3ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff96aaf000 - 0x7fff96adcfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff96add000 - 0x7fff96b1fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff96b20000 - 0x7fff96bc2fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff96bc3000 - 0x7fff96ca7e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff96ca8000 - 0x7fff96e48ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff96e49000 - 0x7fff96e4dfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff96e4e000 - 0x7fff96e6aff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff96e6b000 - 0x7fff96ea5fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff96ea6000 - 0x7fff96fb2fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff96fb3000 - 0x7fff96fb5fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff96fb6000 - 0x7fff96fc5fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff96fc6000 - 0x7fff97123fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9715f000 - 0x7fff9719efff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9739c000 - 0x7fff9739cfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9739d000 - 0x7fff9743efff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22603 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=344K(0%) QtQA::App::TestRunner: Writable regions: Total=85.2M written=2508K(3%) resident=19.0M(22%) swapped_out=0K(0%) unallocated=66.2M(78%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 3204K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.5M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.0M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.1M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [11544] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [11542] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-04 06:26:14.410 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x00005c0300005b07 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x5c0300005b07: QtQA::App::TestRunner: CG shared images 00000001c2b47000-00000001c2b4f000 [ 32K] r--/r-- SM=SHM QtQA::App::TestRunner: --> QtQA::App::TestRunner: STACK GUARD 00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[11544]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655ece2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d5797d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d56aa7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8d5cbcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673c64 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8f072786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8f071316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d579594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d57ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655f192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d579594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d57ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9655d67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff9655cd71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff91da550c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff91dadc74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff91dad486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8b7fffe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8b7f615a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8d5778bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8d57ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff7a9b8fb8 r9: 0x0000000000000000 r10: 0x00007fff9655ed0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x0000000000000000 r14: 0x00007fff7a9bb960 r15: 0x0000000103822400 QtQA::App::TestRunner: rip: 0x00007fff9655ece2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1049a5000 - 0x104a2bfff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104a81000 - 0x104f1aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x1053db000 - 0x1053f2ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x107140000 - 0x107187fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1071b9000 - 0x1071d8ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff6c8b1000 - 0x7fff6c8e5baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8a4ea000 - 0x7fff8a5dffff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8a8d5000 - 0x7fff8a921ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8a93c000 - 0x7fff8aa41fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8abd7000 - 0x7fff8abd9fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8abda000 - 0x7fff8abdafff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8abdc000 - 0x7fff8ac1dfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8ac1e000 - 0x7fff8ac4eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8ac4f000 - 0x7fff8ac54fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8ace9000 - 0x7fff8acf3ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8ad90000 - 0x7fff8b13afe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8b198000 - 0x7fff8b22eff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b22f000 - 0x7fff8b65cfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8b65d000 - 0x7fff8b668fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8b669000 - 0x7fff8b66ffff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8b67d000 - 0x7fff8b680fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8b6c0000 - 0x7fff8b714fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8b79b000 - 0x7fff8b7f3ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8b7f4000 - 0x7fff8b845ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8b848000 - 0x7fff8b87bff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8b87c000 - 0x7fff8b8f2fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8b8f3000 - 0x7fff8b95bff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8b95c000 - 0x7fff8b9aeff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8b9b1000 - 0x7fff8b9dafff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8bbb2000 - 0x7fff8bbccfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8bbcd000 - 0x7fff8bbd3fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8bc78000 - 0x7fff8bccbfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8bccc000 - 0x7fff8bcd3fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8bcd4000 - 0x7fff8bcd8fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bda1000 - 0x7fff8bda2fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8be82000 - 0x7fff8bf07ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8bf08000 - 0x7fff8bf0dff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8c5d3000 - 0x7fff8c5e5ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8c6dd000 - 0x7fff8c6defff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8c6df000 - 0x7fff8c6f3ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8c827000 - 0x7fff8c827fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8c828000 - 0x7fff8c935fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8c936000 - 0x7fff8ca38fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8ca39000 - 0x7fff8cb6ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8cb70000 - 0x7fff8cc54ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cfe9000 - 0x7fff8d102fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8d103000 - 0x7fff8d112ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8d167000 - 0x7fff8d170ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8d171000 - 0x7fff8d172ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8d1e2000 - 0x7fff8d2e9fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8d2ea000 - 0x7fff8d2eeff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8d529000 - 0x7fff8d606fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8d60b000 - 0x7fff8d676ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8d677000 - 0x7fff8d711ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8d712000 - 0x7fff8d714ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8d9c4000 - 0x7fff8da08ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8dd50000 - 0x7fff8dd57fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8dd58000 - 0x7fff8ddc8fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8ddc9000 - 0x7fff8e0f5fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8e0f6000 - 0x7fff8e156fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e158000 - 0x7fff8e165ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8e1c4000 - 0x7fff8e1e8fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8e247000 - 0x7fff8e2ecfff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8e345000 - 0x7fff8e353ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8e3b6000 - 0x7fff8e42cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8e4ef000 - 0x7fff8e52afff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8e52b000 - 0x7fff8e52bfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8e548000 - 0x7fff8e54dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8e54e000 - 0x7fff8e750fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8e751000 - 0x7fff8e830fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8e831000 - 0x7fff8e831fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e832000 - 0x7fff8e83ffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8e840000 - 0x7fff8e8b3fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8ecda000 - 0x7fff8efcfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8efd0000 - 0x7fff8efd0fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8efdd000 - 0x7fff8efe0fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8efe1000 - 0x7fff8f021ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8f022000 - 0x7fff8f023fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f024000 - 0x7fff8f04afff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8f04b000 - 0x7fff8f06cfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8f06d000 - 0x7fff8f06efff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8f06f000 - 0x7fff8f07dfff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8f07e000 - 0x7fff8f084fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8f085000 - 0x7fff8f1ecfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8f1ed000 - 0x7fff8f24fff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8f250000 - 0x7fff8f257ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8f258000 - 0x7fff8f259ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8f25a000 - 0x7fff8f2a1ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff903a8000 - 0x7fff9042bfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff90d67000 - 0x7fff90d86fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90d87000 - 0x7fff90d8ffff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff90d90000 - 0x7fff90d95fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff90d96000 - 0x7fff911c9ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff911df000 - 0x7fff911e5ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff911e6000 - 0x7fff911e9fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff91230000 - 0x7fff91247fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff91248000 - 0x7fff912ccff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff91324000 - 0x7fff91324fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff918d0000 - 0x7fff919cdff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff919ce000 - 0x7fff919f9ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff91d34000 - 0x7fff91d39fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91d4c000 - 0x7fff91d53fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff91d54000 - 0x7fff91d55ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff91d75000 - 0x7fff91f49ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff91f96000 - 0x7fff91fc2ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff91fc3000 - 0x7fff91fc6ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff91fcd000 - 0x7fff92494fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9293f000 - 0x7fff9293ffff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff92940000 - 0x7fff92944fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff92945000 - 0x7fff92962fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92972000 - 0x7fff929c0fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff929c1000 - 0x7fff9335fa27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff93360000 - 0x7fff9336bff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff93380000 - 0x7fff93395fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff9340b000 - 0x7fff9345fff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff93462000 - 0x7fff9368cfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9368d000 - 0x7fff9369fff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff936a0000 - 0x7fff93708ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff937a4000 - 0x7fff943aafff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff943ab000 - 0x7fff943c2fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff943c3000 - 0x7fff94b6bfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff94b71000 - 0x7fff95155fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff95234000 - 0x7fff95550fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff9557d000 - 0x7fff9558bfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff9558c000 - 0x7fff955a2fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff955a3000 - 0x7fff955cbfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff955d8000 - 0x7fff955dafff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff95783000 - 0x7fff957feff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff957ff000 - 0x7fff9598aff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff95a07000 - 0x7fff95a0cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff95a0d000 - 0x7fff95a0dfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff95a0e000 - 0x7fff95a37fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff95a38000 - 0x7fff95a78fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff95aa3000 - 0x7fff95dbcfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff95dbd000 - 0x7fff95de1fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff96464000 - 0x7fff96477ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff9652a000 - 0x7fff96547ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff96548000 - 0x7fff96568fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff96569000 - 0x7fff965c5ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff965c6000 - 0x7fff9683afff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff9685b000 - 0x7fff96866ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9686a000 - 0x7fff9686afff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff9687e000 - 0x7fff96931ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff9695b000 - 0x7fff96a22ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff96a31000 - 0x7fff96a8cff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff96a8d000 - 0x7fff96aa3ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff96aaf000 - 0x7fff96adcfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff96add000 - 0x7fff96b1fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff96b20000 - 0x7fff96bc2fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff96bc3000 - 0x7fff96ca7e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff96ca8000 - 0x7fff96e48ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff96e49000 - 0x7fff96e4dfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff96e4e000 - 0x7fff96e6aff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff96e6b000 - 0x7fff96ea5fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff96ea6000 - 0x7fff96fb2fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff96fb3000 - 0x7fff96fb5fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff96fb6000 - 0x7fff96fc5fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff96fc6000 - 0x7fff97123fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9715f000 - 0x7fff9719efff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9739c000 - 0x7fff9739cfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9739d000 - 0x7fff9743efff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22605 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=344K(0%) QtQA::App::TestRunner: Writable regions: Total=84.7M written=2180K(3%) resident=19.1M(23%) swapped_out=0K(0%) unallocated=65.6M(77%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 3204K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.0M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 354.6M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 5 seconds, signal 6 Testing tst_qmlplugindump Totals: 3 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmlplugindump: 0.496918 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00158/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365034643): http://codereview.qt-project.org/52526 [PS16] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 4 08:32:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 08:32:36 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130404_053236_063116.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-04T05:30:35Z: [QtWebKit_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1365005601] [--project] [qt/qtwebkit] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) Change not in INTEGRATING state (Ie1910350e36defcd427a95ceb9aa280fa61083e7) , occurred repeatedly. 2013-04-04T05:30:35Z: [QtWebKit_dev_Integration error] Suspending for investigation; to resume: kill -USR2 16142 From ci-noreply at qt-project.org Thu Apr 4 09:04:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 09:04:59 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_060459_026504.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::simultaneousSyncAsync() '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(1036)] Totals: 48 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qquickloader: 8 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00824/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365052547): http://codereview.qt-project.org/52892 [PS1] - QTDSDriver: fix index out of range From ci-noreply at qt-project.org Thu Apr 4 09:40:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 09:40:20 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_064020_078494.ci-noreply@qt-project.org> QtBase_dev_Integration #774: SUCCESS Tested changes (refs/builds/dev_1365050143): http://codereview.qt-project.org/52656 [PS1] - iOS: Enable NEON optimizations, except for the pixman draw-helpers From ci-noreply at qt-project.org Thu Apr 4 09:47:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 09:47:27 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_064727_030225.ci-noreply@qt-project.org> Autotest `tst_dialogs' failed :( Testing tst_dialogs FAIL! : tst_dialogs::fileDialogNonModal() 'visibilityChangedCount > 0' returned FALSE. () Loc: [tst_dialogs.cpp(128)] Totals: 3 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_dialogs::initTestCase() QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x7f04d8487f60) QQuickRectangle (this = 0x1fe0fd0 , name= "" , parent = 0x1f77a10 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x7f04d8487f60) QQuickRectangle (this = 0x1fe0fd0 , name= "" , parent = 0x1f77a10 , geometry = QRectF(0,0 480x320) , z = 0 ) SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x359ba30) QQuickRectangle (this = 0x20267c0 , name= "" , parent = 0x359f7c0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x359ba30) QQuickRectangle (this = 0x20267c0 , name= "" , parent = 0x359f7c0 , geometry = QRectF(0,0 480x320) , z = 0 ) FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] PASS : tst_dialogs::fileDialogNameFilters() PASS : tst_dialogs::cleanupTestCase() Totals: 3 passed, 1 failed, 1 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_dialogs: 21 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00825/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365055635): http://codereview.qt-project.org/52638 [PS2] - Added grabbing option for qevdevkeyboard and mouse. From ci-noreply at qt-project.org Thu Apr 4 10:59:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 10:59:04 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#dev Message-ID: <20130404_075904_034071.ci-noreply@qt-project.org> An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtWebKit_dev_Integration/build_00040/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtWebKit_dev_Integration » linux-g++_no-widgets_Ubuntu_12.04_x64 #40: FAILURE Build log: http://testresults.qt-project.org/ci/QtWebKit_dev_Integration/build_00040/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1365005601): http://codereview.qt-project.org/52825 [PS1] - Merge remote-tracking branch 'origin/stable' into dev http://codereview.qt-project.org/49306 [PS1] - Implement JIT on Windows 64 bits From ci-noreply at qt-project.org Thu Apr 4 11:40:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 11:40:10 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130404_084010_026351.ci-noreply@qt-project.org> QtSensors_stable_Integration » linux-g++-32_Ubuntu_10.04_x86 #34: FAILURE Build log: http://testresults.qt-project.org/ci/QtSensors_stable_Integration/build_00034/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365064365): http://codereview.qt-project.org/52753 [PS1] - Android: Report correct timestamp value From ci-noreply at qt-project.org Thu Apr 4 11:49:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 11:49:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_084926_056559.ci-noreply@qt-project.org> Autotest `tst_qopengl' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QOpenGL FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QOffscreenSurface) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QOffscreenSurface) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location Totals: 15 passed, 4 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QOpenGL ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QOpenGL::initTestCase() PASS : tst_QOpenGL::sharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::sharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QOffscreenSurface) PASS : tst_QOpenGL::fboSimpleRendering(Using QWindow) PASS : tst_QOpenGL::fboSimpleRendering(Using QOffscreenSurface) QWARN : tst_QOpenGL::fboRendering(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::fboRendering(Using QWindow) QWARN : tst_QOpenGL::fboRendering(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " FAIL! : tst_QOpenGL::fboRendering(Using QOffscreenSurface) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QOffscreenSurface) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location PASS : tst_QOpenGL::fboHandleNulledAfterContextDestroyed() QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QWindow) QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) PASS : tst_QOpenGL::aboutToBeDestroyed() QWARN : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() PASS : tst_QOpenGL::cleanupTestCase() Totals: 16 passed, 2 failed, 0 skipped ********* Finished testing of tst_QOpenGL ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qopengl: 1 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00775/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365057751): http://codereview.qt-project.org/52728 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong http://codereview.qt-project.org/52816 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 11:59:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 11:59:24 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_085924_056486.ci-noreply@qt-project.org> QtBase_stable_Integration #826: SUCCESS Tested changes (refs/builds/stable_1365058192): http://codereview.qt-project.org/52791 [PS2] - Doc: Fix network/torrent example to work on Qt 5 From ci-noreply at qt-project.org Thu Apr 4 12:31:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 12:31:56 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_093156_088397.ci-noreply@qt-project.org> Autotest `tst_qquicklistview' failed :( Testing tst_QQuickListView FAIL! : tst_QQuickListView::snapOneItem(horizontal, right to left, enforce range) Compared doubles are not the same (fuzzy compare) Actual (listview->contentX()): -898.701 Expected (endExtent): -820 Loc: [tst_qquicklistview.cpp(5297)] Totals: 459 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickListView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickListView::initTestCase() PASS : tst_QQuickListView::qAbstractItemModel_package_items() PASS : tst_QQuickListView::qAbstractItemModel_items() PASS : tst_QQuickListView::qAbstractItemModel_package_changed() PASS : tst_QQuickListView::qAbstractItemModel_changed() PASS : tst_QQuickListView::qAbstractItemModel_package_inserted() PASS : tst_QQuickListView::qAbstractItemModel_inserted() PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add multiple, before visible) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, at start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add multiple, start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, at start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add multiple, at start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, at end of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, at end of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, at end of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add multiple, at end of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add 1, after visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more(add multiple, after visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add multiple, before visible) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, at start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add multiple, start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, at start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add multiple, at start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, at end of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, at end of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, at end of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add multiple, at end of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add 1, after visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_inserted_more_bottomToTop(add multiple, after visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_package_removed() PASS : tst_QQuickListView::qAbstractItemModel_removed() PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, all before visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, all before visible items, remove item 0) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, mix of items from before and within visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, mix of items from before and within visible items, remove item 0) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, from start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, from start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, from start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, from start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, from middle of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, from middle of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, from middle of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, from middle of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove 1, after visible, content not at middle) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, after visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more(remove multiple, mix of items from within and after visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, all before visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, all before visible items, remove item 0) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, mix of items from before and within visible items) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, mix of items from before and within visible items, remove item 0) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, from start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, from start of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, from start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, from start of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, from middle of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, from middle of visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, from middle of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, from middle of visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, after visible, content at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove 1, after visible, content not at middle) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, after visible, content not at start) PASS : tst_QQuickListView::qAbstractItemModel_removed_more_bottomToTop(remove multiple, mix of items from within and after visible items) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 forwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 forwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 forwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 backwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 backwards, within visible items (to first index)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 backwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 backwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move 1 backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, mix of non-visible/visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, to bottom of view) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, to bottom of view, first->last) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, to bottom of view, content y not 0) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple backwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple backwards, within visible items (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple backwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple backwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_package_moved(move multiple backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 forwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 forwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 forwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 backwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 backwards, within visible items (to first index)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 backwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 backwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move 1 backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, mix of non-visible/visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, to bottom of view) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, to bottom of view, first->last) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, to bottom of view, content y not 0) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple backwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple backwards, within visible items (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple backwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple backwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved(move multiple backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 forwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 forwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 forwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 backwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 backwards, within visible items (to first index)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 backwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 backwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move 1 backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, before visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, mix of non-visible/visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, to bottom of view) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, to bottom of view, first->last) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, to bottom of view, content y not 0) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple backwards, within visible items) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple backwards, within visible items (move first item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple backwards, from non-visible -> visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple backwards, from visible -> non-visible) PASS : tst_QQuickListView::qAbstractItemModel_moved_bottomToTop(move multiple backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickListView::multipleChanges_condensed(remove all but 1, first->last) PASS : tst_QQuickListView::multipleChanges_condensed(remove all) PASS : tst_QQuickListView::multipleChanges_condensed(remove last (current) -> first) PASS : tst_QQuickListView::multipleChanges_condensed(remove then insert at 0) PASS : tst_QQuickListView::multipleChanges_condensed(remove then insert at non-zero index) PASS : tst_QQuickListView::multipleChanges_condensed(remove current then insert below it) PASS : tst_QQuickListView::multipleChanges_condensed(remove current index then move it down) PASS : tst_QQuickListView::multipleChanges_condensed(remove current index then move it up) PASS : tst_QQuickListView::multipleChanges_condensed(insert multiple times) PASS : tst_QQuickListView::multipleChanges_condensed(insert multiple times with current index changes) PASS : tst_QQuickListView::multipleChanges_condensed(insert and remove all) PASS : tst_QQuickListView::multipleChanges_condensed(insert and remove current) PASS : tst_QQuickListView::multipleChanges_condensed(insert before 0, then remove cross section of new and old items) PASS : tst_QQuickListView::multipleChanges_condensed(insert multiple, then move new items to end) PASS : tst_QQuickListView::multipleChanges_condensed(insert multiple, then move new and some old items to end) PASS : tst_QQuickListView::multipleChanges_condensed(insert multiple at end, then move new and some old items to start) PASS : tst_QQuickListView::multipleChanges_condensed(move back and forth to same index) PASS : tst_QQuickListView::multipleChanges_condensed(move forwards then back) PASS : tst_QQuickListView::multipleChanges_condensed(move current, then remove it) PASS : tst_QQuickListView::multipleChanges_condensed(move current, then insert before it) PASS : tst_QQuickListView::multipleChanges_condensed(move multiple, then remove them) PASS : tst_QQuickListView::multipleChanges_condensed(move multiple, then insert before them) PASS : tst_QQuickListView::multipleChanges_condensed(move multiple, then insert after them) PASS : tst_QQuickListView::multipleChanges_condensed(clear current) PASS : tst_QQuickListView::multipleChanges_condensed(remove, scroll) PASS : tst_QQuickListView::multipleChanges_condensed(insert, scroll) PASS : tst_QQuickListView::multipleChanges_condensed(move, scroll) PASS : tst_QQuickListView::multipleChanges_condensed(clear, insert, scroll) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove all but 1, first->last) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove all) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove last (current) -> first) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove then insert at 0) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove then insert at non-zero index) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove current then insert below it) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove current index then move it down) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove current index then move it up) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert multiple times) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert multiple times with current index changes) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert and remove all) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert and remove current) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert before 0, then remove cross section of new and old items) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert multiple, then move new items to end) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert multiple, then move new and some old items to end) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert multiple at end, then move new and some old items to start) PASS : tst_QQuickListView::multipleChanges_uncondensed(move back and forth to same index) PASS : tst_QQuickListView::multipleChanges_uncondensed(move forwards then back) PASS : tst_QQuickListView::multipleChanges_uncondensed(move current, then remove it) PASS : tst_QQuickListView::multipleChanges_uncondensed(move current, then insert before it) PASS : tst_QQuickListView::multipleChanges_uncondensed(move multiple, then remove them) PASS : tst_QQuickListView::multipleChanges_uncondensed(move multiple, then insert before them) PASS : tst_QQuickListView::multipleChanges_uncondensed(move multiple, then insert after them) PASS : tst_QQuickListView::multipleChanges_uncondensed(clear current) PASS : tst_QQuickListView::multipleChanges_uncondensed(remove, scroll) PASS : tst_QQuickListView::multipleChanges_uncondensed(insert, scroll) PASS : tst_QQuickListView::multipleChanges_uncondensed(move, scroll) PASS : tst_QQuickListView::multipleChanges_uncondensed(clear, insert, scroll) PASS : tst_QQuickListView::qAbstractItemModel_package_clear() PASS : tst_QQuickListView::qAbstractItemModel_clear() PASS : tst_QQuickListView::qAbstractItemModel_clear_bottomToTop() PASS : tst_QQuickListView::insertBeforeVisible(insert 1 at 0, 0 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert 1 at 0, 100 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert 1 at 0, 500 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert 1 at 1, 0 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert 1 at 1, 100 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert 1 at 1, 500 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert multiple at 0, 0 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert multiple at 0, 100 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert multiple at 0, 500 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert multiple at 1, 0 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert multiple at 1, 100 buffer) PASS : tst_QQuickListView::insertBeforeVisible(insert multiple at 1, 500 buffer) PASS : tst_QQuickListView::swapWithFirstItem() PASS : tst_QQuickListView::itemList() PASS : tst_QQuickListView::itemListFlicker() PASS : tst_QQuickListView::currentIndex_delayedItemCreation(set to 0) PASS : tst_QQuickListView::currentIndex_delayedItemCreation(don't set to 0) PASS : tst_QQuickListView::currentIndex() PASS : tst_QQuickListView::noCurrentIndex() PASS : tst_QQuickListView::keyNavigation(Vertical, TopToBottom) PASS : tst_QQuickListView::keyNavigation(Vertical, BottomToTop) PASS : tst_QQuickListView::keyNavigation(Horizontal, LeftToRight) PASS : tst_QQuickListView::keyNavigation(Horizontal, RightToLeft) PASS : tst_QQuickListView::enforceRange() PASS : tst_QQuickListView::enforceRange_withoutHighlight() PASS : tst_QQuickListView::spacing() PASS : tst_QQuickListView::qAbstractItemModel_package_sections() PASS : tst_QQuickListView::qAbstractItemModel_sections() PASS : tst_QQuickListView::sectionsPositioning() PASS : tst_QQuickListView::sectionsDelegate() PASS : tst_QQuickListView::sectionsDragOutsideBounds(500, no cache buffer) PASS : tst_QQuickListView::sectionsDragOutsideBounds(1000, no cache buffer) PASS : tst_QQuickListView::sectionsDragOutsideBounds(500, cache buffer) PASS : tst_QQuickListView::sectionsDragOutsideBounds(1000, cache buffer) SKIP : tst_QQuickListView::sectionsDelegate_headerVisibility() QTBUG-24395 Loc: [tst_qquicklistview.cpp(2165)] PASS : tst_QQuickListView::sectionPropertyChange() PASS : tst_QQuickListView::sectionDelegateChange() PASS : tst_QQuickListView::cacheBuffer() PASS : tst_QQuickListView::positionViewAtBeginningEnd() PASS : tst_QQuickListView::positionViewAtIndex(no range, 3 at Beginning) PASS : tst_QQuickListView::positionViewAtIndex(no range, 3 at End) PASS : tst_QQuickListView::positionViewAtIndex(no range, 22 at Beginning) PASS : tst_QQuickListView::positionViewAtIndex(no range, 28 at Beginning) PASS : tst_QQuickListView::positionViewAtIndex(no range, last at End) PASS : tst_QQuickListView::positionViewAtIndex(no range, 20 at End) PASS : tst_QQuickListView::positionViewAtIndex(no range, 15 at Center) PASS : tst_QQuickListView::positionViewAtIndex(no range, 15 visible => Visible) PASS : tst_QQuickListView::positionViewAtIndex(no range, 15 partially visible => Visible) PASS : tst_QQuickListView::positionViewAtIndex(no range, 15 before visible => Visible) PASS : tst_QQuickListView::positionViewAtIndex(no range, 20 visible => Visible) PASS : tst_QQuickListView::positionViewAtIndex(no range, 20 before visible => Visible) PASS : tst_QQuickListView::positionViewAtIndex(no range, 20 after visible => Visible) PASS : tst_QQuickListView::positionViewAtIndex(no range, 20 visible => Contain) PASS : tst_QQuickListView::positionViewAtIndex(no range, 15 partially visible => Contain) PASS : tst_QQuickListView::positionViewAtIndex(no range, 20 partially visible => Contain) PASS : tst_QQuickListView::positionViewAtIndex(strict range, 3 at End) PASS : tst_QQuickListView::positionViewAtIndex(strict range, 38 at Beginning) PASS : tst_QQuickListView::positionViewAtIndex(strict range, 15 at Center) PASS : tst_QQuickListView::positionViewAtIndex(strict range, 3 at SnapPosition) PASS : tst_QQuickListView::positionViewAtIndex(strict range, 10 at SnapPosition) PASS : tst_QQuickListView::positionViewAtIndex(strict range, 38 at SnapPosition) PASS : tst_QQuickListView::resetModel() PASS : tst_QQuickListView::propertyChanges() PASS : tst_QQuickListView::componentChanges() PASS : tst_QQuickListView::modelChanges() PASS : tst_QQuickListView::manualHighlight() PASS : tst_QQuickListView::initialZValues() PASS : tst_QQuickListView::header(vertical, left to right) PASS : tst_QQuickListView::header(vertical, layout right to left) PASS : tst_QQuickListView::header(horizontal, layout left to right) PASS : tst_QQuickListView::header(horizontal, layout right to left) PASS : tst_QQuickListView::header(vertical, bottom to top) PASS : tst_QQuickListView::header_delayItemCreation() PASS : tst_QQuickListView::footer(vertical, layout left to right) PASS : tst_QQuickListView::footer(vertical, layout right to left) PASS : tst_QQuickListView::footer(horizontal, layout left to right) PASS : tst_QQuickListView::footer(horizontal, layout right to left) PASS : tst_QQuickListView::footer(vertical, layout left to right) PASS : tst_QQuickListView::extents(Vertical, TopToBottom) PASS : tst_QQuickListView::extents(Vertical, BottomToTop) PASS : tst_QQuickListView::extents(Horizontal, LeftToRight) PASS : tst_QQuickListView::extents(Horizontal, RightToLeft) PASS : tst_QQuickListView::resetModel_headerFooter() PASS : tst_QQuickListView::resizeView() PASS : tst_QQuickListView::resizeViewAndRepaint() PASS : tst_QQuickListView::sizeLessThan1() PASS : tst_QQuickListView::QTBUG_14821() PASS : tst_QQuickListView::resizeDelegate() PASS : tst_QQuickListView::resizeFirstDelegate() PASS : tst_QQuickListView::repositionResizedDelegate(vertical) PASS : tst_QQuickListView::repositionResizedDelegate(vertical, BottomToTop) PASS : tst_QQuickListView::repositionResizedDelegate(horizontal) PASS : tst_QQuickListView::repositionResizedDelegate(horizontal, rtl) PASS : tst_QQuickListView::QTBUG_16037() PASS : tst_QQuickListView::indexAt_itemAt(Item 0 - 0, 0) PASS : tst_QQuickListView::indexAt_itemAt(Item 0 - 0, 19) PASS : tst_QQuickListView::indexAt_itemAt(Item 0 - 239, 19) PASS : tst_QQuickListView::indexAt_itemAt(Item 1 - 0, 20) PASS : tst_QQuickListView::indexAt_itemAt(No Item - 240, 20) PASS : tst_QQuickListView::incrementalModel() PASS : tst_QQuickListView::onAdd(0, add 1) PASS : tst_QQuickListView::onAdd(0, add 2) PASS : tst_QQuickListView::onAdd(0, add 10) PASS : tst_QQuickListView::onAdd(1, add 1) PASS : tst_QQuickListView::onAdd(1, add 2) PASS : tst_QQuickListView::onAdd(1, add 10) PASS : tst_QQuickListView::onAdd(5, add 1) PASS : tst_QQuickListView::onAdd(5, add 2) PASS : tst_QQuickListView::onAdd(5, add 10) PASS : tst_QQuickListView::onRemove(remove first) PASS : tst_QQuickListView::onRemove(two items, remove first) PASS : tst_QQuickListView::onRemove(two items, remove last) PASS : tst_QQuickListView::onRemove(two items, remove all) PASS : tst_QQuickListView::onRemove(four items, remove first) PASS : tst_QQuickListView::onRemove(four items, remove 0-2) PASS : tst_QQuickListView::onRemove(four items, remove 1-3) PASS : tst_QQuickListView::onRemove(four items, remove 2-4) PASS : tst_QQuickListView::onRemove(four items, remove last) PASS : tst_QQuickListView::onRemove(four items, remove all) PASS : tst_QQuickListView::onRemove(ten items, remove 1-8) PASS : tst_QQuickListView::onRemove(ten items, remove 2-7) PASS : tst_QQuickListView::onRemove(ten items, remove 4-10) PASS : tst_QQuickListView::rightToLeft() PASS : tst_QQuickListView::test_mirroring() PASS : tst_QQuickListView::margins() PASS : tst_QQuickListView::marginsResize(vertical) PASS : tst_QQuickListView::marginsResize(vertical, BottomToTop) PASS : tst_QQuickListView::marginsResize(horizontal) PASS : tst_QQuickListView::marginsResize(horizontal, rtl) PASS : tst_QQuickListView::creationContext() PASS : tst_QQuickListView::snapToItem(vertical, top to bottom) PASS : tst_QQuickListView::snapToItem(vertical, bottom to top) PASS : tst_QQuickListView::snapToItem(horizontal, left to right) PASS : tst_QQuickListView::snapToItem(horizontal, right to left) PASS : tst_QQuickListView::snapToItem(vertical, top to bottom, enforce range) PASS : tst_QQuickListView::snapToItem(vertical, bottom to top, enforce range) PASS : tst_QQuickListView::snapToItem(horizontal, left to right, enforce range) PASS : tst_QQuickListView::snapToItem(horizontal, right to left, enforce range) PASS : tst_QQuickListView::snapOneItem(vertical, top to bottom) PASS : tst_QQuickListView::snapOneItem(vertical, bottom to top) PASS : tst_QQuickListView::snapOneItem(horizontal, left to right) PASS : tst_QQuickListView::snapOneItem(horizontal, right to left) PASS : tst_QQuickListView::snapOneItem(vertical, top to bottom, enforce range) FAIL! : tst_QQuickListView::snapOneItem(vertical, bottom to top, enforce range) Compared doubles are not the same (fuzzy compare) Actual (listview->contentY()): -210.396 Expected (startExtent): -220 Loc: [tst_qquicklistview.cpp(5313)] PASS : tst_QQuickListView::snapOneItem(horizontal, left to right, enforce range) PASS : tst_QQuickListView::snapOneItem(horizontal, right to left, enforce range) PASS : tst_QQuickListView::QTBUG_9791() PASS : tst_QQuickListView::QTBUG_11105() PASS : tst_QQuickListView::QTBUG_21742() PASS : tst_QQuickListView::asynchronous() PASS : tst_QQuickListView::unrequestedVisibility() PASS : tst_QQuickListView::populateTransitions(static) PASS : tst_QQuickListView::populateTransitions(static, no populate) PASS : tst_QQuickListView::populateTransitions(dynamic) PASS : tst_QQuickListView::populateTransitions(dynamic, no populate) PASS : tst_QQuickListView::populateTransitions(empty to start with) PASS : tst_QQuickListView::populateTransitions(empty to start with, no populate) PASS : tst_QQuickListView::addTransitions(insert 1, just before start) PASS : tst_QQuickListView::addTransitions(insert 1, way before start) PASS : tst_QQuickListView::addTransitions(insert multiple, just before start) PASS : tst_QQuickListView::addTransitions(insert multiple, way before start) PASS : tst_QQuickListView::addTransitions(insert 1 at start) PASS : tst_QQuickListView::addTransitions(insert multiple at start) PASS : tst_QQuickListView::addTransitions(insert 1 at start, content y not 0) PASS : tst_QQuickListView::addTransitions(insert multiple at start, content y not 0) PASS : tst_QQuickListView::addTransitions(insert 1 at start, to empty list) PASS : tst_QQuickListView::addTransitions(insert multiple at start, to empty list) PASS : tst_QQuickListView::addTransitions(insert 1 at middle) PASS : tst_QQuickListView::addTransitions(insert multiple at middle) PASS : tst_QQuickListView::addTransitions(insert 1 at bottom) PASS : tst_QQuickListView::addTransitions(insert multiple at bottom) PASS : tst_QQuickListView::addTransitions(insert 1 at bottom, content y not 0) PASS : tst_QQuickListView::addTransitions(insert multiple at bottom, content y not 0) PASS : tst_QQuickListView::addTransitions(insert 1 after end) PASS : tst_QQuickListView::addTransitions(insert multiple after end) PASS : tst_QQuickListView::moveTransitions(move from above view, outside visible items, move 1) PASS : tst_QQuickListView::moveTransitions(move from above view, outside visible items, move 1 (first item)) PASS : tst_QQuickListView::moveTransitions(move from above view, outside visible items, move multiple) PASS : tst_QQuickListView::moveTransitions(move from above view, outside visible items, move multiple (first item)) PASS : tst_QQuickListView::moveTransitions(move from above view, mix of visible/non-visible) PASS : tst_QQuickListView::moveTransitions(move from above view, mix of visible/non-visible (move first)) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 down) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 down, move first item) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 down, move first item, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 down, to last item) PASS : tst_QQuickListView::moveTransitions(move within view, move first->last) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple down) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple down, move first item) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple down, move first item, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple down, displace last item) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple down, move first->last) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 up) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 up, move to first index) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 up, move to first index, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 up, move to first index, contentY not on item border) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 up, move last item) PASS : tst_QQuickListView::moveTransitions(move within view, move 1 up, move last->first) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple up) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple up, move to first index) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple up, move to first index, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple up, move last item) PASS : tst_QQuickListView::moveTransitions(move within view, move multiple up, move last->first) PASS : tst_QQuickListView::moveTransitions(move from below view, move 1 up, move to top) PASS : tst_QQuickListView::moveTransitions(move from below view, move 1 up, move to top, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move from below view, move multiple up, move to top) PASS : tst_QQuickListView::moveTransitions(move from below view, move multiple up, move to top, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move from below view, move 1 up, move to bottom) PASS : tst_QQuickListView::moveTransitions(move from below view, move 1 up, move to bottom, contentY not 0) PASS : tst_QQuickListView::moveTransitions(move from below view, move multiple up, move to bottom) PASS : tst_QQuickListView::moveTransitions(move from below view, move multiple up, move to bottom, contentY not 0) PASS : tst_QQuickListView::removeTransitions(remove 1 before start) PASS : tst_QQuickListView::removeTransitions(remove multiple, all before start) PASS : tst_QQuickListView::removeTransitions(remove mix of before and after start) PASS : tst_QQuickListView::removeTransitions(remove 1 from start) PASS : tst_QQuickListView::removeTransitions(remove multiple from start) PASS : tst_QQuickListView::removeTransitions(remove 1 from start, content y not 0) PASS : tst_QQuickListView::removeTransitions(remove multiple from start, content y not 0) PASS : tst_QQuickListView::removeTransitions(remove 1 from middle) PASS : tst_QQuickListView::removeTransitions(remove multiple from middle) PASS : tst_QQuickListView::removeTransitions(remove 1 from bottom) PASS : tst_QQuickListView::removeTransitions(remove multiple from bottom) PASS : tst_QQuickListView::removeTransitions(remove 1 from bottom, content y not 0) PASS : tst_QQuickListView::removeTransitions(remove multiple from bottom, content y not 0) PASS : tst_QQuickListView::removeTransitions(remove 1 after end) PASS : tst_QQuickListView::removeTransitions(remove multiple after end) PASS : tst_QQuickListView::displacedTransitions(no displaced transitions at all) PASS : tst_QQuickListView::displacedTransitions(just displaced) PASS : tst_QQuickListView::displacedTransitions(just displaced (not enabled)) PASS : tst_QQuickListView::displacedTransitions(displaced + addDisplaced) PASS : tst_QQuickListView::displacedTransitions(displaced + addDisplaced (not enabled)) PASS : tst_QQuickListView::displacedTransitions(displaced + moveDisplaced) PASS : tst_QQuickListView::displacedTransitions(displaced + moveDisplaced (not enabled)) PASS : tst_QQuickListView::displacedTransitions(displaced + removeDisplaced) PASS : tst_QQuickListView::displacedTransitions(displaced + removeDisplaced (not enabled)) PASS : tst_QQuickListView::displacedTransitions(displaced + add, should use generic displaced for a remove) PASS : tst_QQuickListView::multipleTransitions(add item, then move it immediately) PASS : tst_QQuickListView::multipleTransitions(move, then insert item before the moved item) PASS : tst_QQuickListView::multipleTransitions(add at 0, flick down, flick back to top and add at 0 again) PASS : tst_QQuickListView::multipleTransitions(insert then remove same index, with ripple effect on add displaced) PASS : tst_QQuickListView::multipleTransitions(insert then remove, with remove disabled) PASS : tst_QQuickListView::multipleTransitions(insert twice then remove, with remove disabled) PASS : tst_QQuickListView::multipleDisplaced() PASS : tst_QQuickListView::flickBeyondBounds() PASS : tst_QQuickListView::destroyItemOnCreation() PASS : tst_QQuickListView::parentBinding() PASS : tst_QQuickListView::defaultHighlightMoveDuration() PASS : tst_QQuickListView::accessEmptyCurrentItem_QTBUG_30227() PASS : tst_QQuickListView::cleanupTestCase() Totals: 459 passed, 1 failed, 1 skipped ********* Finished testing of tst_QQuickListView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquicklistview: 817 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00362/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365064363): http://codereview.qt-project.org/51403 [PS4] - QmlDebugging: Remove 'insignificant_test' From ci-noreply at qt-project.org Thu Apr 4 12:41:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 12:41:57 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130404_094157_066741.ci-noreply@qt-project.org> QtSensors_dev_Integration #66: SUCCESS Tested changes (refs/builds/dev_1365064328): http://codereview.qt-project.org/52830 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 12:45:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 12:45:46 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_094546_074181.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)' and `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [31660] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [31659] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-04 11:24:10.390 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[31660]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f013ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8602e7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8601fa7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff86080cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673c64 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f0147e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff87b27786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff87b26316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f014192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8602e594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8602fb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f014192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8602e594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8602fb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f01267a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8f011d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8a85a50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8a862c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8a862486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff842b4fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff842ab15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8602c8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8602fb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff7346dfb8 r9: 0x0000000000000000 r10: 0x00007fff8f013d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff73470960 r15: 0x0000000101d18400 QtQA::App::TestRunner: rip: 0x00007fff8f013ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101c83000 - 0x101cacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <970FB8E2-25E9-3B0B-8D69-69FD93820DED> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x103fa5000 - 0x10402bfff +libqcocoa.dylib (??? - ???) <85D0D8BF-2A7B-3A16-8417-4425A59D25C9> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104081000 - 0x10451aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <850CBD33-5004-3AE4-ACDB-928605DAEBF5> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104712000 - 0x104729ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104740000 - 0x104787fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1047b9000 - 0x1047d8ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff6069b000 - 0x7fff606cfbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff82f9f000 - 0x7fff83094fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8338a000 - 0x7fff833d6ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff833f1000 - 0x7fff834f6fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8368c000 - 0x7fff8368efff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8368f000 - 0x7fff8368ffff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff83691000 - 0x7fff836d2fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff836d3000 - 0x7fff83703ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff83704000 - 0x7fff83709fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8379e000 - 0x7fff837a8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff83845000 - 0x7fff83beffe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff83c4d000 - 0x7fff83ce3ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff83ce4000 - 0x7fff84111fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff84112000 - 0x7fff8411dfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8411e000 - 0x7fff84124fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff84132000 - 0x7fff84135fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff84175000 - 0x7fff841c9fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff84250000 - 0x7fff842a8ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff842a9000 - 0x7fff842faff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff842fd000 - 0x7fff84330ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff84331000 - 0x7fff843a7fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff843a8000 - 0x7fff84410ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff84411000 - 0x7fff84463ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff84466000 - 0x7fff8448ffff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff84667000 - 0x7fff84681fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff84682000 - 0x7fff84688fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8472d000 - 0x7fff84780fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff84781000 - 0x7fff84788fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff84789000 - 0x7fff8478dfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff84856000 - 0x7fff84857fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff84937000 - 0x7fff849bcff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff849bd000 - 0x7fff849c2ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff85088000 - 0x7fff8509aff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff85192000 - 0x7fff85193fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff85194000 - 0x7fff851a8ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff852dc000 - 0x7fff852dcfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff852dd000 - 0x7fff853eafff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff853eb000 - 0x7fff854edfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff854ee000 - 0x7fff85624fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff85625000 - 0x7fff85709ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff85a9e000 - 0x7fff85bb7fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff85bb8000 - 0x7fff85bc7ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff85c1c000 - 0x7fff85c25ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff85c26000 - 0x7fff85c27ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff85c97000 - 0x7fff85d9efe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff85d9f000 - 0x7fff85da3ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff85fde000 - 0x7fff860bbfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff860c0000 - 0x7fff8612bff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8612c000 - 0x7fff861c6ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff861c7000 - 0x7fff861c9ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff86479000 - 0x7fff864bdff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff86805000 - 0x7fff8680cfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8680d000 - 0x7fff8687dfff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8687e000 - 0x7fff86baafff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff86bab000 - 0x7fff86c0bfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff86c0d000 - 0x7fff86c1aff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff86c79000 - 0x7fff86c9dfff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff86cfc000 - 0x7fff86da1fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff86dfa000 - 0x7fff86e08ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff86e6b000 - 0x7fff86ee1ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff86fa4000 - 0x7fff86fdffff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff86fe0000 - 0x7fff86fe0fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff86ffd000 - 0x7fff87002fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff87003000 - 0x7fff87205fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff87206000 - 0x7fff872e5fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff872e6000 - 0x7fff872e6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff872e7000 - 0x7fff872f4fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff872f5000 - 0x7fff87368fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8778f000 - 0x7fff87a84ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff87a85000 - 0x7fff87a85fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff87a92000 - 0x7fff87a95fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff87a96000 - 0x7fff87ad6ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff87ad7000 - 0x7fff87ad8fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff87ad9000 - 0x7fff87afffff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff87b00000 - 0x7fff87b21fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff87b22000 - 0x7fff87b23fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff87b24000 - 0x7fff87b32fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff87b33000 - 0x7fff87b39fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff87b3a000 - 0x7fff87ca1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff87ca2000 - 0x7fff87d04ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff87d05000 - 0x7fff87d0cff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff87d0d000 - 0x7fff87d0eff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff87d0f000 - 0x7fff87d56ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff88e5d000 - 0x7fff88ee0fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8981c000 - 0x7fff8983bfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff89844fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff89845000 - 0x7fff8984afff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8984b000 - 0x7fff89c7eff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff89c94000 - 0x7fff89c9aff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff89c9b000 - 0x7fff89c9efff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff89ce5000 - 0x7fff89cfcfff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff89cfd000 - 0x7fff89d81ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff89dd9000 - 0x7fff89dd9fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8a385000 - 0x7fff8a482ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8a483000 - 0x7fff8a4aeff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8a7e9000 - 0x7fff8a7eefff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8a801000 - 0x7fff8a808fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a809000 - 0x7fff8a80aff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8a82a000 - 0x7fff8a9feff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8aa4b000 - 0x7fff8aa77ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8aa78000 - 0x7fff8aa7bff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8aa82000 - 0x7fff8af49fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8b3f4000 - 0x7fff8b3f4fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8b3f5000 - 0x7fff8b3f9fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8b3fa000 - 0x7fff8b417fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8b427000 - 0x7fff8b475fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8b476000 - 0x7fff8be14a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8be15000 - 0x7fff8be20ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8be35000 - 0x7fff8be4afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8bec0000 - 0x7fff8bf14ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8bf17000 - 0x7fff8c141fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8c142000 - 0x7fff8c154ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8c155000 - 0x7fff8c1bdff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c259000 - 0x7fff8ce5ffff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8ce60000 - 0x7fff8ce77fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8ce78000 - 0x7fff8d620fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8d626000 - 0x7fff8dc0afff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8dce9000 - 0x7fff8e005fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8e032000 - 0x7fff8e040fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8e041000 - 0x7fff8e057fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8e058000 - 0x7fff8e080fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8e08d000 - 0x7fff8e08ffff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8e238000 - 0x7fff8e2b3ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8e2b4000 - 0x7fff8e43fff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8e4bc000 - 0x7fff8e4c1fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8e4c2000 - 0x7fff8e4c2fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8e4c3000 - 0x7fff8e4ecfff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8e4ed000 - 0x7fff8e52dfe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8e558000 - 0x7fff8e871fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8e872000 - 0x7fff8e896fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8ef19000 - 0x7fff8ef2cff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8efdf000 - 0x7fff8effcff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8effd000 - 0x7fff8f01dfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8f01e000 - 0x7fff8f07aff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8f07b000 - 0x7fff8f2effff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8f310000 - 0x7fff8f31bff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8f31f000 - 0x7fff8f31ffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8f333000 - 0x7fff8f3e6ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8f410000 - 0x7fff8f4d7ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8f4e6000 - 0x7fff8f541ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8f542000 - 0x7fff8f558ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8f564000 - 0x7fff8f591fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8f592000 - 0x7fff8f5d4ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8f5d5000 - 0x7fff8f677fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8f678000 - 0x7fff8f75ce5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8f75d000 - 0x7fff8f8fdff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8f8fe000 - 0x7fff8f902fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8f903000 - 0x7fff8f91fff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f920000 - 0x7fff8f95afe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8f95b000 - 0x7fff8fa67fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8fa68000 - 0x7fff8fa6afff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8fa6b000 - 0x7fff8fa7afff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8fa7b000 - 0x7fff8fbd8fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8fc14000 - 0x7fff8fc53fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8fe51000 - 0x7fff8fe51fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8fe52000 - 0x7fff8fef3fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22546 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=340K(0%) QtQA::App::TestRunner: Writable regions: Total=86.4M written=1944K(2%) resident=20.6M(24%) swapped_out=0K(0%) unallocated=65.8M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [31661] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [31659] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-04 11:24:14.397 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[31661]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f013ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8602e7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8601fa7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff86080cfa _sigtramp + 26 QtQA::App::TestRunner: 7 libobjc.A.dylib 0x00007fff8f684509 prepareForMethodLookup + 223 QtQA::App::TestRunner: 8 libobjc.A.dylib 0x00007fff8f6842bb lookUpMethod + 63 QtQA::App::TestRunner: 9 libobjc.A.dylib 0x00007fff8f681f3c objc_msgSend + 188 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff8a8bcbce -[NSDictionary isEqual:] + 46 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff8a8bcb72 -[__NSCFDictionary isEqual:] + 66 QtQA::App::TestRunner: 12 com.apple.avfoundation 0x00007fff8a428f72 -[AVCaptureStillImageOutput setOutputSettings:] + 142 QtQA::App::TestRunner: 13 libqavfcamera.dylib 0x0000000101f8d21b TestNamespace::AVFImageCaptureControl::AVFImageCaptureControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 235 QtQA::App::TestRunner: 14 libqavfcamera.dylib 0x0000000101f913b5 TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 245 QtQA::App::TestRunner: 15 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 16 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 17 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 19 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 20 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 21 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 22 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 23 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f0147e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff87b27786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff87b26316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f014192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8602e594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8602fb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f014192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8602e594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8602fb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8f01267a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8f011d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8a85a50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8a862c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8a862486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff842b4fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff842ab15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8602c8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8602fb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdb48 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdb70 rsp: 0x00007fff5fbfdb48 QtQA::App::TestRunner: r8: 0x00007fff7346dfb8 r9: 0x0000000100e2aa70 r10: 0x00007fff8f013d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000101d224b0 r13: 0x000000010002e1e0 r14: 0x00007fff73470960 r15: 0x00007fff73dff898 QtQA::App::TestRunner: rip: 0x00007fff8f013ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <970FB8E2-25E9-3B0B-8D69-69FD93820DED> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1048a5000 - 0x10492bfff +libqcocoa.dylib (??? - ???) <85D0D8BF-2A7B-3A16-8417-4425A59D25C9> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104981000 - 0x104e1aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <850CBD33-5004-3AE4-ACDB-928605DAEBF5> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x105012000 - 0x105029ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x105040000 - 0x105087fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1050b9000 - 0x1050d8ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff68e63000 - 0x7fff68e97baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff82f9f000 - 0x7fff83094fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8338a000 - 0x7fff833d6ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff833f1000 - 0x7fff834f6fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8368c000 - 0x7fff8368efff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8368f000 - 0x7fff8368ffff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff83691000 - 0x7fff836d2fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff836d3000 - 0x7fff83703ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff83704000 - 0x7fff83709fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8379e000 - 0x7fff837a8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff83845000 - 0x7fff83beffe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff83c4d000 - 0x7fff83ce3ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff83ce4000 - 0x7fff84111fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff84112000 - 0x7fff8411dfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8411e000 - 0x7fff84124fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff84132000 - 0x7fff84135fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff84175000 - 0x7fff841c9fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff84250000 - 0x7fff842a8ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff842a9000 - 0x7fff842faff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff842fd000 - 0x7fff84330ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff84331000 - 0x7fff843a7fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff843a8000 - 0x7fff84410ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff84411000 - 0x7fff84463ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff84466000 - 0x7fff8448ffff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff84667000 - 0x7fff84681fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff84682000 - 0x7fff84688fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8472d000 - 0x7fff84780fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff84781000 - 0x7fff84788fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff84789000 - 0x7fff8478dfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff84856000 - 0x7fff84857fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff84937000 - 0x7fff849bcff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff849bd000 - 0x7fff849c2ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff85088000 - 0x7fff8509aff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff85192000 - 0x7fff85193fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff85194000 - 0x7fff851a8ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff852dc000 - 0x7fff852dcfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff852dd000 - 0x7fff853eafff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff853eb000 - 0x7fff854edfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff854ee000 - 0x7fff85624fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff85625000 - 0x7fff85709ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff85a9e000 - 0x7fff85bb7fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff85bb8000 - 0x7fff85bc7ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff85c1c000 - 0x7fff85c25ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff85c26000 - 0x7fff85c27ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff85c97000 - 0x7fff85d9efe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff85d9f000 - 0x7fff85da3ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff85fde000 - 0x7fff860bbfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff860c0000 - 0x7fff8612bff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8612c000 - 0x7fff861c6ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff861c7000 - 0x7fff861c9ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff86479000 - 0x7fff864bdff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff86805000 - 0x7fff8680cfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8680d000 - 0x7fff8687dfff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8687e000 - 0x7fff86baafff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff86bab000 - 0x7fff86c0bfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff86c0d000 - 0x7fff86c1aff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff86c79000 - 0x7fff86c9dfff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff86cfc000 - 0x7fff86da1fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff86dfa000 - 0x7fff86e08ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff86e6b000 - 0x7fff86ee1ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff86fa4000 - 0x7fff86fdffff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff86fe0000 - 0x7fff86fe0fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff86ffd000 - 0x7fff87002fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff87003000 - 0x7fff87205fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff87206000 - 0x7fff872e5fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff872e6000 - 0x7fff872e6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff872e7000 - 0x7fff872f4fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff872f5000 - 0x7fff87368fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8778f000 - 0x7fff87a84ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff87a85000 - 0x7fff87a85fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff87a92000 - 0x7fff87a95fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff87a96000 - 0x7fff87ad6ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff87ad7000 - 0x7fff87ad8fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff87ad9000 - 0x7fff87afffff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff87b00000 - 0x7fff87b21fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff87b22000 - 0x7fff87b23fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff87b24000 - 0x7fff87b32fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff87b33000 - 0x7fff87b39fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff87b3a000 - 0x7fff87ca1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff87ca2000 - 0x7fff87d04ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff87d05000 - 0x7fff87d0cff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff87d0d000 - 0x7fff87d0eff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff87d0f000 - 0x7fff87d56ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff88e5d000 - 0x7fff88ee0fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8981c000 - 0x7fff8983bfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff89844fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff89845000 - 0x7fff8984afff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8984b000 - 0x7fff89c7eff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff89c94000 - 0x7fff89c9aff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff89c9b000 - 0x7fff89c9efff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff89ce5000 - 0x7fff89cfcfff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff89cfd000 - 0x7fff89d81ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff89dd9000 - 0x7fff89dd9fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8a385000 - 0x7fff8a482ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8a483000 - 0x7fff8a4aeff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8a7e9000 - 0x7fff8a7eefff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8a801000 - 0x7fff8a808fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a809000 - 0x7fff8a80aff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8a82a000 - 0x7fff8a9feff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8aa4b000 - 0x7fff8aa77ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8aa78000 - 0x7fff8aa7bff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8aa82000 - 0x7fff8af49fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8b3f4000 - 0x7fff8b3f4fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8b3f5000 - 0x7fff8b3f9fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8b3fa000 - 0x7fff8b417fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8b427000 - 0x7fff8b475fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8b476000 - 0x7fff8be14a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8be15000 - 0x7fff8be20ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8be35000 - 0x7fff8be4afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8bec0000 - 0x7fff8bf14ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8bf17000 - 0x7fff8c141fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8c142000 - 0x7fff8c154ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8c155000 - 0x7fff8c1bdff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c259000 - 0x7fff8ce5ffff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8ce60000 - 0x7fff8ce77fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8ce78000 - 0x7fff8d620fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8d626000 - 0x7fff8dc0afff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8dce9000 - 0x7fff8e005fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8e032000 - 0x7fff8e040fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8e041000 - 0x7fff8e057fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8e058000 - 0x7fff8e080fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8e08d000 - 0x7fff8e08ffff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8e238000 - 0x7fff8e2b3ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8e2b4000 - 0x7fff8e43fff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8e4bc000 - 0x7fff8e4c1fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8e4c2000 - 0x7fff8e4c2fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8e4c3000 - 0x7fff8e4ecfff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8e4ed000 - 0x7fff8e52dfe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8e558000 - 0x7fff8e871fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8e872000 - 0x7fff8e896fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8ef19000 - 0x7fff8ef2cff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8efdf000 - 0x7fff8effcff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8effd000 - 0x7fff8f01dfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8f01e000 - 0x7fff8f07aff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8f07b000 - 0x7fff8f2effff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8f310000 - 0x7fff8f31bff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8f31f000 - 0x7fff8f31ffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8f333000 - 0x7fff8f3e6ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8f410000 - 0x7fff8f4d7ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8f4e6000 - 0x7fff8f541ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8f542000 - 0x7fff8f558ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8f564000 - 0x7fff8f591fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8f592000 - 0x7fff8f5d4ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8f5d5000 - 0x7fff8f677fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8f678000 - 0x7fff8f75ce5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8f75d000 - 0x7fff8f8fdff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8f8fe000 - 0x7fff8f902fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8f903000 - 0x7fff8f91fff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f920000 - 0x7fff8f95afe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8f95b000 - 0x7fff8fa67fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8fa68000 - 0x7fff8fa6afff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8fa6b000 - 0x7fff8fa7afff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8fa7b000 - 0x7fff8fbd8fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8fc14000 - 0x7fff8fc53fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8fe51000 - 0x7fff8fe51fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8fe52000 - 0x7fff8fef3fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22548 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=340K(0%) QtQA::App::TestRunner: Writable regions: Total=86.4M written=2028K(2%) resident=20.7M(24%) swapped_out=0K(0%) unallocated=65.7M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 7 seconds, signal 6 Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.172025 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00159/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365053660): http://codereview.qt-project.org/52526 [PS16] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 4 12:58:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 12:58:20 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130404_095820_031227.ci-noreply@qt-project.org> QtQuick1_stable_Integration #109: SUCCESS Tested changes (refs/builds/stable_1365056805): http://codereview.qt-project.org/52847 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Thu Apr 4 13:00:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 13:00:02 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_100002_046797.ci-noreply@qt-project.org> Autotests `tst_networkselftest' and `tst_qsqlquerymodel' failed :( Testing tst_QSqlQueryModel FAIL! : tst_QSqlQueryModel::insertColumn(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (model.data(model.index(0, 0)).toInt()): 0 Expected (1): 1 Loc: [tst_qsqlquerymodel.cpp(327)] FAIL! : tst_QSqlQueryModel::removeColumn(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (model.columnCount()): 0 Expected (3): 3 Loc: [tst_qsqlquerymodel.cpp(239)] FAIL! : tst_QSqlQueryModel::record(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (rec.count()): 0 Expected (3): 3 Loc: [tst_qsqlquerymodel.cpp(426)] FAIL! : tst_QSqlQueryModel::setHeaderData(0_QSQLITE@/tmp/foo.db) 'model.setHeaderData(2, Qt::Horizontal, "bar")' returned FALSE. () Loc: [tst_qsqlquerymodel.cpp(458)] FAIL! : tst_QSqlQueryModel::fetchMore(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (rowsInsertedSpy.value(0).value(2).toInt()): 0 Expected (newRowCount - 1): -1 Loc: [tst_qsqlquerymodel.cpp(498)] FAIL! : tst_QSqlQueryModel::withSortFilterProxyModel(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (proxy.rowCount()): 0 Expected (511): 511 Loc: [tst_qsqlquerymodel.cpp(532)] Totals: 7 passed, 6 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSqlQueryModel ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QDEBUG : tst_QSqlQueryModel::initTestCase() Opening: "0_QSQLITE@/tmp/foo.db" QWARN : tst_QSqlQueryModel::initTestCase() Populating test tables, this can take quite a while... ZZZzzz... PASS : tst_QSqlQueryModel::initTestCase() QWARN : tst_QSqlQueryModel::insertColumn(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open FAIL! : tst_QSqlQueryModel::insertColumn(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (model.data(model.index(0, 0)).toInt()): 0 Expected (1): 1 Loc: [tst_qsqlquerymodel.cpp(327)] QWARN : tst_QSqlQueryModel::removeColumn(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open FAIL! : tst_QSqlQueryModel::removeColumn(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (model.columnCount()): 0 Expected (3): 3 Loc: [tst_qsqlquerymodel.cpp(239)] QWARN : tst_QSqlQueryModel::record(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open FAIL! : tst_QSqlQueryModel::record(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (rec.count()): 0 Expected (3): 3 Loc: [tst_qsqlquerymodel.cpp(426)] QWARN : tst_QSqlQueryModel::setHeaderData(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open FAIL! : tst_QSqlQueryModel::setHeaderData(0_QSQLITE@/tmp/foo.db) 'model.setHeaderData(2, Qt::Horizontal, "bar")' returned FALSE. () Loc: [tst_qsqlquerymodel.cpp(458)] QWARN : tst_QSqlQueryModel::fetchMore(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open FAIL! : tst_QSqlQueryModel::fetchMore(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (rowsInsertedSpy.value(0).value(2).toInt()): 0 Expected (newRowCount - 1): -1 Loc: [tst_qsqlquerymodel.cpp(498)] QWARN : tst_QSqlQueryModel::withSortFilterProxyModel(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open QWARN : tst_QSqlQueryModel::withSortFilterProxyModel(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open FAIL! : tst_QSqlQueryModel::withSortFilterProxyModel(0_QSQLITE@/tmp/foo.db) Compared values are not the same Actual (proxy.rowCount()): 0 Expected (511): 511 Loc: [tst_qsqlquerymodel.cpp(532)] QWARN : tst_QSqlQueryModel::setQuerySignalEmission(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open QWARN : tst_QSqlQueryModel::setQuerySignalEmission(0_QSQLITE@/tmp/foo.db) QSqlQuery::exec: database not open PASS : tst_QSqlQueryModel::setQuerySignalEmission(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlQueryModel::setQueryWithNoRowsInResultSet(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlQueryModel::nestedResets(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlQueryModel::task_180617(0_QSQLITE@/tmp/foo.db) PASS : tst_QSqlQueryModel::task_QTBUG_4963_setHeaderDataWithProxyModel() PASS : tst_QSqlQueryModel::cleanupTestCase() Totals: 7 passed, 6 failed, 0 skipped ********* Finished testing of tst_QSqlQueryModel ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsqlquerymodel: 2 seconds, exit code 6 Testing tst_NetworkSelfTest FAIL! : tst_NetworkSelfTest::httpsServer() Failed to receive data in step 3: timeout Loc: [tst_networkselftest.cpp(231)] Totals: 46 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_NetworkSelfTest ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_NetworkSelfTest::initTestCase() PASS : tst_NetworkSelfTest::hostTest() PASS : tst_NetworkSelfTest::dnsResolution(local-name) PASS : tst_NetworkSelfTest::dnsResolution(fqdn) PASS : tst_NetworkSelfTest::serverReachability() PASS : tst_NetworkSelfTest::remotePortsOpen(echo) PASS : tst_NetworkSelfTest::remotePortsOpen(daytime) PASS : tst_NetworkSelfTest::remotePortsOpen(ftp) PASS : tst_NetworkSelfTest::remotePortsOpen(ssh) PASS : tst_NetworkSelfTest::remotePortsOpen(imap) PASS : tst_NetworkSelfTest::remotePortsOpen(http) PASS : tst_NetworkSelfTest::remotePortsOpen(https) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy-auth-basic) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy-auth-ntlm) PASS : tst_NetworkSelfTest::remotePortsOpen(socks5-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(socks5-proxy-auth) PASS : tst_NetworkSelfTest::remotePortsOpen(ftp-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(smb) QDEBUG : tst_NetworkSelfTest::ftpServer() 0 Connecting to server on port 21 QDEBUG : tst_NetworkSelfTest::ftpServer() 1 Expecting "220" QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 3 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 4 Expecting "331" QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 6 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 7 Expecting "230" QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 9 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 10 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 12 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 13 Expecting "550" QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 15 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 16 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 17 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 18 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 19 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 22 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 23 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 25 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 26 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 27 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 28 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 29 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 30 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 31 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 32 Expecting "221" QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 34 Waiting for remote disconnect PASS : tst_NetworkSelfTest::ftpServer() QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 0 Connecting to server on port 2121 QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 1 Expecting "220" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 2 Discarded " Frox transparent ftp proxy. Login with username[@host[:port]]\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 3 Sending "USER anonymous at qt-test-server.qt-test-net\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 4 Expecting "331" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 5 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 5 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 6 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 7 Expecting "230" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 8 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 9 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 10 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 11 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 12 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 13 Expecting "550" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 14 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 15 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 16 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 17 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 18 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 19 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 22 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 23 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 24 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 25 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 26 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 27 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 28 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 29 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 30 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 31 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 32 Expecting "221" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 33 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 33 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 34 Waiting for remote disconnect PASS : tst_NetworkSelfTest::ftpProxyServer() QDEBUG : tst_NetworkSelfTest::imapServer() 0 Connecting to server on port 143 QDEBUG : tst_NetworkSelfTest::imapServer() 1 Expecting "* OK " QDEBUG : tst_NetworkSelfTest::imapServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 2 Discarded "qt-test-server Cyrus IMAP4 v2.2.13-Debian-2.2.13-19squeeze3build0.10.04.1 server ready\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 3 Sending "1 CAPABILITY\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 4 Expecting "* CAPABILITY " QDEBUG : tst_NetworkSelfTest::imapServer() 5 Discarding until "1 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 5 Discarded "IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS\r\n1 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 6 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 6 Discarded " Completed\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 7 Sending "2 LOGOUT\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 8 Discarding until "2 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 8 Discarded "* BYE LOGOUT received\r\n2 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 9 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 9 Discarded " Completed\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 10 Waiting for remote disconnect PASS : tst_NetworkSelfTest::imapServer() QDEBUG : tst_NetworkSelfTest::httpServer() 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 1 Sending "GET /\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 2 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 2 Discarded in the process: "

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 3 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 4 Sending "GET / HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 5 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 6 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 6 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 7 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 8 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 8 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 9 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 10 Sending "POST / HTTP/1.0\r\nContent-Length: 5\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\nHello" QDEBUG : tst_NetworkSelfTest::httpServer() 11 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 12 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 12 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 13 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 14 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 14 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 15 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 16 Sending "GET /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 17 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 18 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 18 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 19 Expecting "401 " QDEBUG : tst_NetworkSelfTest::httpServer() 20 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 20 Discarded in the process: "Authorization Required\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nWWW-Authenticate: Basic realm=\"password-protected area\"\r\nContent-Length: 493\r\nConnection: close\r\nContent-Type: text/html; charset=iso-8859-1\r\n\r\n\n\n401 Authorization Required\n\n

Authorization Required

\n

This server could not verify that you\nare authorized to access the document\nrequested. Either you supplied the wrong\ncredentials (e.g., bad password), or your\nbrowser doesn't understand how to supply\nthe credentials required.

\n
\n
Apache/2.2.14 (Ubuntu) Server at qt-test-server.qt-test-net Port 80
\n\n" QDEBUG : tst_NetworkSelfTest::httpServer() 21 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 22 Sending "HEAD /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 23 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 24 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 24 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 25 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 26 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 26 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"242d-656a-4ca2f90330f9a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\nConnection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 27 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 28 Sending "HEAD /dav/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 29 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 30 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 30 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 31 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 32 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 32 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/html;charset=UTF-8\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 33 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 34 Sending "PUT /dav/networkselftest-184467440726353990728832696981365068634.txt HTTP/1.0\r\nContent-Length: 5\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\nHello" QDEBUG : tst_NetworkSelfTest::httpServer() 35 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 36 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 36 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 37 Expecting "201 " QDEBUG : tst_NetworkSelfTest::httpServer() 38 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 38 Discarded in the process: "Created\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLocation: http://qt-test-server.qt-test-net/dav/networkselftest-184467440726353990728832696981365068634.txt\r\nContent-Length: 330\r\nConnection: close\r\nContent-Type: text/html; charset=ISO-8859-1\r\n\r\n\n\n201 Created\n\n

Created

\n

Resource /dav/networkselftest-184467440726353990728832696981365068634.txt has been created.

\n
\n
Apache/2.2.14 (Ubuntu) Server at qt-test-server.qt-test-net Port 80
\n\n" QDEBUG : tst_NetworkSelfTest::httpServer() 39 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 40 Sending "HEAD /dav/networkselftest-184467440726353990728832696981365068634.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 41 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 42 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 42 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 43 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 44 Discarding until "\r\nContent-Length: 5\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 44 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Thu, 04 Apr 2013 09:53:39 GMT\r\nETag: W/\"430b-5-4d985f1e4f5cd\"\r\nAccept-Ranges: bytes\r\nContent-Length: 5\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 45 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 45 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 46 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 47 Sending "DELETE /dav/networkselftest-184467440726353990728832696981365068634.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 48 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 49 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 49 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 50 Expecting "204 " QDEBUG : tst_NetworkSelfTest::httpServer() 51 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 51 Discarded in the process: "No Content\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-Length: 0\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServer() QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 1 Sending "HEAD /qtest/fluke.gif HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Tue, 22 May 2007 12:04:57 GMT\r\nETag: \"2419-6d02-4310ddbb12c40\"\r\nAccept-Ranges: bytes\r\nContent-Length: 27906\r\nConnection: close\r\nContent-Type: image/gif\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(fluke.gif) QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 1 Sending "HEAD /qtest/bigfile HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 5 Discarding until "\r\nContent-Length: 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2410-7ec48-4ca2f9031a836\"\r\nAccept-Ranges: bytes\r\nContent-Length: 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(bigfile) QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 1 Sending "HEAD /qtest/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 5 Discarding until "\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2411-656a-4ca2f9031b7d9\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 1 Sending "HEAD /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 5 Discarding until "\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"242d-656a-4ca2f90330f9a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 1 Sending "HEAD /qtest/qxmlquery/completelyEmptyQuery.xq HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2413-0-4ca2f9031d719\"\r\nAccept-Ranges: bytes\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 1 Sending "HEAD /qtest/qxmlquery/notWellformedViaHttps.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2423-4-4ca2f90329298\"\r\nAccept-Ranges: bytes\r\nContent-Length: 4\r\nConnection: close\r\nContent-Type: application/xml\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 1 Sending "HEAD /qtest/qxmlquery/notWellformed.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2442-4-4ca2f90340999\"\r\nAccept-Ranges: bytes\r\nContent-Length: 4\r\nConnection: close\r\nContent-Type: application/xml\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 1 Sending "HEAD /qtest/qxmlquery/viaHttp.xq HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2416-2a-4ca2f9031f658\"\r\nAccept-Ranges: bytes\r\nContent-Length: 42\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 1 Sending "HEAD /qtest/qxmlquery/wellFormedViaHttps.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2414-31-4ca2f9031d719\"\r\nAccept-Ranges: bytes\r\nContent-Length: 49\r\nConnection: close\r\nContent-Type: application/xml\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 1 Sending "HEAD /qtest/qxmlquery/wellFormed.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 5 Discarded in the process: "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"241a-30-4ca2f9032253a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 48\r\nConnection: close\r\nContent-Type: application/xml\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 1 Sending "GET /qtest/cgi-bin/echo.cgi?Hello+World HTTP/1.0\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 6 Expecting "Hello+World" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(echo.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 1 Sending "POST /qtest/cgi-bin/echo.cgi?Hello+World HTTP/1.0\r\nConnection: close\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 6 Expecting "Hello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 1 Sending "POST /qtest/cgi-bin/md5sum.cgi HTTP/1.0\r\nConnection: close\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-length: 33\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 6 Expecting "29b933a8d9a0fcef0af75f1713f4940e\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 1 Sending "POST /qtest/protected/cgi-bin/md5sum.cgi HTTP/1.0\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-length: 33\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 6 Expecting "29b933a8d9a0fcef0af75f1713f4940e\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 1 Sending "POST /qtest/cgi-bin/set-cookie.cgi HTTP/1.0\r\nConnection: close\r\nContent-Length: 8\r\n\r\nfoo=bar\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 5 Discarding until "\r\nSet-Cookie: foo=bar\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 5 Discarded "OK\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nSet-Cookie: foo=bar\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 6 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 6 Discarded "Connection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 7 Expecting "Success\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 8 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) QDEBUG : tst_NetworkSelfTest::httpsServer() 0 Connecting to server on port 443 QDEBUG : tst_NetworkSelfTest::httpsServer() 1 Starting client encryption QDEBUG : tst_NetworkSelfTest::httpsServer() 2 Sending "GET / HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpsServer() 3 Expecting "HTTP/1." FAIL! : tst_NetworkSelfTest::httpsServer() Failed to receive data in step 3: timeout Loc: [tst_networkselftest.cpp(231)] QDEBUG : tst_NetworkSelfTest::httpProxy() 0 Connecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 1 Sending "GET http://10.212.2.0/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 4 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Discarded in the process: "OK\r\nDate: Wed, 28 Nov 2012 19:04:13 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 195181\r\nWarning: 113 localhost (squid/3.0.STABLE19) This cache hit is still fresh and more than 1 day old\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 6 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 7 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 8 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 10 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Discarded in the process: "OK\r\nDate: Wed, 13 Mar 2013 05:49:30 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 39817\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 12 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 13 Sending "CONNECT 10.212.2.0:21 HTTP/1.0\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 14 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 16 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarded "Connection established\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 18 Expecting "220" QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 20 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 21 Expecting "331" QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 23 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 24 Expecting "230" QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 26 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 27 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 29 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 30 Expecting "550" QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 32 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 33 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 34 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 35 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 36 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 37 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 39 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 40 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 42 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 43 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 44 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 45 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 46 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 47 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 48 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 49 Expecting "221" QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 51 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 52 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 53 Sending "CONNECT qt-test-server.qt-test-net:21 HTTP/1.0\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 54 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 56 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarded "Connection established\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 58 Expecting "220" QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 60 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 61 Expecting "331" QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 63 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 64 Expecting "230" QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 66 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 67 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 69 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 70 Expecting "550" QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 72 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 73 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 74 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 75 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 76 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 77 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 79 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 80 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 82 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 83 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 84 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 85 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 86 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 87 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 88 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 89 Expecting "221" QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 91 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpProxy() QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 0 Connecting to server on port 3129 QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 1 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 4 Expecting "407 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 5 Discarding until "\r\nProxy-Authenticate: Basic realm=\"" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 5 Discarded "Proxy Authentication Required\r\nServer: squid/3.0.STABLE19\r\nMime-Version: 1.0\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nContent-Type: text/html\r\nContent-Length: 1689\r\nX-Squid-Error: ERR_CACHE_ACCESS_DENIED 0\r\nProxy-Authenticate: Basic realm=\"" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 6 Discarded in the process: "Squid proxy-caching web server\"\r\nX-Cache: MISS from localhost\r\nX-Cache-Lookup: NONE from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n\n\n\nERROR: Cache Access Denied\n\n\n\n
\n

ERROR

\n

Cache Access Denied.

\n
\n
\n\n
\n

The following error was encountered while trying to retrieve the URL: http://qt-test-server.qt-test-net/

\n\n
\n

Cache Access Denied.

\n
\n\n

Sorry, you are not currently allowed to request http://qt-test-server.qt-test-net/ from this cache until you have authenticated yourself.

\n\n

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.

\n\n
\n
\n\n
\n
\n

Generated Thu, 04 Apr 2013 09:53:39 GMT by localhost (squid/3.0.STABLE19)

\n\n
\n\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 7 Reconnecting to server on port 3129 QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 8 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\nProxy-Authorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 9 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 10 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 10 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 11 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 12 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 12 Discarded in the process: "OK\r\nDate: Wed, 13 Mar 2013 05:49:30 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 39817\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" PASS : tst_NetworkSelfTest::httpProxyBasicAuth() QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 0 Connecting to server on port 3130 QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 1 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: keep-alive\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 4 Expecting "407 " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 5 Discarding until "\r\nProxy-Authenticate: NTLM\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 5 Discarded "Proxy Authentication Required\r\nServer: squid/3.0.STABLE19\r\nMime-Version: 1.0\r\nDate: Thu, 04 Apr 2013 09:53:39 GMT\r\nContent-Type: text/html\r\nContent-Length: 1694\r\nX-Squid-Error: ERR_CACHE_ACCESS_DENIED 0\r\nProxy-Authenticate: NTLM\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 6 Discarded in the process: "X-Cache: MISS from localhost\r\nX-Cache-Lookup: NONE from localhost:3130\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n\n\n\nERROR: Cache Access Denied\n\n\n\n
\n

ERROR

\n

Cache Access Denied.

\n
\n
\n\n
\n

The following error was encountered while trying to retrieve the URL: http://qt-test-server.qt-test-net/

\n\n
\n

Cache Access Denied.

\n
\n\n

Sorry, you are not currently allowed to request http://qt-test-server.qt-test-net/ from this cache until you have authenticated yourself.

\n\n

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.

\n\n
\n
\n\n
\n
\n

Generated Thu, 04 Apr 2013 09:53:39 GMT by localhost (squid/3.0.STABLE19)

\n\n
\n\n" PASS : tst_NetworkSelfTest::httpProxyNtlmAuth() QDEBUG : tst_NetworkSelfTest::socks5Proxy() 0 Connecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 1 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 2 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 3 Sending "\5\1\0\1\177\0\0\1\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 4 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 5 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 6 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 6 Skipped "\n\324\2\0\306\310" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 7 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 8 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 9 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 10 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 11 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 12 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 13 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 14 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 15 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 16 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 17 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 17 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 18 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 19 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 20 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 20 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 21 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 22 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 23 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 24 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 25 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 26 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 27 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 27 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 28 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 29 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 30 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 30 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 31 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 32 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 33 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 34 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 35 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 36 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 37 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 38 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 39 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 39 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 40 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 41 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 42 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 43 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 44 Sending "\5\1\0\1\n\324\2\0\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 45 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 46 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 47 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 47 Skipped "\n\324\2\0\306\311" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 48 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 49 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 49 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 50 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 51 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 52 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 52 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 53 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 54 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 55 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 55 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 56 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 57 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 58 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 58 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 59 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 60 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 61 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 61 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 62 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 63 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 64 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 65 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 66 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 67 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 68 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 68 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 69 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 70 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 71 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 71 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 72 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 73 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 74 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 75 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 76 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 77 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 78 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 79 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 80 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 80 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 81 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 82 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 83 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 84 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 85 Sending "\5\1\0\3\tlocalhost\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 86 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 87 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 88 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 88 Skipped "\n\324\2\0\306\312" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 89 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 90 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 90 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 91 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 92 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 93 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 93 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 94 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 95 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 96 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 96 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 97 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 98 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 99 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 99 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 100 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 101 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 102 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 102 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 103 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 104 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 105 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 106 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 107 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 108 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 109 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 109 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 110 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 111 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 112 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 112 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 113 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 114 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 115 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 116 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 117 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 118 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 119 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 120 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 121 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 121 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 122 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 123 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 124 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 125 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 126 Sending "\5\1\0\3\32qt-test-server.qt-test-net\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 127 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 128 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 129 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 129 Skipped "\n\324\2\0\306\313" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 130 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 131 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 131 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 132 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 133 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 134 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 134 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 135 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 136 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 137 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 137 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 138 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 139 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 140 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 140 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 141 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 142 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 143 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 143 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 144 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 145 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 146 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 147 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 148 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 149 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 150 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 150 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 151 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 152 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 153 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 153 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 154 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 155 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 156 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 157 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 158 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 159 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 160 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 161 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 162 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 162 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 163 Waiting for remote disconnect PASS : tst_NetworkSelfTest::socks5Proxy() QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 0 Connecting to server on port 1081 QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 1 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 2 Expecting "\5\377" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 3 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 4 Reconnecting to server on port 1081 QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 5 Sending "\5\1\2\1\nqsockstest\10password" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 6 Expecting "\5\2\1\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 7 Sending "\5\1\0\1\177\0\0\1\0\25" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 8 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 9 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipped "\n\324\2\0\207m" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 11 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 13 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 14 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 16 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 17 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 19 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 22 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 23 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 25 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 26 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 27 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 28 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 29 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 30 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 32 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 33 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 35 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 36 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 37 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 38 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 39 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 40 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 41 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 42 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 44 Waiting for remote disconnect PASS : tst_NetworkSelfTest::socks5ProxyAuth() QDEBUG : tst_NetworkSelfTest::smbServer() Test server found and shares are correct QDEBUG : tst_NetworkSelfTest::smbServer() Test file is correct PASS : tst_NetworkSelfTest::smbServer() PASS : tst_NetworkSelfTest::supportsSsl() PASS : tst_NetworkSelfTest::cleanupTestCase() Totals: 46 passed, 1 failed, 0 skipped ********* Finished testing of tst_NetworkSelfTest ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_networkselftest: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00827/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365066124): http://codereview.qt-project.org/52668 [PS8] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/52904 [PS1] - Android: Use 10 point font by default http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/51653 [PS7] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52891 [PS1] - QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE http://codereview.qt-project.org/52892 [PS1] - QTDSDriver: fix index out of range http://codereview.qt-project.org/52890 [PS1] - QSqlDriverPrivate clean-up http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/51920 [PS2] - Mac: Ensure the native filedialog sets file name when saving http://codereview.qt-project.org/52638 [PS2] - Added grabbing option for qevdevkeyboard and mouse. http://codereview.qt-project.org/52679 [PS2] - Use the smallest size out of the readBuffer or the maximum size for SSL From ci-noreply at qt-project.org Thu Apr 4 13:00:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 13:00:23 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_100023_076532.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00363/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365068034): http://codereview.qt-project.org/52898 [PS1] - Our debug env vars are a mess. Standardize on QSG_RENDER_TIMING http://codereview.qt-project.org/52899 [PS1] - Remove resize hook from QSGRenderLoop, exposureChanged is enough. http://codereview.qt-project.org/52900 [PS1] - Remove the APPLE_texture_format path From ci-noreply at qt-project.org Thu Apr 4 13:14:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 13:14:45 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130404_101445_083587.ci-noreply@qt-project.org> QtSensors_stable_Integration #35: SUCCESS Tested changes (refs/builds/stable_1365068505): http://codereview.qt-project.org/52753 [PS1] - Android: Report correct timestamp value From ci-noreply at qt-project.org Thu Apr 4 13:30:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 13:30:19 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_103019_091288.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00364/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365069763): http://codereview.qt-project.org/50768 [PS5] - Implemented text styles for QSGDefaultGlyphNode. http://codereview.qt-project.org/51403 [PS4] - QmlDebugging: Remove 'insignificant_test' From ci-noreply at qt-project.org Thu Apr 4 14:11:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 14:11:44 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_111144_005169.ci-noreply@qt-project.org> Autotest `tst_qcompleter' failed :( Testing tst_QCompleter FAIL! : tst_QCompleter::task178797_activatedOnReturn() 'qApp->activePopupWidget()' returned FALSE. () Loc: [tst_qcompleter.cpp(1223)] Totals: 266 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCompleter ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QCompleter::initTestCase() PASS : tst_QCompleter::getSetCheck() PASS : tst_QCompleter::multipleWidgets() PASS : tst_QCompleter::focusIn() PASS : tst_QCompleter::csMatchingOnCsSortedModel(() 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel(()F 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel(()L 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel(()N 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P)F 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P)L 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)N 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)NN 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)NNN 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)NNNN 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p1) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p11) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,c) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,c1) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,c3P0) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)F 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)L 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)N 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)NN 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,,c) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c0P3,) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P,) 0) PASS : tst_QCompleter::csMatchingOnCsSortedModel(FILTERING_OFF) PASS : tst_QCompleter::csMatchingOnCsSortedModel(() 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel(()F 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel(()L 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel(()N 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P)F 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P)L 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)N 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)NN 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)NNN 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p)NNNN 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p1) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((p11) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,c) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,c1) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P0,c3P0) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)F 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)L 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)N 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c)NN 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,,c) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P3,c0P3,) 1) PASS : tst_QCompleter::csMatchingOnCsSortedModel((P,) 1) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()F) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()L) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((P)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((P)F) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((P)L) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)NN) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)NNN) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p1)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p1)N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p11)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,c)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,c1)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,c3P0)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)F) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)L) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)NN) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,,c)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c0P3,)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p,)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(FILTERING_OFF) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()F) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()L) PASS : tst_QCompleter::ciMatchingOnCiSortedModel(()N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((P)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((P)F) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((P)L) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)NN) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p)NNN) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p1)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p1)N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p11)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,c)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,c1)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p0,c3P0)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)F) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)L) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)N) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c)NN) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,,c)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p3,c0P3,)) PASS : tst_QCompleter::ciMatchingOnCiSortedModel((p,)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(()) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(()F) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(()L) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((P)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((P)F) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((P)L) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)N) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)NN) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)NNN) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p1)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p1)N) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p11)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,c)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,c1)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,c3P0)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)F) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)L) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)N) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)NN) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,,c)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c0P3,)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p,)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(FILTERING_OFF) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(()) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(()F) PASS : tst_QCompleter::ciMatchingOnCsSortedModel(()L) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((P)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((P)F) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((P)L) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)N) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)NN) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p)NNN) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p1)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p1)N) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p11)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,c)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,c1)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p0,c3P0)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)F) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)L) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)N) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c)NN) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,,c)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p3,c0P3,)) PASS : tst_QCompleter::ciMatchingOnCsSortedModel((p,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()F) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()L) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()N) PASS : tst_QCompleter::csMatchingOnCiSortedModel((P)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((P)F) PASS : tst_QCompleter::csMatchingOnCiSortedModel((P)L) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)N) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)NN) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)NNN) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p1)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p11)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,c)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,c1)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,c3P0)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)F) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)L) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)N) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)NN) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,,c)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c0P3,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel(FILTERING_OFF) PASS : tst_QCompleter::csMatchingOnCiSortedModel(FILTERING_OFF) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()F) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()L) PASS : tst_QCompleter::csMatchingOnCiSortedModel(()N) PASS : tst_QCompleter::csMatchingOnCiSortedModel((P)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((P)F) PASS : tst_QCompleter::csMatchingOnCiSortedModel((P)L) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)N) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)NN) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p)NNN) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p1)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p11)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,c)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,c1)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p0,c3P0)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)F) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)L) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)N) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c)NN) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,,c)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p3,c0P3,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel((p,)) PASS : tst_QCompleter::csMatchingOnCiSortedModel(FILTERING_OFF) PASS : tst_QCompleter::directoryModel(()) PASS : tst_QCompleter::directoryModel((/h)) PASS : tst_QCompleter::directoryModel((/et)) PASS : tst_QCompleter::directoryModel((/etc/passw)) PASS : tst_QCompleter::directoryModel(FILTERING_OFF) PASS : tst_QCompleter::directoryModel(()) PASS : tst_QCompleter::directoryModel((/h)) PASS : tst_QCompleter::directoryModel((/et)) PASS : tst_QCompleter::directoryModel((/etc/passw)) PASS : tst_QCompleter::fileSystemModel(()) PASS : tst_QCompleter::fileSystemModel((/h)) PASS : tst_QCompleter::fileSystemModel((/et)) PASS : tst_QCompleter::fileSystemModel((/etc/passw)) PASS : tst_QCompleter::fileSystemModel(FILTERING_OFF) PASS : tst_QCompleter::fileSystemModel(()) PASS : tst_QCompleter::fileSystemModel((/h)) PASS : tst_QCompleter::fileSystemModel((/et)) PASS : tst_QCompleter::fileSystemModel((/etc/passw)) PASS : tst_QCompleter::changingModel() PASS : tst_QCompleter::sortedEngineRowCount(whatever) PASS : tst_QCompleter::sortedEngineRowCount(p) PASS : tst_QCompleter::sortedEngineRowCount(p1) PASS : tst_QCompleter::sortedEngineRowCount(P1,) PASS : tst_QCompleter::sortedEngineRowCount(P1,c) PASS : tst_QCompleter::sortedEngineRowCount(P1,cc) PASS : tst_QCompleter::sortedEngineRowCount(FILTERING_OFF) PASS : tst_QCompleter::sortedEngineRowCount(whatever(filter off)) PASS : tst_QCompleter::sortedEngineRowCount(p1(filter off)) PASS : tst_QCompleter::sortedEngineRowCount(p1,(filter off)) PASS : tst_QCompleter::sortedEngineRowCount(p1,c(filter off)) PASS : tst_QCompleter::sortedEngineRowCount(P1,cc(filter off)) PASS : tst_QCompleter::unsortedEngineRowCount(whatever) PASS : tst_QCompleter::unsortedEngineRowCount(p) PASS : tst_QCompleter::unsortedEngineRowCount(p1) PASS : tst_QCompleter::unsortedEngineRowCount(P1,) PASS : tst_QCompleter::unsortedEngineRowCount(P1,c) PASS : tst_QCompleter::unsortedEngineRowCount(P1,cc) PASS : tst_QCompleter::unsortedEngineRowCount(FILTERING_OFF) PASS : tst_QCompleter::unsortedEngineRowCount(whatever(filter off)) PASS : tst_QCompleter::unsortedEngineRowCount(p1(filter off)) PASS : tst_QCompleter::unsortedEngineRowCount(p1,(filter off)) PASS : tst_QCompleter::unsortedEngineRowCount(p1,c(filter off)) PASS : tst_QCompleter::unsortedEngineRowCount(P1,cc(filter off)) PASS : tst_QCompleter::currentRow() PASS : tst_QCompleter::sortedEngineMapFromSource() PASS : tst_QCompleter::unsortedEngineMapFromSource() PASS : tst_QCompleter::historySearch() PASS : tst_QCompleter::modelDeletion() PASS : tst_QCompleter::setters() PASS : tst_QCompleter::dynamicSortOrder() PASS : tst_QCompleter::disabledItems() FAIL! : tst_QCompleter::task178797_activatedOnReturn() 'qApp->activePopupWidget()' returned FALSE. () Loc: [tst_qcompleter.cpp(1223)] PASS : tst_QCompleter::task189564_omitNonSelectableItems() PASS : tst_QCompleter::task246056_setCompletionPrefix() PASS : tst_QCompleter::task250064_lostFocus() PASS : tst_QCompleter::task253125_lineEditCompletion(Inline) PASS : tst_QCompleter::task253125_lineEditCompletion(Filtered) PASS : tst_QCompleter::task253125_lineEditCompletion(Unfiltered) PASS : tst_QCompleter::task247560_keyboardNavigation() PASS : tst_QCompleter::QTBUG_14292_filesystem() PASS : tst_QCompleter::cleanupTestCase() Totals: 266 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCompleter ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcompleter: 4 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00828/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365070055): http://codereview.qt-project.org/52914 [PS1] - Fix incorrect classification of glTexImage3D. http://codereview.qt-project.org/52913 [PS1] - Special case to work around upstream bug in gl.spec http://codereview.qt-project.org/52912 [PS1] - Bring glgen into line with OpenGL functions and extensions code http://codereview.qt-project.org/52904 [PS1] - Android: Use 10 point font by default http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/52891 [PS1] - QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE http://codereview.qt-project.org/52890 [PS1] - QSqlDriverPrivate clean-up http://codereview.qt-project.org/52892 [PS1] - QTDSDriver: fix index out of range http://codereview.qt-project.org/52869 [PS1] - iOS: Handle UIDeviceOrientation vs UIInterfaceOrientation http://codereview.qt-project.org/52901 [PS1] - Make it possible to send qDebug to console when desired http://codereview.qt-project.org/52903 [PS1] - The default behavior should be double buffered, not singlebuffered http://codereview.qt-project.org/52752 [PS4] - Widgets: Propagate 'accepted'-state of touch begin events. http://codereview.qt-project.org/52883 [PS1] - Accessibility Mac: Implement accessibilityFocusedUIElement From ci-noreply at qt-project.org Thu Apr 4 14:14:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 14:14:41 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_111441_071889.ci-noreply@qt-project.org> `make' failed :( make[2]: *** [sub-sensors-make_first] Error 3 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtsensors-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00160/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365072445): http://codereview.qt-project.org/52893 [PS2] - Add new modules (qtquickcontrols, qtserialport and qtx11extras) From ci-noreply at qt-project.org Thu Apr 4 14:22:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 14:22:29 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_112229_025848.ci-noreply@qt-project.org> QtBase_dev_Integration #776: SUCCESS Tested changes (refs/builds/dev_1365065501): http://codereview.qt-project.org/50363 [PS5] - [QNX]Add an option to not run fullscreen From ci-noreply at qt-project.org Thu Apr 4 14:24:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 14:24:52 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_112452_082467.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] Totals: 24 passed, 11 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() QWARN : tst_QQmlDebugJS::getVersion() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getVersion() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1078)] QDEBUG : tst_QQmlDebugJS::getVersion() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getVersion() Process State: "running" QDEBUG : tst_QQmlDebugJS::getVersion() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() QWARN : tst_QQmlDebugJS::gc() waitForSignal 2result() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'QQmlDebugTest::waitForSignal(client, SIGNAL(result()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1129)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() QWARN : tst_QQmlDebugJS::changeBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] QDEBUG : tst_QQmlDebugJS::changeBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() QWARN : tst_QQmlDebugJS::stepNextWithCount() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNextWithCount() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1560)] QDEBUG : tst_QQmlDebugJS::stepNextWithCount() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNextWithCount() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNextWithCount() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() QWARN : tst_QQmlDebugJS::backtrace() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] QDEBUG : tst_QQmlDebugJS::backtrace() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::backtrace() Process State: "running" QDEBUG : tst_QQmlDebugJS::backtrace() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getFrameDetails() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] QDEBUG : tst_QQmlDebugJS::getFrameDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getFrameDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getFrameDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 25 passed, 10 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 11 QtQA::App::TestRunner: second attempt: exited with exit code 10 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 228 seconds, exit code 10 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00365/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365071622): http://codereview.qt-project.org/51403 [PS4] - QmlDebugging: Remove 'insignificant_test' From ci-noreply at qt-project.org Thu Apr 4 15:04:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 15:04:58 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130404_120458_069268.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00403/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365075295): http://codereview.qt-project.org/51004 [PS1] - Correct image provider example path in documentation From ci-noreply at qt-project.org Thu Apr 4 15:09:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 15:09:43 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_120943_037413.ci-noreply@qt-project.org> Autotest `tst_dialogs' failed :( Testing tst_dialogs FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] Totals: 3 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_dialogs ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_dialogs::initTestCase() QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x217e3d0) QQuickRectangle (this = 0x1d9e870 , name= "" , parent = 0x1c889b0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogDefaultModality() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x217e3d0) QQuickRectangle (this = 0x1d9e870 , name= "" , parent = 0x1c889b0 , geometry = QRectF(0,0 480x320) , z = 0 ) SKIP : tst_dialogs::fileDialogDefaultModality() Modality test is flaky in general and doesn't work at all on MacOS Loc: [tst_dialogs.cpp(97)] QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x2315210) QQuickRectangle (this = 0x233d010 , name= "" , parent = 0x252f7d0 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_dialogs::fileDialogNonModal() void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x2315210) QQuickRectangle (this = 0x233d010 , name= "" , parent = 0x252f7d0 , geometry = QRectF(0,0 480x320) , z = 0 ) FAIL! : tst_dialogs::fileDialogNonModal() 'spyVisibilityChanged.count() > visibilityChangedCount' returned FALSE. () Loc: [tst_dialogs.cpp(131)] PASS : tst_dialogs::fileDialogNameFilters() PASS : tst_dialogs::cleanupTestCase() Totals: 3 passed, 1 failed, 1 skipped ********* Finished testing of tst_dialogs ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_dialogs: 23 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00777/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365074684): http://codereview.qt-project.org/52728 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong From ci-noreply at qt-project.org Thu Apr 4 15:29:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 15:29:52 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130404_122952_010243.ci-noreply@qt-project.org> QtWebKit_stable_Integration #97: SUCCESS Tested changes (refs/builds/stable_1365071859): http://codereview.qt-project.org/52832 [PS1] - [Qt] Update QMAKE_MAC_SDK check for Qt 5.1 http://codereview.qt-project.org/52831 [PS1] - [Qt] Disable media support using QuickTime if deployment target != SDK From ci-noreply at qt-project.org Thu Apr 4 15:31:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 15:31:25 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130404_123125_087098.ci-noreply@qt-project.org> Qt5_release_Integration #111: SUCCESS Tested changes (refs/builds/release_1365064483): http://codereview.qt-project.org/52711 [PS4] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 4 15:40:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 15:40:28 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_124028_076380.ci-noreply@qt-project.org> Qt5_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #161: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00161/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365077780): http://codereview.qt-project.org/52893 [PS3] - Add new modules (qtquickcontrols, qtserialport and qtx11extras) From ci-noreply at qt-project.org Thu Apr 4 15:41:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 15:41:47 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130404_124147_041206.ci-noreply@qt-project.org> Qt_4.8_Integration #1375: SUCCESS Tested changes (refs/builds/4.8_1365058577): http://codereview.qt-project.org/49205 [PS9] - Adding transformed support for QNX QWS plugin From ci-noreply at qt-project.org Thu Apr 4 16:04:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 16:04:53 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130404_130453_025189.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #24: SUCCESS Tested changes (refs/builds/stable_1365077452): http://codereview.qt-project.org/52933 [PS1] - Style: Increased implicitWidth of the ComboBox From ci-noreply at qt-project.org Thu Apr 4 16:07:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 16:07:33 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130404_130733_084333.ci-noreply@qt-project.org> QtDoc_stable_Integration #117: SUCCESS Tested changes (refs/builds/stable_1365078744): http://codereview.qt-project.org/52613 [PS1] - Doc: Link libraries to module landing pages, not C++ class list From ci-noreply at qt-project.org Thu Apr 4 16:10:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 16:10:37 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130404_131037_094926.ci-noreply@qt-project.org> QtQuick1_dev_Integration » linux-arm-gnueabi-g++_Ubuntu_11.10_x86 #50: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00050/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/dev_1365080409): http://codereview.qt-project.org/52824 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 16:27:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 16:27:17 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130404_132717_016506.ci-noreply@qt-project.org> Autotest `tst_qsound' failed :( Testing tst_QSound Totals: 6 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 30109] QtQA::App::TestRunner: [New Thread 30110] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsound -silent -o /work/build/_artifacts/test-logs/tst_qsound-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb751bea7 in ~QExplicitlySharedDataPointer (this=0x8f594d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 30110): QtQA::App::TestRunner: #0 0xb771f430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6867506 in *__GI___poll (fds=0xb68fcff4, nfds=2, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb7628502 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #3 0xb7614a59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #4 0xb7616a13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #5 0xb7616ae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #6 0xb76282a3 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #7 0xb664de02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so QtQA::App::TestRunner: #8 0xb6a4096e in start_thread (arg=0xb4bf5b70) at pthread_create.c:300 QtQA::App::TestRunner: #9 0xb68753ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30109): QtQA::App::TestRunner: #0 0xb751bea7 in ~QExplicitlySharedDataPointer (this=0x8f594d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 0xb751b631 in ~QNetworkConfiguration (this=0x8f594d0, QtQA::App::TestRunner: __in_chrg=) at bearer/qnetworkconfiguration.cpp:226 QtQA::App::TestRunner: #2 0xb74d58b6 in ~QNetworkAccessManagerPrivate (this=0x8f59460, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #3 0xb6d78d1c in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: pointer=0x8f59460) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #4 0xb6d77487 in ~QScopedPointer (this=0x8f59454, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #5 0xb6d6cab6 in ~QObject (this=0x8f59450, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #6 0xb74d347d in ~QNetworkAccessManager (this=0x8f59450, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #7 0xb76a03c4 in ~QSampleCache (this=0xb771c760, QtQA::App::TestRunner: __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #8 0xb76a97f9 in ~Holder (this=0xb771c760, __in_chrg=) QtQA::App::TestRunner: at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #9 0xb67d11bf in __run_exit_handlers (status=0, listp=0xb68fd324, QtQA::App::TestRunner: run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #10 0xb67d122f in *__GI_exit (status=0) at exit.c:100 QtQA::App::TestRunner: #11 0xb67b8bde in __libc_start_main (main=0x804b7fe
, argc=6, QtQA::App::TestRunner: ubp_av=0xbfbec984, init=0x804c4b0 <__libc_csu_init>, QtQA::App::TestRunner: fini=0x804c4a0 <__libc_csu_fini>, rtld_fini=0xb772e080 <_dl_fini>, QtQA::App::TestRunner: stack_end=0xbfbec97c) at libc-start.c:258 QtQA::App::TestRunner: #12 0x08049a31 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSound ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSound::initTestCase() PASS : tst_QSound::testLooping() PASS : tst_QSound::testPlay() PASS : tst_QSound::testStop() PASS : tst_QSound::testStaticPlay() PASS : tst_QSound::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of tst_QSound ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 30117] QtQA::App::TestRunner: [New Thread 30118] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsound -o /work/build/_artifacts/test-logs/tst_qsound-testresults-00.xml,'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb75b6ea7 in ~QExplicitlySharedDataPointer (this=0x82b84d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 30118): QtQA::App::TestRunner: #0 0xb77ba430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6902506 in *__GI___poll (fds=0xb6997ff4, nfds=2, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb76c3502 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #3 0xb76afa59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #4 0xb76b1a13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #5 0xb76b1ae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #6 0xb76c32a3 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #7 0xb66e8e02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so QtQA::App::TestRunner: #8 0xb6adb96e in start_thread (arg=0xb4c90b70) at pthread_create.c:300 QtQA::App::TestRunner: #9 0xb69103ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 30117): QtQA::App::TestRunner: #0 0xb75b6ea7 in ~QExplicitlySharedDataPointer (this=0x82b84d0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 0xb75b6631 in ~QNetworkConfiguration (this=0x82b84d0, QtQA::App::TestRunner: __in_chrg=) at bearer/qnetworkconfiguration.cpp:226 QtQA::App::TestRunner: #2 0xb75708b6 in ~QNetworkAccessManagerPrivate (this=0x82b8460, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #3 0xb6e13d1c in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: pointer=0x82b8460) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #4 0xb6e12487 in ~QScopedPointer (this=0x82b8454, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #5 0xb6e07ab6 in ~QObject (this=0x82b8450, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #6 0xb756e47d in ~QNetworkAccessManager (this=0x82b8450, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #7 0xb773b3c4 in ~QSampleCache (this=0xb77b7760, QtQA::App::TestRunner: __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #8 0xb77447f9 in ~Holder (this=0xb77b7760, __in_chrg=) QtQA::App::TestRunner: at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #9 0xb686c1bf in __run_exit_handlers (status=0, listp=0xb6998324, QtQA::App::TestRunner: run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #10 0xb686c22f in *__GI_exit (status=0) at exit.c:100 QtQA::App::TestRunner: #11 0xb6853bde in __libc_start_main (main=0x804b7fe
, argc=5, QtQA::App::TestRunner: ubp_av=0xbfe19364, init=0x804c4b0 <__libc_csu_init>, QtQA::App::TestRunner: fini=0x804c4a0 <__libc_csu_fini>, rtld_fini=0xb77c9080 <_dl_fini>, QtQA::App::TestRunner: stack_end=0xbfe1935c) at libc-start.c:258 QtQA::App::TestRunner: #12 0x08049a31 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsound: 22 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtMultimedia_dev_Integration/build_00068/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1365080476): http://codereview.qt-project.org/52828 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 16:31:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 16:31:54 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_133154_086891.ci-noreply@qt-project.org> QtBase_stable_Integration #829: SUCCESS Tested changes (refs/builds/stable_1365074255): http://codereview.qt-project.org/52892 [PS1] - QTDSDriver: fix index out of range http://codereview.qt-project.org/52891 [PS1] - QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE http://codereview.qt-project.org/52890 [PS1] - QSqlDriverPrivate clean-up http://codereview.qt-project.org/52869 [PS1] - iOS: Handle UIDeviceOrientation vs UIInterfaceOrientation http://codereview.qt-project.org/52767 [PS1] - Fix warning: qt_setDockMenu not found http://codereview.qt-project.org/52918 [PS1] - Android: Don't show '&' character in menus From ci-noreply at qt-project.org Thu Apr 4 16:54:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 16:54:43 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_135443_052823.ci-noreply@qt-project.org> Compilation failed :( qguiapplication.obj : error LNK2019: unresolved external symbol "void __cdecl qt_cleanupWindowContextStorage(void)" (?qt_cleanupWindowContextStorage@@YAXXZ) referenced in function "public: virtual __thiscall TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate(void)" (??1QGuiApplicationPrivate at TestNamespace@@UAE at XZ) ..\..\lib\Qt5Gui.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00830/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365082446): http://codereview.qt-project.org/52668 [PS9] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/52746 [PS4] - Fix leaking of QFontEngineData http://codereview.qt-project.org/52839 [PS3] - Enable C++11 on OSX and iOS when using Clang http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52752 [PS4] - Widgets: Propagate 'accepted'-state of touch begin events. http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/52914 [PS1] - Fix incorrect classification of glTexImage3D. http://codereview.qt-project.org/52913 [PS1] - Special case to work around upstream bug in gl.spec http://codereview.qt-project.org/52912 [PS1] - Bring glgen into line with OpenGL functions and extensions code From ci-noreply at qt-project.org Thu Apr 4 17:12:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 17:12:06 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_141206_005586.ci-noreply@qt-project.org> Autotest `tst_qserialport' failed :( Testing tst_QSerialPort FAIL! : tst_QSerialPort::open() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(92)] FAIL! : tst_QSerialPort::baudRate() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(121)] FAIL! : tst_QSerialPort::dataBits() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(150)] FAIL! : tst_QSerialPort::parity() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(165)] FAIL! : tst_QSerialPort::stopBits() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(188)] FAIL! : tst_QSerialPort::flowControl() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(206)] Totals: 2 passed, 6 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSerialPort ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSerialPort::initTestCase() FAIL! : tst_QSerialPort::open() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(92)] FAIL! : tst_QSerialPort::baudRate() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(121)] FAIL! : tst_QSerialPort::dataBits() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(150)] FAIL! : tst_QSerialPort::parity() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(165)] FAIL! : tst_QSerialPort::stopBits() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(188)] FAIL! : tst_QSerialPort::flowControl() Compared values are not the same Actual (object1.open(QIODevice::ReadWrite)): 0 Expected (true): 1 Loc: [tst_qserialport.cpp(206)] PASS : tst_QSerialPort::cleanupTestCase() Totals: 2 passed, 6 failed, 0 skipped ********* Finished testing of tst_QSerialPort ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qserialport: 0.261171 seconds, exit code 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00162/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365079371): http://codereview.qt-project.org/52893 [PS3] - Add new modules (qtquickcontrols, qtserialport and qtx11extras) From ci-noreply at qt-project.org Thu Apr 4 17:50:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 17:50:31 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130404_145031_096448.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #25: SUCCESS Tested changes (refs/builds/stable_1365083121): http://codereview.qt-project.org/52860 [PS1] - Improve focus behavior of TableView From ci-noreply at qt-project.org Thu Apr 4 17:53:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 17:53:13 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_145313_087272.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #366: SUCCESS Tested changes (refs/builds/stable_1365082019): http://codereview.qt-project.org/52947 [PS1] - Mark tst_dialogs insignificant to stop geting CI failures From ci-noreply at qt-project.org Thu Apr 4 18:06:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:06:18 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130404_150618_090904.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #405: SUCCESS Tested changes (refs/builds/dev_1365080816): http://codereview.qt-project.org/52819 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 18:07:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:07:02 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130404_150702_021929.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #12: SUCCESS Tested changes (refs/builds/stable_1365086058): http://codereview.qt-project.org/52956 [PS1] - tests: Don't run manual tests in the CI system From ci-noreply at qt-project.org Thu Apr 4 18:07:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:07:12 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#dev Message-ID: <20130404_150712_040682.ci-noreply@qt-project.org> QtX11Extras_dev_Integration #2: SUCCESS Tested changes (refs/builds/dev_1365085165): http://codereview.qt-project.org/52835 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 18:36:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:36:49 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_153649_065400.ci-noreply@qt-project.org> Autotest `tst_qapplication' failed :( Testing tst_QApplication FAIL! : tst_QApplication::touchEventPropagation() Compared values are not the same Actual (window.seenMouseEvent): 1 Expected (mouseEventSynthesizing): 0 Loc: [../tst_qapplication.cpp(1968)] Totals: 52 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QApplication::initTestCase() PASS : tst_QApplication::sendEventsOnProcessEvents() PASS : tst_QApplication::staticSetup() QWARN : tst_QApplication::alert() Problem creating accessible interface for: QWidget(0x7fff5fbfdf40) Make sure to deploy Qt with accessibility plugins. PASS : tst_QApplication::alert() PASS : tst_QApplication::multiple(data0) PASS : tst_QApplication::multiple(data1) PASS : tst_QApplication::multiple(data2) PASS : tst_QApplication::multiple(data3) PASS : tst_QApplication::nonGui() PASS : tst_QApplication::setFont(data0a) PASS : tst_QApplication::setFont(data0b) PASS : tst_QApplication::setFont(data1a) PASS : tst_QApplication::setFont(data1b) PASS : tst_QApplication::setFont(data2a) PASS : tst_QApplication::setFont(data2b) PASS : tst_QApplication::setFont(nonexistingfont after) PASS : tst_QApplication::setFont(nonexistingfont before) PASS : tst_QApplication::setFont(largescaleable after) PASS : tst_QApplication::setFont(largescaleable before) PASS : tst_QApplication::setFont(largeunscaleale after) PASS : tst_QApplication::setFont(largeunscaleale before) PASS : tst_QApplication::args(App name) PASS : tst_QApplication::args(No arguments) PASS : tst_QApplication::args(App name, style) PASS : tst_QApplication::args(App name, style, arbitrary, reverse) PASS : tst_QApplication::appName() PASS : tst_QApplication::lastWindowClosed() QWARN : tst_QApplication::quitOnLastWindowClosed() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. QWARN : tst_QApplication::quitOnLastWindowClosed() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. PASS : tst_QApplication::quitOnLastWindowClosed() QWARN : tst_QApplication::closeAllWindows() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. QWARN : tst_QApplication::closeAllWindows() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. QWARN : tst_QApplication::closeAllWindows() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. PASS : tst_QApplication::closeAllWindows() SKIP : tst_QApplication::testDeleteLater() This test fails and then hangs on Mac OS X, see QTBUG-24318 Loc: [../tst_qapplication.cpp(1277)] PASS : tst_QApplication::testDeleteLaterProcessEvents() QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() ("/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication/test", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() appDirPath "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication" QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath && appDirPath + /..: ("/work/build/qt/qtbase/tests/auto/widgets/kernel", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath + /tmp/..: ("/work/build/qt/qtbase/tests/auto/widgets/kernel", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") PASS : tst_QApplication::libraryPaths() PASS : tst_QApplication::libraryPaths_qt_plugin_path() PASS : tst_QApplication::libraryPaths_qt_plugin_path_2() PASS : tst_QApplication::sendPostedEvents() PASS : tst_QApplication::thread() PASS : tst_QApplication::desktopSettingsAware() PASS : tst_QApplication::setActiveWindow() PASS : tst_QApplication::focusChanged() PASS : tst_QApplication::focusOut() PASS : tst_QApplication::execAfterExit() PASS : tst_QApplication::wheelScrollLines() PASS : tst_QApplication::task109149() PASS : tst_QApplication::style() PASS : tst_QApplication::allWidgets() PASS : tst_QApplication::topLevelWidgets() PASS : tst_QApplication::setAttribute() PASS : tst_QApplication::windowsCommandLine() FAIL! : tst_QApplication::touchEventPropagation() Compared values are not the same Actual (window.seenMouseEvent): 1 Expected (mouseEventSynthesizing): 0 Loc: [../tst_qapplication.cpp(1968)] PASS : tst_QApplication::qtbug_12673() PASS : tst_QApplication::noQuitOnHide() PASS : tst_QApplication::globalStaticObjectDestruction() PASS : tst_QApplication::abortQuitOnShow() PASS : tst_QApplication::cleanupTestCase() Totals: 52 passed, 1 failed, 1 skipped ********* Finished testing of tst_QApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qapplication: 102 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00831/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365083817): http://codereview.qt-project.org/52752 [PS4] - Widgets: Propagate 'accepted'-state of touch begin events. http://codereview.qt-project.org/52949 [PS1] - iOS: Fix build on case sensitive file systems From ci-noreply at qt-project.org Thu Apr 4 18:45:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:45:16 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130404_154516_084142.ci-noreply@qt-project.org> QtWebKit_stable_Integration #98: SUCCESS Tested changes (refs/builds/stable_1365082291): http://codereview.qt-project.org/52943 [PS1] - WeakSet::removeAllocator leaks WeakBlocks http://codereview.qt-project.org/52941 [PS1] - JSC asserting with long parameter list functions in debug mode on ARM traditional http://codereview.qt-project.org/52938 [PS1] - Change set r140201 broke editing/selection/move-by-word-visually-multi-line.html http://codereview.qt-project.org/52937 [PS1] - Harden ArithDiv of integers fix-up by inserting Int32ToDouble node directly http://codereview.qt-project.org/52936 [PS1] - Fix up of ArithDiv nodes for non-x86 CPUs is broken http://codereview.qt-project.org/52935 [PS1] - r134080 causes heap problem on linux systems where PAGESIZE != 4096 http://codereview.qt-project.org/52939 [PS1] - Yarr JIT isn't big endian compatible http://codereview.qt-project.org/52923 [PS1] - If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized http://codereview.qt-project.org/52922 [PS1] - Dont use a node reference after appending to the graph. http://codereview.qt-project.org/52921 [PS1] - DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1 From ci-noreply at qt-project.org Thu Apr 4 18:45:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:45:43 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130404_154543_035540.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #26: SUCCESS Tested changes (refs/builds/stable_1365087154): http://codereview.qt-project.org/52940 [PS1] - Menu: Normalize click-popup-click behavior From ci-noreply at qt-project.org Thu Apr 4 18:45:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 18:45:57 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_154557_074972.ci-noreply@qt-project.org> QtBase_dev_Integration #778: SUCCESS Tested changes (refs/builds/dev_1365081137): http://codereview.qt-project.org/52728 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong http://codereview.qt-project.org/52816 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 19:14:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 19:14:10 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130404_161410_070531.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #25: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00025/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365090761): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Thu Apr 4 19:39:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 19:39:30 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130404_163930_062011.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #27: SUCCESS Tested changes (refs/builds/stable_1365090467): http://codereview.qt-project.org/52800 [PS1] - TestBench: Add activeFocusOnTab property and Label http://codereview.qt-project.org/52813 [PS2] - Add support for auto-positioning of items in a grid layout From ci-noreply at qt-project.org Thu Apr 4 20:27:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 20:27:44 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#stable Message-ID: <20130404_172744_040437.ci-noreply@qt-project.org> QtX11Extras_stable_Integration #9: SUCCESS Tested changes (refs/builds/stable_1365095416): http://codereview.qt-project.org/52980 [PS1] - disable module when widgets is not available From ci-noreply at qt-project.org Thu Apr 4 20:37:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 20:37:35 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_173735_044175.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. () tst_qsslsocket.cpp(901) : failure location FAIL! : tst_QSslSocket::protocol(WithHttpProxy) 'socket->waitForConnected()' returned FALSE. (Socket operation timed out) tst_qsslsocket.cpp(890) : failure location FAIL! : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) 'socket->waitForConnected(10000)' returned FALSE. () tst_qsslsocket.cpp(1286) : failure location Totals: 564 passed, 3 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 tst_qsslsocket.cpp(2073) : failure location PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 171 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00832/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365089942): http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52914 [PS1] - Fix incorrect classification of glTexImage3D. http://codereview.qt-project.org/52913 [PS1] - Special case to work around upstream bug in gl.spec http://codereview.qt-project.org/52912 [PS1] - Bring glgen into line with OpenGL functions and extensions code http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. http://codereview.qt-project.org/52945 [PS2] - Stabilize tst_qcompleter. From ci-noreply at qt-project.org Thu Apr 4 20:38:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 20:38:40 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130404_173840_067681.ci-noreply@qt-project.org> Autotests `tst_xmlpatternsdiagnosticsts', `tst_xmlpatternsschemats', `tst_xmlpatternsxqts', and `tst_xmlpatternsxslts' failed :( QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxslts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsxqts: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsschemats: 902 seconds, exit code 293 QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 902 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00026/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365092591): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Thu Apr 4 20:46:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 20:46:52 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_174652_039179.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #367: SUCCESS Tested changes (refs/builds/stable_1365091912): http://codereview.qt-project.org/51999 [PS5] - QQuickTextEdit: render inline images after change 48798 From ci-noreply at qt-project.org Thu Apr 4 20:54:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 20:54:02 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#dev Message-ID: <20130404_175402_093102.ci-noreply@qt-project.org> QtWebKit_dev_Integration #42: SUCCESS Tested changes (refs/builds/dev_1365082288): http://codereview.qt-project.org/52825 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 4 20:55:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 20:55:56 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_175556_050966.ci-noreply@qt-project.org> qtbase failed to compile :( /Developer/usr/bin/clang++ -c -pipe -O2 -isysroot /Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.6 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_NO_USING_NAMESPACE -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DPCRE_HAVE_CONFIG_H -DQT_NO_ICONV -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I../../mkspecs/macx-clang -I. -I../../include -I../../include/QtCore -I../../include/QtCore/5.1.0 -I../../include/QtCore/5.1.0/QtCore -Iglobal -I../3rdparty/pcre -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I.moc/release-shared -o .obj/release-shared/qsavefile.o io/qsavefile.cpp io/qsavefile.cpp:207:72: error: use of undeclared identifier 'errno' io/qsavefile.cpp:207:81: error: use of undeclared identifier 'EACCES' make[3]: *** [.obj/release-shared/qsavefile.o] Error 1 make[2]: *** [sub-corelib-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00833/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365097481): http://codereview.qt-project.org/52914 [PS1] - Fix incorrect classification of glTexImage3D. http://codereview.qt-project.org/52913 [PS1] - Special case to work around upstream bug in gl.spec http://codereview.qt-project.org/52912 [PS1] - Bring glgen into line with OpenGL functions and extensions code http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52903 [PS1] - The default behavior should be double buffered, not singlebuffered http://codereview.qt-project.org/52059 [PS6] - QSaveFile: allow saving to a writable file in a non-writable directory http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings From ci-noreply at qt-project.org Thu Apr 4 21:36:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 21:36:11 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130404_183611_064847.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #406: SUCCESS Tested changes (refs/builds/dev_1365095521): http://codereview.qt-project.org/51004 [PS1] - Correct image provider example path in documentation From ci-noreply at qt-project.org Thu Apr 4 21:38:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 21:38:31 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130404_183831_002942.ci-noreply@qt-project.org> Qt_4.8_Integration #1376: SUCCESS Tested changes (refs/builds/4.8_1365080822): http://codereview.qt-project.org/52368 [PS4] - Fix a bug in QSystemLocale on BB10 http://codereview.qt-project.org/52910 [PS1] - Fixed a bug where spans across empty cells got broken. From ci-noreply at qt-project.org Thu Apr 4 22:08:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 22:08:13 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_190813_056161.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #368: SUCCESS Tested changes (refs/builds/stable_1365097720): http://codereview.qt-project.org/52900 [PS1] - Remove the APPLE_texture_format path http://codereview.qt-project.org/52899 [PS1] - Remove resize hook from QSGRenderLoop, exposureChanged is enough. http://codereview.qt-project.org/52898 [PS1] - Our debug env vars are a mess. Standardize on QSG_RENDER_TIMING From ci-noreply at qt-project.org Thu Apr 4 22:19:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 22:19:12 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_191912_095555.ci-noreply@qt-project.org> Autotest `tst_qsslsocket_onDemandCertificates_member' failed :( Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location QtQA::App::TestRunner: Timed out after 300 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location QtQA::App::TestRunner: Timed out after 300 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 602 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00834/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365098289): http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default From ci-noreply at qt-project.org Thu Apr 4 22:26:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 22:26:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_192626_024427.ci-noreply@qt-project.org> Autotests `tst_qsslsocket_onDemandCertificates_member' and `tst_qsslsocket_onDemandCertificates_static' failed :( The tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] Totals: 4 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 5 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 306 seconds, exit code 5 Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) Compared values are not the same Actual (socket4->waitForEncrypted()): 0 Expected (works): 1 Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(241)] QtQA::App::TestRunner: Timed out after 300 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 7231] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qsslsocket_onDemandCertificates_member -silent -o /work/build/_artifacts/'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f4a988ba3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f4a9a0fe740 (LWP 7231)): QtQA::App::TestRunner: #0 0x00007f4a988ba3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f4a988bdb0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f4a991f6603 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007f4a991f4276 in TestNamespace::QMessageLogger::fatal (this=0x7fff98e66710, msg=0x7f4a99cf057c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f4a99cda3d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 0x00007f4a989621d6 in __pselect (nfds=9, readfds=0x7fff98e66d70, writefds=0x7fff98e66df0, exceptfds=0x0, timeout=0x7fff98e66c40, sigmask=0x0) at ../sysdeps/unix/sysv/linux/pselect.c:79 QtQA::App::TestRunner: #7 0x00007f4a994b1387 in TestNamespace::qt_safe_select (nfds=9, fdread=0x7fff98e66d70, fdwrite=0x7fff98e66df0, fdexcept=0x0, orig_timeout=0x7fff98e66e70) at kernel/qcore_unix.cpp:94 QtQA::App::TestRunner: #8 0x00007f4a99a22769 in TestNamespace::QNativeSocketEnginePrivate::nativeSelect (this=0x8c1cf0, timeout=29978, checkRead=true, checkWrite=false, selectForRead=0x7fff98e66f9e, selectForWrite=0x7fff98e66f9f) at socket/qnativesocketengine_unix.cpp:1160 QtQA::App::TestRunner: #9 0x00007f4a99a1ef5c in TestNamespace::QNativeSocketEngine::waitForReadOrWrite (this=0x8afdf0, readyToRead=0x7fff98e66f9e, readyToWrite=0x7fff98e66f9f, checkRead=true, checkWrite=false, msecs=29978, timedOut=0x0) at socket/qnativesocketengine.cpp:996 QtQA::App::TestRunner: #10 0x00007f4a99a1472e in TestNamespace::QAbstractSocket::waitForReadyRead (this=0x8b0160, msecs=29978) at socket/qabstractsocket.cpp:2106 QtQA::App::TestRunner: #11 0x00007f4a99a045fb in TestNamespace::QHttpSocketEngine::waitForRead (this=0x8d33d0, msecs=29978, timedOut=0x0) at socket/qhttpsocketengine.cpp:366 QtQA::App::TestRunner: #12 0x00007f4a99a049cb in TestNamespace::QHttpSocketEngine::waitForReadOrWrite (this=0x8d33d0, readyToRead=0x7fff98e670ce, readyToWrite=0x7fff98e670cf, checkRead=true, checkWrite=false, msecs=29978, timedOut=0x0) at socket/qhttpsocketengine.cpp:436 QtQA::App::TestRunner: #13 0x00007f4a99a1472e in TestNamespace::QAbstractSocket::waitForReadyRead (this=0x8d3280, msecs=29978) at socket/qabstractsocket.cpp:2106 QtQA::App::TestRunner: #14 0x00007f4a99a3447c in TestNamespace::QSslSocket::waitForEncrypted (this=0x8b47f0, msecs=30000) at ssl/qsslsocket.cpp:1500 QtQA::App::TestRunner: #15 0x0000000000403def in tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods (this=0x7fff98e68030) at tst_qsslsocket_onDemandCertificates_member.cpp:209 QtQA::App::TestRunner: #16 0x0000000000404484 in tst_QSslSocket_onDemandCertificates_member::qt_static_metacall (_o=0x7fff98e68030, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff98e67370) at .moc/debug-shared/tst_qsslsocket_onDemandCertificates_member.moc:93 QtQA::App::TestRunner: #17 0x00007f4a99451f2c in TestNamespace::QMetaMethod::invoke (this=0x7fff98e67610, object=0x7fff98e68030, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #18 0x00007f4a9945142d in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff98e68030, member=0x86eae0 "onDemandRootCertLoadingMemberMethods", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #19 0x00007f4a99cdd45b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff98e68030, member=0x86eae0 "onDemandRootCertLoadingMemberMethods", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #20 0x00007f4a99cd919f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x86eae0 "onDemandRootCertLoadingMemberMethods") at qtestcase.cpp:1697 QtQA::App::TestRunner: #21 0x00007f4a99cd9a1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x8721f8 "onDemandRootCertLoadingMemberMethods()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #22 0x00007f4a99cda2b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff98e68030) at qtestcase.cpp:1976 QtQA::App::TestRunner: #23 0x00007f4a99cda7cd in TestNamespace::QTest::qExec (testObject=0x7fff98e68030, argc=6, argv=0x7fff98e68158) at qtestcase.cpp:2189 QtQA::App::TestRunner: #24 0x0000000000404364 in main (argc=6, argv=0x7fff98e68158) at tst_qsslsocket_onDemandCertificates_member.cpp:247 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] PASS : tst_QSslSocket_onDemandCertificates_member::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_member ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with signal 6 QtQA::App::TestRunner: second attempt: exited with exit code 5 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 310 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00779/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365100355): http://codereview.qt-project.org/45474 [PS7] - MIPS: Fast path for rgb888 to rgb32 conversion From ci-noreply at qt-project.org Thu Apr 4 22:51:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 22:51:33 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130404_195133_009562.ci-noreply@qt-project.org> qtjsbackend failed to compile :( In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'void v8::internal::ModuleSetExport(v8::Local, v8::Local, const v8::AccessorInfo&)': ..\3rdparty\v8\src\../include/v8.h:4975:15: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Holder() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:871:75: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h:4965:14: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Data() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:874:38: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::Handle v8::internal::ModuleGetExport(v8::Local, const v8::AccessorInfo&)': ..\3rdparty\v8\src\../include/v8.h:4975:15: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Holder() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:850:75: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\accessors.cc:28: ..\3rdparty\v8\src\../include/v8.h:4965:14: error: inlining failed in call to always_inline 'v8::Local v8::AccessorInfo::Data() const': function not inlinable ..\3rdparty\v8\src\accessors.cc:853:38: error: called from here Makefile.Release:568: recipe for target '.obj/release_shared/accessors.o' failed mingw32-make[4]: *** [.obj/release_shared/accessors.o] Error 1 In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::internal::MaybeObject* v8::internal::HandleApiCallAsFunctionOrConstructor(v8::internal::Isolate*, bool, v8::internal::{anonymous}::BuiltinArguments<(v8::internal::BuiltinExtraArguments)0u>)': ..\3rdparty\v8\src\../include/v8.h:4646:1: error: inlining failed in call to always_inline 'v8::Arguments::Arguments(v8::internal::Object**, v8::internal::Object**, int, bool)': function not inlinable In file included from ..\3rdparty\v8\src\isolate.h:33:0, from ..\3rdparty\v8\src\elements.h:34, from ..\3rdparty\v8\src\objects-inl.h:38, from ..\3rdparty\v8\src\v8.h:65, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\apiutils.h:64:70: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::internal::MaybeObject* v8::internal::Builtin_HandleApiCallConstruct(v8::internal::{anonymous}::HandleApiCallConstructArgumentsType, v8::internal::Isolate*)': ..\3rdparty\v8\src\../include/v8.h:4646:1: error: inlining failed in call to always_inline 'v8::Arguments::Arguments(v8::internal::Object**, v8::internal::Object**, int, bool)': function not inlinable In file included from ..\3rdparty\v8\src\isolate.h:33:0, from ..\3rdparty\v8\src\elements.h:34, from ..\3rdparty\v8\src\objects-inl.h:38, from ..\3rdparty\v8\src\v8.h:65, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\apiutils.h:64:70: error: called from here In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\../include/v8.h: In function 'v8::internal::MaybeObject* v8::internal::Builtin_HandleApiCall(v8::internal::{anonymous}::HandleApiCallArgumentsType, v8::internal::Isolate*)': ..\3rdparty\v8\src\../include/v8.h:4646:1: error: inlining failed in call to always_inline 'v8::Arguments::Arguments(v8::internal::Object**, v8::internal::Object**, int, bool)': function not inlinable In file included from ..\3rdparty\v8\src\isolate.h:33:0, from ..\3rdparty\v8\src\elements.h:34, from ..\3rdparty\v8\src\objects-inl.h:38, from ..\3rdparty\v8\src\v8.h:65, from ..\3rdparty\v8\src\builtins.cc:28: ..\3rdparty\v8\src\apiutils.h:64:70: error: called from here Makefile.Release:1383: recipe for target '.obj/release_shared/builtins.o' failed mingw32-make[4]: *** [.obj/release_shared/builtins.o] Error 1 In file included from ..\3rdparty\v8\src\v8.h:57:0, from ..\3rdparty\v8\src\api.h:31, from ..\3rdparty\v8\src\api.cc:28: ..\3rdparty\v8\src\../include/v8.h: In member function 'v8::Local v8::StackFrame::GetScriptName() const': ..\3rdparty\v8\src\../include/v8.h:4764:9: error: inlining failed in call to always_inline 'static v8::String* v8::String::Cast(v8::Value*)': function not inlinable ..\3rdparty\v8\src\../include/v8.h:313:35: error: called from here ..\3rdparty\v8\src\../include/v8.h: In member function 'v8::Local v8::StackFrame::GetScriptNameOrSourceURL() const': ..\3rdparty\v8\src\../include/v8.h:4764:9: error: inlining failed in call to always_inline 'static v8::String* v8::String::Cast(v8::Value*)': function not inlinable ..\3rdparty\v8\src\../include/v8.h:313:35: error: called from here ..\3rdparty\v8\src\../include/v8.h: In member function 'v8::Local v8::StackFrame::GetFunctionName() const': ..\3rdparty\v8\src\../include/v8.h:4764:9: error: inlining failed in call to always_inline 'static v8::String* v8::String::Cast(v8::Value*)': function not inlinable ..\3rdparty\v8\src\../include/v8.h:313:35: error: called from here ..\3rdparty\v8\src\../include/v8.h: In member function 'char* v8::internal::HandleScopeImplementer::ArchiveThread(char*)': ..\3rdparty\v8\src\../include/v8.h:558:5: error: inlining failed in call to always_inline 'void v8::HandleScope::Data::Initialize()': function not inlinable ..\3rdparty\v8\src\api.cc:6803:24: error: called from here Makefile.Release:744: recipe for target '.obj/release_shared/api.o' failed mingw32-make[4]: *** [.obj/release_shared/api.o] Error 1 mingw32-make[3]: *** [release] Error 2 mingw32-make[2]: *** [sub-v8-make_first-ordered] Error 2 mingw32-make[1]: *** [sub-src-make_first] Error 2 mingw32-make: *** [module-qtjsbackend] Error 2 Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00025/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365104029): http://codereview.qt-project.org/51679 [PS1] - [V8] Include windows headers first http://codereview.qt-project.org/51678 [PS1] - [V8] Disable inline cache optimization http://codereview.qt-project.org/51677 [PS1] - [V8] Port to Windows Embedded Compact 7 http://codereview.qt-project.org/51676 [PS1] - [V8] Implement some compiler intrinsic functions http://codereview.qt-project.org/51675 [PS1] - [V8] Undef various macros to not disturb V8 http://codereview.qt-project.org/51674 [PS1] - [V8] Rename PrintF to FPrintF for file calls http://codereview.qt-project.org/51673 [PS1] - [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1 http://codereview.qt-project.org/51672 [PS1] - [V8] Disable randomize hashes in V8 http://codereview.qt-project.org/51671 [PS1] - [V8] Fix compilation with Intel CC. http://codereview.qt-project.org/51670 [PS1] - [V8] Add support for QNX platform http://codereview.qt-project.org/51669 [PS1] - [V8] Add flag to avoid breakpoint relocation http://codereview.qt-project.org/51668 [PS1] - [V8] Fix warnings http://codereview.qt-project.org/51667 [PS1] - [V8] Remove execute flag from v8-debug.h http://codereview.qt-project.org/51666 [PS1] - [V8] Add new v8 api to check if a value is an error. http://codereview.qt-project.org/51665 [PS1] - [V8] Allow a script to be flagged as "native" http://codereview.qt-project.org/51664 [PS1] - [V8] Add custom object compare callback http://codereview.qt-project.org/51663 [PS1] - [V8] Allow access to the calling script data http://codereview.qt-project.org/51662 [PS1] - [V8] Introduce a QML compilation mode http://codereview.qt-project.org/51661 [PS2] - [V8] Generalize external object resources http://codereview.qt-project.org/51660 [PS1] - [V8] Add a "fallback" mode for named property interceptors http://codereview.qt-project.org/51659 [PS2] - [V8] Add hashing and comparison methods to v8::String http://codereview.qt-project.org/51658 [PS1] - Updated V8 from git://github.com/v8/v8.git to 05b6bb1d641e01b550d497dcbefe342a81eb3178 From ci-noreply at qt-project.org Thu Apr 4 23:31:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 23:31:51 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130404_203151_093834.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #369: SUCCESS Tested changes (refs/builds/stable_1365102605): http://codereview.qt-project.org/52675 [PS1] - Fix autotest-exported class from QtQuick. From ci-noreply at qt-project.org Thu Apr 4 23:41:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 23:41:47 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_204147_091640.ci-noreply@qt-project.org> Autotests `tst_qsslsocket_onDemandCertificates_member' and `tst_qsslsocket_onDemandCertificates_static' failed :( The tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location QtQA::App::TestRunner: Timed out after 300 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (TTL expired) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (TTL expired) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Remote host closed) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location PASS : tst_QSslSocket_onDemandCertificates_member::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_member ********* QtQA::App::TestRunner: warning: test duration (251 seconds) is dangerously close to maximum permitted time (300 seconds) QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, or use a higher timeout. QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 293 QtQA::App::TestRunner: second attempt: exited with exit code 5 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 552 seconds, exit code 5 Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location Totals: 3 passed, 4 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (TTL expired) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (TTL expired) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 5 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 551 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00835/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365103286): http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. http://codereview.qt-project.org/52945 [PS2] - Stabilize tst_qcompleter. http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version http://codereview.qt-project.org/52903 [PS1] - The default behavior should be double buffered, not singlebuffered http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52912 [PS1] - Bring glgen into line with OpenGL functions and extensions code http://codereview.qt-project.org/52913 [PS1] - Special case to work around upstream bug in gl.spec http://codereview.qt-project.org/52914 [PS1] - Fix incorrect classification of glTexImage3D. From ci-noreply at qt-project.org Thu Apr 4 23:48:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 4 Apr 2013 23:48:37 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_204837_041711.ci-noreply@qt-project.org> Qt5_stable_Integration #164: SUCCESS Tested changes (refs/builds/stable_1365089245): http://codereview.qt-project.org/52893 [PS4] - Add new modules (qtquickcontrols, qtserialport and qtx11extras) From ci-noreply at qt-project.org Fri Apr 5 00:02:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 00:02:15 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#dev Message-ID: <20130404_210215_091352.ci-noreply@qt-project.org> QtSerialPort_dev_Integration #1: SUCCESS Tested changes (refs/builds/dev_1365107531): http://codereview.qt-project.org/52977 [PS1] - Update module version to 5.2.0 From ci-noreply at qt-project.org Fri Apr 5 00:36:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 00:36:27 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_213627_097981.ci-noreply@qt-project.org> Autotest `tst_qsslsocket_onDemandCertificates_static' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] Totals: 5 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 5 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 183 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00836/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365108243): http://codereview.qt-project.org/52949 [PS1] - iOS: Fix build on case sensitive file systems From ci-noreply at qt-project.org Fri Apr 5 00:40:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 00:40:28 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtimageformats#dev Message-ID: <20130404_214028_046520.ci-noreply@qt-project.org> qtimageformats failed to compile :( In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_aux.c:32: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_aux.c:32: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_aux.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_codec.c:32: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_codec.c:32: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_codec.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_close.c:30: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_close.c:30: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_close.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_color.c:39: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_color.c:39: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_color.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_compress.c:32: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_compress.c:32: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_compress.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_dirinfo.c:32: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_dirinfo.c:32: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_dirinfo.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_dumpmode.c:32: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_dumpmode.c:32: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_dumpmode.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_dir.c:33: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_dir.c:33: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_dir.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_extension.c:34: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_extension.c:34: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_extension.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_dirread.c:42: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_dirread.c:42: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' ../../../3rdparty/libtiff/libtiff/tif_dirread.c: In function 'TIFFReadDirEntryCheckRangeSlongLong': ../../../3rdparty/libtiff/libtiff/tif_dirread.c:3226:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../../../3rdparty/libtiff/libtiff/tif_dirread.c: In function 'TIFFReadDirectory': ../../../3rdparty/libtiff/libtiff/tif_dirread.c:3443:45: error: expected ')' before 'TIFF_UINT64_FORMAT' ../../../3rdparty/libtiff/libtiff/tif_dirread.c: In function 'TIFFReadCustomDirectory': ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4173:52: error: expected ')' before 'TIFF_UINT64_FORMAT' ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4208:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4211:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../../../3rdparty/libtiff/libtiff/tif_dirread.c: In function 'CheckDirCount': ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4418:39: error: expected ')' before 'TIFF_UINT64_FORMAT' ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4420:7: warning: format '%s' expects a matching 'char *' argument [-Wformat] ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4416:20: warning: unused variable 'fip' [-Wunused-variable] ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4425:39: error: expected ')' before 'TIFF_UINT64_FORMAT' ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4427:7: warning: format '%s' expects a matching 'char *' argument [-Wformat] ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4423:20: warning: unused variable 'fip' [-Wunused-variable] ../../../3rdparty/libtiff/libtiff/tif_dirread.c: In function 'TIFFFetchNormalTag': ../../../3rdparty/libtiff/libtiff/tif_dirread.c:4743:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../../../3rdparty/libtiff/libtiff/tif_dirread.c: In function 'TIFFFetchSubjectDistance': ../../../3rdparty/libtiff/libtiff/tif_dirread.c:5443:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_error.c:30: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_error.c:30: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_error.o] Error 1 make[5]: *** [.obj/debug-shared/tif_dirread.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_dirwrite.c:32: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_dirwrite.c:32: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_dirwrite.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_fax3.c:27: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_fax3.c:27: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_fax3.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tif_fax3sm.c:3:0: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:77:1: error: unknown type name 'TIFF_INT64_T' ../../../3rdparty/libtiff/libtiff/tiff.h:78:1: error: unknown type name 'TIFF_UINT64_T' make[5]: *** [.obj/debug-shared/tif_fax3sm.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60, from ../../../3rdparty/libtiff/libtiff/tif_flush.c:30: ../../../3rdparty/libtiff/libtiff/tiff.h:68:1: error: unknown type name 'TIFF_INT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:69:1: error: unknown type name 'TIFF_UINT8_T' ../../../3rdparty/libtiff/libtiff/tiff.h:71:1: error: unknown type name 'TIFF_INT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:72:1: error: unknown type name 'TIFF_UINT16_T' ../../../3rdparty/libtiff/libtiff/tiff.h:74:1: error: unknown type name 'TIFF_INT32_T' ../../../3rdparty/libtiff/libtiff/tiff.h:75:1: error: unknown type name 'TIFF_UINT32_T' In file included from ../../../3rdparty/libtiff/libtiff/tiffiop.h:60:0, from ../../../3rdparty/libtiff/libtiff/tif_flush.c:30: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:1: error: unknown type name 'TIFF_SSIZE_T' make[5]: *** [.obj/debug-shared/tif_flush.o] Error 1 In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from qtiffhandler.cpp:48: ../../../3rdparty/libtiff/libtiff/tiff.h:68:9: error: 'TIFF_INT8_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:69:9: error: 'TIFF_UINT8_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:71:9: error: 'TIFF_INT16_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:72:9: error: 'TIFF_UINT16_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:74:9: error: 'TIFF_INT32_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:75:9: error: 'TIFF_UINT32_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:77:9: error: 'TIFF_INT64_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:78:9: error: 'TIFF_UINT64_T' does not name a type In file included from ../../../3rdparty/libtiff/libtiff/tiffio.h:33:0, from qtiffhandler.cpp:48: ../../../3rdparty/libtiff/libtiff/tiff.h:94:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:95:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:98:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:99:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:100:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:103:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:104:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:105:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:106:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiff.h:107:2: error: 'uint64' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:67:9: error: 'TIFF_SSIZE_T' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:68:9: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:71:9: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:72:9: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:73:9: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:74:9: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:75:9: error: 'tstrile_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:76:9: error: 'tstrile_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:77:9: error: 'tmsize_t' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:145:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:146:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:147:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:160:2: error: 'int32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:161:2: error: 'int32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:162:2: error: 'int32' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:191:22: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:191:31: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:191:39: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:191:47: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:191:55: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:191:63: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:191:70: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:22: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:31: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:39: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:47: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:55: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:63: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:194:70: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:204:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:205:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:206:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:207:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:208:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:209:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:210:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:211:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:212:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:213:2: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:215:29: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:215:38: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:215:46: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:223:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:224:2: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:228:2: error: 'uint8' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:229:2: error: 'uint8' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:254:2: error: 'uint16' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:275:18: error: ISO C++ forbids declaration of 'tmsize_t' with no type [-fpermissive] ../../../3rdparty/libtiff/libtiff/tiffio.h:275:18: error: typedef 'tmsize_t' is initialized (use decltype instead) ../../../3rdparty/libtiff/libtiff/tiffio.h:275:20: error: 'TIFFReadWriteProc' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:276:16: error: ISO C++ forbids declaration of 'toff_t' with no type [-fpermissive] ../../../3rdparty/libtiff/libtiff/tiffio.h:276:16: error: typedef 'toff_t' is initialized (use decltype instead) ../../../3rdparty/libtiff/libtiff/tiffio.h:276:18: error: 'TIFFSeekProc' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:278:16: error: ISO C++ forbids declaration of 'toff_t' with no type [-fpermissive] ../../../3rdparty/libtiff/libtiff/tiffio.h:278:16: error: typedef 'toff_t' is initialized (use decltype instead) ../../../3rdparty/libtiff/libtiff/tiffio.h:278:18: error: 'TIFFSizeProc' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:279:56: error: 'toff_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:280:58: error: 'toff_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:285:45: warning: 'TIFFFindCODEC' initialized and declared 'extern' [enabled by default] ../../../3rdparty/libtiff/libtiff/tiffio.h:285:39: error: 'uint16' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:286:37: warning: 'TIFFRegisterCODEC' initialized and declared 'extern' [enabled by default] ../../../3rdparty/libtiff/libtiff/tiffio.h:286:37: error: 'uint16' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:286:45: error: expected primary-expression before 'const' ../../../3rdparty/libtiff/libtiff/tiffio.h:286:72: error: expected primary-expression before ')' token ../../../3rdparty/libtiff/libtiff/tiffio.h:286:72: error: expression list treated as compound expression in initializer [-fpermissive] ../../../3rdparty/libtiff/libtiff/tiffio.h:288:40: warning: 'TIFFIsCODECConfigured' initialized and declared 'extern' [enabled by default] ../../../3rdparty/libtiff/libtiff/tiffio.h:288:34: error: 'uint16' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:295:26: warning: '_TIFFmalloc' initialized and declared 'extern' [enabled by default] ../../../3rdparty/libtiff/libtiff/tiffio.h:295:26: error: 'tmsize_t' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:296:36: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:297:41: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:298:49: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:299:56: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:306:8: error: 'uint32' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:318:47: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:319:49: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:322:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:329:38: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:330:38: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:347:36: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:348:37: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:349:45: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:350:46: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:352:47: error: 'toff_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:353:45: error: 'toff_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:354:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:355:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:356:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:357:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:358:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:359:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:360:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:361:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:362:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:363:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:364:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:365:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:366:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:367:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:368:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:369:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:370:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:371:40: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:371:49: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:383:8: error: 'TIFFReadWriteProc' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:384:8: error: 'TIFFReadWriteProc' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:385:8: error: 'TIFFSeekProc' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:387:8: error: 'TIFFSizeProc' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:390:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:391:8: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:392:8: error: 'uint16' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:393:8: error: 'uint64' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:394:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:395:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:396:53: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:397:54: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:405:36: error: 'uint16' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:406:39: error: 'uint64' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:407:39: error: 'uint16' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:408:32: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:409:33: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:410:34: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:412:45: error: 'uint64' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:418:51: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:418:63: error: 'uint16' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:419:52: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:419:64: error: 'uint16' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:420:37: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:420:45: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:420:53: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:421:45: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:421:53: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:421:61: error: 'uint32' has not been declared In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:431:37: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:431:45: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:432:36: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:432:44: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:432:52: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:435:45: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:435:54: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:435:62: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:444:6: error: 'TIFFReadWriteProc' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:444:25: error: 'TIFFReadWriteProc' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:445:6: error: 'TIFFSeekProc' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:446:6: error: 'TIFFSizeProc' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:459:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:460:37: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:460:47: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:460:57: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:460:67: error: 'uint16' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:461:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:462:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:463:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:464:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:465:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:466:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:467:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:468:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:469:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:470:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:471:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:472:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:473:8: error: 'tmsize_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:475:43: error: 'toff_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:476:27: error: variable or field 'TIFFSwabShort' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:476:27: error: 'uint16' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:476:34: error: expected primary-expression before ')' token ../../../3rdparty/libtiff/libtiff/tiffio.h:477:26: error: variable or field 'TIFFSwabLong' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:477:26: error: 'uint32' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:477:33: error: expected primary-expression before ')' token ../../../3rdparty/libtiff/libtiff/tiffio.h:478:27: error: variable or field 'TIFFSwabLong8' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:478:27: error: 'uint64' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:478:34: error: expected primary-expression before ')' token ../../../3rdparty/libtiff/libtiff/tiffio.h:481:34: error: variable or field 'TIFFSwabArrayOfShort' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:481:34: error: 'uint16' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:481:42: error: 'wp' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:481:46: error: 'tmsize_t' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:482:36: error: variable or field 'TIFFSwabArrayOfTriples' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:482:36: error: 'uint8' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:482:43: error: 'tp' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:482:47: error: 'tmsize_t' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:483:33: error: variable or field 'TIFFSwabArrayOfLong' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:483:33: error: 'uint32' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:483:41: error: 'lp' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:483:45: error: 'tmsize_t' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:484:34: error: variable or field 'TIFFSwabArrayOfLong8' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:484:34: error: 'uint64' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:484:42: error: 'lp' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:484:46: error: 'tmsize_t' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:485:45: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:486:47: error: 'tmsize_t' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:487:29: error: variable or field 'TIFFReverseBits' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:487:29: error: 'uint8' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:487:36: error: 'cp' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:487:40: error: 'tmsize_t' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:496:32: error: 'uint8' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:498:27: error: variable or field 'LogLuv24toXYZ' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:498:27: error: 'uint32' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:498:35: error: expected primary-expression before 'float' ../../../3rdparty/libtiff/libtiff/tiffio.h:499:27: error: variable or field 'LogLuv32toXYZ' declared void ../../../3rdparty/libtiff/libtiff/tiffio.h:499:27: error: 'uint32' was not declared in this scope ../../../3rdparty/libtiff/libtiff/tiffio.h:499:35: error: expected primary-expression before 'float' ../../../3rdparty/libtiff/libtiff/tiffio.h:504:8: error: 'uint32' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:505:8: error: 'uint32' does not name a type In file included from qtiffhandler.cpp:48:0: ../../../3rdparty/libtiff/libtiff/tiffio.h:516:48: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:516:56: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:516:63: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:519:5: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:519:15: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:519:25: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:522:46: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:522:54: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:522:61: error: 'int32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:523:5: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:523:15: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:523:25: error: 'uint32' has not been declared ../../../3rdparty/libtiff/libtiff/tiffio.h:532:2: error: 'ttag_t' does not name a type ../../../3rdparty/libtiff/libtiff/tiffio.h:542:61: error: 'uint32' has not been declared qtiffhandler.cpp:53:1: error: 'tsize_t' does not name a type qtiffhandler.cpp:59:1: error: 'tsize_t' does not name a type qtiffhandler.cpp:64:1: error: 'toff_t' does not name a type qtiffhandler.cpp:87:1: error: 'toff_t' does not name a type qtiffhandler.cpp:92:41: error: 'toff_t' has not been declared qtiffhandler.cpp:97:43: error: 'toff_t' has not been declared qtiffhandler.cpp: In function 'void TestNamespace::rotate_right_mirror_horizontal(TestNamespace::QImage*)': qtiffhandler.cpp:107:11: error: 'uint32' does not name a type qtiffhandler.cpp:108:5: error: 'uint32' was not declared in this scope qtiffhandler.cpp:108:13: error: expected primary-expression before 'const' qtiffhandler.cpp:108:13: error: expected ';' before 'const' qtiffhandler.cpp:112:13: error: 'generatedPixels' was not declared in this scope qtiffhandler.cpp:112:37: error: 'originalPixel' was not declared in this scope qtiffhandler.cpp: In function 'void TestNamespace::rotate_right_mirror_vertical(TestNamespace::QImage*)': qtiffhandler.cpp:126:11: error: 'uint32' does not name a type qtiffhandler.cpp:127:5: error: 'uint32' was not declared in this scope qtiffhandler.cpp:127:13: error: expected primary-expression before 'const' qtiffhandler.cpp:127:13: error: expected ';' before 'const' qtiffhandler.cpp:131:13: error: 'generatedBits' was not declared in this scope qtiffhandler.cpp:131:35: error: 'pixel' was not declared in this scope qtiffhandler.cpp: In member function 'virtual bool TestNamespace::QTiffHandler::read(TestNamespace::QImage*)': qtiffhandler.cpp:174:39: error: 'qtiffReadProc' was not declared in this scope qtiffhandler.cpp:175:39: error: 'qtiffWriteProc' was not declared in this scope qtiffhandler.cpp:176:39: error: 'qtiffSeekProc' was not declared in this scope qtiffhandler.cpp:178:39: error: 'qtiffSizeProc' was not declared in this scope qtiffhandler.cpp:185:5: error: 'uint32' was not declared in this scope qtiffhandler.cpp:185:12: error: expected ';' before 'width' qtiffhandler.cpp:186:12: error: expected ';' before 'height' qtiffhandler.cpp:187:5: error: 'uint16' was not declared in this scope qtiffhandler.cpp:187:12: error: expected ';' before 'photometric' qtiffhandler.cpp:188:35: error: 'width' was not declared in this scope qtiffhandler.cpp:189:38: error: 'height' was not declared in this scope qtiffhandler.cpp:190:38: error: 'photometric' was not declared in this scope qtiffhandler.cpp:196:12: error: expected ';' before 'bitPerSample' qtiffhandler.cpp:197:35: error: 'bitPerSample' was not declared in this scope qtiffhandler.cpp:199:12: error: expected ';' before 'samplesPerPixel' qtiffhandler.cpp:200:35: error: 'samplesPerPixel' was not declared in this scope qtiffhandler.cpp:203:22: error: 'photometric' was not declared in this scope qtiffhandler.cpp:204:22: error: 'bitPerSample' was not declared in this scope qtiffhandler.cpp:204:43: error: 'samplesPerPixel' was not declared in this scope qtiffhandler.cpp:205:36: error: 'width' was not declared in this scope qtiffhandler.cpp:205:43: error: 'height' was not declared in this scope qtiffhandler.cpp:218:25: error: expected ';' before 'y' qtiffhandler.cpp:218:30: error: 'y' was not declared in this scope qtiffhandler.cpp:218:32: error: 'height' was not declared in this scope qtiffhandler.cpp:227:40: error: 'width' was not declared in this scope qtiffhandler.cpp:227:47: error: 'height' was not declared in this scope qtiffhandler.cpp:230:23: error: 'uint16' does not name a type qtiffhandler.cpp:231:44: error: 'tableSize' was not declared in this scope qtiffhandler.cpp:239:29: error: 'redTable' was not declared in this scope qtiffhandler.cpp:240:29: error: 'greenTable' was not declared in this scope qtiffhandler.cpp:241:29: error: 'blueTable' was not declared in this scope qtiffhandler.cpp:260:29: error: expected ';' before 'y' qtiffhandler.cpp:260:34: error: 'y' was not declared in this scope qtiffhandler.cpp:260:36: error: 'height' was not declared in this scope qtiffhandler.cpp:270:40: error: 'width' was not declared in this scope qtiffhandler.cpp:270:47: error: 'height' was not declared in this scope qtiffhandler.cpp:274:53: error: 'width' was not declared in this scope qtiffhandler.cpp:274:60: error: 'height' was not declared in this scope qtiffhandler.cpp:274:85: error: expected type-specifier before 'uint32' qtiffhandler.cpp:274:85: error: expected '>' before 'uint32' qtiffhandler.cpp:274:85: error: expected '(' before 'uint32' qtiffhandler.cpp:274:93: error: expected primary-expression before '>' token qtiffhandler.cpp:274:128: error: expected ')' before '{' token qtiffhandler.cpp:281:13: error: expected primary-expression before '}' token qtiffhandler.cpp:281:13: error: expected ';' before '}' token qtiffhandler.cpp:292:12: error: expected ';' before 'resUnit' qtiffhandler.cpp:293:35: error: 'resUnit' was not declared in this scope qtiffhandler.cpp:299:16: error: 'resUnit' was not declared in this scope qtiffhandler.cpp:316:12: error: expected ';' before 'orientationTag' qtiffhandler.cpp:317:34: error: 'orientationTag' was not declared in this scope qtiffhandler.cpp: In member function 'virtual bool TestNamespace::QTiffHandler::write(const TestNamespace::QImage&)': qtiffhandler.cpp:408:39: error: 'qtiffReadProc' was not declared in this scope qtiffhandler.cpp:409:39: error: 'qtiffWriteProc' was not declared in this scope qtiffhandler.cpp:410:39: error: 'qtiffSeekProc' was not declared in this scope qtiffhandler.cpp:412:39: error: 'qtiffSizeProc' was not declared in this scope qtiffhandler.cpp:450:9: error: 'uint16' was not declared in this scope qtiffhandler.cpp:450:16: error: expected ';' before 'photometric' qtiffhandler.cpp:452:13: error: 'photometric' was not declared in this scope qtiffhandler.cpp:453:38: error: 'photometric' was not declared in this scope qtiffhandler.cpp:471:62: error: expected type-specifier before 'uint32' qtiffhandler.cpp:471:62: error: expected '>' before 'uint32' qtiffhandler.cpp:471:62: error: expected '(' before 'uint32' qtiffhandler.cpp:471:62: error: 'uint32' was not declared in this scope qtiffhandler.cpp:471:70: error: expected primary-expression before '>' token qtiffhandler.cpp:471:114: error: expected ')' before '{' token qtiffhandler.cpp:475:20: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] qtiffhandler.cpp:483:13: error: 'uint16' was not declared in this scope qtiffhandler.cpp:483:20: error: expected ';' before 'photometric' qtiffhandler.cpp:485:17: error: 'photometric' was not declared in this scope qtiffhandler.cpp:486:42: error: 'photometric' was not declared in this scope qtiffhandler.cpp:501:13: error: 'uint16' was not declared in this scope qtiffhandler.cpp:501:21: error: 'redTable' was not declared in this scope qtiffhandler.cpp:501:44: error: expected type-specifier before 'uint16' qtiffhandler.cpp:501:44: error: expected '>' before 'uint16' qtiffhandler.cpp:501:44: error: expected '(' before 'uint16' qtiffhandler.cpp:501:52: error: expected primary-expression before '>' token qtiffhandler.cpp:501:83: error: expected ')' before ';' token qtiffhandler.cpp:502:21: error: 'greenTable' was not declared in this scope qtiffhandler.cpp:502:46: error: expected type-specifier before 'uint16' qtiffhandler.cpp:502:46: error: expected '>' before 'uint16' qtiffhandler.cpp:502:46: error: expected '(' before 'uint16' qtiffhandler.cpp:502:54: error: expected primary-expression before '>' token qtiffhandler.cpp:502:85: error: expected ')' before ';' token qtiffhandler.cpp:503:21: error: 'blueTable' was not declared in this scope qtiffhandler.cpp:503:45: error: expected type-specifier before 'uint16' qtiffhandler.cpp:503:45: error: expected '>' before 'uint16' qtiffhandler.cpp:503:45: error: expected '(' before 'uint16' qtiffhandler.cpp:503:53: error: expected primary-expression before '>' token qtiffhandler.cpp:503:84: error: expected ')' before ';' token qtiffhandler.cpp:528:18: error: in argument to unary ! qtiffhandler.cpp:546:62: error: expected type-specifier before 'uint32' qtiffhandler.cpp:546:62: error: expected '>' before 'uint32' qtiffhandler.cpp:546:62: error: expected '(' before 'uint32' qtiffhandler.cpp:546:62: error: 'uint32' was not declared in this scope qtiffhandler.cpp:546:70: error: expected primary-expression before '>' token qtiffhandler.cpp:546:114: error: expected ')' before '{' token qtiffhandler.cpp:550:20: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] qtiffhandler.cpp:579:62: error: expected type-specifier before 'uint32' qtiffhandler.cpp:579:62: error: expected '>' before 'uint32' qtiffhandler.cpp:579:62: error: expected '(' before 'uint32' qtiffhandler.cpp:579:62: error: 'uint32' was not declared in this scope qtiffhandler.cpp:579:70: error: expected primary-expression before '>' token qtiffhandler.cpp:579:114: error: expected ')' before '{' token qtiffhandler.cpp:583:20: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] qtiffhandler.cpp: In member function 'virtual TestNamespace::QVariant TestNamespace::QTiffHandler::option(TestNamespace::QImageIOHandler::ImageOption) const': qtiffhandler.cpp:605:37: error: 'qtiffReadProc' was not declared in this scope qtiffhandler.cpp:606:37: error: 'qtiffWriteProc' was not declared in this scope qtiffhandler.cpp:607:37: error: 'qtiffSeekProc' was not declared in this scope qtiffhandler.cpp:609:37: error: 'qtiffSizeProc' was not declared in this scope qtiffhandler.cpp:614:13: error: 'uint32' was not declared in this scope qtiffhandler.cpp:614:20: error: expected ';' before 'width' qtiffhandler.cpp:615:20: error: expected ';' before 'height' qtiffhandler.cpp:616:38: error: 'width' was not declared in this scope qtiffhandler.cpp:617:38: error: 'height' was not declared in this scope qtiffhandler.cpp: In member function 'void TestNamespace::QTiffHandler::convert32BitOrder(void*, int)': qtiffhandler.cpp:647:5: error: 'uint32' was not declared in this scope qtiffhandler.cpp:647:13: error: 'target' was not declared in this scope qtiffhandler.cpp:647:39: error: expected type-specifier before 'uint32' qtiffhandler.cpp:647:39: error: expected '>' before 'uint32' qtiffhandler.cpp:647:39: error: expected '(' before 'uint32' qtiffhandler.cpp:647:47: error: expected primary-expression before '>' token qtiffhandler.cpp:647:56: error: expected ')' before ';' token qtiffhandler.cpp:648:10: error: 'int32' was not declared in this scope qtiffhandler.cpp:648:16: error: expected ';' before 'x' qtiffhandler.cpp:648:21: error: 'x' was not declared in this scope qtiffhandler.cpp:649:16: error: expected ';' before 'p' qtiffhandler.cpp:651:22: error: 'p' was not declared in this scope qtiffhandler.cpp: In member function 'void TestNamespace::QTiffHandler::convert32BitOrderBigEndian(void*, int)': qtiffhandler.cpp:660:5: error: 'uint32' was not declared in this scope qtiffhandler.cpp:660:13: error: 'target' was not declared in this scope qtiffhandler.cpp:660:39: error: expected type-specifier before 'uint32' qtiffhandler.cpp:660:39: error: expected '>' before 'uint32' qtiffhandler.cpp:660:39: error: expected '(' before 'uint32' qtiffhandler.cpp:660:47: error: expected primary-expression before '>' token qtiffhandler.cpp:660:56: error: expected ')' before ';' token qtiffhandler.cpp:661:10: error: 'int32' was not declared in this scope qtiffhandler.cpp:661:16: error: expected ';' before 'x' qtiffhandler.cpp:661:21: error: 'x' was not declared in this scope qtiffhandler.cpp:662:16: error: expected ';' before 'p' qtiffhandler.cpp:663:22: error: 'p' was not declared in this scope make[5]: *** [.obj/debug-shared/qtiffhandler.o] Error 1 make[4]: *** [sub-tiff-make_first] Error 2 make[3]: *** [sub-imageformats-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtimageformats] Error 2 Build log: http://testresults.qt-project.org/ci/QtImageFormats_dev_Integration/build_00005/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365111261): http://codereview.qt-project.org/49508 [PS3] - Upgrading libtiff: Adding clean copy of libtiff 4.0.3 From ci-noreply at qt-project.org Fri Apr 5 01:40:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 01:40:27 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130404_224027_002456.ci-noreply@qt-project.org> Autotests `tst_qsslsocket_onDemandCertificates_member' and `tst_qsslsocket_onDemandCertificates_static' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] QtQA::App::TestRunner: Timed out after 300 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 28432] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsslsocket_onDemandCertificates_member -silent -o /work/build/_artifacts/'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77e3430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 28432): QtQA::App::TestRunner: #0 0xb77e3430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6e85651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6e88a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb71ab254 in qt_message_fatal (context=..., message=...) QtQA::App::TestRunner: at global/qlogging.cpp:938 QtQA::App::TestRunner: #4 0xb71a8d8e in QMessageLogger::fatal (this=0xbfc83f5c, QtQA::App::TestRunner: msg=0xb77d3420 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb77bc169 in QTest::FatalSignalHandler::signal (signum=15) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 __call_pselect6 () at ../sysdeps/unix/sysv/linux/i386/call_pselect6.S:50 QtQA::App::TestRunner: #8 0xb6f274bf in __pselect (nfds=10, readfds=0xbfc846c4, QtQA::App::TestRunner: writefds=0xbfc84644, exceptfds=0x0, timeout=0xbfc84594, sigmask=0x0) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/i386/../pselect.c:78 QtQA::App::TestRunner: #9 0xb740e013 in qt_safe_select (nfds=10, fdread=0xbfc846c4, QtQA::App::TestRunner: fdwrite=0xbfc84644, fdexcept=0x0, orig_timeout=0xbfc84744) QtQA::App::TestRunner: at kernel/qcore_unix.cpp:94 QtQA::App::TestRunner: #10 0xb77507c6 in QNativeSocketEnginePrivate::nativeSelect (this=0x9391588, QtQA::App::TestRunner: timeout=29978, checkRead=true, checkWrite=false, QtQA::App::TestRunner: selectForRead=0xbfc8482f, selectForWrite=0xbfc8482e) QtQA::App::TestRunner: at socket/qnativesocketengine_unix.cpp:1160 QtQA::App::TestRunner: #11 0xb774d05f in QNativeSocketEngine::waitForReadOrWrite (this=0x9391550, QtQA::App::TestRunner: readyToRead=0xbfc8482f, readyToWrite=0xbfc8482e, checkRead=true, QtQA::App::TestRunner: checkWrite=false, msecs=29978, timedOut=0x0) QtQA::App::TestRunner: at socket/qnativesocketengine.cpp:996 QtQA::App::TestRunner: #12 0xb77424bb in QAbstractSocket::waitForReadyRead (this=0x9390df8, QtQA::App::TestRunner: msecs=29978) at socket/qabstractsocket.cpp:2105 QtQA::App::TestRunner: #13 0xb77326b7 in QHttpSocketEngine::waitForRead (this=0x9390de8, QtQA::App::TestRunner: msecs=29978, timedOut=0x0) at socket/qhttpsocketengine.cpp:366 QtQA::App::TestRunner: #14 0xb77329f5 in QHttpSocketEngine::waitForReadOrWrite (this=0x9390de8, QtQA::App::TestRunner: readyToRead=0xbfc8490f, readyToWrite=0xbfc8490e, checkRead=true, QtQA::App::TestRunner: checkWrite=false, msecs=29978, timedOut=0x0) QtQA::App::TestRunner: at socket/qhttpsocketengine.cpp:436 QtQA::App::TestRunner: #15 0xb77424bb in QAbstractSocket::waitForReadyRead (this=0x936b5c8, QtQA::App::TestRunner: msecs=29978) at socket/qabstractsocket.cpp:2105 QtQA::App::TestRunner: #16 0xb77626fd in QSslSocket::waitForEncrypted (this=0x937c6d8, msecs=30000) QtQA::App::TestRunner: at ssl/qsslsocket.cpp:1500 QtQA::App::TestRunner: #17 0x0804b261 in tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods (this=0xbfc85428) QtQA::App::TestRunner: at tst_qsslsocket_onDemandCertificates_member.cpp:209 QtQA::App::TestRunner: #18 0x0804b912 in tst_QSslSocket_onDemandCertificates_member::qt_static_metacall (_o=0xbfc85428, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfc84a84) QtQA::App::TestRunner: at .moc/debug-shared/tst_qsslsocket_onDemandCertificates_member.moc:93 QtQA::App::TestRunner: #19 0xb73b1b29 in QMetaMethod::invoke (this=0xbfc84c30, object=0xbfc85428, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #20 0xb73b10fe in QMetaObject::invokeMethod (obj=0xbfc85428, QtQA::App::TestRunner: member=0x936a458 "onDemandRootCertLoadingMemberMethods", QtQA::App::TestRunner: type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., QtQA::App::TestRunner: val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #21 0xb77bf46e in QMetaObject::invokeMethod (obj=0xbfc85428, QtQA::App::TestRunner: member=0x936a458 "onDemandRootCertLoadingMemberMethods", QtQA::App::TestRunner: type=Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., QtQA::App::TestRunner: val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #22 0xb77baf48 in qInvokeTestMethodDataEntry ( QtQA::App::TestRunner: slot=0x936a458 "onDemandRootCertLoadingMemberMethods") QtQA::App::TestRunner: at qtestcase.cpp:1697 QtQA::App::TestRunner: #23 0xb77bb7e7 in qInvokeTestMethod ( QtQA::App::TestRunner: slotName=0x936b3c0 "onDemandRootCertLoadingMemberMethods()", data=0x0) QtQA::App::TestRunner: at qtestcase.cpp:1822 QtQA::App::TestRunner: #24 0xb77bc04e in qInvokeTestMethods (testObject=0xbfc85428) QtQA::App::TestRunner: at qtestcase.cpp:1976 QtQA::App::TestRunner: #25 0xb77bc7cc in QTest::qExec (testObject=0xbfc85428, argc=6, QtQA::App::TestRunner: argv=0xbfc85504) at qtestcase.cpp:2189 QtQA::App::TestRunner: #26 0x0804b809 in main (argc=6, argv=0xbfc85504) QtQA::App::TestRunner: at tst_qsslsocket_onDemandCertificates_member.cpp:247 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] PASS : tst_QSslSocket_onDemandCertificates_member::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_member ********* QtQA::App::TestRunner: warning: test duration (291 seconds) is dangerously close to maximum permitted time (300 seconds) QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, or use a higher timeout. QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with signal 6 QtQA::App::TestRunner: second attempt: exited with exit code 5 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 592 seconds, exit code 5 Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (TTL expired) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 556 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00837/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365111600): http://codereview.qt-project.org/52664 [PS2] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/51920 [PS2] - Mac: Ensure the native filedialog sets file name when saving http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. http://codereview.qt-project.org/52945 [PS2] - Stabilize tst_qcompleter. http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings From ci-noreply at qt-project.org Fri Apr 5 01:53:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 01:53:03 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130404_225303_067291.ci-noreply@qt-project.org> Autotests `tst_qsslsocket_onDemandCertificates_member' and `tst_qsslsocket_onDemandCertificates_static' failed :( Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: warning: test duration (282 seconds) is dangerously close to maximum permitted time (300 seconds) QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, or use a higher timeout. QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] PASS : tst_QSslSocket_onDemandCertificates_member::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_member ********* QtQA::App::TestRunner: warning: test duration (273 seconds) is dangerously close to maximum permitted time (300 seconds) QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, or use a higher timeout. QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 555 seconds, exit code 5 Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (TTL expired) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Unknown error) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 539 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00780/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365111747): http://codereview.qt-project.org/43161 [PS7] - Widgets: Make QFontComboBox locale sensitive From ci-noreply at qt-project.org Fri Apr 5 01:57:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 01:57:12 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130404_225712_003887.ci-noreply@qt-project.org> Autotests `tst_qsslsocket_onDemandCertificates_member', `tst_qsslsocket_onDemandCertificates_static', and `tst_qtcpsocket' failed :( Testing tst_QTcpSocket FAIL! : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy) Compared values are not the same Actual (bytesAvailable): 7786234 Expected (expectedLength): 10000000 Loc: [../tst_qtcpsocket.cpp(1336)] Totals: 776 passed, 1 failed, 6 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTcpSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QDEBUG : tst_QTcpSocket::initTestCase() "qt-test-server.qt-test-net" PASS : tst_QTcpSocket::initTestCase() PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithoutProxy) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5Proxy) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxy) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithoutProxy SSL) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxy SSL) PASS : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::constructing(WithoutProxy) PASS : tst_QTcpSocket::constructing(WithSocks5Proxy) PASS : tst_QTcpSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::constructing(WithHttpProxy) PASS : tst_QTcpSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::constructing(WithoutProxy SSL) PASS : tst_QTcpSocket::constructing(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::constructing(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::constructing(WithHttpProxy SSL) PASS : tst_QTcpSocket::constructing(WithHttpProxyBasicAuth SSL) QDEBUG : tst_QTcpSocket::bind(WithoutProxy:127.0.0.1) Binding QHostAddress( "127.0.0.1" ) PASS : tst_QTcpSocket::bind(WithoutProxy:127.0.0.1) QDEBUG : tst_QTcpSocket::bind(WithoutProxy:::1) Binding QHostAddress( "::1" ) PASS : tst_QTcpSocket::bind(WithoutProxy:::1) QDEBUG : tst_QTcpSocket::bind(WithoutProxy:10.212.2.119) Binding QHostAddress( "10.212.2.119" ) PASS : tst_QTcpSocket::bind(WithoutProxy:10.212.2.119) QDEBUG : tst_QTcpSocket::bind(WithoutProxy:198.51.100.1) Binding QHostAddress( "198.51.100.1" ) PASS : tst_QTcpSocket::bind(WithoutProxy:198.51.100.1) QDEBUG : tst_QTcpSocket::bind(WithoutProxy:2001:0DB8::1) Binding QHostAddress( "2001:db8::1" ) PASS : tst_QTcpSocket::bind(WithoutProxy:2001:0DB8::1) SKIP : tst_QTcpSocket::bind(WithSocks5Proxy:127.0.0.1) QTBUG-22964 Loc: [../tst_qtcpsocket.cpp(516)] SKIP : tst_QTcpSocket::bind(WithSocks5Proxy:::1) QTBUG-22964 Loc: [../tst_qtcpsocket.cpp(516)] SKIP : tst_QTcpSocket::bind(WithSocks5Proxy:10.212.2.119) QTBUG-22964 Loc: [../tst_qtcpsocket.cpp(516)] SKIP : tst_QTcpSocket::bind(WithSocks5Proxy:198.51.100.1) QTBUG-22964 Loc: [../tst_qtcpsocket.cpp(516)] SKIP : tst_QTcpSocket::bind(WithSocks5Proxy:2001:0DB8::1) QTBUG-22964 Loc: [../tst_qtcpsocket.cpp(516)] PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithoutProxy) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5Proxy) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxy) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithoutProxy SSL) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxy SSL) PASS : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxyBasicAuth SSL) XFAIL : tst_QTcpSocket::setSocketDescriptor(WithoutProxy) bug has been around for years, will not fix without need Loc: [../tst_qtcpsocket.cpp(593)] PASS : tst_QTcpSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QTcpSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QTcpSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QTcpSocket::setSocketDescriptor(WithHttpProxyBasicAuth) XFAIL : tst_QTcpSocket::setSocketDescriptor(WithoutProxy SSL) bug has been around for years, will not fix without need Loc: [../tst_qtcpsocket.cpp(593)] PASS : tst_QTcpSocket::setSocketDescriptor(WithoutProxy SSL) PASS : tst_QTcpSocket::setSocketDescriptor(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::setSocketDescriptor(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::setSocketDescriptor(WithHttpProxy SSL) PASS : tst_QTcpSocket::setSocketDescriptor(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::socketDescriptor(WithoutProxy) PASS : tst_QTcpSocket::socketDescriptor(WithSocks5Proxy) PASS : tst_QTcpSocket::socketDescriptor(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::socketDescriptor(WithHttpProxy) PASS : tst_QTcpSocket::socketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::socketDescriptor(WithoutProxy SSL) PASS : tst_QTcpSocket::socketDescriptor(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::socketDescriptor(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::socketDescriptor(WithHttpProxy SSL) PASS : tst_QTcpSocket::socketDescriptor(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::blockingIMAP(WithoutProxy) PASS : tst_QTcpSocket::blockingIMAP(WithSocks5Proxy) PASS : tst_QTcpSocket::blockingIMAP(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::blockingIMAP(WithHttpProxy) PASS : tst_QTcpSocket::blockingIMAP(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::blockingIMAP(WithoutProxy SSL) PASS : tst_QTcpSocket::blockingIMAP(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::blockingIMAP(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::blockingIMAP(WithHttpProxy SSL) PASS : tst_QTcpSocket::blockingIMAP(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::nonBlockingIMAP(WithoutProxy) PASS : tst_QTcpSocket::nonBlockingIMAP(WithSocks5Proxy) PASS : tst_QTcpSocket::nonBlockingIMAP(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxy) PASS : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::nonBlockingIMAP(WithoutProxy SSL) PASS : tst_QTcpSocket::nonBlockingIMAP(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::nonBlockingIMAP(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxy SSL) PASS : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::hostNotFound(WithoutProxy) PASS : tst_QTcpSocket::hostNotFound(WithSocks5Proxy) PASS : tst_QTcpSocket::hostNotFound(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::hostNotFound(WithHttpProxy) PASS : tst_QTcpSocket::hostNotFound(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::hostNotFound(WithoutProxy SSL) PASS : tst_QTcpSocket::hostNotFound(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::hostNotFound(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::hostNotFound(WithHttpProxy SSL) PASS : tst_QTcpSocket::hostNotFound(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::timeoutConnect(WithoutProxy:host) PASS : tst_QTcpSocket::timeoutConnect(WithoutProxy:ip) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy:host) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy:ip) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5ProxyAuth:host) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5ProxyAuth:ip) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxy:host) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxy:ip) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth:host) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth:ip) PASS : tst_QTcpSocket::timeoutConnect(WithoutProxy SSL:host) PASS : tst_QTcpSocket::timeoutConnect(WithoutProxy SSL:ip) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy SSL:host) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy SSL:ip) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5AuthProxy SSL:host) PASS : tst_QTcpSocket::timeoutConnect(WithSocks5AuthProxy SSL:ip) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxy SSL:host) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxy SSL:ip) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth SSL:host) PASS : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth SSL:ip) PASS : tst_QTcpSocket::delayedClose(WithoutProxy) PASS : tst_QTcpSocket::delayedClose(WithSocks5Proxy) PASS : tst_QTcpSocket::delayedClose(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::delayedClose(WithHttpProxy) PASS : tst_QTcpSocket::delayedClose(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::delayedClose(WithoutProxy SSL) PASS : tst_QTcpSocket::delayedClose(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::delayedClose(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::delayedClose(WithHttpProxy SSL) PASS : tst_QTcpSocket::delayedClose(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::partialRead(WithoutProxy) PASS : tst_QTcpSocket::partialRead(WithSocks5Proxy) PASS : tst_QTcpSocket::partialRead(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::partialRead(WithHttpProxy) PASS : tst_QTcpSocket::partialRead(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::partialRead(WithoutProxy SSL) PASS : tst_QTcpSocket::partialRead(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::partialRead(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::partialRead(WithHttpProxy SSL) PASS : tst_QTcpSocket::partialRead(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::unget(WithoutProxy) PASS : tst_QTcpSocket::unget(WithSocks5Proxy) PASS : tst_QTcpSocket::unget(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::unget(WithHttpProxy) PASS : tst_QTcpSocket::unget(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::unget(WithoutProxy SSL) PASS : tst_QTcpSocket::unget(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::unget(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::unget(WithHttpProxy SSL) PASS : tst_QTcpSocket::unget(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::readAllAfterClose(WithoutProxy) PASS : tst_QTcpSocket::readAllAfterClose(WithSocks5Proxy) PASS : tst_QTcpSocket::readAllAfterClose(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::readAllAfterClose(WithHttpProxy) PASS : tst_QTcpSocket::readAllAfterClose(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::readAllAfterClose(WithoutProxy SSL) PASS : tst_QTcpSocket::readAllAfterClose(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::readAllAfterClose(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::readAllAfterClose(WithHttpProxy SSL) PASS : tst_QTcpSocket::readAllAfterClose(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::openCloseOpenClose(WithoutProxy) PASS : tst_QTcpSocket::openCloseOpenClose(WithSocks5Proxy) PASS : tst_QTcpSocket::openCloseOpenClose(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::openCloseOpenClose(WithHttpProxy) PASS : tst_QTcpSocket::openCloseOpenClose(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::openCloseOpenClose(WithoutProxy SSL) PASS : tst_QTcpSocket::openCloseOpenClose(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::openCloseOpenClose(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::openCloseOpenClose(WithHttpProxy SSL) PASS : tst_QTcpSocket::openCloseOpenClose(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithoutProxy) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5Proxy) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxy) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithoutProxy SSL) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxy SSL) PASS : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5AuthProxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5AuthProxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5AuthProxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5AuthProxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5AuthProxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5AuthProxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5ProxyAuth:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5ProxyAuth:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5ProxyAuth:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5ProxyAuth:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5ProxyAuth:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5ProxyAuth:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithoutProxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5Proxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5AuthProxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5AuthProxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5AuthProxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5AuthProxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5AuthProxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithSocks5AuthProxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxy SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth SSL:without-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth SSL:without-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth SSL:with-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth SSL:with-data+close) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth SSL:with-big-data) PASS : tst_QTcpSocket::disconnectWhileConnectingNoEventLoop(WithHttpProxyBasicAuth SSL:with-big-data+close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithoutProxy:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithoutProxy:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5Proxy:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5Proxy:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5ProxyAuth:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5ProxyAuth:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxy:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxy:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxyBasicAuth:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxyBasicAuth:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithoutProxy SSL:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithoutProxy SSL:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5Proxy SSL:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5Proxy SSL:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5AuthProxy SSL:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithSocks5AuthProxy SSL:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxy SSL:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxy SSL:close) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxyBasicAuth SSL:disconnect) PASS : tst_QTcpSocket::disconnectWhileLookingUp(WithHttpProxyBasicAuth SSL:close) QDEBUG : tst_QTcpSocket::downloadBigFile(WithoutProxy) 9.5MB/0.1s: 103.7MB/s PASS : tst_QTcpSocket::downloadBigFile(WithoutProxy) QDEBUG : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy) 9.5MB/0.3s: 33.3MB/s PASS : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy) QDEBUG : tst_QTcpSocket::downloadBigFile(WithSocks5ProxyAuth) 9.5MB/0.2s: 37.5MB/s PASS : tst_QTcpSocket::downloadBigFile(WithSocks5ProxyAuth) QDEBUG : tst_QTcpSocket::downloadBigFile(WithHttpProxy) 9.5MB/0.1s: 102.5MB/s PASS : tst_QTcpSocket::downloadBigFile(WithHttpProxy) QDEBUG : tst_QTcpSocket::downloadBigFile(WithHttpProxyBasicAuth) 9.5MB/0.1s: 103.7MB/s PASS : tst_QTcpSocket::downloadBigFile(WithHttpProxyBasicAuth) QDEBUG : tst_QTcpSocket::downloadBigFile(WithoutProxy SSL) 9.5MB/0.1s: 104.8MB/s PASS : tst_QTcpSocket::downloadBigFile(WithoutProxy SSL) QDEBUG : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy SSL) 9.5MB/0.2s: 37.4MB/s PASS : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy SSL) QDEBUG : tst_QTcpSocket::downloadBigFile(WithSocks5AuthProxy SSL) 9.5MB/0.2s: 40.8MB/s PASS : tst_QTcpSocket::downloadBigFile(WithSocks5AuthProxy SSL) QDEBUG : tst_QTcpSocket::downloadBigFile(WithHttpProxy SSL) 9.5MB/0.1s: 103.7MB/s PASS : tst_QTcpSocket::downloadBigFile(WithHttpProxy SSL) QDEBUG : tst_QTcpSocket::downloadBigFile(WithHttpProxyBasicAuth SSL) 9.5MB/0.1s: 103.7MB/s PASS : tst_QTcpSocket::downloadBigFile(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::readLine(WithoutProxy) PASS : tst_QTcpSocket::readLine(WithSocks5Proxy) PASS : tst_QTcpSocket::readLine(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::readLine(WithHttpProxy) PASS : tst_QTcpSocket::readLine(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::readLine(WithoutProxy SSL) PASS : tst_QTcpSocket::readLine(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::readLine(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::readLine(WithHttpProxy SSL) PASS : tst_QTcpSocket::readLine(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::readLineString(WithoutProxy) PASS : tst_QTcpSocket::readLineString(WithSocks5Proxy) PASS : tst_QTcpSocket::readLineString(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::readLineString(WithHttpProxy) PASS : tst_QTcpSocket::readLineString(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::readLineString(WithoutProxy SSL) PASS : tst_QTcpSocket::readLineString(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::readLineString(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::readLineString(WithHttpProxy SSL) PASS : tst_QTcpSocket::readLineString(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::readChunks(WithoutProxy) PASS : tst_QTcpSocket::readChunks(WithSocks5Proxy) PASS : tst_QTcpSocket::readChunks(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::readChunks(WithHttpProxy) PASS : tst_QTcpSocket::readChunks(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::readChunks(WithoutProxy SSL) PASS : tst_QTcpSocket::readChunks(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::readChunks(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::readChunks(WithHttpProxy SSL) PASS : tst_QTcpSocket::readChunks(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForBytesWritten(WithoutProxy) PASS : tst_QTcpSocket::waitForBytesWritten(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForBytesWritten(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForBytesWritten(WithHttpProxy) PASS : tst_QTcpSocket::waitForBytesWritten(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForBytesWritten(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForBytesWritten(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForBytesWritten(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForBytesWritten(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForBytesWritten(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithoutProxy) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithHttpProxy) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForBytesWrittenMinusOne(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForReadyRead(WithoutProxy) PASS : tst_QTcpSocket::waitForReadyRead(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForReadyRead(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForReadyRead(WithHttpProxy) PASS : tst_QTcpSocket::waitForReadyRead(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForReadyRead(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForReadyRead(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForReadyRead(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForReadyRead(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForReadyRead(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithoutProxy) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithHttpProxy) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForReadyReadMinusOne(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::flush(WithoutProxy) PASS : tst_QTcpSocket::flush(WithSocks5Proxy) PASS : tst_QTcpSocket::flush(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::flush(WithHttpProxy) PASS : tst_QTcpSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::flush(WithoutProxy SSL) PASS : tst_QTcpSocket::flush(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::flush(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::flush(WithHttpProxy SSL) PASS : tst_QTcpSocket::flush(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::synchronousApi(WithoutProxy) PASS : tst_QTcpSocket::synchronousApi(WithSocks5Proxy) PASS : tst_QTcpSocket::synchronousApi(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::synchronousApi(WithHttpProxy) PASS : tst_QTcpSocket::synchronousApi(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::synchronousApi(WithoutProxy SSL) PASS : tst_QTcpSocket::synchronousApi(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::synchronousApi(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::synchronousApi(WithHttpProxy SSL) PASS : tst_QTcpSocket::synchronousApi(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithoutProxy) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithSocks5Proxy) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithHttpProxy) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithoutProxy SSL) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithHttpProxy SSL) PASS : tst_QTcpSocket::dontCloseOnTimeout(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::recursiveReadyRead(WithoutProxy) PASS : tst_QTcpSocket::recursiveReadyRead(WithSocks5Proxy) PASS : tst_QTcpSocket::recursiveReadyRead(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::recursiveReadyRead(WithHttpProxy) PASS : tst_QTcpSocket::recursiveReadyRead(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::recursiveReadyRead(WithoutProxy SSL) PASS : tst_QTcpSocket::recursiveReadyRead(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::recursiveReadyRead(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::recursiveReadyRead(WithHttpProxy SSL) PASS : tst_QTcpSocket::recursiveReadyRead(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::atEnd(WithoutProxy) PASS : tst_QTcpSocket::atEnd(WithSocks5Proxy) PASS : tst_QTcpSocket::atEnd(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::atEnd(WithHttpProxy) PASS : tst_QTcpSocket::atEnd(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::atEnd(WithoutProxy SSL) PASS : tst_QTcpSocket::atEnd(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::atEnd(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::atEnd(WithHttpProxy SSL) PASS : tst_QTcpSocket::atEnd(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::socketInAThread(WithoutProxy) PASS : tst_QTcpSocket::socketInAThread(WithSocks5Proxy) PASS : tst_QTcpSocket::socketInAThread(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::socketInAThread(WithHttpProxy) PASS : tst_QTcpSocket::socketInAThread(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::socketInAThread(WithoutProxy SSL) PASS : tst_QTcpSocket::socketInAThread(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::socketInAThread(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::socketInAThread(WithHttpProxy SSL) PASS : tst_QTcpSocket::socketInAThread(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::socketsInThreads(WithoutProxy) PASS : tst_QTcpSocket::socketsInThreads(WithSocks5Proxy) PASS : tst_QTcpSocket::socketsInThreads(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::socketsInThreads(WithHttpProxy) PASS : tst_QTcpSocket::socketsInThreads(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::socketsInThreads(WithoutProxy SSL) PASS : tst_QTcpSocket::socketsInThreads(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::socketsInThreads(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::socketsInThreads(WithHttpProxy SSL) PASS : tst_QTcpSocket::socketsInThreads(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithoutProxy) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithHttpProxy) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForReadyReadInASlot(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::remoteCloseError(WithoutProxy) PASS : tst_QTcpSocket::remoteCloseError(WithSocks5Proxy) PASS : tst_QTcpSocket::remoteCloseError(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::remoteCloseError(WithHttpProxy) PASS : tst_QTcpSocket::remoteCloseError(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::remoteCloseError(WithoutProxy SSL) PASS : tst_QTcpSocket::remoteCloseError(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::remoteCloseError(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::remoteCloseError(WithHttpProxy SSL) PASS : tst_QTcpSocket::remoteCloseError(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithoutProxy) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithSocks5Proxy) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithHttpProxy) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithoutProxy SSL) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithHttpProxy SSL) PASS : tst_QTcpSocket::nestedEventLoopInErrorSlot(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithoutProxy) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithSocks5Proxy) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithHttpProxy) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithoutProxy SSL) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithHttpProxy SSL) PASS : tst_QTcpSocket::connectToLocalHostNoService(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithoutProxy) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithHttpProxy) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithoutProxy) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithSocks5Proxy) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithHttpProxy) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithoutProxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithHttpProxy SSL) PASS : tst_QTcpSocket::waitForConnectedInHostLookupSlot2(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithoutProxy) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithSocks5Proxy) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithHttpProxy) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithoutProxy SSL) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithHttpProxy SSL) PASS : tst_QTcpSocket::readyReadSignalsAfterWaitForReadyRead(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::abortiveClose(WithoutProxy) PASS : tst_QTcpSocket::abortiveClose(WithSocks5Proxy) PASS : tst_QTcpSocket::abortiveClose(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::abortiveClose(WithHttpProxy) PASS : tst_QTcpSocket::abortiveClose(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::abortiveClose(WithoutProxy SSL) PASS : tst_QTcpSocket::abortiveClose(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::abortiveClose(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::abortiveClose(WithHttpProxy SSL) PASS : tst_QTcpSocket::abortiveClose(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithoutProxy) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithSocks5Proxy) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithHttpProxy) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithoutProxy SSL) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithHttpProxy SSL) PASS : tst_QTcpSocket::localAddressEmptyOnBSD(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithoutProxy) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithSocks5Proxy) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithHttpProxy) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithoutProxy SSL) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithHttpProxy SSL) PASS : tst_QTcpSocket::zeroAndMinusOneReturns(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::connectionRefused(WithoutProxy) PASS : tst_QTcpSocket::connectionRefused(WithSocks5Proxy) PASS : tst_QTcpSocket::connectionRefused(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::connectionRefused(WithHttpProxy) PASS : tst_QTcpSocket::connectionRefused(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::connectionRefused(WithoutProxy SSL) PASS : tst_QTcpSocket::connectionRefused(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::connectionRefused(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::connectionRefused(WithHttpProxy SSL) PASS : tst_QTcpSocket::connectionRefused(WithHttpProxyBasicAuth SSL) QDEBUG : tst_QTcpSocket::suddenRemoteDisconnect(WithoutProxy:Qt4 Client <-> Qt4 Server) Running stress test for 5 seconds PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithoutProxy:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithSocks5Proxy:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithSocks5ProxyAuth:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithHttpProxy:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithHttpProxyBasicAuth:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithoutProxy SSL:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithSocks5Proxy SSL:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithSocks5AuthProxy SSL:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithHttpProxy SSL:Qt4 Client <-> Qt4 Server) PASS : tst_QTcpSocket::suddenRemoteDisconnect(WithHttpProxyBasicAuth SSL:Qt4 Client <-> Qt4 Server) SKIP : tst_QTcpSocket::connectToMultiIP(WithoutProxy) TODO: setup DNS in the new network Loc: [../tst_qtcpsocket.cpp(2289)] PASS : tst_QTcpSocket::moveToThread0(WithoutProxy) PASS : tst_QTcpSocket::moveToThread0(WithSocks5Proxy) PASS : tst_QTcpSocket::moveToThread0(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::moveToThread0(WithHttpProxy) PASS : tst_QTcpSocket::moveToThread0(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::moveToThread0(WithoutProxy SSL) PASS : tst_QTcpSocket::moveToThread0(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::moveToThread0(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::moveToThread0(WithHttpProxy SSL) PASS : tst_QTcpSocket::moveToThread0(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::increaseReadBufferSize(WithoutProxy) PASS : tst_QTcpSocket::increaseReadBufferSize(WithSocks5Proxy) PASS : tst_QTcpSocket::increaseReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::increaseReadBufferSize(WithHttpProxy) PASS : tst_QTcpSocket::increaseReadBufferSize(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::increaseReadBufferSize(WithoutProxy SSL) PASS : tst_QTcpSocket::increaseReadBufferSize(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::increaseReadBufferSize(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::increaseReadBufferSize(WithHttpProxy SSL) PASS : tst_QTcpSocket::increaseReadBufferSize(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithoutProxy) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithSocks5Proxy) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithHttpProxy) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithoutProxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithHttpProxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorWaitForConnected(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithoutProxy) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithSocks5Proxy) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithHttpProxy) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithoutProxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithHttpProxy SSL) PASS : tst_QTcpSocket::taskQtBug5799ConnectionErrorEventLoop(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithoutProxy) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithSocks5Proxy) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithHttpProxy) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithoutProxy SSL) FAIL! : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithSocks5Proxy SSL) 'socket->error() == QAbstractSocket::SocketTimeoutError' returned FALSE. () Loc: [../tst_qtcpsocket.cpp(2486)] PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithHttpProxy SSL) PASS : tst_QTcpSocket::taskQtBug7054TimeoutErrorResetting(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5ProxyAuth:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5ProxyAuth:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5ProxyAuth:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5ProxyAuth:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5ProxyAuth:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5ProxyAuth:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy SSL:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy SSL:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy SSL:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy SSL:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy SSL:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithoutProxy SSL:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy SSL:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy SSL:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy SSL:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy SSL:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy SSL:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5Proxy SSL:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5AuthProxy SSL:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5AuthProxy SSL:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithSocks5AuthProxy SSL:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5AuthProxy SSL:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithSocks5AuthProxy SSL:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithSocks5AuthProxy SSL:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy SSL:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy SSL:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy SSL:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy SSL:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy SSL:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxy SSL:socks5-on-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth SSL:ftp-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth SSL:http-caching-proxy) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth SSL:no-such-host-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth SSL:no-such-host-http) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth SSL:http-on-socks5) PASS : tst_QTcpSocket::invalidProxy(WithHttpProxyBasicAuth SSL:socks5-on-http) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:http) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:socks5) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:ftp) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:http) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:ftp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:http) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:ftp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5ProxyAuth:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:http) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:ftp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:http) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:ftp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:http) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:socks5) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:ftp) PASS : tst_QTcpSocket::proxyFactory(WithoutProxy SSL:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:http) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:ftp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5Proxy SSL:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:http) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:ftp) PASS : tst_QTcpSocket::proxyFactory(WithSocks5AuthProxy SSL:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:http) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:ftp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxy SSL:ftp+cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:http) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:ftp+cachinghttp+socks5) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:cachinghttp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:ftp) PASS : tst_QTcpSocket::proxyFactory(WithHttpProxyBasicAuth SSL:ftp+cachinghttp) PASS : tst_QTcpSocket::qtbug14268_peek(WithoutProxy) PASS : tst_QTcpSocket::qtbug14268_peek(WithSocks5Proxy) PASS : tst_QTcpSocket::qtbug14268_peek(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::qtbug14268_peek(WithHttpProxy) PASS : tst_QTcpSocket::qtbug14268_peek(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::qtbug14268_peek(WithoutProxy SSL) PASS : tst_QTcpSocket::qtbug14268_peek(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::qtbug14268_peek(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::qtbug14268_peek(WithHttpProxy SSL) PASS : tst_QTcpSocket::qtbug14268_peek(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::setSocketOption(WithoutProxy) PASS : tst_QTcpSocket::setSocketOption(WithSocks5Proxy) PASS : tst_QTcpSocket::setSocketOption(WithSocks5ProxyAuth) PASS : tst_QTcpSocket::setSocketOption(WithHttpProxy) PASS : tst_QTcpSocket::setSocketOption(WithHttpProxyBasicAuth) PASS : tst_QTcpSocket::setSocketOption(WithoutProxy SSL) PASS : tst_QTcpSocket::setSocketOption(WithSocks5Proxy SSL) PASS : tst_QTcpSocket::setSocketOption(WithSocks5AuthProxy SSL) PASS : tst_QTcpSocket::setSocketOption(WithHttpProxy SSL) PASS : tst_QTcpSocket::setSocketOption(WithHttpProxyBasicAuth SSL) PASS : tst_QTcpSocket::cleanupTestCase() Totals: 776 passed, 1 failed, 6 skipped ********* Finished testing of tst_QTcpSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtcpsocket: 149 seconds, exit code 1 Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_static.cpp(206)] PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 317 seconds, exit code 5 Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: warning: test duration (264 seconds) is dangerously close to maximum permitted time (300 seconds) QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, or use a higher timeout. QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) Loc: [tst_qsslsocket_onDemandCertificates_member.cpp(209)] PASS : tst_QSslSocket_onDemandCertificates_member::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_member ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 267 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00165/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365108625): http://codereview.qt-project.org/52526 [PS17] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 5 03:48:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 03:48:03 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_004803_027559.ci-noreply@qt-project.org> QtBase_stable_Integration #838: SUCCESS Tested changes (refs/builds/stable_1365115360): http://codereview.qt-project.org/52914 [PS1] - Fix incorrect classification of glTexImage3D. http://codereview.qt-project.org/52913 [PS1] - Special case to work around upstream bug in gl.spec http://codereview.qt-project.org/52912 [PS1] - Bring glgen into line with OpenGL functions and extensions code http://codereview.qt-project.org/52949 [PS1] - iOS: Fix build on case sensitive file systems From ci-noreply at qt-project.org Fri Apr 5 04:42:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 04:42:34 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130405_014234_025347.ci-noreply@qt-project.org> QtTools_stable_Integration #132: SUCCESS Tested changes (refs/builds/stable_1365113184): http://codereview.qt-project.org/52856 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Fri Apr 5 04:52:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 04:52:41 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_015241_059850.ci-noreply@qt-project.org> Autotest `tst_qfont' failed :( Testing tst_QFont FAIL! : tst_QFont::exactMatch() 'QFont("sans-serif").exactMatch()' returned FALSE. () Loc: [tst_qfont.cpp(162)] Totals: 16 passed, 1 failed, 3 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFont ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFont::initTestCase() PASS : tst_QFont::getSetCheck() FAIL! : tst_QFont::exactMatch() 'QFont("sans-serif").exactMatch()' returned FALSE. () Loc: [tst_qfont.cpp(162)] PASS : tst_QFont::compare() PASS : tst_QFont::resolve() PASS : tst_QFont::resetFont() PASS : tst_QFont::isCopyOf() SKIP : tst_QFont::setFontRaw() Only tested on X11 Loc: [tst_qfont.cpp(525)] PASS : tst_QFont::italicOblique() PASS : tst_QFont::insertAndRemoveSubstitutions() PASS : tst_QFont::serializeSpacing() SKIP : tst_QFont::lastResortFont() QFont::lastResortFont() may abort with qFatal() on QPA, QTBUG-22325 Loc: [tst_qfont.cpp(617)] SKIP : tst_QFont::styleName() Only tested on Mac Loc: [tst_qfont.cpp(625)] PASS : tst_QFont::defaultFamily(serif) PASS : tst_QFont::defaultFamily(monospace) PASS : tst_QFont::defaultFamily(cursive) PASS : tst_QFont::defaultFamily(fantasy) PASS : tst_QFont::defaultFamily(sans-serif) PASS : tst_QFont::sharing() PASS : tst_QFont::cleanupTestCase() Totals: 16 passed, 1 failed, 3 skipped ********* Finished testing of tst_QFont ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfont: 0.427517 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00839/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365123019): http://codereview.qt-project.org/52664 [PS2] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases From ci-noreply at qt-project.org Fri Apr 5 05:20:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 05:20:12 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130405_022012_042950.ci-noreply@qt-project.org> QtBase_dev_Integration #781: SUCCESS Tested changes (refs/builds/dev_1365121090): http://codereview.qt-project.org/43161 [PS7] - Widgets: Make QFontComboBox locale sensitive From ci-noreply at qt-project.org Fri Apr 5 07:53:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 07:53:08 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130405_045308_059296.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #28: SUCCESS Tested changes (refs/builds/stable_1365134297): http://codereview.qt-project.org/52972 [PS1] - Arbitrary window doesn't appear transient on X11, but a dialog does From ci-noreply at qt-project.org Fri Apr 5 08:29:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 08:29:54 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_052954_080459.ci-noreply@qt-project.org> Autotests `tst_qsslsocket_onDemandCertificates_member' and `tst_qsslsocket_onDemandCertificates_static' failed :( Testing tst_QSslSocket_onDemandCertificates_static FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_static ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_static::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithoutProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5Proxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithSocks5ProxyAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxy) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_static::onDemandRootCertLoadingStaticMethods(WithHttpProxyBasicAuth) 'socket2->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_static.cpp(206) : failure location PASS : tst_QSslSocket_onDemandCertificates_static::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_static ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_static: 10 seconds, exit code 5 Testing tst_QSslSocket_onDemandCertificates_member FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location Totals: 2 passed, 5 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket_onDemandCertificates_member ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket_onDemandCertificates_member::initTestCase() FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithoutProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxy) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location FAIL! : tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. (Connection refused) tst_qsslsocket_onDemandCertificates_member.cpp(209) : failure location PASS : tst_QSslSocket_onDemandCertificates_member::cleanupTestCase() Totals: 2 passed, 5 failed, 0 skipped ********* Finished testing of tst_QSslSocket_onDemandCertificates_member ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket_onDemandCertificates_member: 10 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00840/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365134381): http://codereview.qt-project.org/52752 [PS4] - Widgets: Propagate 'accepted'-state of touch begin events. http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. From ci-noreply at qt-project.org Fri Apr 5 10:04:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 10:04:42 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130405_070442_053258.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qcamerabackend', and `tst_qthreadpool' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [34656] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [34655] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-05 08:52:19.902 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000300000001 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x300000001: QtQA::App::TestRunner: CG shared images 00000001c2e38000-00000001c2e40000 [ 32K] rw-/rw- SM=SHM QtQA::App::TestRunner: --> QtQA::App::TestRunner: STACK GUARD 00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[34656]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e07d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897d1a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff89832cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673c64 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101d951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101d9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101d8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c67e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8b2d9786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8b2d8316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897e1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897e1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c467a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff927c3d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8e00c50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8e014c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8e014486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff87a66fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff87a5d15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff76c1ffb8 r9: 0x0000000100e061c0 r10: 0x00007fff927c5d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff76c22960 r15: 0x0000000100e46500 QtQA::App::TestRunner: rip: 0x00007fff927c5ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df1000 - 0x100df5fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <03CE429F-72BC-356F-8738-FE54947CDBA0> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101d83000 - 0x101d9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101db0000 - 0x101dc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101f00000 - 0x101f86ff7 +libqcocoa.dylib (??? - ???) <3214C142-8EAF-38F6-A140-4458687886CB> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1038a5000 - 0x103d3eff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <37067BDA-C0A6-3C72-BE45-4E7E596E506B> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x103f36000 - 0x103f4dff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x103f64000 - 0x103fabfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x104dc9000 - 0x104de8ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff6b2e6000 - 0x7fff6b31abaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86751000 - 0x7fff86846fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff86b3c000 - 0x7fff86b88ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff86ba3000 - 0x7fff86ca8fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff86e3e000 - 0x7fff86e40fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff86e41000 - 0x7fff86e41fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff86e43000 - 0x7fff86e84fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff86e85000 - 0x7fff86eb5ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff86eb6000 - 0x7fff86ebbfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff86f50000 - 0x7fff86f5aff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff86ff7000 - 0x7fff873a1fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff873ff000 - 0x7fff87495ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff87496000 - 0x7fff878c3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff878c4000 - 0x7fff878cffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff878d0000 - 0x7fff878d6fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff878e4000 - 0x7fff878e7fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff87927000 - 0x7fff8797bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff87a02000 - 0x7fff87a5aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87a5b000 - 0x7fff87aacff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff87aaf000 - 0x7fff87ae2ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff87ae3000 - 0x7fff87b59fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87b5a000 - 0x7fff87bc2ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff87bc3000 - 0x7fff87c15ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff87c18000 - 0x7fff87c41fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff87e19000 - 0x7fff87e33fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff87e34000 - 0x7fff87e3afff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff87edf000 - 0x7fff87f32fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff87f33000 - 0x7fff87f3afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff87f3b000 - 0x7fff87f3ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff88008000 - 0x7fff88009fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff880e9000 - 0x7fff8816eff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8816f000 - 0x7fff88174ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8883a000 - 0x7fff8884cff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff88944000 - 0x7fff88945fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff88946000 - 0x7fff8895aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff88a8e000 - 0x7fff88a8efff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff88a8f000 - 0x7fff88b9cfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff88b9d000 - 0x7fff88c9ffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff88ca0000 - 0x7fff88dd6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff88dd7000 - 0x7fff88ebbff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff89250000 - 0x7fff89369fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8936a000 - 0x7fff89379ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff893ce000 - 0x7fff893d7ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff893d8000 - 0x7fff893d9ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff89449000 - 0x7fff89550fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff89551000 - 0x7fff89555ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff89790000 - 0x7fff8986dfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff89872000 - 0x7fff898ddff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89978ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff89979000 - 0x7fff8997bff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff89c2b000 - 0x7fff89c6fff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff89fb7000 - 0x7fff89fbefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff89fbf000 - 0x7fff8a02ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8a030000 - 0x7fff8a35cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8a35d000 - 0x7fff8a3bdfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8a3bf000 - 0x7fff8a3ccff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8a42b000 - 0x7fff8a44ffff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8a4ae000 - 0x7fff8a553fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8a5ac000 - 0x7fff8a5baff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a61d000 - 0x7fff8a693ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8a756000 - 0x7fff8a791fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8a792000 - 0x7fff8a792fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8a7af000 - 0x7fff8a7b4fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8a7b5000 - 0x7fff8a9b7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8a9b8000 - 0x7fff8aa97fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8aa98000 - 0x7fff8aa98fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8aa99000 - 0x7fff8aaa6fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8aaa7000 - 0x7fff8ab1afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8af41000 - 0x7fff8b236ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8b237000 - 0x7fff8b237fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8b244000 - 0x7fff8b247fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8b248000 - 0x7fff8b288ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8b289000 - 0x7fff8b28afff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8b28b000 - 0x7fff8b2b1fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8b2b2000 - 0x7fff8b2d3fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8b2d4000 - 0x7fff8b2d5fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8b2d6000 - 0x7fff8b2e4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8b2e5000 - 0x7fff8b2ebfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8b2ec000 - 0x7fff8b453fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8b454000 - 0x7fff8b4b6ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8b4b7000 - 0x7fff8b4beff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8b4bf000 - 0x7fff8b4c0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8b4c1000 - 0x7fff8b508ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8c60f000 - 0x7fff8c692fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8cfce000 - 0x7fff8cfedfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8cfee000 - 0x7fff8cff6fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8cff7000 - 0x7fff8cffcfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8cffd000 - 0x7fff8d430ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8d446000 - 0x7fff8d44cff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8d44d000 - 0x7fff8d450fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8d497000 - 0x7fff8d4aefff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8d4af000 - 0x7fff8d533ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8d58b000 - 0x7fff8d58bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8db37000 - 0x7fff8dc34ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8dc35000 - 0x7fff8dc60ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8df9b000 - 0x7fff8dfa0fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8dfb3000 - 0x7fff8dfbafff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8dfbb000 - 0x7fff8dfbcff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8dfdc000 - 0x7fff8e1b0ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8e1fd000 - 0x7fff8e229ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8e22a000 - 0x7fff8e22dff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e234000 - 0x7fff8e6fbfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8eba6000 - 0x7fff8eba6fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8eba7000 - 0x7fff8ebabfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8ebac000 - 0x7fff8ebc9fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8ebd9000 - 0x7fff8ec27fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8ec28000 - 0x7fff8f5c6a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f5c7000 - 0x7fff8f5d2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8f5e7000 - 0x7fff8f5fcfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8f672000 - 0x7fff8f6c6ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8f6c9000 - 0x7fff8f8f3fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8f8f4000 - 0x7fff8f906ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8f907000 - 0x7fff8f96fff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8fa0b000 - 0x7fff90611fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff90612000 - 0x7fff90629fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff9062a000 - 0x7fff90dd2fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff90dd8000 - 0x7fff913bcfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff9149b000 - 0x7fff917b7fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff917e4000 - 0x7fff917f2fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff917f3000 - 0x7fff91809fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff9180a000 - 0x7fff91832fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff9183f000 - 0x7fff91841fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff919ea000 - 0x7fff91a65ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91a66000 - 0x7fff91bf1ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff91c6e000 - 0x7fff91c73fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91c74000 - 0x7fff91c74fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff91c75000 - 0x7fff91c9efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff91c9f000 - 0x7fff91cdffe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff91d0a000 - 0x7fff92023fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff92024000 - 0x7fff92048fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff926cb000 - 0x7fff926deff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff92791000 - 0x7fff927aeff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff927af000 - 0x7fff927cffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff927d0000 - 0x7fff9282cff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff9282d000 - 0x7fff92aa1fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff92ac2000 - 0x7fff92acdff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff92ad1000 - 0x7fff92ad1fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff92ae5000 - 0x7fff92b98ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff92bc2000 - 0x7fff92c89ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff92c98000 - 0x7fff92cf3ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff92cf4000 - 0x7fff92d0aff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff92d16000 - 0x7fff92d43fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92d44000 - 0x7fff92d86ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff92d87000 - 0x7fff92e29fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff92e2a000 - 0x7fff92f0ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff92f0f000 - 0x7fff930afff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff930b0000 - 0x7fff930b4fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff930b5000 - 0x7fff930d1ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff930d2000 - 0x7fff9310cfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff9310d000 - 0x7fff93219fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff9321a000 - 0x7fff9321cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff9321d000 - 0x7fff9322cfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff9322d000 - 0x7fff9338afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff933c6000 - 0x7fff93405fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff93603000 - 0x7fff93603fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff93604000 - 0x7fff936a5fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22842 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=328K(0%) QtQA::App::TestRunner: Writable regions: Total=86.4M written=1896K(2%) resident=20.6M(24%) swapped_out=0K(0%) unallocated=65.9M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [34657] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [34655] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-05 08:52:23.891 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[34657]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e07d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897d1a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dde09 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de3b5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff89832cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673c64 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b39dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c67e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8b2d9786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8b2d8316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897e1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897e1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c467a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff927c3d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8e00c50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8e014c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8e014486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff87a66fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff87a5d15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff76c1ffb8 r9: 0x0000000000000000 r10: 0x00007fff927c5d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x0000000000000000 r14: 0x00007fff76c22960 r15: 0x0000000101a197e0 QtQA::App::TestRunner: rip: 0x00007fff927c5ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048aff7 +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70fff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df1000 - 0x100df5fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <03CE429F-72BC-356F-8738-FE54947CDBA0> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e00000 - 0x101e86ff7 +libqcocoa.dylib (??? - ???) <3214C142-8EAF-38F6-A140-4458687886CB> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1040a5000 - 0x10453eff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <37067BDA-C0A6-3C72-BE45-4E7E596E506B> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104736000 - 0x10474dff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104764000 - 0x1047abfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1053c9000 - 0x1053e8ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff5ff5d000 - 0x7fff5ff91baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86751000 - 0x7fff86846fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff86b3c000 - 0x7fff86b88ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff86ba3000 - 0x7fff86ca8fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff86e3e000 - 0x7fff86e40fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff86e41000 - 0x7fff86e41fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff86e43000 - 0x7fff86e84fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff86e85000 - 0x7fff86eb5ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff86eb6000 - 0x7fff86ebbfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff86f50000 - 0x7fff86f5aff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff86ff7000 - 0x7fff873a1fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff873ff000 - 0x7fff87495ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff87496000 - 0x7fff878c3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff878c4000 - 0x7fff878cffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff878d0000 - 0x7fff878d6fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff878e4000 - 0x7fff878e7fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff87927000 - 0x7fff8797bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff87a02000 - 0x7fff87a5aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87a5b000 - 0x7fff87aacff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff87aaf000 - 0x7fff87ae2ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff87ae3000 - 0x7fff87b59fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87b5a000 - 0x7fff87bc2ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff87bc3000 - 0x7fff87c15ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff87c18000 - 0x7fff87c41fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff87e19000 - 0x7fff87e33fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff87e34000 - 0x7fff87e3afff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff87edf000 - 0x7fff87f32fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff87f33000 - 0x7fff87f3afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff87f3b000 - 0x7fff87f3ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff88008000 - 0x7fff88009fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff880e9000 - 0x7fff8816eff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8816f000 - 0x7fff88174ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8883a000 - 0x7fff8884cff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff88944000 - 0x7fff88945fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff88946000 - 0x7fff8895aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff88a8e000 - 0x7fff88a8efff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff88a8f000 - 0x7fff88b9cfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff88b9d000 - 0x7fff88c9ffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff88ca0000 - 0x7fff88dd6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff88dd7000 - 0x7fff88ebbff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff89250000 - 0x7fff89369fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8936a000 - 0x7fff89379ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff893ce000 - 0x7fff893d7ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff893d8000 - 0x7fff893d9ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff89449000 - 0x7fff89550fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff89551000 - 0x7fff89555ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff89790000 - 0x7fff8986dfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff89872000 - 0x7fff898ddff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89978ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff89979000 - 0x7fff8997bff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff89c2b000 - 0x7fff89c6fff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff89fb7000 - 0x7fff89fbefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff89fbf000 - 0x7fff8a02ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8a030000 - 0x7fff8a35cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8a35d000 - 0x7fff8a3bdfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8a3bf000 - 0x7fff8a3ccff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8a42b000 - 0x7fff8a44ffff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8a4ae000 - 0x7fff8a553fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8a5ac000 - 0x7fff8a5baff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a61d000 - 0x7fff8a693ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8a756000 - 0x7fff8a791fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8a792000 - 0x7fff8a792fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8a7af000 - 0x7fff8a7b4fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8a7b5000 - 0x7fff8a9b7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8a9b8000 - 0x7fff8aa97fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8aa98000 - 0x7fff8aa98fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8aa99000 - 0x7fff8aaa6fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8aaa7000 - 0x7fff8ab1afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8af41000 - 0x7fff8b236ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8b237000 - 0x7fff8b237fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8b244000 - 0x7fff8b247fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8b248000 - 0x7fff8b288ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8b289000 - 0x7fff8b28afff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8b28b000 - 0x7fff8b2b1fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8b2b2000 - 0x7fff8b2d3fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8b2d4000 - 0x7fff8b2d5fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8b2d6000 - 0x7fff8b2e4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8b2e5000 - 0x7fff8b2ebfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8b2ec000 - 0x7fff8b453fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8b454000 - 0x7fff8b4b6ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8b4b7000 - 0x7fff8b4beff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8b4bf000 - 0x7fff8b4c0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8b4c1000 - 0x7fff8b508ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8c60f000 - 0x7fff8c692fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8cfce000 - 0x7fff8cfedfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8cfee000 - 0x7fff8cff6fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8cff7000 - 0x7fff8cffcfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8cffd000 - 0x7fff8d430ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8d446000 - 0x7fff8d44cff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8d44d000 - 0x7fff8d450fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8d497000 - 0x7fff8d4aefff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8d4af000 - 0x7fff8d533ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS (... 157 lines omitted; there are too many errors!) QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bf2 __psynch_mutexwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897dd1a1 pthread_mutex_lock + 545 QtQA::App::TestRunner: 2 QtCore 0x000000010006c66e TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 126 QtQA::App::TestRunner: 3 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 4 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e2274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x000000010006c977 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 3 QtCore 0x000000010006c7e1 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 4 QtCore 0x000000010006c69c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 6 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c46b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100064b3a TestNamespace::QBasicMutex::lockInternal(int) + 410 QtQA::App::TestRunner: 2 QtCore 0x0000000100064987 TestNamespace::QMutex::lock() + 119 QtQA::App::TestRunner: 3 QtCore 0x0000000100067ce3 TestNamespace::QThreadPoolThread::run() + 131 QtQA::App::TestRunner: 4 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bf2 __psynch_mutexwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897dd1a1 pthread_mutex_lock + 545 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897e22fb _pthread_cond_wait + 975 QtQA::App::TestRunner: 3 QtCore 0x000000010006c977 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 4 QtCore 0x000000010006c7e1 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 5 QtCore 0x000000010006c69c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 6 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 7 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000004 rbx: 0x00007fff76ef61a0 rcx: 0x00000001006e2528 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000003 rsi: 0x0000000000000000 rbp: 0x00000001006e26a0 rsp: 0x00000001006e2528 QtQA::App::TestRunner: r8: 0x0000000000000001 r9: 0x0000000000000000 r10: 0x00000001006e2538 r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff76ef5540 r13: 0x0000000000000000 r14: 0x00007fff76ef6230 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00007fff927c67e6 rfl: 0x0000000000000247 cr2: 0x00000001016000a0 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100009ff7 +com.yourcompany.tst_qthreadpool (??? - ???) <5998F599-496F-32B1-9A06-3F79675FD2F9> /work/*/tst_qthreadpool.app/Contents/MacOS/tst_qthreadpool QtQA::App::TestRunner: 0x100011000 - 0x100032ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100044000 - 0x1004eefff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x7fff67cf3000 - 0x7fff67d27baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86751000 - 0x7fff86846fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff86b3c000 - 0x7fff86b88ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff86ba3000 - 0x7fff86ca8fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff86e43000 - 0x7fff86e84fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff86e85000 - 0x7fff86eb5ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff86eb6000 - 0x7fff86ebbfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff86f50000 - 0x7fff86f5aff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff873ff000 - 0x7fff87495ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff87496000 - 0x7fff878c3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff878c4000 - 0x7fff878cffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff878d0000 - 0x7fff878d6fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff87927000 - 0x7fff8797bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff87a02000 - 0x7fff87a5aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87aaf000 - 0x7fff87ae2ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff87e34000 - 0x7fff87e3afff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff87f33000 - 0x7fff87f3afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff87f3b000 - 0x7fff87f3ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff88008000 - 0x7fff88009fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff880e9000 - 0x7fff8816eff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8816f000 - 0x7fff88174ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8883a000 - 0x7fff8884cff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff88944000 - 0x7fff88945fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff88946000 - 0x7fff8895aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff88a8e000 - 0x7fff88a8efff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff88a8f000 - 0x7fff88b9cfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff88b9d000 - 0x7fff88c9ffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff88ca0000 - 0x7fff88dd6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff88dd7000 - 0x7fff88ebbff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8936a000 - 0x7fff89379ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff893ce000 - 0x7fff893d7ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff893d8000 - 0x7fff893d9ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff89449000 - 0x7fff89550fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff89790000 - 0x7fff8986dfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff89872000 - 0x7fff898ddff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89978ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff89fb7000 - 0x7fff89fbefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff89fbf000 - 0x7fff8a02ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8a35d000 - 0x7fff8a3bdfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8a3bf000 - 0x7fff8a3ccff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8a5ac000 - 0x7fff8a5baff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a61d000 - 0x7fff8a693ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8a756000 - 0x7fff8a791fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8a792000 - 0x7fff8a792fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8a7af000 - 0x7fff8a7b4fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8a7b5000 - 0x7fff8a9b7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8a9b8000 - 0x7fff8aa97fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8aa98000 - 0x7fff8aa98fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8aaa7000 - 0x7fff8ab1afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8af41000 - 0x7fff8b236ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8b244000 - 0x7fff8b247fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8b248000 - 0x7fff8b288ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8b289000 - 0x7fff8b28afff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8b2b2000 - 0x7fff8b2d3fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8b2d4000 - 0x7fff8b2d5fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8b2d6000 - 0x7fff8b2e4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8b2e5000 - 0x7fff8b2ebfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8b2ec000 - 0x7fff8b453fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8b4bf000 - 0x7fff8b4c0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8c60f000 - 0x7fff8c692fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8cfce000 - 0x7fff8cfedfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8cfee000 - 0x7fff8cff6fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8cff7000 - 0x7fff8cffcfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8d446000 - 0x7fff8d44cff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8d4af000 - 0x7fff8d533ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8d58b000 - 0x7fff8d58bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8dc35000 - 0x7fff8dc60ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8df9b000 - 0x7fff8dfa0fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8dfbb000 - 0x7fff8dfbcff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8dfdc000 - 0x7fff8e1b0ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8eba6000 - 0x7fff8eba6fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8eba7000 - 0x7fff8ebabfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8ebac000 - 0x7fff8ebc9fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8ebd9000 - 0x7fff8ec27fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8ec28000 - 0x7fff8f5c6a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f5e7000 - 0x7fff8f5fcfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8f8f4000 - 0x7fff8f906ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff90612000 - 0x7fff90629fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff90dd8000 - 0x7fff913bcfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff9149b000 - 0x7fff917b7fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff917e4000 - 0x7fff917f2fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff9183f000 - 0x7fff91841fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff919ea000 - 0x7fff91a65ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91c6e000 - 0x7fff91c73fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91c74000 - 0x7fff91c74fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff91c75000 - 0x7fff91c9efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff91d0a000 - 0x7fff92023fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff92024000 - 0x7fff92048fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff926cb000 - 0x7fff926deff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff927af000 - 0x7fff927cffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff927d0000 - 0x7fff9282cff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff92ac2000 - 0x7fff92acdff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff92ae5000 - 0x7fff92b98ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff92bc2000 - 0x7fff92c89ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff92d16000 - 0x7fff92d43fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92d44000 - 0x7fff92d86ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff92e2a000 - 0x7fff92f0ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff930b5000 - 0x7fff930d1ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff9310d000 - 0x7fff93219fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff9321a000 - 0x7fff9321cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff933c6000 - 0x7fff93405fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff93604000 - 0x7fff936a5fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 21494 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=113.7M resident=72.7M(64%) swapped_out_or_unallocated=41.0M(36%) QtQA::App::TestRunner: Writable regions: Total=50.7M written=612K(1%) resident=908K(2%) swapped_out=0K(0%) unallocated=49.8M(98%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: MALLOC 39.3M QtQA::App::TestRunner: MALLOC guard page 32K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 11.0M QtQA::App::TestRunner: VM_ALLOCATE 36K QtQA::App::TestRunner: __DATA 4168K QtQA::App::TestRunner: __LINKEDIT 50.1M QtQA::App::TestRunner: __TEXT 63.6M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: shared memory 12K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 224.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QThreadPool ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QThreadPool::initTestCase() PASS : tst_QThreadPool::runFunction() PASS : tst_QThreadPool::createThreadRunFunction() PASS : tst_QThreadPool::runMultiple() PASS : tst_QThreadPool::waitcomplete() PASS : tst_QThreadPool::runTask() PASS : tst_QThreadPool::singleton() PASS : tst_QThreadPool::destruction() PASS : tst_QThreadPool::threadRecycling() PASS : tst_QThreadPool::expiryTimeout() PASS : tst_QThreadPool::exceptions() PASS : tst_QThreadPool::setMaxThreadCount(1) PASS : tst_QThreadPool::setMaxThreadCount(-1) PASS : tst_QThreadPool::setMaxThreadCount(2) PASS : tst_QThreadPool::setMaxThreadCount(-2) PASS : tst_QThreadPool::setMaxThreadCount(4) PASS : tst_QThreadPool::setMaxThreadCount(-4) PASS : tst_QThreadPool::setMaxThreadCount(0) PASS : tst_QThreadPool::setMaxThreadCount(12345) PASS : tst_QThreadPool::setMaxThreadCount(-6789) PASS : tst_QThreadPool::setMaxThreadCount(42) PASS : tst_QThreadPool::setMaxThreadCount(-666) PASS : tst_QThreadPool::setMaxThreadCountStartsAndStopsThreads() PASS : tst_QThreadPool::reserveThread(1) PASS : tst_QThreadPool::reserveThread(-1) PASS : tst_QThreadPool::reserveThread(2) PASS : tst_QThreadPool::reserveThread(-2) PASS : tst_QThreadPool::reserveThread(4) PASS : tst_QThreadPool::reserveThread(-4) PASS : tst_QThreadPool::reserveThread(0) PASS : tst_QThreadPool::reserveThread(12345) PASS : tst_QThreadPool::reserveThread(-6789) PASS : tst_QThreadPool::reserveThread(42) PASS : tst_QThreadPool::reserveThread(-666) PASS : tst_QThreadPool::releaseThread(1) PASS : tst_QThreadPool::releaseThread(-1) PASS : tst_QThreadPool::releaseThread(2) PASS : tst_QThreadPool::releaseThread(-2) PASS : tst_QThreadPool::releaseThread(4) PASS : tst_QThreadPool::releaseThread(-4) PASS : tst_QThreadPool::releaseThread(0) PASS : tst_QThreadPool::releaseThread(12345) PASS : tst_QThreadPool::releaseThread(-6789) PASS : tst_QThreadPool::releaseThread(42) PASS : tst_QThreadPool::releaseThread(-666) PASS : tst_QThreadPool::start() PASS : tst_QThreadPool::tryStart() PASS : tst_QThreadPool::tryStartPeakThreadCount() PASS : tst_QThreadPool::tryStartCount() PASS : tst_QThreadPool::waitForDone() PASS : tst_QThreadPool::waitForDoneTimeout() QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qthreadpool [18633] QtQA::App::TestRunner: Path: /work/*/tst_qthreadpool.app/Contents/MacOS/tst_qthreadpool QtQA::App::TestRunner: Identifier: tst_qthreadpool QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [18390] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-05 08:18:41.979 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 4 Thread (pooled) QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[18633]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bb6 __psynch_cvsignal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e265a pthread_cond_signal_thread_np + 692 QtQA::App::TestRunner: 2 QtCore 0x000000010006c549 TestNamespace::QWaitCondition::wakeOne() + 73 QtQA::App::TestRunner: 3 QtCore 0x0000000100068479 TestNamespace::QThreadPoolPrivate::enqueueTask(TestNamespace::QRunnable*, int) + 185 QtQA::App::TestRunner: 4 QtCore 0x00000001000681cd TestNamespace::QThreadPoolPrivate::tryStart(TestNamespace::QRunnable*) + 93 QtQA::App::TestRunner: 5 QtCore 0x0000000100068e5a TestNamespace::QThreadPool::start(TestNamespace::QRunnable*, int) + 58 QtQA::App::TestRunner: 6 com.yourcompany.tst_qthreadpool 0x0000000100006536 tst_QThreadPool::destroyingWaitsForTasksToFinish() + 406 QtQA::App::TestRunner: 7 com.yourcompany.tst_qthreadpool 0x0000000100006943 tst_QThreadPool::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 259 QtQA::App::TestRunner: 8 QtCore 0x00000001002319dc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 9 QtCore 0x000000010023162c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 10 QtTest 0x000000010001a629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 11 QtTest 0x0000000100017462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 12 com.yourcompany.tst_qthreadpool 0x000000010000677f main + 111 QtQA::App::TestRunner: 13 com.yourcompany.tst_qthreadpool 0x0000000100003374 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c67e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8b2d9786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8b2d8316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e2274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x000000010006c977 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 3 QtCore 0x000000010006c7e1 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 4 QtCore 0x000000010006c69c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 6 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e2274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x000000010006c977 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 3 QtCore 0x000000010006c7e1 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 4 QtCore 0x000000010006c69c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 6 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 Crashed:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bf2 __psynch_mutexwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897dd1a1 pthread_mutex_lock + 545 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff897e22fb _pthread_cond_wait + 975 QtQA::App::TestRunner: 3 QtCore 0x000000010006c977 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 4 QtCore 0x000000010006c7e1 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 5 QtCore 0x000000010006c69c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 6 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 7 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c46b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100064b3a TestNamespace::QBasicMutex::lockInternal(int) + 410 QtQA::App::TestRunner: 2 QtCore 0x0000000100064987 TestNamespace::QMutex::lock() + 119 QtQA::App::TestRunner: 3 QtCore 0x0000000100067ce3 TestNamespace::QThreadPoolThread::run() + 131 QtQA::App::TestRunner: 4 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff927c5bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff897e2274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x000000010006c977 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 3 QtCore 0x000000010006c7e1 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 4 QtCore 0x000000010006c69c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x0000000100067eb4 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 6 QtCore 0x000000010006b247 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff897de8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff897e1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000010 rbx: 0x0000000102900100 rcx: 0x0000000101680c88 rdx: 0x0000000000001500 QtQA::App::TestRunner: rdi: 0x0000000102900100 rsi: 0x0000000000001703 rbp: 0x0000000101680cd0 rsp: 0x0000000101680c88 QtQA::App::TestRunner: r8: 0x0000000000002060 r9: 0x0000000000000060 r10: 0x000000000007521f r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000000001500 r13: 0x0000000000001703 r14: 0x0000000000000000 r15: 0x0000000000001703 QtQA::App::TestRunner: rip: 0x00007fff927c5bf2 rfl: 0x0000000000000247 cr2: 0x0000000101182880 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100009ff7 +com.yourcompany.tst_qthreadpool (??? - ???) <5998F599-496F-32B1-9A06-3F79675FD2F9> /work/*/tst_qthreadpool.app/Contents/MacOS/tst_qthreadpool QtQA::App::TestRunner: 0x100011000 - 0x100032ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100044000 - 0x1004eefff +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x7fff60811000 - 0x7fff60845baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86751000 - 0x7fff86846fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff86b3c000 - 0x7fff86b88ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff86ba3000 - 0x7fff86ca8fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff86e43000 - 0x7fff86e84fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff86e85000 - 0x7fff86eb5ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff86eb6000 - 0x7fff86ebbfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff86f50000 - 0x7fff86f5aff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff873ff000 - 0x7fff87495ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff87496000 - 0x7fff878c3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff878c4000 - 0x7fff878cffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff878d0000 - 0x7fff878d6fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff87927000 - 0x7fff8797bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff87a02000 - 0x7fff87a5aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87aaf000 - 0x7fff87ae2ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff87e34000 - 0x7fff87e3afff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff87f33000 - 0x7fff87f3afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff87f3b000 - 0x7fff87f3ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff88008000 - 0x7fff88009fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff880e9000 - 0x7fff8816eff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8816f000 - 0x7fff88174ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8883a000 - 0x7fff8884cff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff88944000 - 0x7fff88945fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff88946000 - 0x7fff8895aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff88a8e000 - 0x7fff88a8efff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff88a8f000 - 0x7fff88b9cfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff88b9d000 - 0x7fff88c9ffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff88ca0000 - 0x7fff88dd6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff88dd7000 - 0x7fff88ebbff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8936a000 - 0x7fff89379ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff893ce000 - 0x7fff893d7ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff893d8000 - 0x7fff893d9ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff89449000 - 0x7fff89550fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff89790000 - 0x7fff8986dfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff89872000 - 0x7fff898ddff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89978ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff89fb7000 - 0x7fff89fbefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff89fbf000 - 0x7fff8a02ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8a35d000 - 0x7fff8a3bdfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8a3bf000 - 0x7fff8a3ccff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8a5ac000 - 0x7fff8a5baff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a61d000 - 0x7fff8a693ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8a756000 - 0x7fff8a791fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8a792000 - 0x7fff8a792fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8a7af000 - 0x7fff8a7b4fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8a7b5000 - 0x7fff8a9b7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8a9b8000 - 0x7fff8aa97fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8aa98000 - 0x7fff8aa98fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8aaa7000 - 0x7fff8ab1afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8af41000 - 0x7fff8b236ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8b244000 - 0x7fff8b247fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8b248000 - 0x7fff8b288ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8b289000 - 0x7fff8b28afff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8b2b2000 - 0x7fff8b2d3fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8b2d4000 - 0x7fff8b2d5fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8b2d6000 - 0x7fff8b2e4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8b2e5000 - 0x7fff8b2ebfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8b2ec000 - 0x7fff8b453fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8b4bf000 - 0x7fff8b4c0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8c60f000 - 0x7fff8c692fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8cfce000 - 0x7fff8cfedfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8cfee000 - 0x7fff8cff6fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8cff7000 - 0x7fff8cffcfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8d446000 - 0x7fff8d44cff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8d4af000 - 0x7fff8d533ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8d58b000 - 0x7fff8d58bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8dc35000 - 0x7fff8dc60ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8df9b000 - 0x7fff8dfa0fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8dfbb000 - 0x7fff8dfbcff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8dfdc000 - 0x7fff8e1b0ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8eba6000 - 0x7fff8eba6fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8eba7000 - 0x7fff8ebabfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8ebac000 - 0x7fff8ebc9fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8ebd9000 - 0x7fff8ec27fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8ec28000 - 0x7fff8f5c6a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f5e7000 - 0x7fff8f5fcfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8f8f4000 - 0x7fff8f906ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff90612000 - 0x7fff90629fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff90dd8000 - 0x7fff913bcfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff9149b000 - 0x7fff917b7fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff917e4000 - 0x7fff917f2fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff9183f000 - 0x7fff91841fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff919ea000 - 0x7fff91a65ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91c6e000 - 0x7fff91c73fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91c74000 - 0x7fff91c74fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff91c75000 - 0x7fff91c9efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff91d0a000 - 0x7fff92023fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff92024000 - 0x7fff92048fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff926cb000 - 0x7fff926deff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff927af000 - 0x7fff927cffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff927d0000 - 0x7fff9282cff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff92ac2000 - 0x7fff92acdff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff92ae5000 - 0x7fff92b98ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff92bc2000 - 0x7fff92c89ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff92d16000 - 0x7fff92d43fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92d44000 - 0x7fff92d86ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff92e2a000 - 0x7fff92f0ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff930b5000 - 0x7fff930d1ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff9310d000 - 0x7fff93219fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff9321a000 - 0x7fff9321cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff933c6000 - 0x7fff93405fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff93604000 - 0x7fff936a5fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 21494 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=113.7M resident=72.7M(64%) swapped_out_or_unallocated=41.0M(36%) QtQA::App::TestRunner: Writable regions: Total=50.7M written=524K(1%) resident=844K(2%) swapped_out=0K(0%) unallocated=49.9M(98%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: MALLOC 39.3M QtQA::App::TestRunner: MALLOC guard page 32K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 11.0M QtQA::App::TestRunner: VM_ALLOCATE 36K QtQA::App::TestRunner: __DATA 4168K QtQA::App::TestRunner: __LINKEDIT 50.1M QtQA::App::TestRunner: __TEXT 63.6M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: shared memory 12K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 224.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qthreadpool: 63 seconds, signal 6 Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.07421 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00166/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365130738): http://codereview.qt-project.org/52526 [PS18] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 5 10:14:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 10:14:42 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_071442_041741.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #370: SUCCESS Tested changes (refs/builds/stable_1365141245): http://codereview.qt-project.org/52429 [PS3] - TestLib: add mouse release at the end of a mouseDrag From ci-noreply at qt-project.org Fri Apr 5 10:16:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 10:16:22 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_071622_077448.ci-noreply@qt-project.org> Autotest `tst_qapplication' failed :( Testing tst_QApplication FAIL! : tst_QApplication::touchEventPropagation() Compared values are not the same Actual (window.seenMouseEvent): 1 Expected (mouseEventSynthesizing): 0 Loc: [../tst_qapplication.cpp(1968)] Totals: 52 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QApplication::initTestCase() PASS : tst_QApplication::sendEventsOnProcessEvents() PASS : tst_QApplication::staticSetup() QWARN : tst_QApplication::alert() Problem creating accessible interface for: QWidget(0x7fff5fbfdf40) Make sure to deploy Qt with accessibility plugins. PASS : tst_QApplication::alert() PASS : tst_QApplication::multiple(data0) PASS : tst_QApplication::multiple(data1) PASS : tst_QApplication::multiple(data2) PASS : tst_QApplication::multiple(data3) PASS : tst_QApplication::nonGui() PASS : tst_QApplication::setFont(data0a) PASS : tst_QApplication::setFont(data0b) PASS : tst_QApplication::setFont(data1a) PASS : tst_QApplication::setFont(data1b) PASS : tst_QApplication::setFont(data2a) PASS : tst_QApplication::setFont(data2b) PASS : tst_QApplication::setFont(nonexistingfont after) PASS : tst_QApplication::setFont(nonexistingfont before) PASS : tst_QApplication::setFont(largescaleable after) PASS : tst_QApplication::setFont(largescaleable before) PASS : tst_QApplication::setFont(largeunscaleale after) PASS : tst_QApplication::setFont(largeunscaleale before) PASS : tst_QApplication::args(App name) PASS : tst_QApplication::args(No arguments) PASS : tst_QApplication::args(App name, style) PASS : tst_QApplication::args(App name, style, arbitrary, reverse) PASS : tst_QApplication::appName() PASS : tst_QApplication::lastWindowClosed() QWARN : tst_QApplication::quitOnLastWindowClosed() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. QWARN : tst_QApplication::quitOnLastWindowClosed() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. PASS : tst_QApplication::quitOnLastWindowClosed() QWARN : tst_QApplication::closeAllWindows() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. QWARN : tst_QApplication::closeAllWindows() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. QWARN : tst_QApplication::closeAllWindows() QCocoaNativeInterface::nativeResourceForWindow: Native window has not been created. PASS : tst_QApplication::closeAllWindows() SKIP : tst_QApplication::testDeleteLater() This test fails and then hangs on Mac OS X, see QTBUG-24318 Loc: [../tst_qapplication.cpp(1277)] PASS : tst_QApplication::testDeleteLaterProcessEvents() QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() ("/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication/test", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() appDirPath "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication" QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath && appDirPath + /..: ("/work/build/qt/qtbase/tests/auto/widgets/kernel", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath + /tmp/..: ("/work/build/qt/qtbase/tests/auto/widgets/kernel", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") PASS : tst_QApplication::libraryPaths() PASS : tst_QApplication::libraryPaths_qt_plugin_path() PASS : tst_QApplication::libraryPaths_qt_plugin_path_2() PASS : tst_QApplication::sendPostedEvents() PASS : tst_QApplication::thread() PASS : tst_QApplication::desktopSettingsAware() PASS : tst_QApplication::setActiveWindow() PASS : tst_QApplication::focusChanged() PASS : tst_QApplication::focusOut() PASS : tst_QApplication::execAfterExit() PASS : tst_QApplication::wheelScrollLines() PASS : tst_QApplication::task109149() PASS : tst_QApplication::style() PASS : tst_QApplication::allWidgets() PASS : tst_QApplication::topLevelWidgets() PASS : tst_QApplication::setAttribute() PASS : tst_QApplication::windowsCommandLine() FAIL! : tst_QApplication::touchEventPropagation() Compared values are not the same Actual (window.seenMouseEvent): 1 Expected (mouseEventSynthesizing): 0 Loc: [../tst_qapplication.cpp(1968)] PASS : tst_QApplication::qtbug_12673() PASS : tst_QApplication::noQuitOnHide() PASS : tst_QApplication::globalStaticObjectDestruction() PASS : tst_QApplication::abortQuitOnShow() PASS : tst_QApplication::cleanupTestCase() Totals: 52 passed, 1 failed, 1 skipped ********* Finished testing of tst_QApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qapplication: 103 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00841/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365140135): http://codereview.qt-project.org/52752 [PS4] - Widgets: Propagate 'accepted'-state of touch begin events. http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. http://codereview.qt-project.org/52945 [PS2] - Stabilize tst_qcompleter. http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version From ci-noreply at qt-project.org Fri Apr 5 11:10:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 11:10:49 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_081049_023059.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 8 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00371/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365147099): http://codereview.qt-project.org/52789 [PS2] - Make keyClick/Press/Release work with a char From ci-noreply at qt-project.org Fri Apr 5 11:11:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 11:11:28 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130405_081128_011415.ci-noreply@qt-project.org> Autotest `tst_qsound' failed :( Testing tst_QSound Totals: 6 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 26127] QtQA::App::TestRunner: [New LWP 26129] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_qsound -silent -o /work/build/_artifacts/test-logs/tst_qsound-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f038f6fab7f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f03858f4700 (LWP 26129)): QtQA::App::TestRunner: #0 0x00007f038fceb403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f038f9eb35f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #2 0x00007f038f9dc76c in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #3 0x00007f038f9dcdd9 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #4 0x00007f038f9dce90 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #5 0x00007f038f9eb30f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #6 0x00007f038d852d18 in ?? () from /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so QtQA::App::TestRunner: #7 0x00007f038f44ce9a in start_thread (arg=0x7f03858f4700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f038fcf6dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f0391873740 (LWP 26127)): QtQA::App::TestRunner: #0 0x00007f038f6fab7f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QExplicitlySharedDataPointer (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #2 QNetworkConfiguration::~QNetworkConfiguration (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #3 0x00007f038f6b97ca in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7f036c002a70, __in_chrg=) at access/qnetworkaccessmanager.cpp:1367 QtQA::App::TestRunner: #4 0x00007f038f6b98c9 in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7f036c002a70, __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #5 0x00007f039074f778 in cleanup (pointer=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #6 ~QScopedPointer (this=0x7f036c002a58, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #7 QObject::~QObject (this=, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #8 0x00007f038f6b99b5 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7f036c002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:473 QtQA::App::TestRunner: #9 0x00007f038f6b99f9 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7f036c002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #10 0x00007f03913f51a4 in QSampleCache::~QSampleCache (this=0x7f039167c180, __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #11 0x00007f03913f9ee9 in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #12 0x00007f038fc3e921 in __run_exit_handlers (status=0, listp=0x7f038ffbb688, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #13 0x00007f038fc3e9a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #14 0x00007f038fc24774 in __libc_start_main (main=0x4018a0 , argc=6, ubp_av=0x7fff26414b08, init=, fini=, rtld_fini=, stack_end=0x7fff26414af8) at libc-start.c:258 QtQA::App::TestRunner: #15 0x000000000040196d in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSound ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSound::initTestCase() PASS : tst_QSound::testLooping() PASS : tst_QSound::testPlay() PASS : tst_QSound::testStop() PASS : tst_QSound::testStaticPlay() PASS : tst_QSound::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of tst_QSound ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 26236] QtQA::App::TestRunner: [New LWP 26238] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_qsound -o /work/build/_artifacts/test-logs/tst_qsound-testresults-00.xml,'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f018e7c3b7f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f01849bd700 (LWP 26238)): QtQA::App::TestRunner: #0 0x00007f018edb4403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f018eab435f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #2 0x00007f018eaa576c in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #3 0x00007f018eaa5dd9 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #4 0x00007f018eaa5e90 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #5 0x00007f018eab430f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #6 0x00007f018c91bd18 in ?? () from /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so QtQA::App::TestRunner: #7 0x00007f018e515e9a in start_thread (arg=0x7f01849bd700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f018edbfdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f019093c740 (LWP 26236)): QtQA::App::TestRunner: #0 0x00007f018e7c3b7f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QExplicitlySharedDataPointer (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #2 QNetworkConfiguration::~QNetworkConfiguration (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #3 0x00007f018e7827ca in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7f016c002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:1367 QtQA::App::TestRunner: #4 0x00007f018e7828c9 in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7f016c002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #5 0x00007f018f818778 in cleanup (pointer=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #6 ~QScopedPointer (this=0x7f016c002a38, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #7 QObject::~QObject (this=, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #8 0x00007f018e7829b5 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7f016c002a30, __in_chrg=) at access/qnetworkaccessmanager.cpp:473 QtQA::App::TestRunner: #9 0x00007f018e7829f9 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7f016c002a30, __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #10 0x00007f01904be1a4 in QSampleCache::~QSampleCache (this=0x7f0190745180, __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #11 0x00007f01904c2ee9 in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #12 0x00007f018ed07921 in __run_exit_handlers (status=0, listp=0x7f018f084688, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #13 0x00007f018ed079a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #14 0x00007f018eced774 in __libc_start_main (main=0x4018a0 , argc=5, ubp_av=0x7fff1482d7a8, init=, fini=, rtld_fini=, stack_end=0x7fff1482d798) at libc-start.c:258 QtQA::App::TestRunner: #15 0x000000000040196d in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsound: 34 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtMultimedia_dev_Integration/build_00069/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1365148143): http://codereview.qt-project.org/52828 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 5 11:12:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 11:12:59 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_081259_038912.ci-noreply@qt-project.org> Autotest `tst_qgraphicssceneindex' failed :( Testing tst_QGraphicsSceneIndex FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] Totals: 11 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGraphicsSceneIndex ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGraphicsSceneIndex::initTestCase() PASS : tst_QGraphicsSceneIndex::scatteredItems(BSP) PASS : tst_QGraphicsSceneIndex::scatteredItems(Linear) PASS : tst_QGraphicsSceneIndex::overlappedItems(BSP) PASS : tst_QGraphicsSceneIndex::overlappedItems(Linear) PASS : tst_QGraphicsSceneIndex::movingItems(BSP) PASS : tst_QGraphicsSceneIndex::movingItems(Linear) PASS : tst_QGraphicsSceneIndex::connectedToSceneRectChanged() QWARN : tst_QGraphicsSceneIndex::items() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0 PASS : tst_QGraphicsSceneIndex::items() FAIL! : tst_QGraphicsSceneIndex::removeItems() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(279)] PASS : tst_QGraphicsSceneIndex::clear() PASS : tst_QGraphicsSceneIndex::cleanupTestCase() Totals: 11 passed, 1 failed, 0 skipped ********* Finished testing of tst_QGraphicsSceneIndex ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qgraphicssceneindex: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00842/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365146317): http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/51920 [PS2] - Mac: Ensure the native filedialog sets file name when saving http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks From ci-noreply at qt-project.org Fri Apr 5 11:39:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 11:39:01 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#dev Message-ID: <20130405_083901_052743.ci-noreply@qt-project.org> QtSerialPort_dev_Integration #2: SUCCESS Tested changes (refs/builds/dev_1365149151): http://codereview.qt-project.org/52976 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Fri Apr 5 11:41:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 11:41:42 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_084142_066605.ci-noreply@qt-project.org> qtdeclarative failed to compile :( ../shared/qqmlaccessible.cpp:50:88: error: 'QAccessible2' has not been declared ../shared/qqmlaccessible.cpp:50:115: error: expected ',' or '...' before 'boundaryType' ../shared/qqmlaccessible.cpp:52:84: error: 'QAccessible2' has not been declared ../shared/qqmlaccessible.cpp:52:111: error: expected ',' or '...' before 'boundaryType' ../shared/qqmlaccessible.cpp:54:87: error: 'QAccessible2' has not been declared ../shared/qqmlaccessible.cpp:54:114: error: expected ',' or '...' before 'boundaryType' make[5]: *** [.obj/debug-shared/qqmlaccessible.o] Error 1 make[4]: *** [sub-quick-make_first] Error 2 make[3]: *** [sub-accessible-make_first] Error 2 make[2]: *** [sub-plugins-make_first-ordered] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtdeclarative] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00843/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365149807): http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks http://codereview.qt-project.org/52986 [PS1] - Fix pathing problem with our dx.bat http://codereview.qt-project.org/52883 [PS1] - Accessibility Mac: Implement accessibilityFocusedUIElement http://codereview.qt-project.org/52885 [PS4] - Make QTextCursor accessibility boundary finder available http://codereview.qt-project.org/52808 [PS2] - qdoc: Added missing CPP ignore token, Q_QML_EXPORT http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases From ci-noreply at qt-project.org Fri Apr 5 11:56:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 11:56:56 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130405_085656_074267.ci-noreply@qt-project.org> QtSvg_stable_Integration #55: SUCCESS Tested changes (refs/builds/stable_1365150808): http://codereview.qt-project.org/52852 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Fri Apr 5 12:10:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 12:10:08 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130405_091008_061385.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #114: SUCCESS Tested changes (refs/builds/stable_1365149053): http://codereview.qt-project.org/52853 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Fri Apr 5 12:28:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 12:28:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_092826_018730.ci-noreply@qt-project.org> Autotest `tst_qquickmultipointtoucharea' failed :( Testing tst_QQuickMultiPointTouchArea FAIL! : tst_QQuickMultiPointTouchArea::inFlickable() Compared values are not the same Actual (point11->pressed()): 0 Expected (true): 1 Loc: [tst_qquickmultipointtoucharea.cpp(602)] Totals: 17 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickMultiPointTouchArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickMultiPointTouchArea::initTestCase() PASS : tst_QQuickMultiPointTouchArea::properties() PASS : tst_QQuickMultiPointTouchArea::signalTest() PASS : tst_QQuickMultiPointTouchArea::release() PASS : tst_QQuickMultiPointTouchArea::reuse() PASS : tst_QQuickMultiPointTouchArea::nonOverlapping() PASS : tst_QQuickMultiPointTouchArea::nested() FAIL! : tst_QQuickMultiPointTouchArea::inFlickable() Compared values are not the same Actual (point11->pressed()): 0 Expected (true): 1 Loc: [tst_qquickmultipointtoucharea.cpp(602)] PASS : tst_QQuickMultiPointTouchArea::inFlickable2() PASS : tst_QQuickMultiPointTouchArea::invisible() PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(2nd point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(3rd point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(all points inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(all points outside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st and 2nd points inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st and 3rd points inside) PASS : tst_QQuickMultiPointTouchArea::cleanupTestCase() Totals: 17 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQuickMultiPointTouchArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickmultipointtoucharea: 8 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00844/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365151467): http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52808 [PS2] - qdoc: Added missing CPP ignore token, Q_QML_EXPORT http://codereview.qt-project.org/53000 [PS1] - Android: set logicalDpi based on DisplayMetrics.scaledDensity http://codereview.qt-project.org/52778 [PS1] - Look for cmake package dependents only in the parent directory. http://codereview.qt-project.org/52999 [PS1] - EglFS: allow the hook to override logicalDpi() http://codereview.qt-project.org/52945 [PS2] - Stabilize tst_qcompleter. http://codereview.qt-project.org/52565 [PS1] - Don't redundantly define cmake package *_VERSION variables From ci-noreply at qt-project.org Fri Apr 5 12:39:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 12:39:13 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#dev Message-ID: <20130405_093913_066049.ci-noreply@qt-project.org> QtImageFormats_dev_Integration #6: SUCCESS Tested changes (refs/builds/dev_1365152963): http://codereview.qt-project.org/49634 [PS6] - Upgrading libtiff: Patches to libtiff 4.0.3 for Qt usage http://codereview.qt-project.org/49508 [PS4] - Upgrading libtiff: Adding clean copy of libtiff 4.0.3 From ci-noreply at qt-project.org Fri Apr 5 12:49:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 12:49:26 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130405_094926_019836.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #29: SUCCESS Tested changes (refs/builds/stable_1365152173): http://codereview.qt-project.org/53002 [PS1] - Fixed a bug where spans across empty cells got broken. From ci-noreply at qt-project.org Fri Apr 5 12:56:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 12:56:23 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_095623_015023.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #372: SUCCESS Tested changes (refs/builds/stable_1365149559): http://codereview.qt-project.org/52946 [PS1] - Remove unused declaration of accessibility text functions. From ci-noreply at qt-project.org Fri Apr 5 13:48:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 13:48:23 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_104823_038474.ci-noreply@qt-project.org> Autotest `tst_qqmlprofilerservice' failed :( Testing tst_QQmlProfilerService FAIL! : tst_QQmlProfilerService::profileOnExit() Compared values are not the same Loc: [tst_qqmlprofilerservice.cpp(325)] Totals: 5 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlProfilerService ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlProfilerService::initTestCase() QWARN : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() waitForSignal 2complete() timed out after 5000 ms FAIL! : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.) Loc: [tst_qqmlprofilerservice.cpp(271)] QDEBUG : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Process State: "running" QDEBUG : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Application Output: "QML Debugger: Waiting for connection on port 13773... " PASS : tst_QQmlProfilerService::blockingConnectWithTraceDisabled() PASS : tst_QQmlProfilerService::nonBlockingConnect() PASS : tst_QQmlProfilerService::profileOnExit() PASS : tst_QQmlProfilerService::cleanupTestCase() Totals: 5 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQmlProfilerService ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlprofilerservice: 11 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00373/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365155892): http://codereview.qt-project.org/52789 [PS2] - Make keyClick/Press/Release work with a char From ci-noreply at qt-project.org Fri Apr 5 14:11:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 14:11:49 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130405_111149_098255.ci-noreply@qt-project.org> QtQuick1_dev_Integration #51: SUCCESS Tested changes (refs/builds/dev_1365148040): http://codereview.qt-project.org/52824 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 5 14:29:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 14:29:44 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130405_112944_059015.ci-noreply@qt-project.org> QtBase_dev_Integration #782: SUCCESS Tested changes (refs/builds/dev_1365153545): http://codereview.qt-project.org/49685 [PS1] - QTcpSocket bind() auto test: return instead of QSKIP From ci-noreply at qt-project.org Fri Apr 5 14:30:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 14:30:05 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130405_113005_032757.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #177: SUCCESS Tested changes (refs/builds/master_1365160609): http://codereview.qt-project.org/53017 [PS1] - Libraries for Android's tests From ci-noreply at qt-project.org Fri Apr 5 14:32:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 14:32:14 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130405_113214_002542.ci-noreply@qt-project.org> Autotest `tst_qsound' failed :( Testing tst_QSound Totals: 6 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 5042] QtQA::App::TestRunner: [New Thread 5043] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsound -silent -o /work/build/_artifacts/test-logs/tst_qsound-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb7561596 in ~QExplicitlySharedDataPointer (this=0xa05c470, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 5043): QtQA::App::TestRunner: #0 0xb774a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb69d7506 in *__GI___poll (fds=0xb6a6cff4, nfds=2, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb7662502 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #3 0xb764ea59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #4 0xb7650a13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #5 0xb7650ae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #6 0xb76622a3 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #7 0xb67bde02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so QtQA::App::TestRunner: #8 0xb6bb096e in start_thread (arg=0xb4d7ab70) at pthread_create.c:300 QtQA::App::TestRunner: #9 0xb69e53ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 5042): QtQA::App::TestRunner: #0 0xb7561596 in ~QExplicitlySharedDataPointer (this=0xa05c470, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QNetworkConfiguration (this=0xa05c470, __in_chrg=) QtQA::App::TestRunner: at bearer/qnetworkconfiguration.cpp:226 QtQA::App::TestRunner: #2 0xb751a370 in ~QNetworkAccessManagerPrivate (this=0xa05c400, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #3 0xb6ea1e1f in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: this=0xa05d8e8, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #4 ~QScopedPointer (this=0xa05d8e8, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #5 ~QObject (this=0xa05d8e8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #6 0xb75190bc in ~QNetworkAccessManager (this=0xa05d8e8, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #7 0xb76d65d0 in ~QSampleCache (this=0xb7747720, QtQA::App::TestRunner: __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #8 0xb76dd31d in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #9 0xb69411bf in __run_exit_handlers (status=0, listp=0xb6a6d324, QtQA::App::TestRunner: run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #10 0xb694122f in *__GI_exit (status=0) at exit.c:100 QtQA::App::TestRunner: #11 0xb6928bde in __libc_start_main (main=0x80497f0
, argc=6, QtQA::App::TestRunner: ubp_av=0xbfe715e4, init=0x804ad20 <__libc_csu_init>, QtQA::App::TestRunner: fini=0x804ad10 <__libc_csu_fini>, rtld_fini=0xb7759080 <_dl_fini>, QtQA::App::TestRunner: stack_end=0xbfe715dc) at libc-start.c:258 QtQA::App::TestRunner: #12 0x08049681 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSound ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSound::initTestCase() PASS : tst_QSound::testLooping() PASS : tst_QSound::testPlay() PASS : tst_QSound::testStop() PASS : tst_QSound::testStaticPlay() PASS : tst_QSound::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of tst_QSound ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 5050] QtQA::App::TestRunner: [New Thread 5051] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsound -o /work/build/_artifacts/test-logs/tst_qsound-testresults-00.xml,'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb7518596 in ~QExplicitlySharedDataPointer (this=0xafc00610, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 5051): QtQA::App::TestRunner: #0 0xb7701430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb698e506 in *__GI___poll (fds=0xb6a23ff4, nfds=2, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb7619502 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #3 0xb7605a59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #4 0xb7607a13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #5 0xb7607ae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #6 0xb76192a3 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #7 0xb6774e02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so QtQA::App::TestRunner: #8 0xb6b6796e in start_thread (arg=0xb4d31b70) at pthread_create.c:300 QtQA::App::TestRunner: #9 0xb699c3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 5050): QtQA::App::TestRunner: #0 0xb7518596 in ~QExplicitlySharedDataPointer (this=0xafc00610, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QNetworkConfiguration (this=0xafc00610, __in_chrg=) QtQA::App::TestRunner: at bearer/qnetworkconfiguration.cpp:226 QtQA::App::TestRunner: #2 0xb74d1370 in ~QNetworkAccessManagerPrivate (this=0xafc005a0, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #3 0xb6e58e1f in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: this=0xafc004b8, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #4 ~QScopedPointer (this=0xafc004b8, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #5 ~QObject (this=0xafc004b8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #6 0xb74d00bc in ~QNetworkAccessManager (this=0xafc004b8, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #7 0xb768d5d0 in ~QSampleCache (this=0xb76fe720, QtQA::App::TestRunner: __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #8 0xb769431d in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #9 0xb68f81bf in __run_exit_handlers (status=0, listp=0xb6a24324, QtQA::App::TestRunner: run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #10 0xb68f822f in *__GI_exit (status=0) at exit.c:100 QtQA::App::TestRunner: #11 0xb68dfbde in __libc_start_main (main=0x80497f0
, argc=5, QtQA::App::TestRunner: ubp_av=0xbfd9ceb4, init=0x804ad20 <__libc_csu_init>, QtQA::App::TestRunner: fini=0x804ad10 <__libc_csu_fini>, rtld_fini=0xb7710080 <_dl_fini>, QtQA::App::TestRunner: stack_end=0xbfd9ceac) at libc-start.c:258 QtQA::App::TestRunner: #12 0x08049681 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsound: 20 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00104/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1365155531): http://codereview.qt-project.org/46445 [PS60] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 5 14:48:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 14:48:27 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130405_114827_094272.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #30: SUCCESS Tested changes (refs/builds/stable_1365159185): http://codereview.qt-project.org/53006 [PS1] - disable module when widgets is not available From ci-noreply at qt-project.org Fri Apr 5 15:03:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 15:03:28 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_120328_081800.ci-noreply@qt-project.org> QtBase_stable_Integration #845: SUCCESS Tested changes (refs/builds/stable_1365154451): http://codereview.qt-project.org/52975 [PS1] - QGtkStyle: remove obsolete themeName != "Qt" checks http://codereview.qt-project.org/52565 [PS1] - Don't redundantly define cmake package *_VERSION variables http://codereview.qt-project.org/52778 [PS1] - Look for cmake package dependents only in the parent directory. http://codereview.qt-project.org/52945 [PS2] - Stabilize tst_qcompleter. http://codereview.qt-project.org/52952 [PS1] - Windows: Do not use native dialogs for non-modal dialogs. http://codereview.qt-project.org/51653 [PS8] - Fix sql tests in respect to Oracle databases http://codereview.qt-project.org/52986 [PS1] - Fix pathing problem with our dx.bat http://codereview.qt-project.org/52903 [PS1] - The default behavior should be double buffered, not singlebuffered http://codereview.qt-project.org/52059 [PS7] - QSaveFile: allow saving to a writable file in a non-writable directory From ci-noreply at qt-project.org Fri Apr 5 15:08:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 15:08:03 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_120803_091113.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #374: SUCCESS Tested changes (refs/builds/stable_1365159013): http://codereview.qt-project.org/52957 [PS3] - Android: Support implicit import paths for assets:/ urls From ci-noreply at qt-project.org Fri Apr 5 15:43:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 15:43:21 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130405_124321_078140.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #31: SUCCESS Tested changes (refs/builds/stable_1365162632): http://codereview.qt-project.org/52284 [PS8] - Doc: minor language edits http://codereview.qt-project.org/53003 [PS2] - TestBench: Add preferred width for combo box From ci-noreply at qt-project.org Fri Apr 5 16:06:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 16:06:41 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130405_130641_074026.ci-noreply@qt-project.org> Autotest `tst_qdialog' failed :( ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-05 13:39:58.067 tst_qdialog[46790:2507] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [46790] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [46789] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-05 13:47:06.508 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[46790]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068665 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006881d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a3d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4c61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a193 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x0000000101689650 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) <0BCE291E-F106-3DBF-9EB2-848633C2EED1> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fe7 +QtGui (4.8.5 - compatibility 4.8.0) <80DDC863-D1D2-38FE-A009-60FD213037A9> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff6d9a2000 - 0x7fff6d9d6baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 8933 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=82.5M(51%) swapped_out_or_unallocated=79.3M(49%) QtQA::App::TestRunner: Writable regions: Total=70.5M written=2336K(3%) resident=7004K(10%) swapped_out=0K(0%) unallocated=63.7M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: MALLOC 42.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 379.0M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-05 13:47:29.665 tst_qdialog[46813:1d07] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [46813] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [46789] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-05 13:54:38.250 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[46813]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068665 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006881d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a3d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4c61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a193 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x0000000101028ae0 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) <0BCE291E-F106-3DBF-9EB2-848633C2EED1> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fe7 +QtGui (4.8.5 - compatibility 4.8.0) <80DDC863-D1D2-38FE-A009-60FD213037A9> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff6007d000 - 0x7fff600b1baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 8946 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=82.6M(51%) swapped_out_or_unallocated=79.2M(49%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=3144K(4%) resident=7200K(10%) swapped_out=0K(0%) unallocated=62.6M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: MALLOC 41.8M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 378.2M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdialog: 903 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01377/macx-g++_developer-build_OSX_10.7/log.txt.gz Tested changes (refs/builds/4.8_1365150881): http://codereview.qt-project.org/52998 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong From ci-noreply at qt-project.org Fri Apr 5 16:07:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 16:07:47 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130405_130747_078049.ci-noreply@qt-project.org> Autotest `tst_examples (qtquick1)' failed :( Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.067683 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00167/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365149233): http://codereview.qt-project.org/52526 [PS19] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 5 16:25:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 16:25:35 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130405_132535_012385.ci-noreply@qt-project.org> QtWebKit_stable_Integration #99: SUCCESS Tested changes (refs/builds/stable_1365160149): http://codereview.qt-project.org/53014 [PS1] - [Qt] docs: Fix module name format http://codereview.qt-project.org/52858 [PS2] - [Qt] assignToHTMLImageElement no longer exists in Qt5 http://codereview.qt-project.org/52855 [PS2] - Revert an accidentally changed line of EventHander::handleMousePressEvent(PlatformMouseEvent&) in r135650. From ci-noreply at qt-project.org Fri Apr 5 16:37:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 16:37:22 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130405_133722_001892.ci-noreply@qt-project.org> QtBase_dev_Integration #783: SUCCESS Tested changes (refs/builds/dev_1365161519): http://codereview.qt-project.org/52592 [PS4] - Add some easy move constructors From ci-noreply at qt-project.org Fri Apr 5 16:38:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 16:38:04 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_133804_038124.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #375: SUCCESS Tested changes (refs/builds/stable_1365163792): http://codereview.qt-project.org/52789 [PS2] - Make keyClick/Press/Release work with a char From ci-noreply at qt-project.org Fri Apr 5 16:41:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 16:41:45 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130405_134145_025916.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_Button::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_button.qml(116)] FAIL! : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(231)] FAIL! : qtquickcontrols::Tests_CheckBox::test_keyPressed() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(146)] FAIL! : qtquickcontrols::Tests_ComboBox::test_keyupdown() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(67)] FAIL! : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(183)] FAIL! : qtquickcontrols::Tests_RadioButton::test_keyPressed() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(132)] FAIL! : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(151)] FAIL! : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() Compared values are not the same Actual (): 1 Expected (): 5 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(94)] FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(279)] FAIL! : qtquickcontrols::Tests_SpinBox::test_decrement_key() Compared values are not the same Actual (): 13 Expected (): 12 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(80)] FAIL! : qtquickcontrols::Tests_SpinBox::test_increment_key() Compared values are not the same Actual (): 47 Expected (): 48 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(65)] FAIL! : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() Compared values are not the same Actual (): 5 Expected (): 3 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(241)] FAIL! : qtquickcontrols::Tests_SpinBox::test_stepsize() Compared values are not the same Actual (): 10 Expected (): 12 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(220)] FAIL! : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textarea.qml(77)] FAIL! : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(260)] FAIL! : qtquickcontrols::Tests_TextField::test_cursorPosition() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(172)] FAIL! : qtquickcontrols::Tests_TextField::test_inputMask() Compared values are not the same Actual (): Expected (): - Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(98)] FAIL! : qtquickcontrols::Tests_TextField::test_select() Compared values are not the same Actual (): this is my text Expected (): this my text Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(163)] FAIL! : qtquickcontrols::Tests_TextField::test_selectAll() Compared values are not the same Actual (): this is my text Expected (): Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(149)] FAIL! : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_toolbutton.qml(69)] Totals: 168 passed, 20 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() FAIL! : qtquickcontrols::Tests_Button::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_button.qml(116)] PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() FAIL! : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(231)] PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() FAIL! : qtquickcontrols::Tests_CheckBox::test_keyPressed() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(146)] PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() FAIL! : qtquickcontrols::Tests_ComboBox::test_keyupdown() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(67)] PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_spans() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() FAIL! : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(183)] PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() FAIL! : qtquickcontrols::Tests_RadioButton::test_keyPressed() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(132)] PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: ?D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() FAIL! : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(151)] PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() FAIL! : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() Compared values are not the same Actual (): 1 Expected (): 5 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(94)] PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(279)] PASS : qtquickcontrols::Tests_SpinBox::test_decimals() FAIL! : qtquickcontrols::Tests_SpinBox::test_decrement_key() Compared values are not the same Actual (): 13 Expected (): 12 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(80)] PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() FAIL! : qtquickcontrols::Tests_SpinBox::test_increment_key() Compared values are not the same Actual (): 47 Expected (): 48 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(65)] PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() FAIL! : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() Compared values are not the same Actual (): 5 Expected (): 3 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(241)] FAIL! : qtquickcontrols::Tests_SpinBox::test_stepsize() Compared values are not the same Actual (): 10 Expected (): 12 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(220)] PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() FAIL! : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textarea.qml(77)] PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() FAIL! : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(260)] FAIL! : qtquickcontrols::Tests_TextField::test_cursorPosition() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(172)] PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() FAIL! : qtquickcontrols::Tests_TextField::test_inputMask() Compared values are not the same Actual (): Expected (): - Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(98)] PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() FAIL! : qtquickcontrols::Tests_TextField::test_select() Compared values are not the same Actual (): this is my text Expected (): this my text Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(163)] FAIL! : qtquickcontrols::Tests_TextField::test_selectAll() Compared values are not the same Actual (): this is my text Expected (): Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(149)] PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() FAIL! : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_toolbutton.qml(69)] PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 168 passed, 20 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 4 seconds, exit code 20 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00032/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365167807): http://codereview.qt-project.org/52177 [PS2] - ApplicationWindow has no default size; is visible by default From ci-noreply at qt-project.org Fri Apr 5 17:06:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 17:06:05 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130405_140605_096990.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #52: SUCCESS Tested changes (refs/builds/stable_1365168165): http://codereview.qt-project.org/53047 [PS1] - XmlPatterns-Testsuite: Use GLOBAL_STATIC for network access manager. From ci-noreply at qt-project.org Fri Apr 5 17:25:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 17:25:48 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_142548_055700.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2073) : failure location Totals: 566 passed, 1 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) FAIL! : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(885) : failure location PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 158 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00846/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365163667): http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings http://codereview.qt-project.org/52756 [PS4] - Don't call virtual methods after the source model is destroyed. http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52808 [PS2] - qdoc: Added missing CPP ignore token, Q_QML_EXPORT http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/53000 [PS1] - Android: set logicalDpi based on DisplayMetrics.scaledDensity http://codereview.qt-project.org/52999 [PS1] - EglFS: allow the hook to override logicalDpi() http://codereview.qt-project.org/52668 [PS9] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/51646 [PS2] - Android: Implement debugging without relying on shell run-as From ci-noreply at qt-project.org Fri Apr 5 17:30:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 17:30:23 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130405_143023_011574.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #27: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00027/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365171829): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS2] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Fri Apr 5 17:51:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 17:51:50 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130405_145150_094746.ci-noreply@qt-project.org> Autotest `tst_qpauseanimationjob' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QPauseAnimationJob FAIL! : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(253)] FAIL! : tst_QPauseAnimationJob::pauseResume() 'animation.state() == QAbstractAnimationJob::Paused' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(266)] FAIL! : tst_QPauseAnimationJob::multipleSequentialGroups() 'group.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(426)] Totals: 11 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPauseAnimationJob ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QPauseAnimationJob::initTestCase() PASS : tst_QPauseAnimationJob::changeDirectionWhileRunning() PASS : tst_QPauseAnimationJob::noTimerUpdates(0) PASS : tst_QPauseAnimationJob::noTimerUpdates(1) PASS : tst_QPauseAnimationJob::noTimerUpdates(2) PASS : tst_QPauseAnimationJob::noTimerUpdates(3) FAIL! : tst_QPauseAnimationJob::multiplePauseAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(194)] PASS : tst_QPauseAnimationJob::pauseAndPropertyAnimations() PASS : tst_QPauseAnimationJob::pauseResume() PASS : tst_QPauseAnimationJob::sequentialPauseGroup() PASS : tst_QPauseAnimationJob::sequentialGroupWithPause() PASS : tst_QPauseAnimationJob::multipleSequentialGroups() PASS : tst_QPauseAnimationJob::zeroDuration() PASS : tst_QPauseAnimationJob::cleanupTestCase() Totals: 13 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPauseAnimationJob ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qpauseanimationjob: 12 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00784/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365169189): http://codereview.qt-project.org/53030 [PS1] - Move the Preprocessor loop macros up with the others. From ci-noreply at qt-project.org Fri Apr 5 17:53:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 17:53:00 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130405_145300_013167.ci-noreply@qt-project.org> Autotest `tst_xmlpatternsdiagnosticsts' failed :( Testing tst_XmlPatternsDiagnosticsTS Totals: 4 passed, 0 failed, 0 skipped QThread::start: Failed to create thread (Permission denied) QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_XmlPatternsDiagnosticsTS ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_XmlPatternsDiagnosticsTS::initTestCase() QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-1" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-2" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-3" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-4" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-5" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-6" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-7" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-8" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-9" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-10" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-11" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-12" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-13" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-14" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-15" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-16" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-17" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-18" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-19" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-20" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-21" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-22" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-23" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-24" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-1" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-2" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-3" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-4" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-5" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-6" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-7" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-8" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-9" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-10" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-11" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-12" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-13" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-14" PASS : tst_XmlPatternsDiagnosticsTS::runTestSuite() PASS : tst_XmlPatternsDiagnosticsTS::checkTestSuiteResult() PASS : tst_XmlPatternsDiagnosticsTS::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of tst_XmlPatternsDiagnosticsTS ********* QThread::start: Failed to create thread (Permission denied) QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 0.964629 seconds, exit code 3221225477 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00028/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365172349): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS2] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Fri Apr 5 18:21:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 18:21:41 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_152141_039089.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #376: SUCCESS Tested changes (refs/builds/stable_1365169193): http://codereview.qt-project.org/50768 [PS5] - Implemented text styles for QSGDefaultGlyphNode. From ci-noreply at qt-project.org Fri Apr 5 18:26:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 18:26:24 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130405_152624_037607.ci-noreply@qt-project.org> Autotest `tst_xmlpatternsdiagnosticsts' failed :( Testing tst_XmlPatternsDiagnosticsTS Totals: 4 passed, 0 failed, 0 skipped QThread::start: Failed to create thread (Permission denied) QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_XmlPatternsDiagnosticsTS ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_XmlPatternsDiagnosticsTS::initTestCase() QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-1" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-2" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-3" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-4" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-5" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-6" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-7" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-8" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-9" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-10" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-11" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-12" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-13" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-14" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-15" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-16" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-17" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-18" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-19" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-20" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-21" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-22" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-23" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "fail-24" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-1" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-2" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-3" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-4" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-5" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-6" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-7" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-8" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-9" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-10" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-11" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-12" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-13" QDEBUG : tst_XmlPatternsDiagnosticsTS::runTestSuite() Running test case: "succeed-14" PASS : tst_XmlPatternsDiagnosticsTS::runTestSuite() PASS : tst_XmlPatternsDiagnosticsTS::checkTestSuiteResult() PASS : tst_XmlPatternsDiagnosticsTS::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of tst_XmlPatternsDiagnosticsTS ********* QThread::start: Failed to create thread (Permission denied) QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_xmlpatternsdiagnosticsts: 0.92059 seconds, exit code 3221225477 Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00029/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365174526): http://codereview.qt-project.org/52726 [PS2] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Fri Apr 5 19:07:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 19:07:27 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130405_160727_081948.ci-noreply@qt-project.org> Autotest `tst_examples (qtquick1)' failed :( Testing tst_examples QtQA::App::TestRunner: Timed out after 400 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 16524] QtQA::App::TestRunner: [New LWP 16542] QtQA::App::TestRunner: [New LWP 16551] QtQA::App::TestRunner: [New LWP 16666] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_examples -silent -o /work/build/_artifacts/test-logs/tst_examples-testres'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f2e3c2343a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f2daeea2700 (LWP 16666)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f2e3cb840d3 in TestNamespace::QWaitConditionPrivate::wait (this=0x272ec30, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 0x00007f2e3cb83e9b in TestNamespace::QWaitCondition::wait (this=0x2787a90, mutex=0x2787a88, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007f2e3ec72861 in TestNamespace::QDeclarativeListModelWorkerAgent::sync (this=0x2787a50) at util/qdeclarativelistmodelworkeragent.cpp:197 QtQA::App::TestRunner: #4 0x00007f2e3ed57e4a in TestNamespace::QDeclarativeListModelWorkerAgent::qt_static_metacall (_o=0x2787a50, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7f2daee9fe10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:113 QtQA::App::TestRunner: #5 0x00007f2e3ed57f45 in TestNamespace::QDeclarativeListModelWorkerAgent::qt_metacall (this=0x2787a50, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7f2daee9fe10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:145 QtQA::App::TestRunner: #6 0x00007f2e3cdc8681 in TestNamespace::QMetaObject::metacall (object=0x2787a50, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=13, argv=0x7f2daee9fe10) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #7 0x00007f2e3b01be69 in TestNamespace::QScript::QtMethodCaller::operator() (this=0x7f2daeea0af0, exec=0x7f2dad2000a8, callType=TestNamespace::QMetaMethod::Method, meta=0x7f2e3f0a24a0, chosenMethod=..., chosenIndex=13, args=...) at bridge/qscriptqobject.cpp:911 QtQA::App::TestRunner: #8 0x00007f2e3b0181f7 in TestNamespace::QScript::delegateQtMethod (exec=0x7f2dad2000a8, callType=TestNamespace::QMetaMethod::Method, scriptArgs=..., meta=0x7f2e3f0a24a0, initialIndex=13, maybeOverloaded=true, delegate=...) at bridge/qscriptqobject.cpp:857 QtQA::App::TestRunner: #9 0x00007f2e3b00eeba in TestNamespace::QScript::callQtMethod (exec=0x7f2dad2000a8, callType=TestNamespace::QMetaMethod::Method, thisQObject=0x2787a50, scriptArgs=..., meta=0x7f2e3f0a24a0, initialIndex=13, maybeOverloaded=true) at bridge/qscriptqobject.cpp:946 QtQA::App::TestRunner: #10 0x00007f2e3b00f147 in TestNamespace::QScript::QtFunction::execute (this=0x7f2dad184cc0, exec=0x7f2dad2000a8, thisValue=..., scriptArgs=...) at bridge/qscriptqobject.cpp:978 QtQA::App::TestRunner: #11 0x00007f2e3b00f237 in TestNamespace::QScript::QtFunction::call (exec=0x7f2dad2000a8, callee=0x7f2dad184cc0, thisValue=..., args=...) at bridge/qscriptqobject.cpp:993 QtQA::App::TestRunner: #12 0x00007f2e3af39553 in QTJSC::NativeFuncWrapper::operator() (this=0x7f2daeea0cf0, exec=0x7f2dad2000a8, jsobj=0x7f2dad184cc0, thisValue=..., argList=...) at ../3rdparty/javascriptcore/JavaScriptCore/runtime/CallData.cpp:46 QtQA::App::TestRunner: #13 0x00007f2e3af11e75 in QTJSC::cti_op_call_NotJSFunction (args=0x7f2daeea0da0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:1780 QtQA::App::TestRunner: #14 0x00007f2e3af0e9f1 in QTJSC::JITThunks::tryCacheGetByID (callFrame=0x7f2dad184a00, codeBlock=0x0, returnAddress=..., baseValue=..., propertyName=..., slot=..., stubInfo=0x7f2dad184cc0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:926 QtQA::App::TestRunner: #15 0x00007f2daeea0dd0 in ?? () QtQA::App::TestRunner: #16 0x00007f2dad184cc0 in ?? () QtQA::App::TestRunner: #17 0x00007f2d0000000b in ?? () QtQA::App::TestRunner: #18 0x00007f2d00000001 in ?? () QtQA::App::TestRunner: #19 0x00007f2dad180c80 in ?? () QtQA::App::TestRunner: #20 0x00007f2d00000006 in ?? () QtQA::App::TestRunner: #21 0x00007f2daeea0df0 in ?? () QtQA::App::TestRunner: #22 0x00007f2e3af4d091 in QTWTF::Vector::clear (this=Cannot access memory at address 0x7f2e3af0e9e9 QtQA::App::TestRunner: ) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:561 QtQA::App::TestRunner: Cannot access memory at address 0x7f2e3af0e9f9 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f2db032d700 (LWP 16551)): QtQA::App::TestRunner: #0 0x00007f2e3c2d6e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f2e3949cf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f2e3949d429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f2e3ce318bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x263e710, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f2e3cdbca14 in TestNamespace::QEventLoop::processEvents (this=0x7f2db032cd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f2e3cdbcced in TestNamespace::QEventLoop::exec (this=0x7f2db032cd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f2e3cb7beb0 in TestNamespace::QThread::exec (this=0x26aaa60) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f2e3cb7c046 in TestNamespace::QThread::run (this=0x26aaa60) at thread/qthread.cpp:574 QtQA::App::TestRunner: #8 0x00007f2e3cb82949 in TestNamespace::QThreadPrivate::start (arg=0x26aaa60) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f2e3abdcefc in start_thread (arg=0x7f2db032d700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f2e3c2e2f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f2e33897700 (LWP 16542)): QtQA::App::TestRunner: #0 0x00007f2e3c2dbfc3 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007f2e3cd557ac in TestNamespace::QProcessManager::run (this=0x24e9300) at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #2 0x00007f2e3cb82949 in TestNamespace::QThreadPrivate::start (arg=0x24e9300) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #3 0x00007f2e3abdcefc in start_thread (arg=0x7f2e33897700) at pthread_create.c:304 QtQA::App::TestRunner: #4 0x00007f2e3c2e2f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #5 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f2e3f553760 (LWP 16524)): QtQA::App::TestRunner: #0 0x00007f2e3c2343a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f2e3c237b0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f2e3cb70593 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007f2e3cb6e206 in TestNamespace::QMessageLogger::fatal (this=0x7fffe3faf750, msg=0x7f2e3da7c57c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f2e3da663d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #7 0x00007f2e3cb840d3 in TestNamespace::QWaitConditionPrivate::wait (this=0x2be7510, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #8 0x00007f2e3cb83e9b in TestNamespace::QWaitCondition::wait (this=0x2865428, mutex=0x2865400, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #9 0x00007f2e3cb83591 in TestNamespace::QThread::wait (this=0x27bd1c0, time=18446744073709551615) at thread/qthread_unix.cpp:669 QtQA::App::TestRunner: #10 0x00007f2e3ebcfd8e in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x27bd1c0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:531 QtQA::App::TestRunner: #11 0x00007f2e3ebcfde2 in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x27bd1c0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:533 QtQA::App::TestRunner: #12 0x00007f2e3cdfb2d0 in TestNamespace::QObjectPrivate::deleteChildren (this=0x258bfd0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #13 0x00007f2e3cdf99d7 in TestNamespace::QObject::~QObject (this=0x2708210, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #14 0x00007f2e3eb105a5 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x2708210, __in_chrg=) at qml/qdeclarativeengine.cpp:653 QtQA::App::TestRunner: #15 0x00007f2e3eb105d8 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x2708210, __in_chrg=) at qml/qdeclarativeengine.cpp:660 QtQA::App::TestRunner: #16 0x00007f2e3ec213a1 in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x2845740, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #17 0x00007f2e3ec2143a in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x2845740, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #18 0x00007f2e3ce05c16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x2845740) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #19 0x00007f2e3ce04307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x25ee2a8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #20 0x00007f2e3cdf9a17 in TestNamespace::QObject::~QObject (this=0x25ee2a0, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #21 0x00007f2e3e20609e in TestNamespace::QWidget::~QWidget (this=0x25ee2a0, __in_chrg=) at kernel/qwidget.cpp:1346 QtQA::App::TestRunner: #22 0x00007f2e3e3407d6 in TestNamespace::QFrame::~QFrame (this=0x25ee2a0, __in_chrg=) at widgets/qframe.cpp:217 QtQA::App::TestRunner: #23 0x00007f2e3e3d8627 in TestNamespace::QAbstractScrollArea::~QAbstractScrollArea (this=0x25ee2a0, __in_chrg=) at widgets/qabstractscrollarea.cpp:567 QtQA::App::TestRunner: #24 0x00007f2e3e57fdff in TestNamespace::QGraphicsView::~QGraphicsView (this=0x25ee2a0, __in_chrg=) at graphicsview/qgraphicsview.cpp:1231 QtQA::App::TestRunner: #25 0x00007f2e3ec1f1b8 in TestNamespace::QDeclarativeView::~QDeclarativeView (this=0x25ee2a0, __in_chrg=) at util/qdeclarativeview.cpp:310 QtQA::App::TestRunner: #26 0x00000000004309ba in TestNamespace::DragAndDropView::~DragAndDropView (this=0x25ee2a0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #27 0x00000000004309f2 in TestNamespace::DragAndDropView::~DragAndDropView (this=0x25ee2a0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #28 0x00007f2e3cdfb2d0 in TestNamespace::QObjectPrivate::deleteChildren (this=0x2d58c70) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #29 0x00007f2e3e205fcb in TestNamespace::QWidget::~QWidget (this=0x7fffe3fb0390, __in_chrg=) at kernel/qwidget.cpp:1475 QtQA::App::TestRunner: #30 0x00007f2e3e3591b2 in TestNamespace::QMainWindow::~QMainWindow (this=0x7fffe3fb0390, __in_chrg=) at widgets/qmainwindow.cpp:378 QtQA::App::TestRunner: #31 0x000000000041eb5b in TestNamespace::QDeclarativeViewer::~QDeclarativeViewer (this=0x7fffe3fb0390, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:586 QtQA::App::TestRunner: #32 0x000000000041aa81 in tst_examples::examples (this=0x7fffe3fb1380) at tst_examples.cpp:221 QtQA::App::TestRunner: #33 0x000000000041ac53 in tst_examples::qt_static_metacall (_o=0x7fffe3fb1380, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffe3fb06c0) at .moc/debug-shared/tst_examples.moc:74 QtQA::App::TestRunner: #34 0x00007f2e3cdcc088 in TestNamespace::QMetaMethod::invoke (this=0x7fffe3fb0960, object=0x7fffe3fb1380, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #35 0x00007f2e3cdcb589 in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffe3fb1380, member=0x251f520 "examples", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #36 0x00007f2e3da6945b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffe3fb1380, member=0x251f520 "examples", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #37 0x00007f2e3da6519f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x251f520 "examples") at qtestcase.cpp:1697 QtQA::App::TestRunner: #38 0x00007f2e3da65a1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x251f408 "examples()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #39 0x00007f2e3da662b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffe3fb1380) at qtestcase.cpp:1976 QtQA::App::TestRunner: #40 0x00007f2e3da667cd in TestNamespace::QTest::qExec (testObject=0x7fffe3fb1380, argc=6, argv=0x7fffe3fb14a8) at qtestcase.cpp:2189 QtQA::App::TestRunner: #41 0x000000000041abb5 in main (argc=6, argv=0x7fffe3fb14a8) at tst_examples.cpp:237 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_examples ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_examples::initTestCase() PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/behaviors/wigglytext/qml/wigglytext/wigglytext.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/easing/qml/easing/easing.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/states/qml/states/states.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/states/qml/states/transitions.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/calculator/qml/calculator/calculator.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/flickr/qml/flickr/flickr-90.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/flickr/qml/flickr/flickr.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/i18n/qml/i18n/i18n.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/image/qml/image/image.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/keyinteraction/focus/qml/focus/focus.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/minehunt/qml/minehunt/minehunt.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/gridview/qml/gridview-example/gridview-example.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/package/qml/package/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/pathview/qml/pathview-example/pathview-example.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/photoviewer/qml/photoviewer/photoviewer.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/positioners/qml/positioners/positioners.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/righttoleft/layoutdirection/qml/layoutdirection/layoutdirection.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/righttoleft/layoutmirroring/qml/layoutmirroring/layoutmirroring.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/righttoleft/textalignment/qml/textalignment/textalignment.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/rssnews/qml/rssnews/rssnews.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/samegame/qml/samegame/samegame.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/screenorientation/screenorientation.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/shadereffects/qml/shadereffects/main.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/snake/qml/snake/snake.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/textselection/qml/textselection/textselection.qml) QtQA::App::TestRunner: Timed out after 400 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 26236] QtQA::App::TestRunner: [New LWP 26244] QtQA::App::TestRunner: [New LWP 26250] QtQA::App::TestRunner: [New LWP 26285] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_examples -o /work/build/_artifacts/test-logs/tst_examples-testresults-01.'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007ff58d30a3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7ff4fbd9b700 (LWP 26285)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007ff58dc5a0d3 in TestNamespace::QWaitConditionPrivate::wait (this=0x7ff580700c00, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 0x00007ff58dc59e9b in TestNamespace::QWaitCondition::wait (this=0x7ff58049f200, mutex=0x7ff58049f1f8, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007ff58fd48861 in TestNamespace::QDeclarativeListModelWorkerAgent::sync (this=0x7ff58049f1c0) at util/qdeclarativelistmodelworkeragent.cpp:197 QtQA::App::TestRunner: #4 0x00007ff58fe2de4a in TestNamespace::QDeclarativeListModelWorkerAgent::qt_static_metacall (_o=0x7ff58049f1c0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7ff4fbd98e10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:113 QtQA::App::TestRunner: #5 0x00007ff58fe2df45 in TestNamespace::QDeclarativeListModelWorkerAgent::qt_metacall (this=0x7ff58049f1c0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7ff4fbd98e10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:145 QtQA::App::TestRunner: #6 0x00007ff58de9e681 in TestNamespace::QMetaObject::metacall (object=0x7ff58049f1c0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=13, argv=0x7ff4fbd98e10) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #7 0x00007ff58c0f1e69 in TestNamespace::QScript::QtMethodCaller::operator() (this=0x7ff4fbd99af0, exec=0x7ff4fa1680a8, callType=TestNamespace::QMetaMethod::Method, meta=0x7ff5901784a0, chosenMethod=..., chosenIndex=13, args=...) at bridge/qscriptqobject.cpp:911 QtQA::App::TestRunner: #8 0x00007ff58c0ee1f7 in TestNamespace::QScript::delegateQtMethod (exec=0x7ff4fa1680a8, callType=TestNamespace::QMetaMethod::Method, scriptArgs=..., meta=0x7ff5901784a0, initialIndex=13, maybeOverloaded=true, delegate=...) at bridge/qscriptqobject.cpp:857 QtQA::App::TestRunner: #9 0x00007ff58c0e4eba in TestNamespace::QScript::callQtMethod (exec=0x7ff4fa1680a8, callType=TestNamespace::QMetaMethod::Method, thisQObject=0x7ff58049f1c0, scriptArgs=..., meta=0x7ff5901784a0, initialIndex=13, maybeOverloaded=true) at bridge/qscriptqobject.cpp:946 QtQA::App::TestRunner: #10 0x00007ff58c0e5147 in TestNamespace::QScript::QtFunction::execute (this=0x7ff5840c4cc0, exec=0x7ff4fa1680a8, thisValue=..., scriptArgs=...) at bridge/qscriptqobject.cpp:978 QtQA::App::TestRunner: #11 0x00007ff58c0e5237 in TestNamespace::QScript::QtFunction::call (exec=0x7ff4fa1680a8, callee=0x7ff5840c4cc0, thisValue=..., args=...) at bridge/qscriptqobject.cpp:993 QtQA::App::TestRunner: #12 0x00007ff58c00f553 in QTJSC::NativeFuncWrapper::operator() (this=0x7ff4fbd99cf0, exec=0x7ff4fa1680a8, jsobj=0x7ff5840c4cc0, thisValue=..., argList=...) at ../3rdparty/javascriptcore/JavaScriptCore/runtime/CallData.cpp:46 QtQA::App::TestRunner: #13 0x00007ff58bfe7e75 in QTJSC::cti_op_call_NotJSFunction (args=0x7ff4fbd99da0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:1780 QtQA::App::TestRunner: #14 0x00007ff58bfe49f1 in QTJSC::JITThunks::tryCacheGetByID (callFrame=0x7ff5840c4a40, codeBlock=0x0, returnAddress=..., baseValue=..., propertyName=..., slot=..., stubInfo=0x7ff5840c4cc0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:926 QtQA::App::TestRunner: #15 0x00007ff4fbd99dd0 in ?? () QtQA::App::TestRunner: #16 0x00007ff5840c4cc0 in ?? () QtQA::App::TestRunner: #17 0x000000000000000b in ?? () QtQA::App::TestRunner: #18 0x00007ff500000001 in ?? () QtQA::App::TestRunner: #19 0x00007ff5840c0c80 in ?? () QtQA::App::TestRunner: #20 0x0000000000000006 in ?? () QtQA::App::TestRunner: #21 0x00007ff4fbd99df0 in ?? () QtQA::App::TestRunner: #22 0x00007ff58c023091 in QTWTF::Vector::clear (this=Cannot access memory at address 0x7ff58bfe49e9 QtQA::App::TestRunner: ) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:561 QtQA::App::TestRunner: Cannot access memory at address 0x7ff58bfe49f9 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7ff4fd226700 (LWP 26250)): QtQA::App::TestRunner: #0 0x00007ff58d3ace23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007ff58a572f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007ff58a573429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007ff58df078bd in TestNamespace::QEventDispatcherGlib::processEvents (this=0x10557f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007ff58de92a14 in TestNamespace::QEventLoop::processEvents (this=0x7ff4fd225d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007ff58de92ced in TestNamespace::QEventLoop::exec (this=0x7ff4fd225d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007ff58dc51eb0 in TestNamespace::QThread::exec (this=0x1079000) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007ff58dc52046 in TestNamespace::QThread::run (this=0x1079000) at thread/qthread.cpp:574 QtQA::App::TestRunner: #8 0x00007ff58dc58949 in TestNamespace::QThreadPrivate::start (arg=0x1079000) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007ff58bcb2efc in start_thread (arg=0x7ff4fd226700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007ff58d3b8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7ff58496d700 (LWP 26244)): QtQA::App::TestRunner: #0 0x00007ff58d3b1fc3 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007ff58de2b7ac in TestNamespace::QProcessManager::run (this=0xff8300) at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #2 0x00007ff58dc58949 in TestNamespace::QThreadPrivate::start (arg=0xff8300) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #3 0x00007ff58bcb2efc in start_thread (arg=0x7ff58496d700) at pthread_create.c:304 QtQA::App::TestRunner: #4 0x00007ff58d3b8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #5 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7ff590629760 (LWP 26236)): QtQA::App::TestRunner: #0 0x00007ff58d30a3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007ff58d30db0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007ff58dc46593 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007ff58dc44206 in TestNamespace::QMessageLogger::fatal (this=0x7fffcd9c8890, msg=0x7ff58eb5257c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007ff58eb3c3d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #7 0x00007ff58dc5a0d3 in TestNamespace::QWaitConditionPrivate::wait (this=0x7ff5802306a0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #8 0x00007ff58dc59e9b in TestNamespace::QWaitCondition::wait (this=0x7ff5800ba448, mutex=0x7ff5800ba420, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #9 0x00007ff58dc59591 in TestNamespace::QThread::wait (this=0x7ff58005a0b0, time=18446744073709551615) at thread/qthread_unix.cpp:669 QtQA::App::TestRunner: #10 0x00007ff58fca5d8e in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x7ff58005a0b0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:531 QtQA::App::TestRunner: #11 0x00007ff58fca5de2 in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x7ff58005a0b0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:533 QtQA::App::TestRunner: #12 0x00007ff58ded12d0 in TestNamespace::QObjectPrivate::deleteChildren (this=0x7ff5804e7260) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #13 0x00007ff58decf9d7 in TestNamespace::QObject::~QObject (this=0x7ff580227cc0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #14 0x00007ff58fbe65a5 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x7ff580227cc0, __in_chrg=) at qml/qdeclarativeengine.cpp:653 QtQA::App::TestRunner: #15 0x00007ff58fbe65d8 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x7ff580227cc0, __in_chrg=) at qml/qdeclarativeengine.cpp:660 QtQA::App::TestRunner: #16 0x00007ff58fcf73a1 in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x7ff580135860, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #17 0x00007ff58fcf743a in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x7ff580135860, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #18 0x00007ff58dedbc16 in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x7ff580135860) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #19 0x00007ff58deda307 in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x7ff580593598, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #20 0x00007ff58decfa17 in TestNamespace::QObject::~QObject (this=0x7ff580593590, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #21 0x00007ff58f2dc09e in TestNamespace::QWidget::~QWidget (this=0x7ff580593590, __in_chrg=) at kernel/qwidget.cpp:1346 QtQA::App::TestRunner: #22 0x00007ff58f4167d6 in TestNamespace::QFrame::~QFrame (this=0x7ff580593590, __in_chrg=) at widgets/qframe.cpp:217 QtQA::App::TestRunner: #23 0x00007ff58f4ae627 in TestNamespace::QAbstractScrollArea::~QAbstractScrollArea (this=0x7ff580593590, __in_chrg=) at widgets/qabstractscrollarea.cpp:567 QtQA::App::TestRunner: #24 0x00007ff58f655dff in TestNamespace::QGraphicsView::~QGraphicsView (this=0x7ff580593590, __in_chrg=) at graphicsview/qgraphicsview.cpp:1231 QtQA::App::TestRunner: #25 0x00007ff58fcf51b8 in TestNamespace::QDeclarativeView::~QDeclarativeView (this=0x7ff580593590, __in_chrg=) at util/qdeclarativeview.cpp:310 QtQA::App::TestRunner: #26 0x00000000004309ba in TestNamespace::DragAndDropView::~DragAndDropView (this=0x7ff580593590, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #27 0x00000000004309f2 in TestNamespace::DragAndDropView::~DragAndDropView (this=0x7ff580593590, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #28 0x00007ff58ded12d0 in TestNamespace::QObjectPrivate::deleteChildren (this=0x7ff580520c00) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #29 0x00007ff58f2dbfcb in TestNamespace::QWidget::~QWidget (this=0x7fffcd9c9500, __in_chrg=) at kernel/qwidget.cpp:1475 QtQA::App::TestRunner: #30 0x00007ff58f42f1b2 in TestNamespace::QMainWindow::~QMainWindow (this=0x7fffcd9c9500, __in_chrg=) at widgets/qmainwindow.cpp:378 QtQA::App::TestRunner: #31 0x000000000041eb5b in TestNamespace::QDeclarativeViewer::~QDeclarativeViewer (this=0x7fffcd9c9500, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:586 QtQA::App::TestRunner: #32 0x000000000041aa81 in tst_examples::examples (this=0x7fffcd9ca4f0) at tst_examples.cpp:221 QtQA::App::TestRunner: #33 0x000000000041ac53 in tst_examples::qt_static_metacall (_o=0x7fffcd9ca4f0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffcd9c9830) at .moc/debug-shared/tst_examples.moc:74 QtQA::App::TestRunner: #34 0x00007ff58dea2088 in TestNamespace::QMetaMethod::invoke (this=0x7fffcd9c9ad0, object=0x7fffcd9ca4f0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #35 0x00007ff58dea1589 in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcd9ca4f0, member=0x102e520 "examples", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #36 0x00007ff58eb3f45b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcd9ca4f0, member=0x102e520 "examples", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #37 0x00007ff58eb3b19f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x102e520 "examples") at qtestcase.cpp:1697 QtQA::App::TestRunner: #38 0x00007ff58eb3ba1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x102e408 "examples()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #39 0x00007ff58eb3c2b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffcd9ca4f0) at qtestcase.cpp:1976 QtQA::App::TestRunner: #40 0x00007ff58eb3c7cd in TestNamespace::QTest::qExec (testObject=0x7fffcd9ca4f0, argc=5, argv=0x7fffcd9ca618) at qtestcase.cpp:2189 QtQA::App::TestRunner: #41 0x000000000041abb5 in main (argc=5, argv=0x7fffcd9ca618) at tst_examples.cpp:237 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_examples (qtquick1): 869 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00168/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365168372): http://codereview.qt-project.org/52526 [PS19] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 5 19:42:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 19:42:18 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_164218_045930.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #377: SUCCESS Tested changes (refs/builds/stable_1365175410): http://codereview.qt-project.org/52859 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Fri Apr 5 19:52:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 19:52:28 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_165228_067041.ci-noreply@qt-project.org> QtBase_stable_Integration #847: SUCCESS Tested changes (refs/builds/stable_1365172260): http://codereview.qt-project.org/51646 [PS2] - Android: Implement debugging without relying on shell run-as http://codereview.qt-project.org/51821 [PS3] - Update java part for Ministro 9.x http://codereview.qt-project.org/52785 [PS1] - Android: use Fusion style by default http://codereview.qt-project.org/53000 [PS1] - Android: set logicalDpi based on DisplayMetrics.scaledDensity http://codereview.qt-project.org/52756 [PS4] - Don't call virtual methods after the source model is destroyed. http://codereview.qt-project.org/52999 [PS1] - EglFS: allow the hook to override logicalDpi() http://codereview.qt-project.org/52814 [PS3] - Windows: Ignore mouse events generated by Windows. http://codereview.qt-project.org/53001 [PS1] - Mark widget framestrut as dirty when window flags change. http://codereview.qt-project.org/52839 [PS4] - Enable C++11 on OSX when using Clang http://codereview.qt-project.org/52504 [PS7] - Test that the CMake files create appropriate version variables. From ci-noreply at qt-project.org Fri Apr 5 20:04:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 20:04:16 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_170416_064522.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00378/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365180247): http://codereview.qt-project.org/51783 [PS1] - Use correct alpha range for the distance field outlined text. http://codereview.qt-project.org/51747 [PS3] - Fixed distance field text when using non-opaque colors. From ci-noreply at qt-project.org Fri Apr 5 20:07:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 20:07:19 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130405_170719_032736.ci-noreply@qt-project.org> QtWebKit_stable_Integration #100: SUCCESS Tested changes (refs/builds/stable_1365168432): http://codereview.qt-project.org/53029 [PS1] - Fix the build with GCC 4.8 https://bugs.webkit.org/show_bug.cgi?id=113147 http://codereview.qt-project.org/53038 [PS1] - [Qt] PluginsX11: exposedRect offset is applied twice when painting windowless http://codereview.qt-project.org/53035 [PS2] - Missing chunk for: [Qt] Support kerning in fast path font rendering http://codereview.qt-project.org/53028 [PS1] - Move definition of nested classes that inherit enclosing class outside class definition. From ci-noreply at qt-project.org Fri Apr 5 20:11:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 20:11:32 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130405_171132_077532.ci-noreply@qt-project.org> QtBase_dev_Integration #785: SUCCESS Tested changes (refs/builds/dev_1365173756): http://codereview.qt-project.org/53030 [PS1] - Move the Preprocessor loop macros up with the others. http://codereview.qt-project.org/53049 [PS1] - Add new option to qdoc. From ci-noreply at qt-project.org Fri Apr 5 21:02:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 21:02:30 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_180230_074248.ci-noreply@qt-project.org> QtBase_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #848: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00848/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365180880): http://codereview.qt-project.org/53048 [PS1] - Mac: a dialog should have a titlebar by default http://codereview.qt-project.org/52668 [PS9] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/53068 [PS1] - Fix MSVC warning about truncation from 64bit to 32bit int. http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings http://codereview.qt-project.org/52808 [PS2] - qdoc: Added missing CPP ignore token, Q_QML_EXPORT From ci-noreply at qt-project.org Fri Apr 5 21:08:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 21:08:29 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_180829_033544.ci-noreply@qt-project.org> Autotest `tst_qpauseanimationjob' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QPauseAnimationJob FAIL! : tst_QPauseAnimationJob::multipleSequentialGroups() 'group.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(426)] Totals: 13 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPauseAnimationJob ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QPauseAnimationJob::initTestCase() PASS : tst_QPauseAnimationJob::changeDirectionWhileRunning() PASS : tst_QPauseAnimationJob::noTimerUpdates(0) PASS : tst_QPauseAnimationJob::noTimerUpdates(1) PASS : tst_QPauseAnimationJob::noTimerUpdates(2) PASS : tst_QPauseAnimationJob::noTimerUpdates(3) PASS : tst_QPauseAnimationJob::multiplePauseAnimations() FAIL! : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(253)] PASS : tst_QPauseAnimationJob::pauseResume() PASS : tst_QPauseAnimationJob::sequentialPauseGroup() PASS : tst_QPauseAnimationJob::sequentialGroupWithPause() FAIL! : tst_QPauseAnimationJob::multipleSequentialGroups() 'group.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(426)] PASS : tst_QPauseAnimationJob::zeroDuration() PASS : tst_QPauseAnimationJob::cleanupTestCase() Totals: 12 passed, 2 failed, 0 skipped ********* Finished testing of tst_QPauseAnimationJob ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qpauseanimationjob: 12 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00379/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365181907): http://codereview.qt-project.org/51783 [PS1] - Use correct alpha range for the distance field outlined text. http://codereview.qt-project.org/51747 [PS3] - Fixed distance field text when using non-opaque colors. From ci-noreply at qt-project.org Fri Apr 5 22:00:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 22:00:04 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130405_190004_071531.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #54: SUCCESS Tested changes (refs/builds/stable_1365182632): http://codereview.qt-project.org/53074 [PS1] - Fix exit crash in xmlpatternsvalidator. From ci-noreply at qt-project.org Fri Apr 5 22:09:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 22:09:59 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130405_190959_052824.ci-noreply@qt-project.org> Qt_4.8_Integration #1378: SUCCESS Tested changes (refs/builds/4.8_1365168686): http://codereview.qt-project.org/40828 [PS5] - qmake: increase .pro-file compatibility between Qt 4 and 5 From ci-noreply at qt-project.org Fri Apr 5 22:50:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 22:50:54 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130405_195054_074592.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #33: SUCCESS Tested changes (refs/builds/stable_1365188198): http://codereview.qt-project.org/52601 [PS5] - TextField: Fix baseline distance to panel frame From ci-noreply at qt-project.org Fri Apr 5 23:11:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 23:11:33 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_201133_034900.ci-noreply@qt-project.org> QtBase_stable_Integration #849: SUCCESS Tested changes (refs/builds/stable_1365185224): http://codereview.qt-project.org/52974 [PS1] - QGtkStyle: Try to get the theme name from GtkSettings From ci-noreply at qt-project.org Fri Apr 5 23:32:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 23:32:24 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130405_203224_011129.ci-noreply@qt-project.org> QtWebKit_stable_Integration #102: SUCCESS Tested changes (refs/builds/stable_1365181736): http://codereview.qt-project.org/53076 [PS1] - [Qt][WK2] plugin tests assert in debug http://codereview.qt-project.org/52848 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Fri Apr 5 23:51:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 5 Apr 2013 23:51:26 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130405_205126_058065.ci-noreply@qt-project.org> Autotests `tst_examples' and `tst_qquickitem2' failed :( Testing tst_QQuickItem QFATAL : tst_QQuickItem::activeFocusOnTab() Received signal 11 FAIL! : tst_QQuickItem::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 5629] QtQA::App::TestRunner: [New LWP 5631] QtQA::App::TestRunner: [New LWP 5630] QtQA::App::TestRunner: [New LWP 5632] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickitem2 -silent -o /work/build/_artifacts/test-logs/tst_qquickitem2-t'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f9f1d9ff3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f9f14b54700 (LWP 5632)): QtQA::App::TestRunner: #0 0x00007f9f1daa1e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f9f1b1f4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f9f1b1f5429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f9f1e5fcb01 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x10b6b50, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f9f1e587c58 in TestNamespace::QEventLoop::processEvents (this=0x7f9f14b53d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f9f1e587f31 in TestNamespace::QEventLoop::exec (this=0x7f9f14b53d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f9f1e346f60 in TestNamespace::QThread::exec (this=0x10b0820) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f9f1f62a895 in TestNamespace::QQmlThreadPrivate::run (this=0x10b0820) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f9f1e34d9f9 in TestNamespace::QThreadPrivate::start (arg=0x10b0820) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f9f1c5fcefc in start_thread (arg=0x7f9f14b54700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f9f1daadf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f9f15355700 (LWP 5630)): QtQA::App::TestRunner: #0 0x00007f9f1daa1e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f9f1b1f4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f9f1b1f5429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f9f1e5fcb01 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x105f820, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f9f1e587c58 in TestNamespace::QEventLoop::processEvents (this=0x7f9f15354d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f9f1e587f31 in TestNamespace::QEventLoop::exec (this=0x7f9f15354d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f9f1e346f60 in TestNamespace::QThread::exec (this=0x1064700) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f9f1f62a895 in TestNamespace::QQmlThreadPrivate::run (this=0x1064700) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f9f1e34d9f9 in TestNamespace::QThreadPrivate::start (arg=0x1064700) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f9f1c5fcefc in start_thread (arg=0x7f9f15355700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f9f1daadf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f9f202b7700 (LWP 5631)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f9f1d186bab in v8::internal::LinuxSemaphore::Wait (this=0x10a0440) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f9f1d05a96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f9f1d05ab33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x10a02ac) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f9f1d187c18 in v8::internal::SignalSender::Run (this=0x10a0280) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f9f1d18690c in v8::internal::ThreadEntry (arg=0x10a0280) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f9f1c5fcefc in start_thread (arg=0x7f9f202b7700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f9f1daadf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f9f20296760 (LWP 5629)): QtQA::App::TestRunner: #0 0x00007f9f1d9ff3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f9f1da02b0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f9f1e33b643 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007f9f1e3392b6 in TestNamespace::QMessageLogger::fatal (this=0x7fffcb62c650, msg=0x7f9f1f24857c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f9f1f2323d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 0x00007f9f1fb0b6a8 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #7 0x00007f9f1fbd0d8f in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #8 0x00007f9f1fbd183a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:439 QtQA::App::TestRunner: #9 0x00007f9f1fbc44ce in TestNamespace::QQuickItem::childItems (this=0x0) at items/qquickitem.cpp:3098 QtQA::App::TestRunner: #10 0x000000000042d211 in QQuickVisualTestUtil::findItem (parent=0x0, objectName=..., index=-1) at ../shared/visualtestutil.h:66 QtQA::App::TestRunner: #11 0x000000000040cacf in tst_QQuickItem::activeFocusOnTab (this=0x7fffcb62deb0) at tst_qquickitem.cpp:292 QtQA::App::TestRunner: #12 0x0000000000427b61 in tst_QQuickItem::qt_static_metacall (_o=0x7fffcb62deb0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=2, _a=0x7fffcb62d1f0) at .moc/debug-shared/tst_qquickitem.moc:195 QtQA::App::TestRunner: #13 0x00007f9f1e5972cc in TestNamespace::QMetaMethod::invoke (this=0x7fffcb62d490, object=0x7fffcb62deb0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #14 0x00007f9f1e5967cd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcb62deb0, member=0x10b6220 "activeFocusOnTab", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #15 0x00007f9f1f23545b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcb62deb0, member=0x10b6220 "activeFocusOnTab", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #16 0x00007f9f1f23119f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x10b6220 "activeFocusOnTab") at qtestcase.cpp:1697 QtQA::App::TestRunner: #17 0x00007f9f1f231a1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x10b6108 "activeFocusOnTab()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #18 0x00007f9f1f2322b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffcb62deb0) at qtestcase.cpp:1976 QtQA::App::TestRunner: #19 0x00007f9f1f2327cd in TestNamespace::QTest::qExec (testObject=0x7fffcb62deb0, argc=6, argv=0x7fffcb62dff8) at qtestcase.cpp:2189 QtQA::App::TestRunner: #20 0x0000000000427a84 in main (argc=6, argv=0x7fffcb62dff8) at tst_qquickitem.cpp:2071 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickItem ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickItem::initTestCase() QWARN : tst_QQuickItem::activeFocusOnTab() file:///work/build/qt/qtdeclarative/tests/auto/quick/qquickitem2/data/activeFocusOnTab.qml:22:13: "Item.activeFocusOnTab" is not available in QtQuick 2.1. activeFocusOnTab: true ^ QFATAL : tst_QQuickItem::activeFocusOnTab() Received signal 11 FAIL! : tst_QQuickItem::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQuickItem ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 5668] QtQA::App::TestRunner: [New LWP 5678] QtQA::App::TestRunner: [New LWP 5679] QtQA::App::TestRunner: [New LWP 5680] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickitem2 -o /work/build/_artifacts/test-logs/tst_qquickitem2-testresul'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f6bb9e693a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f6bb0fbe700 (LWP 5680)): QtQA::App::TestRunner: #0 0x00007f6bb9f0be23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f6bb765ef68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f6bb765f429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f6bbaa66b01 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x16ef230, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f6bba9f1c58 in TestNamespace::QEventLoop::processEvents (this=0x7f6bb0fbdd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f6bba9f1f31 in TestNamespace::QEventLoop::exec (this=0x7f6bb0fbdd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f6bba7b0f60 in TestNamespace::QThread::exec (this=0x16ef800) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f6bbba94895 in TestNamespace::QQmlThreadPrivate::run (this=0x16ef800) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f6bba7b79f9 in TestNamespace::QThreadPrivate::start (arg=0x16ef800) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f6bb8a66efc in start_thread (arg=0x7f6bb0fbe700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f6bb9f17f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f6bbc721700 (LWP 5679)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f6bb95f0bab in v8::internal::LinuxSemaphore::Wait (this=0x16df440) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f6bb94c496d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f6bb94c4b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x16df2ac) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f6bb95f1c18 in v8::internal::SignalSender::Run (this=0x16df280) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f6bb95f090c in v8::internal::ThreadEntry (arg=0x16df280) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f6bb8a66efc in start_thread (arg=0x7f6bbc721700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f6bb9f17f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f6bb17bf700 (LWP 5678)): QtQA::App::TestRunner: #0 0x00007f6bb9f0be23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f6bb765ef68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f6bb765f429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f6bbaa66b01 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x169e820, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f6bba9f1c58 in TestNamespace::QEventLoop::processEvents (this=0x7f6bb17bed80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f6bba9f1f31 in TestNamespace::QEventLoop::exec (this=0x7f6bb17bed80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f6bba7b0f60 in TestNamespace::QThread::exec (this=0x16a3700) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f6bbba94895 in TestNamespace::QQmlThreadPrivate::run (this=0x16a3700) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f6bba7b79f9 in TestNamespace::QThreadPrivate::start (arg=0x16a3700) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f6bb8a66efc in start_thread (arg=0x7f6bb17bf700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f6bb9f17f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f6bbc700760 (LWP 5668)): QtQA::App::TestRunner: #0 0x00007f6bb9e693a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f6bb9e6cb0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f6bba7a5643 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007f6bba7a32b6 in TestNamespace::QMessageLogger::fatal (this=0x7fffecebc6d0, msg=0x7f6bbb6b257c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f6bbb69c3d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 0x00007f6bbbf756a8 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #7 0x00007f6bbc03ad8f in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #8 0x00007f6bbc03b83a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:439 QtQA::App::TestRunner: #9 0x00007f6bbc02e4ce in TestNamespace::QQuickItem::childItems (this=0x0) at items/qquickitem.cpp:3098 QtQA::App::TestRunner: #10 0x000000000042d211 in QQuickVisualTestUtil::findItem (parent=0x0, objectName=..., index=-1) at ../shared/visualtestutil.h:66 QtQA::App::TestRunner: #11 0x000000000040cacf in tst_QQuickItem::activeFocusOnTab (this=0x7fffecebdf30) at tst_qquickitem.cpp:292 QtQA::App::TestRunner: #12 0x0000000000427b61 in tst_QQuickItem::qt_static_metacall (_o=0x7fffecebdf30, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=2, _a=0x7fffecebd270) at .moc/debug-shared/tst_qquickitem.moc:195 QtQA::App::TestRunner: #13 0x00007f6bbaa012cc in TestNamespace::QMetaMethod::invoke (this=0x7fffecebd510, object=0x7fffecebdf30, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #14 0x00007f6bbaa007cd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffecebdf30, member=0x16f5220 "activeFocusOnTab", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #15 0x00007f6bbb69f45b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffecebdf30, member=0x16f5220 "activeFocusOnTab", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #16 0x00007f6bbb69b19f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x16f5220 "activeFocusOnTab") at qtestcase.cpp:1697 QtQA::App::TestRunner: #17 0x00007f6bbb69ba1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x16f5108 "activeFocusOnTab()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #18 0x00007f6bbb69c2b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffecebdf30) at qtestcase.cpp:1976 QtQA::App::TestRunner: #19 0x00007f6bbb69c7cd in TestNamespace::QTest::qExec (testObject=0x7fffecebdf30, argc=5, argv=0x7fffecebe078) at qtestcase.cpp:2189 QtQA::App::TestRunner: #20 0x0000000000427a84 in main (argc=5, argv=0x7fffecebe078) at tst_qquickitem.cpp:2071 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickitem2: 34 seconds, signal 6 Testing tst_examples FAIL! : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/keyinteraction/focus/focus.qml) Compared values are not the same Loc: [tst_examples.cpp(267)] Totals: 295 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_examples ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_examples::initTestCase() PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/qml/dynamicscene/dynamicscene.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/qml/i18n/i18n.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/qml/locale/locale.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/basics/color-animation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/basics/property-animation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/behaviors/behavior-example.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/behaviors/tvtennis.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/behaviors/wigglytext.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/easing/easing.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/pathanimation/pathanimation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/pathinterpolator/pathinterpolator.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/states/states.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/states/transitions.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/bezierCurve/bezierCurve.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/clip/clip.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/roundedrect/roundedrect.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/smile/smile.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/squircle/squircle.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/dialcontrol/dialcontrol.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/flipable/flipable.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/progressbar/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/scrollbar/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/searchbox/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/slideswitch/slideswitch.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/spinner/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/tabwidget/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/clocks/clocks.qml) QDEBUG : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photosurface/photosurface.qml) void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x11b7730) QQuickRectangle (this = 0x7f792542a8e0 , name= "" , parent = 0x14ef660 , geometry = QRectF(0,0 480x320) , z = 0 ) QDEBUG : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photosurface/photosurface.qml) void TestNamespace::QQuickAbstractDialog::windowGeometryChanged() QQuickWindow(0x11b7730) QQuickRectangle (this = 0x7f792542a8e0 , name= "" , parent = 0x14ef660 , geometry = QRectF(0,0 480x320) , z = 0 ) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photosurface/photosurface.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photoviewer/photoviewer.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/rssnews/rssnews.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level0.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level1.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level2.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level3.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level4.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level5.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level6.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level7.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level8.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level9.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/draganddrop/tiles/tiles.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/draganddrop/views/gridview.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/keyinteraction/focus/focus.qml) (file:///work/build/qt/qtdeclarative/examples/quick/keyinteraction/focus/focus.qml:56:9: Type TabMenu unavailable TabMenu { ^, file:///work/build/qt/qtdeclarative/examples/quick/keyinteraction/focus/Core/TabMenu.qml:61:17: "Repeater.activeFocusOnTab" is not available in QtQuick 2.0. activeFocusOnTab: false ^) FAIL! : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/keyinteraction/focus/focus.qml) Compared values are not the same Loc: [tst_examples.cpp(267)] PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/age.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/attractor.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/customaffector.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/friction.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/gravity.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/groupgoal.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/move.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/spritegoal.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/turbulence.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/wander.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/blurparticles.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/fragmentshader.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/imagecolors.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/burstandpulse.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/customemitter.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/emitmask.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/maximumemitted.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/shapeanddirection.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/trailemitter.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/velocityfrommotion.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/allatonce.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/colored.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/colortable.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/deformation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/rotation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/sharing.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/sprites.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/itemparticle/delegates.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/itemparticle/particleview.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/dynamiccomparison.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/dynamicemitters.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/multiplepainters.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/startstop.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/timedgroupchanges.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/righttoleft/layoutdirection/layoutdirection.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/righttoleft/layoutmirroring/layoutmirroring.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/righttoleft/textalignment/textalignment.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/text/imgtag/imgtag.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/text/textselection/textselection.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/threading/threadedlistmodel/timedisplay.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/threading/workerscript/workerscript.qml) QQuickWorkerScript: Attempt to send message before WorkerScript establishment QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/threading/workerscript/workerscript.qml) QQuickWorkerScript: Attempt to send message before WorkerScript establishment PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/threading/workerscript/workerscript.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/touchinteraction/flickable/basic-flickable.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/touchinteraction/flickable/corkboards.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/touchinteraction/multipointtouch/bearwhack.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/touchinteraction/multipointtouch/multiflame.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/touchinteraction/pincharea/flickresize.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/helloworld/tutorial1.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/helloworld/tutorial2.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/helloworld/tutorial3.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/samegame/samegame1/samegame.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/samegame/samegame2/samegame.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/samegame/samegame3/samegame.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/tutorials/samegame/samegame4/samegame.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/dialcontrol/dialcontrol.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/flipable/flipable.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/progressbar/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/scrollbar/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/searchbox/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/slideswitch/slideswitch.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/spinner/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/ui-components/tabwidget/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/gridview/gridview-example.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/listview/dynamiclist.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/listview/expandingdelegates.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/listview/highlight.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/listview/highlightranges.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/listview/sections.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/objectmodel/objectmodel.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/package/view.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/parallax/parallax.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/pathview/pathview-example.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/visualdatamodel/dragselection.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/views/visualdatamodel/slideshow.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/window/screen/screenInfo.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/application.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/colors.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/comments.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/component.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/createComponent-simple.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/createComponent.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/createQmlObject.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/dynamicObjects-destroy.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/events.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/folderlistmodel.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/properties.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qsTr.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qsTranslate.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qsTrId.1.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qsTrId.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtBinding.1.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtBinding.2.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtBinding.3.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtBinding.4.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtobject.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtTranslateNoOp.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtTrIdNoOp.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qtTrNoOp.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/xmlrole.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/component/main.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/integrating-javascript/connectjs.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/integrating-javascript/includejs/app.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/listmodel/listelements.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/listmodel/listmodel-modify.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/listmodel/listmodel-nested.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/listmodel/listmodel-simple.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qml-documents/inline-component.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qml-documents/inline-text-component.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qml-documents/non-trivial.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/qml-documents/qmldocuments.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/reusablecomponents/application.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/reusablecomponents/component.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/qml/doc/snippets/qml/workerscript/workerscript.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/anchoranimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/anchorchanges.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/animatedimage.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/animation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/behavior.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/coloranimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/drag.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/flickable.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/flickableScrollbar.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/flow.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/gradient.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/grid-spacing.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/image.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/keynavigation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/layoutmirroring.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/listview-decorations.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/listview-sections.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/listview.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/numberanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/parallelanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/parentanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/parentchange.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/pathinterpolator.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/propertyaction-sequential.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/propertyaction.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/propertyanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/propertychanges.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/righttoleft.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/rotation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/rotationanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/row.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/sequentialanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/smoothedanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/springanimation.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/state-when.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/state.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/states.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/systempalette.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/texteditor.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/texthandling.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/transition-from-to-modified.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/transition-from-to.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/transition-reversible.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/transition.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/transitions-list.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/visualdatagroup.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/visualdatamodel.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/visualparent.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/visualparent2.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/borderimage/borderimage-scaled.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/borderimage/borderimage-tiled.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/borderimage/normal-image.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/codingconventions/dotproperties.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/codingconventions/javascript-imports.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/codingconventions/javascript.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/codingconventions/lists.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/codingconventions/photo.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/column/column-transitions.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/column/column.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/column/vertical-positioner.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/flipable/flipable.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/focus/advancedFocus.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/focus/basicwidget.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/focus/clickablewidget.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/focus/myfocusscopewidget.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/focus/rectangle.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/focus/widget.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/grid/grid.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/gridview/gridview.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/keys/keys-handler.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/keys/keys-pressed.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/listview/listview.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/connections.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/creationContext1.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/creationContext2.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/creationContext3.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/creationContext4.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/focus.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/simple.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/sizeitem.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/loader/sizeloader.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/models/views-models-delegates.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/models/visual-model-and-view.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/mousearea/mousearea-snippet.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/mousearea/mousearea.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/mousearea/mouseareadragfilter.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/multipointtoucharea/multipointtoucharea.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/pathview/pathattributes.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/pathview/pathview.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-data-models/dynamic-listmodel.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-data-models/listelements.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-data-models/listmodel-listview.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/components/application.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/methods/app.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/properties/alias-override.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/properties/alias.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/properties/application.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/properties/property-signals.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/properties/alias/application.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/signals/basic.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/signals/connectdynamic.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/signals/connectslots.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/signals/no-parameters.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/qml-extending-types/signals/parameters.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/rectangle/rectangle-colors.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/rectangle/rectangle-gradient.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/rectangle/rectangle.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/repeaters/repeater-grid-index.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/repeaters/repeater.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/row/row.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/states/statechangescript.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/text/onLinkActivated.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/animations.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/integratingjs-inline.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/integratingjs.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/layouts.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/styling-text.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/styling.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/text.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/userinput-keys.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/userinput.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/visual-opacity.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/visual-rects.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/visual-transforms.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/usecases/visual.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-basic.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-delayedbyindex.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-intermediatemove.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-interruptedgood.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-pathanim.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-scriptactionbad.qml) PASS : tst_examples::sgsnippets(/work/build/qt/qtdeclarative/src/quick/doc/snippets/qml/viewtransitions/viewtransitions-scriptactiongood.qml) PASS : tst_examples::namingConvention() PASS : tst_examples::cleanupTestCase() Totals: 295 passed, 1 failed, 0 skipped ********* Finished testing of tst_examples ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_examples: 87 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00380/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365192634): http://codereview.qt-project.org/53052 [PS1] - Version new property and signal From ci-noreply at qt-project.org Sat Apr 6 00:13:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 00:13:45 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130405_211345_030626.ci-noreply@qt-project.org> Qt5_stable_Integration #169: SUCCESS Tested changes (refs/builds/stable_1365181747): http://codereview.qt-project.org/52526 [PS20] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 6 00:21:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 00:21:12 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130405_212112_090799.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #13: SUCCESS Tested changes (refs/builds/stable_1365195407): http://codereview.qt-project.org/53084 [PS1] - doc: Removed the HTML template from the .qdocconf files From ci-noreply at qt-project.org Sat Apr 6 01:04:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 01:04:41 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130405_220441_029416.ci-noreply@qt-project.org> QtSensors_stable_Integration #36: SUCCESS Tested changes (refs/builds/stable_1365197596): http://codereview.qt-project.org/53085 [PS1] - doc: Removed the HTML template from the .qdocconf files From ci-noreply at qt-project.org Sat Apr 6 01:05:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 01:05:56 +0200 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130405_220556_037186.ci-noreply@qt-project.org> Autotest `tst_qopengl' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QOpenGL FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location Totals: 16 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QOpenGL ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QOpenGL::initTestCase() PASS : tst_QOpenGL::sharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::sharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QOffscreenSurface) PASS : tst_QOpenGL::fboSimpleRendering(Using QWindow) PASS : tst_QOpenGL::fboSimpleRendering(Using QOffscreenSurface) QWARN : tst_QOpenGL::fboRendering(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location QWARN : tst_QOpenGL::fboRendering(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " FAIL! : tst_QOpenGL::fboRendering(Using QOffscreenSurface) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QOffscreenSurface) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location PASS : tst_QOpenGL::fboHandleNulledAfterContextDestroyed() QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QWindow) QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) PASS : tst_QOpenGL::aboutToBeDestroyed() QWARN : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() PASS : tst_QOpenGL::cleanupTestCase() Totals: 15 passed, 4 failed, 0 skipped ********* Finished testing of tst_QOpenGL ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 4 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qopengl: 1 seconds, exit code 4 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00850/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365192826): http://codereview.qt-project.org/52668 [PS9] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/52366 [PS2] - Cocoa: Properly clean window mask data http://codereview.qt-project.org/53068 [PS1] - Fix MSVC warning about truncation from 64bit to 32bit int. http://codereview.qt-project.org/53048 [PS1] - Mac: a dialog should have a titlebar by default From ci-noreply at qt-project.org Sat Apr 6 01:21:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 01:21:28 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130405_222128_012519.ci-noreply@qt-project.org> QtWebKit_stable_Integration #103: SUCCESS Tested changes (refs/builds/stable_1365194041): http://codereview.qt-project.org/52870 [PS2] - [Qt] Fail gracefully if an OpenGL context could not be created. https://bugs.webkit.org/show_bug.cgi?id=113784 From ci-noreply at qt-project.org Sat Apr 6 04:18:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 04:18:47 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130406_011847_095169.ci-noreply@qt-project.org> Qt_4.8_Integration #1379: SUCCESS Tested changes (refs/builds/4.8_1365190444): http://codereview.qt-project.org/52998 [PS1] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong From ci-noreply at qt-project.org Sat Apr 6 12:09:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 12:09:03 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130406_090903_027780.ci-noreply@qt-project.org> QtBase_stable_Integration #851: SUCCESS Tested changes (refs/builds/stable_1365231628): http://codereview.qt-project.org/53068 [PS1] - Fix MSVC warning about truncation from 64bit to 32bit int. From ci-noreply at qt-project.org Sat Apr 6 12:49:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 12:49:19 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130406_094919_060836.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #381: SUCCESS Tested changes (refs/builds/stable_1365237171): http://codereview.qt-project.org/51403 [PS4] - QmlDebugging: Remove 'insignificant_test' http://codereview.qt-project.org/51747 [PS3] - Fixed distance field text when using non-opaque colors. http://codereview.qt-project.org/52771 [PS3] - TestLib: Add more mouseMove in mouseDrag implementation http://codereview.qt-project.org/51783 [PS1] - Use correct alpha range for the distance field outlined text. From ci-noreply at qt-project.org Sat Apr 6 12:53:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 12:53:31 +0200 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130406_095331_045659.ci-noreply@qt-project.org> QtTools_stable_Integration #133: SUCCESS Tested changes (refs/builds/stable_1365230036): http://codereview.qt-project.org/53043 [PS1] - QUiLoader/Designer: Fix gcc 4.8 warnings about unused typedefs. From ci-noreply at qt-project.org Sat Apr 6 13:36:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:36:38 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_103638_048183.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:34:38Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 2 seconds From ci-noreply at qt-project.org Sat Apr 6 13:39:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:39:21 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_103921_065408.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:37:22Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 502 Proxy Error, retry in 2 seconds From ci-noreply at qt-project.org Sat Apr 6 13:41:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:41:41 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_104141_021206.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:39:41Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 4 seconds From ci-noreply at qt-project.org Sat Apr 6 13:44:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:44:24 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_104424_004417.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:42:24Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 4 seconds From ci-noreply at qt-project.org Sat Apr 6 13:46:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:46:46 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_104646_047768.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:44:46Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 8 seconds From ci-noreply at qt-project.org Sat Apr 6 13:49:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:49:29 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_104929_042031.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:47:29Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 8 seconds From ci-noreply at qt-project.org Sat Apr 6 13:51:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:51:54 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_105154_090397.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:49:54Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 16 seconds From ci-noreply at qt-project.org Sat Apr 6 13:54:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:54:37 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_105437_037052.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:52:38Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 16 seconds From ci-noreply at qt-project.org Sat Apr 6 13:57:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:57:11 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_105711_047398.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:55:11Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 32 seconds From ci-noreply at qt-project.org Sat Apr 6 13:59:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 13:59:54 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_105954_096926.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T10:57:55Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 32 seconds From ci-noreply at qt-project.org Sat Apr 6 14:02:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:02:43 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_110243_014297.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:00:43Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 64 seconds From ci-noreply at qt-project.org Sat Apr 6 14:05:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:05:27 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_110527_092306.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:03:27Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 64 seconds From ci-noreply at qt-project.org Sat Apr 6 14:08:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:08:48 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_110848_040200.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:06:48Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 128 seconds From ci-noreply at qt-project.org Sat Apr 6 14:11:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:11:32 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_111132_086947.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:09:32Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 128 seconds From ci-noreply at qt-project.org Sat Apr 6 14:15:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:15:56 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_111556_021870.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:13:57Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., retry in 256 seconds From ci-noreply at qt-project.org Sat Apr 6 14:19:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:19:56 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_111956_015158.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:16:41Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, retry in 256 seconds 2013-04-06T11:17:56Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 2 seconds From ci-noreply at qt-project.org Sat Apr 6 14:25:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:25:13 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_112513_093913.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:22:59Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 4 seconds 2013-04-06T11:23:13Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., occurred repeatedly. 2013-04-06T11:23:13Z: [QtXmlPatterns_dev_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Sat Apr 6 14:27:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:27:57 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_112757_040927.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:25:57Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, occurred repeatedly. 2013-04-06T11:25:57Z: [QtDoc_stable_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Sat Apr 6 14:30:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:30:03 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_113003_085038.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:28:04Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 8 seconds From ci-noreply at qt-project.org Sat Apr 6 14:35:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:35:12 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_113512_032559.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:33:13Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 16 seconds From ci-noreply at qt-project.org Sat Apr 6 14:40:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:40:30 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_114030_098226.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:38:30Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 32 seconds From ci-noreply at qt-project.org Sat Apr 6 14:46:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:46:03 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_114603_087334.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:44:03Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 64 seconds From ci-noreply at qt-project.org Sat Apr 6 14:52:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:52:07 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_115207_082429.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:50:07Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 128 seconds From ci-noreply at qt-project.org Sat Apr 6 14:59:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 14:59:16 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_115916_060026.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T11:57:16Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, retry in 256 seconds From ci-noreply at qt-project.org Sat Apr 6 15:08:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 6 Apr 2013 15:08:33 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130406_120833_094992.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-06T12:06:33Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, occurred repeatedly. 2013-04-06T12:06:33Z: [QtBase_stable_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Sun Apr 7 13:26:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:26:56 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_102656_045965.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:23:00Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 2 seconds 2013-04-07T10:24:56Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 4 seconds From ci-noreply at qt-project.org Sun Apr 7 13:28:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:28:56 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_102856_075684.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:26:56Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 8 seconds From ci-noreply at qt-project.org Sun Apr 7 13:30:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:30:58 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_103058_053621.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:28:59Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 16 seconds From ci-noreply at qt-project.org Sun Apr 7 13:33:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:33:09 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_103309_073408.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:31:09Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 32 seconds From ci-noreply at qt-project.org Sun Apr 7 13:35:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:35:34 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_103534_034226.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:33:34Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 64 seconds From ci-noreply at qt-project.org Sun Apr 7 13:39:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:39:57 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_103957_024409.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:36:02Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, retry in 2 seconds 2013-04-07T10:36:32Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 128 seconds 2013-04-07T10:37:57Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, retry in 4 seconds From ci-noreply at qt-project.org Sun Apr 7 13:44:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:44:48 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_104448_016773.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:39:58Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, retry in 8 seconds 2013-04-07T10:40:07Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 503 Service Temporarily Unavailable, retry in 16 seconds 2013-04-07T10:40:33Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, retry in 256 seconds 2013-04-07T10:42:16Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, retry in 32 seconds 2013-04-07T10:42:48Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 503 Service Temporarily Unavailable, retry in 64 seconds From ci-noreply at qt-project.org Sun Apr 7 13:48:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:48:42 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_104842_091950.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:45:49Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, retry in 128 seconds 2013-04-07T10:46:42Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-07T10:46:42Z: [Qt_4.8_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Sun Apr 7 13:51:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:51:50 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_105150_030082.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:49:51Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, retry in 256 seconds From ci-noreply at qt-project.org Sun Apr 7 13:58:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 13:58:01 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_105801_015690.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T10:56:01Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-07T10:56:01Z: [Qt3D_master_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Sun Apr 7 19:30:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:30:14 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_163014_055875.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:26:14Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 2 seconds 2013-04-07T16:28:09Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 4 seconds 2013-04-07T16:28:14Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 503 Service Temporarily Unavailable, retry in 8 seconds From ci-noreply at qt-project.org Sun Apr 7 19:32:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:32:16 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_163216_036838.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:30:16Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 16 seconds From ci-noreply at qt-project.org Sun Apr 7 19:34:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:34:25 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_163425_052566.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:32:26Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 32 seconds From ci-noreply at qt-project.org Sun Apr 7 19:37:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:37:22 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_163722_032737.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:35:22Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 64 seconds From ci-noreply at qt-project.org Sun Apr 7 19:45:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:45:45 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_164545_075705.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:37:48Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 2 seconds 2013-04-07T16:38:20Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 128 seconds 2013-04-07T16:39:46Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 4 seconds 2013-04-07T16:41:43Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 8 seconds 2013-04-07T16:42:21Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, retry in 256 seconds 2013-04-07T16:43:45Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 16 seconds From ci-noreply at qt-project.org Sun Apr 7 19:47:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:47:54 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_164754_046413.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:45:54Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 32 seconds From ci-noreply at qt-project.org Sun Apr 7 19:50:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:50:33 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_165033_097050.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:48:20Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 64 seconds 2013-04-07T16:48:34Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-07T16:48:34Z: [QtSystems_master_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Sun Apr 7 19:53:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:53:18 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_165318_099796.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:51:18Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 128 seconds From ci-noreply at qt-project.org Sun Apr 7 19:57:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 19:57:19 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_165719_023473.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T16:55:19Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, retry in 256 seconds From ci-noreply at qt-project.org Sun Apr 7 20:03:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 7 Apr 2013 20:03:40 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130407_170340_060232.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-07T17:01:36Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-07T17:01:36Z: [QtSerialPort_stable_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Mon Apr 8 03:37:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:37:21 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_003721_042895.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:35:14Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 503 Service Temporarily Unavailable, retry in 2 seconds 2013-04-08T00:35:17Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 503 Service Temporarily Unavailable, retry in 4 seconds 2013-04-08T00:35:21Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 503 Service Temporarily Unavailable, retry in 8 seconds From ci-noreply at qt-project.org Mon Apr 8 03:39:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:39:22 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_003922_042243.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:37:23Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, retry in 16 seconds From ci-noreply at qt-project.org Mon Apr 8 03:41:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:41:32 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_004132_064055.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:39:32Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, retry in 32 seconds From ci-noreply at qt-project.org Mon Apr 8 03:43:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:43:58 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_004358_059042.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:41:59Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, retry in 64 seconds From ci-noreply at qt-project.org Mon Apr 8 03:47:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:47:10 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_004710_017811.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:45:11Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, retry in 128 seconds From ci-noreply at qt-project.org Mon Apr 8 03:51:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:51:12 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_005112_046653.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:49:12Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, retry in 256 seconds From ci-noreply at qt-project.org Mon Apr 8 03:57:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 03:57:28 +0200 Subject: [Ci-reports] Problems... Message-ID: <20130408_005728_064866.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T00:55:28Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-08T00:55:28Z: [QtDocGallery_master_Integration error] Suspending for investigation; to resume: kill -USR2 21949 From ci-noreply at qt-project.org Mon Apr 8 06:11:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:11:06 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130408_041106_020042.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration #30: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00030/log.txt.gz Tested changes (refs/builds/dev_1365242777): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS3] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Mon Apr 8 06:11:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:11:44 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130408_041144_060877.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-08T04:07:20Z: [QtXmlPatterns_dev_Integration error] fetch http://qt-ci.digia.com//job/QtXmlPatterns_dev_Integration/30/api/json?depth=2&tree=building,number,url,result,fullDisplayName,runs[building,number,url,result,fullDisplayName]: 596 Connection timed out at /var/lib/jenkins/qtqa/scripts/jenkins/qt-jenkins-integrator.pl line 1850., occurred repeatedly. 2013-04-08T04:07:20Z: [QtXmlPatterns_dev_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:07:29Z: [QtSerialPort_stable_Integration error] new build for QtSerialPort_stable_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-08T04:07:29Z: [QtSerialPort_stable_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:07:34Z: [Qt3D_master_Integration error] new build for Qt3D_master_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-08T04:07:34Z: [Qt3D_master_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:08:01Z: [QtDocGallery_master_Integration error] new build for QtDocGallery_master_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-08T04:08:01Z: [QtDocGallery_master_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:08:04Z: [QtDoc_stable_Integration error] new build for QtDoc_stable_Integration failed: 596 Connection timed out, occurred repeatedly. 2013-04-08T04:08:04Z: [QtDoc_stable_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:08:14Z: [Qt_4.8_Integration error] new build for Qt_4.8_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-08T04:08:14Z: [Qt_4.8_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:09:07Z: [QtSystems_master_Integration error] new build for QtSystems_master_Integration failed: 502 Proxy Error, occurred repeatedly. 2013-04-08T04:09:07Z: [QtSystems_master_Integration error] Suspending for investigation; to resume: kill -USR2 9292 2013-04-08T04:09:44Z: [QtBase_stable_Integration error] new build for QtBase_stable_Integration failed: 596 Connection timed out, occurred repeatedly. 2013-04-08T04:09:44Z: [QtBase_stable_Integration error] Suspending for investigation; to resume: kill -USR2 9292 From ci-noreply at qt-project.org Mon Apr 8 06:13:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:13:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130408_041317_017699.ci-noreply@qt-project.org> Qt3D_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #401: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00401/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ Qt3D_master_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #401: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00401/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/master_1365330838): http://codereview.qt-project.org/53110 [PS1] - Fix warnings in qt3d found by GCC 4.8 From ci-noreply at qt-project.org Mon Apr 8 06:13:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:13:29 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130408_041329_079288.ci-noreply@qt-project.org> QtSystems_master_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #667: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00667/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/master_1365351848): http://codereview.qt-project.org/53101 [PS1] - Fix warnings found in headers (headersclean) http://codereview.qt-project.org/53102 [PS1] - Make QServicePackagePrivate::clean non-virtual From ci-noreply at qt-project.org Mon Apr 8 06:20:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:20:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_042030_067755.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00861/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365246716): http://codereview.qt-project.org/52808 [PS2] - qdoc: Added missing CPP ignore token, Q_QML_EXPORT From ci-noreply at qt-project.org Mon Apr 8 06:21:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:21:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130408_042125_003189.ci-noreply@qt-project.org> QtDoc_stable_Integration » linux-g++-32_Ubuntu_10.04_x86 #127: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00127/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365244335): http://codereview.qt-project.org/53070 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Mon Apr 8 06:24:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:24:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130408_042457_028687.ci-noreply@qt-project.org> An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00668/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtSystems_master_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #668: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00668/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/master_1365394965): http://codereview.qt-project.org/53101 [PS1] - Fix warnings found in headers (headersclean) http://codereview.qt-project.org/53102 [PS1] - Make QServicePackagePrivate::clean non-virtual From ci-noreply at qt-project.org Mon Apr 8 06:29:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:29:38 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130408_042938_035637.ci-noreply@qt-project.org> Qt3D_master_Integration » linux-g++-32_Ubuntu_10.04_x86 #403: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00403/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/master_1365394918): http://codereview.qt-project.org/53110 [PS1] - Fix warnings in qt3d found by GCC 4.8 From ci-noreply at qt-project.org Mon Apr 8 06:31:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:31:40 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130408_043140_024435.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration » revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #32: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_dev_Integration/build_00032/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365395316): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS3] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Mon Apr 8 06:35:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:35:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_043536_075596.ci-noreply@qt-project.org> An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00862/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtBase_stable_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #862: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00862/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365394963): http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52108 [PS1] - tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52107 [PS1] - tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52106 [PS1] - tst_qdataurl: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52668 [PS9] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/53037 [PS1] - ANGLE: Avoid memory copies on buffers when data is null http://codereview.qt-project.org/52811 [PS6] - ANGLE DX11: Prevent assert when view is minimized or size goes to 0x0 http://codereview.qt-project.org/52810 [PS4] - Upgrade ANGLE to DX11 Proto http://codereview.qt-project.org/52885 [PS4] - Make QTextCursor accessibility boundary finder available http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version From ci-noreply at qt-project.org Mon Apr 8 06:38:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:38:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130408_043807_086414.ci-noreply@qt-project.org> An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00131/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00131/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz ============================================================ QtDoc_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #131: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00131/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz ============================================================ QtDoc_stable_Integration » macx-g++_developer-build_OSX_10.6 #131: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00131/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1365395397): http://codereview.qt-project.org/53070 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Mon Apr 8 06:38:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:38:24 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130408_043824_030933.ci-noreply@qt-project.org> An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00672/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00672/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz ============================================================ QtSystems_master_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #672: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00672/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz ============================================================ QtSystems_master_Integration » macx-g++_developer-build_OSX_10.6 #672: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00672/macx-g++_developer-build_OSX_10.6/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Invalid argument `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00672/win32-msvc2010_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Invalid argument fatal: read error: Invalid argument `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00672/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/master_1365395448): http://codereview.qt-project.org/53102 [PS1] - Make QServicePackagePrivate::clean non-virtual http://codereview.qt-project.org/53101 [PS1] - Fix warnings found in headers (headersclean) From ci-noreply at qt-project.org Mon Apr 8 06:42:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:42:29 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130408_044229_064418.ci-noreply@qt-project.org> Qt3D_master_Integration » linux-arm-gnueabi-g++_Ubuntu_11.10_x86 #405: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00405/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz ============================================================ Qt3D_master_Integration » linux-g++-32_Ubuntu_10.04_x86 #405: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00405/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/master_1365395677): http://codereview.qt-project.org/53110 [PS1] - Fix warnings in qt3d found by GCC 4.8 From ci-noreply at qt-project.org Mon Apr 8 06:45:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:45:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130408_044522_069519.ci-noreply@qt-project.org> QtSystems_master_Integration » win32-msvc2010_Windows_7 #674: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00674/win32-msvc2010_Windows_7/log.txt.gz ============================================================ QtSystems_master_Integration » win32-msvc2010_developer-build_angle_Windows_7 #674: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00674/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/master_1365396020): http://codereview.qt-project.org/53101 [PS1] - Fix warnings found in headers (headersclean) From ci-noreply at qt-project.org Mon Apr 8 06:48:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:48:01 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_044801_021582.ci-noreply@qt-project.org> QtBase_stable_Integration » linux-android-g++_Ubuntu_12.04_x64 #863: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00863/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365396037): http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example From ci-noreply at qt-project.org Mon Apr 8 06:48:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:48:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130408_044833_060426.ci-noreply@qt-project.org> QtSystems_master_Integration » linux-g++-32_Ubuntu_10.04_x86 #675: FAILURE Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00675/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. fatal: read error: Connection reset by peer `git clone qtgitreadonly:qt/qtqa.git _qtqa_latest' exited with code 128 at _testconfig/test.pl line 1103. Build log: http://testresults.qt-project.org/ci/QtSystems_master_Integration/build_00675/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/master_1365396423): http://codereview.qt-project.org/53102 [PS1] - Make QServicePackagePrivate::clean non-virtual From ci-noreply at qt-project.org Mon Apr 8 06:59:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 07:59:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130408_045908_044791.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #18: SUCCESS Tested changes (refs/builds/stable_1365352541): http://codereview.qt-project.org/53112 [PS1] - Fix cast from ASCII in library code http://codereview.qt-project.org/53113 [PS1] - Remove non-standard comma at the end of an enum From ci-noreply at qt-project.org Mon Apr 8 07:10:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:10:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130408_051017_009971.ci-noreply@qt-project.org> Qt3D_master_Integration » win32-msvc2010_developer-build_angle_Windows_7 #406: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00406/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz ============================================================ Qt3D_master_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #406: FAILURE Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00406/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/master_1365397324): http://codereview.qt-project.org/53110 [PS1] - Fix warnings in qt3d found by GCC 4.8 From ci-noreply at qt-project.org Mon Apr 8 07:15:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:15:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdocgallery#master Message-ID: <20130408_051521_056276.ci-noreply@qt-project.org> QtDocGallery_master_Integration #84: SUCCESS Tested changes (refs/builds/master_1365381311): http://codereview.qt-project.org/53107 [PS2] - Fix a warning in qtdocgallery found by GCC 4.8 From ci-noreply at qt-project.org Mon Apr 8 07:16:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:16:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_051637_015774.ci-noreply@qt-project.org> QtBase_stable_Integration » linux-android-g++_Ubuntu_12.04_x64 #864: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00864/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365397492): http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version From ci-noreply at qt-project.org Mon Apr 8 07:21:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:21:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130408_052134_010915.ci-noreply@qt-project.org> QtDoc_stable_Integration #133: SUCCESS Tested changes (refs/builds/stable_1365396252): http://codereview.qt-project.org/53070 [PS1] - Merge remote-tracking branch 'origin/release' into stable From ci-noreply at qt-project.org Mon Apr 8 07:29:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:29:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130408_052907_063744.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration #34: SUCCESS Tested changes (refs/builds/dev_1365395667): http://codereview.qt-project.org/52727 [PS1] - Update module version to 5.2.0 http://codereview.qt-project.org/52726 [PS3] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Mon Apr 8 07:31:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:31:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130408_053128_066212.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #19: SUCCESS Tested changes (refs/builds/stable_1365397266): http://codereview.qt-project.org/53128 [PS1] - Remove the namespace doc as the namespace usage was removed http://codereview.qt-project.org/53122 [PS1] - Fix a typo in the example qdoc to eliminate the warning http://codereview.qt-project.org/53121 [PS1] - Fix several documentation issues for the snippet qdoc keyword http://codereview.qt-project.org/53123 [PS1] - Use the ingroup/title/example properly without the module keyword http://codereview.qt-project.org/53124 [PS1] - Use the proper signature for the data error policy changed signal From ci-noreply at qt-project.org Mon Apr 8 07:39:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 08:39:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130408_053933_060296.ci-noreply@qt-project.org> QtSystems_master_Integration #676: SUCCESS Tested changes (refs/builds/master_1365397311): http://codereview.qt-project.org/53101 [PS1] - Fix warnings found in headers (headersclean) http://codereview.qt-project.org/53102 [PS1] - Make QServicePackagePrivate::clean non-virtual From ci-noreply at qt-project.org Mon Apr 8 08:25:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 09:25:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130408_062531_038733.ci-noreply@qt-project.org> Qt3D_master_Integration #407: SUCCESS Tested changes (refs/builds/master_1365398235): http://codereview.qt-project.org/53110 [PS1] - Fix warnings in qt3d found by GCC 4.8 From ci-noreply at qt-project.org Mon Apr 8 09:12:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 10:12:31 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_071231_061920.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 172 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00865/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365398499): http://codereview.qt-project.org/53037 [PS1] - ANGLE: Avoid memory copies on buffers when data is null http://codereview.qt-project.org/52811 [PS6] - ANGLE DX11: Prevent assert when view is minimized or size goes to 0x0 http://codereview.qt-project.org/52810 [PS4] - Upgrade ANGLE to DX11 Proto http://codereview.qt-project.org/53048 [PS1] - Mac: a dialog should have a titlebar by default From ci-noreply at qt-project.org Mon Apr 8 09:23:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 10:23:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_072317_057980.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00866/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365405284): http://codereview.qt-project.org/52106 [PS1] - tst_qdataurl: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52108 [PS1] - tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52107 [PS1] - tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version From ci-noreply at qt-project.org Mon Apr 8 09:34:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 10:34:18 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_073418_015017.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00867/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365405932): http://codereview.qt-project.org/53037 [PS1] - ANGLE: Avoid memory copies on buffers when data is null http://codereview.qt-project.org/52811 [PS6] - ANGLE DX11: Prevent assert when view is minimized or size goes to 0x0 http://codereview.qt-project.org/52810 [PS4] - Upgrade ANGLE to DX11 Proto From ci-noreply at qt-project.org Mon Apr 8 10:34:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 11:34:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_083404_020717.ci-noreply@qt-project.org> qtbase failed to compile :( compiling cppcodemarker.cpp cppcodemarker.cpp: In member function 'QString CppCodeMarker::addMarkUp(const QString&, const Node*, const Location&)': cppcodemarker.cpp:827: error: could not convert 'keywords.QSet::isEmpty [with T = QString]' to 'bool' cppcodemarker.cpp:827: error: in argument to unary ! make[3]: *** [.obj/debug-shared/cppcodemarker.o] Error 1 make[2]: *** [sub-qdoc-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00786/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz ============================================================ qtbase failed to compile :( compiling cppcodemarker.cpp cppcodemarker.cpp: In member function 'TestNamespace::QString TestNamespace::CppCodeMarker::addMarkUp(const TestNamespace::QString&, const TestNamespace::Node*, const TestNamespace::Location&)': cppcodemarker.cpp:827:29: error: argument of type 'bool (TestNamespace::QSet::)()const' does not match 'bool' cppcodemarker.cpp:827:29: error: in argument to unary ! make[3]: *** [.obj/debug-shared/cppcodemarker.o] Error 1 make[2]: *** [sub-qdoc-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00786/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365409350): http://codereview.qt-project.org/53050 [PS1] - Improve qdoc performance. From ci-noreply at qt-project.org Mon Apr 8 11:19:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 12:19:42 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130408_091942_086064.ci-noreply@qt-project.org> Qt_4.8_Integration #1380: SUCCESS Tested changes (refs/builds/4.8_1365327973): http://codereview.qt-project.org/52654 [PS1] - Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale() From ci-noreply at qt-project.org Mon Apr 8 11:35:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 12:35:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_093548_027245.ci-noreply@qt-project.org> QtBase_stable_Integration #868: SUCCESS Tested changes (refs/builds/stable_1365406590): http://codereview.qt-project.org/53048 [PS1] - Mac: a dialog should have a titlebar by default From ci-noreply at qt-project.org Mon Apr 8 12:50:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 13:50:32 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttranslations#release Message-ID: <20130408_105032_028020.ci-noreply@qt-project.org> QtTranslations_release_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #9: FAILURE Build log: http://testresults.qt-project.org/ci/QtTranslations_release_Integration/build_00009/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/release_1365416069): http://codereview.qt-project.org/52086 [PS1] - Split and updated Czech translations From ci-noreply at qt-project.org Mon Apr 8 13:33:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 14:33:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttranslations#release Message-ID: <20130408_113318_002015.ci-noreply@qt-project.org> QtTranslations_release_Integration #10: SUCCESS Tested changes (refs/builds/release_1365418479): http://codereview.qt-project.org/52086 [PS1] - Split and updated Czech translations From ci-noreply at qt-project.org Mon Apr 8 13:40:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 14:40:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130408_114004_031280.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #34: SUCCESS Tested changes (refs/builds/stable_1365417993): http://codereview.qt-project.org/53168 [PS1] - Cleanup the superfluous \internal tags that are no longer needed From ci-noreply at qt-project.org Mon Apr 8 13:49:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 14:49:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_114918_007212.ci-noreply@qt-project.org> QtBase_stable_Integration #869: SUCCESS Tested changes (refs/builds/stable_1365413879): http://codereview.qt-project.org/53037 [PS1] - ANGLE: Avoid memory copies on buffers when data is null http://codereview.qt-project.org/52811 [PS6] - ANGLE DX11: Prevent assert when view is minimized or size goes to 0x0 http://codereview.qt-project.org/52810 [PS4] - Upgrade ANGLE to DX11 Proto http://codereview.qt-project.org/52885 [PS4] - Make QTextCursor accessibility boundary finder available http://codereview.qt-project.org/52668 [PS9] - QWizard/Win: Support RTL layout in Aero style http://codereview.qt-project.org/52808 [PS2] - qdoc: Added missing CPP ignore token, Q_QML_EXPORT From ci-noreply at qt-project.org Mon Apr 8 14:01:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 15:01:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130408_120120_077803.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #382: SUCCESS Tested changes (refs/builds/stable_1365416013): http://codereview.qt-project.org/53158 [PS2] - Add change log file for Qt 5.1.0 From ci-noreply at qt-project.org Mon Apr 8 14:35:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 15:35:31 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_123531_073217.ci-noreply@qt-project.org> Autotest `tst_networkselftest' failed :( Testing tst_NetworkSelfTest FAIL! : tst_NetworkSelfTest::httpsServer() Failed to receive data in step 3: timeout Loc: [tst_networkselftest.cpp(231)] Totals: 46 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_NetworkSelfTest ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_NetworkSelfTest::initTestCase() PASS : tst_NetworkSelfTest::hostTest() PASS : tst_NetworkSelfTest::dnsResolution(local-name) PASS : tst_NetworkSelfTest::dnsResolution(fqdn) PASS : tst_NetworkSelfTest::serverReachability() PASS : tst_NetworkSelfTest::remotePortsOpen(echo) PASS : tst_NetworkSelfTest::remotePortsOpen(daytime) PASS : tst_NetworkSelfTest::remotePortsOpen(ftp) PASS : tst_NetworkSelfTest::remotePortsOpen(ssh) PASS : tst_NetworkSelfTest::remotePortsOpen(imap) PASS : tst_NetworkSelfTest::remotePortsOpen(http) PASS : tst_NetworkSelfTest::remotePortsOpen(https) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy-auth-basic) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy-auth-ntlm) PASS : tst_NetworkSelfTest::remotePortsOpen(socks5-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(socks5-proxy-auth) PASS : tst_NetworkSelfTest::remotePortsOpen(ftp-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(smb) QDEBUG : tst_NetworkSelfTest::ftpServer() 0 Connecting to server on port 21 QDEBUG : tst_NetworkSelfTest::ftpServer() 1 Expecting "220" QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 3 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 4 Expecting "331" QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 6 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 7 Expecting "230" QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 9 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 10 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 12 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 13 Expecting "550" QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 15 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 16 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 17 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 18 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 19 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 22 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 23 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 25 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 26 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 27 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 28 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 29 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 30 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 31 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 32 Expecting "221" QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 34 Waiting for remote disconnect PASS : tst_NetworkSelfTest::ftpServer() QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 0 Connecting to server on port 2121 QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 1 Expecting "220" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 2 Discarded " Frox transparent ftp proxy. Login with username[@host[:port]]\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 3 Sending "USER anonymous at qt-test-server.qt-test-net\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 4 Expecting "331" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 5 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 5 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 6 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 7 Expecting "230" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 8 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 9 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 10 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 11 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 12 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 13 Expecting "550" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 14 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 15 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 16 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 17 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 18 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 19 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 22 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 23 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 24 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 25 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 26 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 27 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 28 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 29 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 30 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 31 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 32 Expecting "221" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 33 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 33 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 34 Waiting for remote disconnect PASS : tst_NetworkSelfTest::ftpProxyServer() QDEBUG : tst_NetworkSelfTest::imapServer() 0 Connecting to server on port 143 QDEBUG : tst_NetworkSelfTest::imapServer() 1 Expecting "* OK " QDEBUG : tst_NetworkSelfTest::imapServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 2 Discarded "qt-test-server Cyrus IMAP4 v2.2.13-Debian-2.2.13-19squeeze3build0.10.04.1 server ready\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 3 Sending "1 CAPABILITY\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 4 Expecting "* CAPABILITY " QDEBUG : tst_NetworkSelfTest::imapServer() 5 Discarding until "1 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 5 Discarded "IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS\r\n1 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 6 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 6 Discarded " Completed\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 7 Sending "2 LOGOUT\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 8 Discarding until "2 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 8 Discarded "* BYE LOGOUT received\r\n2 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 9 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 9 Discarded " Completed\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 10 Waiting for remote disconnect PASS : tst_NetworkSelfTest::imapServer() QDEBUG : tst_NetworkSelfTest::httpServer() 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 1 Sending "GET /\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 2 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 2 Discarded in the process: "

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 3 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 4 Sending "GET / HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 5 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 6 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 6 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 7 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 8 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 8 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 9 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 10 Sending "POST / HTTP/1.0\r\nContent-Length: 5\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\nHello" QDEBUG : tst_NetworkSelfTest::httpServer() 11 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 12 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 12 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 13 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 14 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 14 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 15 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 16 Sending "GET /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 17 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 18 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 18 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 19 Expecting "401 " QDEBUG : tst_NetworkSelfTest::httpServer() 20 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 20 Discarded in the process: "Authorization Required\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nWWW-Authenticate: Basic realm=\"password-protected area\"\r\nContent-Length: 493\r\nConnection: close\r\nContent-Type: text/html; charset=iso-8859-1\r\n\r\n\n\n401 Authorization Required\n\n

Authorization Required

\n

This server could not verify that you\nare authorized to access the document\nrequested. Either you supplied the wrong\ncredentials (e.g., bad password), or your\nbrowser doesn't understand how to supply\nthe credentials required.

\n
\n
Apache/2.2.14 (Ubuntu) Server at qt-test-server.qt-test-net Port 80
\n\n" QDEBUG : tst_NetworkSelfTest::httpServer() 21 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 22 Sending "HEAD /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 23 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 24 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 24 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 25 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 26 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 26 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"242d-656a-4ca2f90330f9a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\nConnection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 27 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 28 Sending "HEAD /dav/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 29 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 30 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 30 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 31 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 32 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 32 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/html;charset=UTF-8\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 33 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 34 Sending "PUT /dav/networkselftest-1844674407263427921617636209151365423589.txt HTTP/1.0\r\nContent-Length: 5\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\nHello" QDEBUG : tst_NetworkSelfTest::httpServer() 35 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 36 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 36 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 37 Expecting "201 " QDEBUG : tst_NetworkSelfTest::httpServer() 38 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 38 Discarded in the process: "Created\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLocation: http://qt-test-server.qt-test-net/dav/networkselftest-1844674407263427921617636209151365423589.txt\r\nContent-Length: 331\r\nConnection: close\r\nContent-Type: text/html; charset=ISO-8859-1\r\n\r\n\n\n201 Created\n\n

Created

\n

Resource /dav/networkselftest-1844674407263427921617636209151365423589.txt has been created.

\n
\n
Apache/2.2.14 (Ubuntu) Server at qt-test-server.qt-test-net Port 80
\n\n" QDEBUG : tst_NetworkSelfTest::httpServer() 39 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 40 Sending "HEAD /dav/networkselftest-1844674407263427921617636209151365423589.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 41 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 42 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 42 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 43 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 44 Discarding until "\r\nContent-Length: 5\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 44 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Mon, 08 Apr 2013 12:29:51 GMT\r\nETag: W/\"311b-5-4d9d897ed6196\"\r\nAccept-Ranges: bytes\r\nContent-Length: 5\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 45 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 45 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 46 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 47 Sending "DELETE /dav/networkselftest-1844674407263427921617636209151365423589.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 48 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 49 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 49 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 50 Expecting "204 " QDEBUG : tst_NetworkSelfTest::httpServer() 51 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 51 Discarded in the process: "No Content\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-Length: 0\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServer() QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 1 Sending "HEAD /qtest/fluke.gif HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Tue, 22 May 2007 12:04:57 GMT\r\nETag: \"2419-6d02-4310ddbb12c40\"\r\nAccept-Ranges: bytes\r\nContent-Length: 27906\r\nConnection: close\r\nContent-Type: image/gif\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(fluke.gif) QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 1 Sending "HEAD /qtest/bigfile HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 5 Discarding until "\r\nContent-Length: 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2410-7ec48-4ca2f9031a836\"\r\nAccept-Ranges: bytes\r\nContent-Length: 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(bigfile) QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 1 Sending "HEAD /qtest/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 5 Discarding until "\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2411-656a-4ca2f9031b7d9\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 1 Sending "HEAD /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 5 Discarding until "\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"242d-656a-4ca2f90330f9a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 1 Sending "HEAD /qtest/qxmlquery/completelyEmptyQuery.xq HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2413-0-4ca2f9031d719\"\r\nAccept-Ranges: bytes\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 1 Sending "HEAD /qtest/qxmlquery/notWellformedViaHttps.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2423-4-4ca2f90329298\"\r\nAccept-Ranges: bytes\r\nContent-Length: 4\r\nConnection: close\r\nContent-Type: application/xml\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 1 Sending "HEAD /qtest/qxmlquery/notWellformed.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2442-4-4ca2f90340999\"\r\nAccept-Ranges: bytes\r\nContent-Length: 4\r\nConnection: close\r\nContent-Type: application/xml\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 1 Sending "HEAD /qtest/qxmlquery/viaHttp.xq HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2416-2a-4ca2f9031f658\"\r\nAccept-Ranges: bytes\r\nContent-Length: 42\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 1 Sending "HEAD /qtest/qxmlquery/wellFormedViaHttps.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2414-31-4ca2f9031d719\"\r\nAccept-Ranges: bytes\r\nContent-Length: 49\r\nConnection: close\r\nContent-Type: application/xml\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 1 Sending "HEAD /qtest/qxmlquery/wellFormed.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 5 Discarded in the process: "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"241a-30-4ca2f9032253a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 48\r\nConnection: close\r\nContent-Type: application/xml\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 1 Sending "GET /qtest/cgi-bin/echo.cgi?Hello+World HTTP/1.0\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 6 Expecting "Hello+World" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(echo.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 1 Sending "POST /qtest/cgi-bin/echo.cgi?Hello+World HTTP/1.0\r\nConnection: close\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 6 Expecting "Hello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 1 Sending "POST /qtest/cgi-bin/md5sum.cgi HTTP/1.0\r\nConnection: close\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-length: 33\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 6 Expecting "29b933a8d9a0fcef0af75f1713f4940e\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 1 Sending "POST /qtest/protected/cgi-bin/md5sum.cgi HTTP/1.0\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-length: 33\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 6 Expecting "29b933a8d9a0fcef0af75f1713f4940e\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 1 Sending "POST /qtest/cgi-bin/set-cookie.cgi HTTP/1.0\r\nConnection: close\r\nContent-Length: 8\r\n\r\nfoo=bar\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 5 Discarding until "\r\nSet-Cookie: foo=bar\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 5 Discarded "OK\r\nDate: Mon, 08 Apr 2013 12:29:51 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nSet-Cookie: foo=bar\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 6 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 6 Discarded "Connection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 7 Expecting "Success\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 8 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) QDEBUG : tst_NetworkSelfTest::httpsServer() 0 Connecting to server on port 443 QDEBUG : tst_NetworkSelfTest::httpsServer() 1 Starting client encryption QDEBUG : tst_NetworkSelfTest::httpsServer() 2 Sending "GET / HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpsServer() 3 Expecting "HTTP/1." FAIL! : tst_NetworkSelfTest::httpsServer() Failed to receive data in step 3: timeout Loc: [tst_networkselftest.cpp(231)] QDEBUG : tst_NetworkSelfTest::httpProxy() 0 Connecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 1 Sending "GET http://10.212.2.0/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 4 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Discarded in the process: "OK\r\nDate: Wed, 28 Nov 2012 19:04:13 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 27303\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 6 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 7 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 8 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 10 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Discarded in the process: "OK\r\nDate: Wed, 13 Mar 2013 05:49:30 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 27303\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 12 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 13 Sending "CONNECT 10.212.2.0:21 HTTP/1.0\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 14 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 16 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarded "Connection established\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 18 Expecting "220" QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 20 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 21 Expecting "331" QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 23 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 24 Expecting "230" QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 26 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 27 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 29 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 30 Expecting "550" QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 32 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 33 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 34 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 35 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 36 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 37 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 39 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 40 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 42 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 43 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 44 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 45 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 46 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 47 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 48 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 49 Expecting "221" QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 51 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 52 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 53 Sending "CONNECT qt-test-server.qt-test-net:21 HTTP/1.0\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 54 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 56 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarded "Connection established\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 58 Expecting "220" QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 60 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 61 Expecting "331" QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 63 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 64 Expecting "230" QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 66 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 67 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 69 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 70 Expecting "550" QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 72 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 73 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 74 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 75 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 76 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 77 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 79 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 80 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 82 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 83 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 84 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 85 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 86 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 87 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 88 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 89 Expecting "221" QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 91 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpProxy() QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 0 Connecting to server on port 3129 QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 1 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 4 Expecting "407 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 5 Discarding until "\r\nProxy-Authenticate: Basic realm=\"" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 5 Discarded "Proxy Authentication Required\r\nServer: squid/3.0.STABLE19\r\nMime-Version: 1.0\r\nDate: Mon, 08 Apr 2013 12:29:52 GMT\r\nContent-Type: text/html\r\nContent-Length: 1690\r\nX-Squid-Error: ERR_CACHE_ACCESS_DENIED 0\r\nProxy-Authenticate: Basic realm=\"" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 6 Discarded in the process: "Squid proxy-caching web server\"\r\nX-Cache: MISS from localhost\r\nX-Cache-Lookup: NONE from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n\n\n\nERROR: Cache Access Denied\n\n\n\n
\n

ERROR

\n

Cache Access Denied.

\n
\n
\n\n
\n

The following error was encountered while trying to retrieve the URL: http://qt-test-server.qt-test-net/

\n\n
\n

Cache Access Denied.

\n
\n\n

Sorry, you are not currently allowed to request http://qt-test-server.qt-test-net/ from this cache until you have authenticated yourself.

\n\n

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.

\n\n
\n
\n\n
\n
\n

Generated Mon, 08 Apr 2013 12:29:52 GMT by localhost (squid/3.0.STABLE19)

\n\n
\n\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 7 Reconnecting to server on port 3129 QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 8 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\nProxy-Authorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 9 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 10 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 10 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 11 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 12 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 12 Discarded in the process: "OK\r\nDate: Wed, 13 Mar 2013 05:49:30 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 27303\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" PASS : tst_NetworkSelfTest::httpProxyBasicAuth() QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 0 Connecting to server on port 3130 QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 1 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: keep-alive\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 4 Expecting "407 " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 5 Discarding until "\r\nProxy-Authenticate: NTLM\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 5 Discarded "Proxy Authentication Required\r\nServer: squid/3.0.STABLE19\r\nMime-Version: 1.0\r\nDate: Mon, 08 Apr 2013 12:29:52 GMT\r\nContent-Type: text/html\r\nContent-Length: 1695\r\nX-Squid-Error: ERR_CACHE_ACCESS_DENIED 0\r\nProxy-Authenticate: NTLM\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 6 Discarded in the process: "X-Cache: MISS from localhost\r\nX-Cache-Lookup: NONE from localhost:3130\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n\n\n\nERROR: Cache Access Denied\n\n\n\n
\n

ERROR

\n

Cache Access Denied.

\n
\n
\n\n
\n

The following error was encountered while trying to retrieve the URL: http://qt-test-server.qt-test-net/

\n\n
\n

Cache Access Denied.

\n
\n\n

Sorry, you are not currently allowed to request http://qt-test-server.qt-test-net/ from this cache until you have authenticated yourself.

\n\n

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.

\n\n
\n
\n\n
\n
\n

Generated Mon, 08 Apr 2013 12:29:52 GMT by localhost (squid/3.0.STABLE19)

\n\n
\n\n" PASS : tst_NetworkSelfTest::httpProxyNtlmAuth() QDEBUG : tst_NetworkSelfTest::socks5Proxy() 0 Connecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 1 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 2 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 3 Sending "\5\1\0\1\177\0\0\1\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 4 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 5 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 6 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 6 Skipped "\n\324\2\0\220\253" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 7 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 8 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 9 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 10 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 11 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 12 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 13 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 14 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 15 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 16 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 17 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 17 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 18 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 19 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 20 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 20 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 21 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 22 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 23 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 24 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 25 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 26 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 27 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 27 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 28 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 29 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 30 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 30 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 31 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 32 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 33 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 34 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 35 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 36 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 37 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 38 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 39 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 39 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 40 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 41 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 42 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 43 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 44 Sending "\5\1\0\1\n\324\2\0\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 45 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 46 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 47 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 47 Skipped "\n\324\2\0\220\254" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 48 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 49 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 49 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 50 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 51 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 52 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 52 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 53 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 54 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 55 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 55 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 56 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 57 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 58 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 58 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 59 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 60 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 61 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 61 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 62 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 63 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 64 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 65 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 66 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 67 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 68 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 68 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 69 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 70 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 71 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 71 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 72 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 73 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 74 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 75 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 76 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 77 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 78 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 79 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 80 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 80 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 81 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 82 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 83 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 84 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 85 Sending "\5\1\0\3\tlocalhost\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 86 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 87 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 88 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 88 Skipped "\n\324\2\0\220\255" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 89 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 90 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 90 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 91 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 92 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 93 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 93 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 94 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 95 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 96 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 96 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 97 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 98 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 99 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 99 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 100 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 101 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 102 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 102 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 103 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 104 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 105 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 106 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 107 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 108 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 109 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 109 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 110 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 111 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 112 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 112 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 113 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 114 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 115 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 116 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 117 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 118 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 119 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 120 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 121 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 121 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 122 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 123 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 124 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 125 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 126 Sending "\5\1\0\3\32qt-test-server.qt-test-net\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 127 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 128 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 129 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 129 Skipped "\n\324\2\0\220\256" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 130 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 131 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 131 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 132 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 133 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 134 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 134 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 135 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 136 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 137 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 137 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 138 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 139 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 140 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 140 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 141 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 142 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 143 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 143 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 144 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 145 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 146 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 147 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 148 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 149 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 150 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 150 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 151 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 152 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 153 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 153 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 154 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 155 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 156 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 157 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 158 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 159 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 160 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 161 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 162 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 162 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 163 Waiting for remote disconnect PASS : tst_NetworkSelfTest::socks5Proxy() QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 0 Connecting to server on port 1081 QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 1 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 2 Expecting "\5\377" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 3 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 4 Reconnecting to server on port 1081 QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 5 Sending "\5\1\2\1\nqsockstest\10password" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 6 Expecting "\5\2\1\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 7 Sending "\5\1\0\1\177\0\0\1\0\25" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 8 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 9 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipped "\n\324\2\0\347\364" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 11 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 13 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 14 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 16 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 17 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 19 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 22 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 23 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 25 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 26 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 27 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 28 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 29 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 30 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 32 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 33 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 35 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 36 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 37 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 38 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 39 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 40 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 41 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 42 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 44 Waiting for remote disconnect PASS : tst_NetworkSelfTest::socks5ProxyAuth() QDEBUG : tst_NetworkSelfTest::smbServer() Test server found and shares are correct QDEBUG : tst_NetworkSelfTest::smbServer() Test file is correct PASS : tst_NetworkSelfTest::smbServer() PASS : tst_NetworkSelfTest::supportsSsl() PASS : tst_NetworkSelfTest::cleanupTestCase() Totals: 46 passed, 1 failed, 0 skipped ********* Finished testing of tst_NetworkSelfTest ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_networkselftest: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00870/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365422020): http://codereview.qt-project.org/52609 [PS1] - Doc: Fix minor typo http://codereview.qt-project.org/52679 [PS2] - Use the smallest size out of the readBuffer or the maximum size for SSL http://codereview.qt-project.org/53012 [PS2] - mkspecs are installed to QT_HOST_DATA instead of QT_INSTALL_ARCHDATA. http://codereview.qt-project.org/52715 [PS1] - Make QGLPaintEngine work on retina displays. http://codereview.qt-project.org/53062 [PS2] - iOS: Skip modules that don't build yet http://codereview.qt-project.org/52366 [PS2] - Cocoa: Properly clean window mask data http://codereview.qt-project.org/53036 [PS3] - Android: Split Unix Makefile generator's $(MOVE) commands up From ci-noreply at qt-project.org Mon Apr 8 14:38:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 15:38:47 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130408_123847_063764.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #35: SUCCESS Tested changes (refs/builds/stable_1365421328): http://codereview.qt-project.org/53179 [PS2] - Fixed a bug where the MaximumSizeHint of a layout with spans was wrong http://codereview.qt-project.org/53083 [PS2] - doc: Minor changes to qtquickcontrols.qdocconf From ci-noreply at qt-project.org Mon Apr 8 14:52:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 15:52:44 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130408_125244_013918.ci-noreply@qt-project.org> Autotest `tst_qsound' failed :( Testing tst_QSound Totals: 6 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 2493] QtQA::App::TestRunner: [New Thread 2494] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsound -silent -o /work/build/_artifacts/test-logs/tst_qsound-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb7586596 in ~QExplicitlySharedDataPointer (this=0x9b6a810, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 2494): QtQA::App::TestRunner: #0 0xb776f430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb69fc506 in *__GI___poll (fds=0xb6a91ff4, nfds=2, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb7687502 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #3 0xb7673a59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #4 0xb7675a13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #5 0xb7675ae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #6 0xb76872a3 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #7 0xb67e2e02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so QtQA::App::TestRunner: #8 0xb6bd596e in start_thread (arg=0xb4d9fb70) at pthread_create.c:300 QtQA::App::TestRunner: #9 0xb6a0a3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 2493): QtQA::App::TestRunner: #0 0xb7586596 in ~QExplicitlySharedDataPointer (this=0x9b6a810, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QNetworkConfiguration (this=0x9b6a810, __in_chrg=) QtQA::App::TestRunner: at bearer/qnetworkconfiguration.cpp:226 QtQA::App::TestRunner: #2 0xb753f370 in ~QNetworkAccessManagerPrivate (this=0x9b6a7a0, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #3 0xb6ec6dcf in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: this=0x9b6e808, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #4 ~QScopedPointer (this=0x9b6e808, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #5 ~QObject (this=0x9b6e808, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #6 0xb753e0bc in ~QNetworkAccessManager (this=0x9b6e808, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #7 0xb76fb5d0 in ~QSampleCache (this=0xb776c720, QtQA::App::TestRunner: __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #8 0xb770231d in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #9 0xb69661bf in __run_exit_handlers (status=0, listp=0xb6a92324, QtQA::App::TestRunner: run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #10 0xb696622f in *__GI_exit (status=0) at exit.c:100 QtQA::App::TestRunner: #11 0xb694dbde in __libc_start_main (main=0x80497f0
, argc=6, QtQA::App::TestRunner: ubp_av=0xbfa6fb14, init=0x804ad20 <__libc_csu_init>, QtQA::App::TestRunner: fini=0x804ad10 <__libc_csu_fini>, rtld_fini=0xb777e080 <_dl_fini>, QtQA::App::TestRunner: stack_end=0xbfa6fb0c) at libc-start.c:258 QtQA::App::TestRunner: #12 0x08049681 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSound ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSound::initTestCase() PASS : tst_QSound::testLooping() PASS : tst_QSound::testPlay() PASS : tst_QSound::testStop() PASS : tst_QSound::testStaticPlay() PASS : tst_QSound::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of tst_QSound ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 2501] QtQA::App::TestRunner: [New Thread 2502] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qsound -o /work/build/_artifacts/test-logs/tst_qsound-testresults-00.xml,'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb7545596 in ~QExplicitlySharedDataPointer (this=0x99ea480, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 2502): QtQA::App::TestRunner: #0 0xb772e430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb69bb506 in *__GI___poll (fds=0xb6a50ff4, nfds=2, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb7646502 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #3 0xb7632a59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #4 0xb7634a13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #5 0xb7634ae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #6 0xb76462a3 in ?? () from /usr/lib/libpulse.so.0 QtQA::App::TestRunner: #7 0xb67a1e02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so QtQA::App::TestRunner: #8 0xb6b9496e in start_thread (arg=0xb4d5eb70) at pthread_create.c:300 QtQA::App::TestRunner: #9 0xb69c93ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 2501): QtQA::App::TestRunner: #0 0xb7545596 in ~QExplicitlySharedDataPointer (this=0x99ea480, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QNetworkConfiguration (this=0x99ea480, __in_chrg=) QtQA::App::TestRunner: at bearer/qnetworkconfiguration.cpp:226 QtQA::App::TestRunner: #2 0xb74fe370 in ~QNetworkAccessManagerPrivate (this=0x99ea410, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #3 0xb6e85dcf in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: this=0x99ea400, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #4 ~QScopedPointer (this=0x99ea400, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #5 ~QObject (this=0x99ea400, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #6 0xb74fd0bc in ~QNetworkAccessManager (this=0x99ea400, QtQA::App::TestRunner: __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #7 0xb76ba5d0 in ~QSampleCache (this=0xb772b720, QtQA::App::TestRunner: __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #8 0xb76c131d in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #9 0xb69251bf in __run_exit_handlers (status=0, listp=0xb6a51324, QtQA::App::TestRunner: run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #10 0xb692522f in *__GI_exit (status=0) at exit.c:100 QtQA::App::TestRunner: #11 0xb690cbde in __libc_start_main (main=0x80497f0
, argc=5, QtQA::App::TestRunner: ubp_av=0xbfbd7534, init=0x804ad20 <__libc_csu_init>, QtQA::App::TestRunner: fini=0x804ad10 <__libc_csu_fini>, rtld_fini=0xb773d080 <_dl_fini>, QtQA::App::TestRunner: stack_end=0xbfbd752c) at libc-start.c:258 QtQA::App::TestRunner: #12 0x08049681 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsound: 19 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00105/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1365419531): http://codereview.qt-project.org/46445 [PS62] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 8 15:19:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:19:05 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130408_131905_040382.ci-noreply@qt-project.org> qtbase failed to compile :( In file included from ssl/qsslsocket_openssl_symbols.cpp:57: In file included from ssl/qsslsocket_openssl_symbols_p.h:71: In file included from ssl/qsslsocket_openssl_p.h:71: In file included from ssl/qsslcontext.cpp:47: In file included from ../../include/QtNetwork/5.1.0/QtNetwork/private/qsslsocket_p.h:1: In file included from kernel/qopenglcontext.cpp:42: In file included from ../../include/QtGui/5.1.0/QtGui/qpa/qplatformopenglcontext.h:1: In file included from ../../include/QtGui/5.1.0/QtGui/qpa/../../../../../src/gui/kernel/qplatformopenglcontext.h:59: In file included from ../../include/QtGui/qwindow.h:1: In file included from ../../include/QtGui/../../src/gui/kernel/qwindow.h:56: In file included from ../../include/QtGui/qicon.h:1: In file included from ../../include/QtGui/../../src/gui/image/qicon.h:48: In file included from ../../include/QtGui/qpixmap.h:1: In file included from ../../include/QtGui/../../src/gui/image/qpixmap.h:49: In file included from ../../include/QtCore/qsharedpointer.h:1: In file included from ../../include/QtCore/../../src/corelib/tools/qsharedpointer.h:50: In file included from ../../include/QtCore/qsharedpointer_impl.h:1: In file included from ../../include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h:66: In file included from ../../include/QtCore/qhash.h:1: ../../include/QtCore/../../src/corelib/tools/qhash.h:109:35: error: no matching function for call to 'qHash' ../../include/QtCore/../../src/corelib/tools/qhash.h:89:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QByteArray' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qhash.h:90:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QString' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qhash.h:91:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QStringRef' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qhash.h:92:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QBitArray' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qhash.h:93:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'QLatin1String' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qdatetime.h:291:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QDateTime' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qdatetime.h:292:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QDate' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qdatetime.h:293:20: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QTime' for 1st argument; ../../include/QtGui/5.1.0/QtGui/private/../../../../../src/gui/kernel/qguiapplication_p.h:290:19: note: candidate function not viable: no known conversion from 'const QOpenGLVersionProfile' to 'const QGuiApplicationPrivate::ActiveTouchPointsKey' for 1st argument; ../../include/QtCore/../../src/corelib/tools/qhash.h:100:32: note: candidate template ignored: failed template argument deduction ../../include/QtCore/../../src/corelib/tools/qhash.h:112:49: note: candidate template ignored: failed template argument deduction ../../include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h:763:24: note: candidate template ignored: failed template argument deduction ../../include/QtCore/../../src/corelib/tools/qhash.h:108:34: note: candidate function template not viable: requires 2 arguments, but 1 was provided ../../include/QtGui/../../src/gui/opengl/qopenglversionfunctions.h:94:13: note: candidate function not viable: requires 2 arguments, but 1 was provided kernel/qopenglcontext.h:104:13: note: candidate function not viable: requires 2 arguments, but 1 was provided In file included from kernel/qopenglcontext.cpp:42: In file included from ../../include/QtGui/5.1.0/QtGui/qpa/qplatformopenglcontext.h:1: In file included from ../../include/QtGui/5.1.0/QtGui/qpa/../../../../../src/gui/kernel/qplatformopenglcontext.h:59: In file included from ../../include/QtGui/qwindow.h:1: In file included from ../../include/QtGui/../../src/gui/kernel/qwindow.h:56: In file included from ../../include/QtGui/qicon.h:1: In file included from ../../include/QtGui/../../src/gui/image/qicon.h:48: In file included from ../../include/QtGui/qpixmap.h:1: In file included from ../../include/QtGui/../../src/gui/image/qpixmap.h:49: In file included from ../../include/QtCore/qsharedpointer.h:1: In file included from ../../include/QtCore/../../src/corelib/tools/qsharedpointer.h:50: In file included from ../../include/QtCore/qsharedpointer_impl.h:1: In file included from ../../include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h:66: In file included from ../../include/QtCore/qhash.h:1: ../../include/QtCore/../../src/corelib/tools/qhash.h:109:35: error: no matching function for call to 'qHash' make[3]: *** [.obj/release-shared/qopenglcontext.o] Error 1 make[2]: *** [sub-gui-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00170/macx-clang_developer-build_OSX_10.8/log.txt.gz Tested changes (refs/builds/stable_1365426762): http://codereview.qt-project.org/53191 [PS1] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 8 15:22:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:22:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130408_132259_012703.ci-noreply@qt-project.org> QtWebKit_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #104: FAILURE Build log: http://testresults.qt-project.org/ci/QtWebKit_stable_Integration/build_00104/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365419542): http://codereview.qt-project.org/53153 [PS1] - REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value="" http://codereview.qt-project.org/53152 [PS1] - Restore old semantics to webkitRequestAnimationFrame callbacks From ci-noreply at qt-project.org Mon Apr 8 15:23:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:23:12 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130408_132312_047107.ci-noreply@qt-project.org> QtDoc_stable_Integration #134: SUCCESS Tested changes (refs/builds/stable_1365423912): http://codereview.qt-project.org/52812 [PS5] - Add Qt Quick Controls to the documentation From ci-noreply at qt-project.org Mon Apr 8 15:32:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:32:11 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#stable Message-ID: <20130408_133211_091331.ci-noreply@qt-project.org> QtX11Extras_stable_Integration #10: SUCCESS Tested changes (refs/builds/stable_1365426827): http://codereview.qt-project.org/53081 [PS3] - doc: Minor changes to qtx11extras.qdocconf From ci-noreply at qt-project.org Mon Apr 8 15:51:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:51:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130408_135114_035713.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location FAIL! : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) 'socket->waitForEncrypted(5000)' returned FALSE. () .\tst_qsslsocket.cpp(1869) : failure location Totals: 560 passed, 2 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(709) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1191) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1335) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) 'secondRead.size() > 0' returned FALSE. () .\tst_qsslsocket.cpp(1574) : failure location PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize_task_250027(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1700) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1808) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 561 passed, 1 failed, 4 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 123 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_release_Integration/build_00156/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/release_1365420196): http://codereview.qt-project.org/53159 [PS1] - Update changes log for 5.0.2 From ci-noreply at qt-project.org Mon Apr 8 15:54:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:54:41 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130408_135441_063013.ci-noreply@qt-project.org> Autotests `tst_qqmldebugjs' and `tst_qv8profilerservice' failed :( The tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QV8ProfilerService FAIL! : tst_QV8ProfilerService::blockingConnectWithTraceEnabled() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.) Loc: [tst_qv8profilerservice.cpp(257)] FAIL! : tst_QV8ProfilerService::profileOnExit() Compared values are not the same Loc: [tst_qv8profilerservice.cpp(310)] Totals: 6 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QV8ProfilerService ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QV8ProfilerService::initTestCase() PASS : tst_QV8ProfilerService::blockingConnectWithTraceEnabled() QWARN : tst_QV8ProfilerService::blockingConnectWithTraceDisabled() waitForSignal 2complete() timed out after 1000 ms PASS : tst_QV8ProfilerService::blockingConnectWithTraceDisabled() PASS : tst_QV8ProfilerService::nonBlockingConnect() PASS : tst_QV8ProfilerService::snapshot() PASS : tst_QV8ProfilerService::profileOnExit() FAIL! : tst_QV8ProfilerService::console() Compared values are not the same Loc: [tst_qv8profilerservice.cpp(323)] QDEBUG : tst_QV8ProfilerService::console() Process State: "running" QDEBUG : tst_QV8ProfilerService::console() Application Output: "QML Debugger: Waiting for connection on port 13774... " PASS : tst_QV8ProfilerService::cleanupTestCase() Totals: 7 passed, 1 failed, 0 skipped ********* Finished testing of tst_QV8ProfilerService ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qv8profilerservice: 24 seconds, exit code 1 Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1400)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] Totals: 33 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() QWARN : tst_QQmlDebugJS::connect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] QDEBUG : tst_QQmlDebugJS::connect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::connect() Process State: "running" QDEBUG : tst_QQmlDebugJS::connect() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 34 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 37 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00383/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365426229): http://codereview.qt-project.org/51402 [PS3] - QmlProfiling: Remove 'insignificant_test' From ci-noreply at qt-project.org Mon Apr 8 15:59:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 16:59:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_135936_028348.ci-noreply@qt-project.org> Autotest `tst_qopengl' failed :( Testing tst_QOpenGL FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location Totals: 16 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QOpenGL ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QOpenGL::initTestCase() PASS : tst_QOpenGL::sharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::sharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanup(Using QOffscreenSurface) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QWindow) PASS : tst_QOpenGL::multiGroupSharedResourceCleanupCustom(Using QOffscreenSurface) PASS : tst_QOpenGL::fboSimpleRendering(Using QWindow) PASS : tst_QOpenGL::fboSimpleRendering(Using QOffscreenSurface) QWARN : tst_QOpenGL::fboRendering(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(385) : failure location FAIL! : tst_QOpenGL::fboRendering(Using QWindow) Pixel Max fuzz (1) exceeded: (255,0,0,255) vs (0,0,255,255) .\tst_qopengl.cpp(386) : failure location QWARN : tst_QOpenGL::fboRendering(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::fboRendering(Using QOffscreenSurface) PASS : tst_QOpenGL::fboHandleNulledAfterContextDestroyed() QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QWindow) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QWindow) QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " QWARN : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) QOpenGLShader::link: "(45,5-34): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::openGLPaintDevice(Using QOffscreenSurface) PASS : tst_QOpenGL::aboutToBeDestroyed() QWARN : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() QOpenGLShader::link: "(45,5-29): warning X3206: implicit truncation of vector type " PASS : tst_QOpenGL::QTBUG15621_triangulatingStrokerDivZero() PASS : tst_QOpenGL::cleanupTestCase() Totals: 16 passed, 2 failed, 0 skipped ********* Finished testing of tst_QOpenGL ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qopengl: 1 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00787/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365422883): http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells From ci-noreply at qt-project.org Mon Apr 8 16:19:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 17:19:53 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_141953_062817.ci-noreply@qt-project.org> qtdeclarative failed to compile :( ../shared/qqmlaccessible.cpp:50:88: error: 'QAccessible2' has not been declared ../shared/qqmlaccessible.cpp:50:115: error: expected ',' or '...' before 'boundaryType' ../shared/qqmlaccessible.cpp:52:84: error: 'QAccessible2' has not been declared ../shared/qqmlaccessible.cpp:52:111: error: expected ',' or '...' before 'boundaryType' ../shared/qqmlaccessible.cpp:54:87: error: 'QAccessible2' has not been declared ../shared/qqmlaccessible.cpp:54:114: error: expected ',' or '...' before 'boundaryType' make[5]: *** [.obj/debug-shared/qqmlaccessible.o] Error 1 make[4]: *** [sub-quick-make_first] Error 2 make[3]: *** [sub-accessible-make_first] Error 2 make[2]: *** [sub-plugins-make_first-ordered] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtdeclarative] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00788/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365429766): http://codereview.qt-project.org/53192 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 8 17:23:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 18:23:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_152321_018653.ci-noreply@qt-project.org> QtBase_stable_Integration #871: SUCCESS Tested changes (refs/builds/stable_1365424663): http://codereview.qt-project.org/52951 [PS1] - QSQLITE2Driver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE http://codereview.qt-project.org/53097 [PS2] - Don't bypass overwritten [set]data() methods in the proxy. From ci-noreply at qt-project.org Mon Apr 8 17:29:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 18:29:02 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130408_152902_019292.ci-noreply@qt-project.org> Qt_4.8_Integration #1381: SUCCESS Tested changes (refs/builds/4.8_1365414260): http://codereview.qt-project.org/53008 [PS1] - Avoid socket notifiers on invalid file descriptors http://codereview.qt-project.org/53136 [PS1] - Compile with clang when C++11 support is enabled From ci-noreply at qt-project.org Mon Apr 8 17:51:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 18:51:37 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#release Message-ID: <20130408_155137_037448.ci-noreply@qt-project.org> QtBase_release_Integration #157: SUCCESS Tested changes (refs/builds/release_1365429318): http://codereview.qt-project.org/53159 [PS1] - Update changes log for 5.0.2 http://codereview.qt-project.org/52527 [PS3] - Fix compilation with QT_NO_ACCESSIBILITY. http://codereview.qt-project.org/53177 [PS1] - Clear the WA_QuitOnClose flag from EvalMessageBox. From ci-noreply at qt-project.org Mon Apr 8 18:44:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 19:44:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_164418_001258.ci-noreply@qt-project.org> QtBase_dev_Integration #789: SUCCESS Tested changes (refs/builds/dev_1365431542): http://codereview.qt-project.org/52992 [PS1] - QIcon: Added a move constructor. http://codereview.qt-project.org/52991 [PS2] - QImage: Added a move constructor. From ci-noreply at qt-project.org Mon Apr 8 19:35:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 20:35:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130408_173508_006508.ci-noreply@qt-project.org> Autotest `cmake (qtscript)' failed :( Test project /work/build/qtscript/tests/auto/cmake/build Start 1: module_includes 1/1 Test #1: module_includes ..................***Failed 0.47 sec Internal cmake changing into directory: /work/build/qtscript/tests/auto/cmake/build/module_includes/build Error: cmake execution failed The C compiler identification is GNU The CXX compiler identification is GNU Check for working C compiler: /home/qt/bin/gcc Configuring Check for working C compiler: /home/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Check for working CXX compiler: /home/qt/bin/c++ Configuring Check for working CXX compiler: /home/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:34 (message): Qt5ScriptTools_VERSION variable was not ... Got 5.1.0 instead. CMake Warning at CMakeLists.txt:36 (if): given arguments: "NOT" "5" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:39 (if): given arguments: "NOT" "1" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:42 (if): given arguments: "NOT" "0" "VERSION_EQUAL" Unknown arguments specified CMake Error at CMakeLists.txt:46 (message): Qt5ScriptTools_VERSION_STRING variable was not ... Got 5.1.0 instead. Configuring Configuring incomplete, errors occurred! 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 0.48 sec The following tests FAILED: 1 - module_includes (Failed) Errors while running CTest QtQA::App::TestRunner: test failed, running again to see if it is flaky... Test project /work/build/qtscript/tests/auto/cmake/build Start 1: module_includes 1/1 Test #1: module_includes ..................***Failed 0.02 sec Internal cmake changing into directory: /work/build/qtscript/tests/auto/cmake/build/module_includes/build Error: cmake execution failed CMake Error at CMakeLists.txt:34 (message): Qt5ScriptTools_VERSION variable was not ... Got 5.1.0 instead. CMake Warning at CMakeLists.txt:36 (if): given arguments: "NOT" "5" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:39 (if): given arguments: "NOT" "1" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:42 (if): given arguments: "NOT" "0" "VERSION_EQUAL" Unknown arguments specified CMake Error at CMakeLists.txt:46 (message): Qt5ScriptTools_VERSION_STRING variable was not ... Got 5.1.0 instead. Configuring Configuring incomplete, errors occurred! 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 0.04 sec The following tests FAILED: 1 - module_includes (Failed) Errors while running CTest QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end cmake (qtscript): 0.536447 seconds, exit code 8 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00171/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365434447): http://codereview.qt-project.org/53191 [PS1] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 8 19:59:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 20:59:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_175950_090226.ci-noreply@qt-project.org> QtBase_stable_Integration #872: SUCCESS Tested changes (refs/builds/stable_1365434732): http://codereview.qt-project.org/53170 [PS1] - Handle errors when sysrooting tools on Mac http://codereview.qt-project.org/52928 [PS1] - qdoc: Removed dead code from qdoc http://codereview.qt-project.org/53036 [PS3] - Android: Split Unix Makefile generator's $(MOVE) commands up http://codereview.qt-project.org/52366 [PS2] - Cocoa: Properly clean window mask data http://codereview.qt-project.org/53062 [PS2] - iOS: Skip modules that don't build yet http://codereview.qt-project.org/53012 [PS2] - mkspecs are installed to QT_HOST_DATA instead of QT_INSTALL_ARCHDATA. From ci-noreply at qt-project.org Mon Apr 8 20:02:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 21:02:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130408_180221_027286.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #36: SUCCESS Tested changes (refs/builds/stable_1365439312): http://codereview.qt-project.org/53212 [PS3] - Make it possible to use forceActiveFocus on TextField From ci-noreply at qt-project.org Mon Apr 8 20:30:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 21:30:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_183039_056012.ci-noreply@qt-project.org> Autotests `tst_qsslsocket' and `tst_qtreeview' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QTreeView FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2033) : failure location Totals: 169 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTreeView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QTreeView::initTestCase() PASS : tst_QTreeView::getSetCheck() PASS : tst_QTreeView::construction() PASS : tst_QTreeView::alternatingRowColors() PASS : tst_QTreeView::currentIndex(-1, -1) PASS : tst_QTreeView::currentIndex(-1, 0) PASS : tst_QTreeView::currentIndex(0, -1) PASS : tst_QTreeView::currentIndex(0, 0) PASS : tst_QTreeView::currentIndex(0, 1) PASS : tst_QTreeView::currentIndex(1, 0) PASS : tst_QTreeView::currentIndex(1, 1) PASS : tst_QTreeView::currentIndex(2, 0) PASS : tst_QTreeView::currentIndex(2, 1) PASS : tst_QTreeView::currentIndex(3, -1) PASS : tst_QTreeView::currentIndex(3, 0) PASS : tst_QTreeView::currentIndex(3, 1) PASS : tst_QTreeView::dragDropMode(NoDragDrop) PASS : tst_QTreeView::dragDropMode(DragOnly) PASS : tst_QTreeView::dragDropMode(DropOnly) PASS : tst_QTreeView::dragDropMode(DragDrop) PASS : tst_QTreeView::dragDropMode(InternalMove) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 5) PASS : tst_QTreeView::dragDropOverwriteMode() PASS : tst_QTreeView::editTriggers(NoEditTriggers 0) PASS : tst_QTreeView::editTriggers(NoEditTriggers 1) PASS : tst_QTreeView::editTriggers(NoEditTriggers 2) PASS : tst_QTreeView::editTriggers(NoEditTriggers 3) PASS : tst_QTreeView::editTriggers(NoEditTriggers 4) PASS : tst_QTreeView::editTriggers(CurrentChanged 0) PASS : tst_QTreeView::editTriggers(CurrentChanged 1) PASS : tst_QTreeView::editTriggers(CurrentChanged 2) PASS : tst_QTreeView::editTriggers(CurrentChanged 3) PASS : tst_QTreeView::editTriggers(CurrentChanged 4) PASS : tst_QTreeView::editTriggers(DoubleClicked 0) PASS : tst_QTreeView::editTriggers(DoubleClicked 1) PASS : tst_QTreeView::editTriggers(DoubleClicked 2) PASS : tst_QTreeView::editTriggers(DoubleClicked 3) PASS : tst_QTreeView::editTriggers(DoubleClicked 4) PASS : tst_QTreeView::editTriggers(SelectedClicked 0) PASS : tst_QTreeView::editTriggers(SelectedClicked 1) PASS : tst_QTreeView::editTriggers(SelectedClicked 2) PASS : tst_QTreeView::editTriggers(SelectedClicked 3) PASS : tst_QTreeView::editTriggers(SelectedClicked 4) PASS : tst_QTreeView::editTriggers(EditKeyPressed 0) PASS : tst_QTreeView::editTriggers(EditKeyPressed 1) PASS : tst_QTreeView::editTriggers(EditKeyPressed 2) PASS : tst_QTreeView::editTriggers(EditKeyPressed 3) PASS : tst_QTreeView::editTriggers(EditKeyPressed 4) PASS : tst_QTreeView::hasAutoScroll() PASS : tst_QTreeView::horizontalScrollMode() PASS : tst_QTreeView::iconSize() PASS : tst_QTreeView::indexAt() PASS : tst_QTreeView::indexWidget() PASS : tst_QTreeView::itemDelegate() PASS : tst_QTreeView::itemDelegateForColumnOrRow() PASS : tst_QTreeView::keyboardSearch() PASS : tst_QTreeView::keyboardSearchMultiColumn() PASS : tst_QTreeView::setModel() PASS : tst_QTreeView::openPersistentEditor() PASS : tst_QTreeView::rootIndex() PASS : tst_QTreeView::setHeader() PASS : tst_QTreeView::columnHidden() PASS : tst_QTreeView::rowHidden() PASS : tst_QTreeView::noDelegate() PASS : tst_QTreeView::noModel() PASS : tst_QTreeView::emptyModel() PASS : tst_QTreeView::removeRows() PASS : tst_QTreeView::removeCols() PASS : tst_QTreeView::limitedExpand() PASS : tst_QTreeView::expandAndCollapse(normal) PASS : tst_QTreeView::expandAndCollapse(animated) PASS : tst_QTreeView::expandAndCollapseAll() PASS : tst_QTreeView::expandWithNoChildren() PASS : tst_QTreeView::quickExpandCollapse() PASS : tst_QTreeView::keyboardNavigation() PASS : tst_QTreeView::headerSections() PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = true) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = true) PASS : tst_QTreeView::setSelection((0,0,50,20),rows) PASS : tst_QTreeView::setSelection((0,0,50,90),rows) PASS : tst_QTreeView::setSelection((50,0,0,90),rows,invalid rect) PASS : tst_QTreeView::setSelection((0,-20,20,50),rows) PASS : tst_QTreeView::setSelection((0,-50,20,90),rows) PASS : tst_QTreeView::extendedSelection(select) PASS : tst_QTreeView::extendedSelection(unselect) PASS : tst_QTreeView::indexAbove() PASS : tst_QTreeView::indexBelow() FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2033) : failure location WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget PASS : tst_QTreeView::mouseDoubleClick() PASS : tst_QTreeView::rowsAboutToBeRemoved() PASS : tst_QTreeView::headerSections_unhideSection() PASS : tst_QTreeView::columnAt() PASS : tst_QTreeView::scrollTo() PASS : tst_QTreeView::rowsAboutToBeRemoved_move() PASS : tst_QTreeView::resizeColumnToContents() PASS : tst_QTreeView::insertAfterSelect() PASS : tst_QTreeView::removeAfterSelect() PASS : tst_QTreeView::hiddenItems() PASS : tst_QTreeView::spanningItems() PASS : tst_QTreeView::rowSizeHint() PASS : tst_QTreeView::setSortingEnabled() PASS : tst_QTreeView::headerHidden() PASS : tst_QTreeView::selection() PASS : tst_QTreeView::removeAndInsertExpandedCol0() PASS : tst_QTreeView::selectionWithHiddenItems() PASS : tst_QTreeView::selectAll() PASS : tst_QTreeView::disabledButCheckable() PASS : tst_QTreeView::sortByColumn(sorting enabled) PASS : tst_QTreeView::sortByColumn(sorting disabled) PASS : tst_QTreeView::evilModel(visible) PASS : tst_QTreeView::indexRowSizeHint() PASS : tst_QTreeView::addRowsWhileSectionsAreHidden() PASS : tst_QTreeView::filterProxyModelCrash() PASS : tst_QTreeView::renderToPixmap(row-0) PASS : tst_QTreeView::renderToPixmap(row-1) PASS : tst_QTreeView::styleOptionViewItem() PASS : tst_QTreeView::keyboardNavigationWithDisabled() PASS : tst_QTreeView::task174627_moveLeftToRoot() PASS : tst_QTreeView::task171902_expandWith1stColHidden() PASS : tst_QTreeView::task203696_hidingColumnsAndRowsn() PASS : tst_QTreeView::task211293_removeRootIndex() PASS : tst_QTreeView::task216717_updateChildren() PASS : tst_QTreeView::task220298_selectColumns() PASS : tst_QTreeView::task224091_appendColumns() PASS : tst_QTreeView::task225539_deleteModel() PASS : tst_QTreeView::task230123_setItemsExpandable() PASS : tst_QTreeView::task202039_closePersistentEditor() PASS : tst_QTreeView::task238873_avoidAutoReopening() PASS : tst_QTreeView::task244304_clickOnDecoration() PASS : tst_QTreeView::task246536_scrollbarsNotWorking() PASS : tst_QTreeView::task250683_wrongSectionSize() PASS : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() PASS : tst_QTreeView::task254234_proxySort() PASS : tst_QTreeView::task248022_changeSelection() PASS : tst_QTreeView::task245654_changeModelAndExpandAll() PASS : tst_QTreeView::doubleClickedWithSpans() PASS : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden() PASS : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() PASS : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() PASS : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() PASS : tst_QTreeView::taskQTBUG_25333_adjustViewOptionsForIndex() PASS : tst_QTreeView::taskQTBUG_18539_emitLayoutChanged() PASS : tst_QTreeView::taskQTBUG_8176_emitOnExpandAll() PASS : tst_QTreeView::cleanupTestCase() Totals: 169 passed, 1 failed, 0 skipped ********* Finished testing of tst_QTreeView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtreeview: 33 seconds, exit code 1 Testing tst_QSslSocket FAIL! : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' tst_qsslsocket.cpp(555) : failure location FAIL! : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) 'socket->waitForDisconnected()' returned FALSE. () tst_qsslsocket.cpp(622) : failure location FAIL! : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) 'socket->waitForEncrypted(10000)' returned FALSE. () tst_qsslsocket.cpp(794) : failure location FAIL! : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) Compared values are not the same Actual (socket->waitForEncrypted(10000)): 0 Expected (works): 1 tst_qsslsocket.cpp(1237) : failure location FAIL! : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) 'socket->waitForConnected(10000)' returned FALSE. () tst_qsslsocket.cpp(1286) : failure location FAIL! : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) 'socket->waitForDisconnected(10000)' returned FALSE. () tst_qsslsocket.cpp(1932) : failure location Totals: 561 passed, 6 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) FAIL! : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' tst_qsslsocket.cpp(555) : failure location PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 6 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 248 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00790/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365439592): http://codereview.qt-project.org/44210 [PS26] - QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHint From ci-noreply at qt-project.org Mon Apr 8 20:31:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 21:31:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#dev Message-ID: <20130408_183148_044191.ci-noreply@qt-project.org> QtQuickControls_dev_Integration #58: SUCCESS Tested changes (refs/builds/dev_1365442424): http://codereview.qt-project.org/53205 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Mon Apr 8 20:42:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 21:42:10 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130408_184210_051016.ci-noreply@qt-project.org> Autotest `tst_qquickcanvasitem' failed :( Testing qquickcanvasitem libpng error: incorrect header check libpng error: incorrect header check QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 22941] QtQA::App::TestRunner: [New Thread 22938] QtQA::App::TestRunner: [New Thread 22940] QtQA::App::TestRunner: [New Thread 22942] QtQA::App::TestRunner: [New Thread 22939] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qquickcanvasitem -silent -o /work/build/_artifacts/test-logs/tst_qquickca'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb69b2d17 in QOpenGLContext::isValid (this=0xb10fa828) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:564 QtQA::App::TestRunner: 564 return d->platformGLContext && d->platformGLContext->isValid(); QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 22939): QtQA::App::TestRunner: #0 0xb77b5430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb60f3506 in *__GI___poll (fds=0xb6188ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56294eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb561c0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb561c4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb664cc34 in QEventDispatcherGlib::processEvents (this=0x9e4c7e8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65d9f7f in QEventLoop::processEvents (this=0xb3d8a2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65da247 in QEventLoop::exec (this=0xb3d8a2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63ef60f in QThread::exec (this=0x9e4e628) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb76482e0 in QQmlThreadPrivate::run (this=0x9e4e628) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb63f623f in QThreadPrivate::start (arg=0x9e4e628) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb62cc96e in start_thread (arg=0xb3d8ab70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61013ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 22942): QtQA::App::TestRunner: #0 0xb77b5430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb60f3506 in *__GI___poll (fds=0xb6188ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56294eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb561c0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb561c4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb664cc34 in QEventDispatcherGlib::processEvents (this=0xa456598, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65d9f7f in QEventLoop::processEvents (this=0xb23ff288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65da247 in QEventLoop::exec (this=0xb23ff288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63ef60f in QThread::exec (this=0xa5336d8) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb5da615f in QQuickPixmapReader::run (this=0xa5336d8) QtQA::App::TestRunner: at util/qquickpixmapcache.cpp:684 QtQA::App::TestRunner: #10 0xb63f623f in QThreadPrivate::start (arg=0xa5336d8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb62cc96e in start_thread (arg=0xb23ffb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61013ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 22940): QtQA::App::TestRunner: #0 0xb77b5430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62d3245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5b37de9 in v8::internal::LinuxSemaphore::Wait (this=0x9e5c468) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5a10c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5a10dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x9e5d4d4) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5b3910a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5b37ac3 in ThreadEntry (arg=0x9e5d4b0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb62cc96e in start_thread (arg=0xb3589b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb61013ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 22938): QtQA::App::TestRunner: #0 0xb77b5430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62d4736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb5cad06c in QTest::qSleep (ms=10) at qtestcase.cpp:2566 QtQA::App::TestRunner: #3 0xb77a73ce in qWait (ms=100) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:68 QtQA::App::TestRunner: #4 0xb77a8d33 in QuickTestResult::wait (this=0xb2423780, ms=100) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #5 0xb77ac93d in QuickTestResult::qt_static_metacall (_o=0xb2423780, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbf9b8170) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #6 0xb77ace12 in QuickTestResult::qt_metacall (this=0xb2423780, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbf9b8170) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #7 0xb65e66b2 in QMetaObject::metacall (object=0xb2423780, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbf9b8170) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #8 0xb769f288 in CallMethod (object=0xb2423780, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0xa355e5c, engine=0x9e50d40, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #9 0xb769fee1 in CallPrecise (object=0xb2423780, data=..., engine=0x9e50d40, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #10 0xb76a0e90 in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #11 0xb5790700 in HandleApiCallHelper (args=..., isolate=0x9e14038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #12 0xb578ab07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x9e14038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #13 0xb578aae2 in Builtin_HandleApiCall (args=..., isolate=0x9e14038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #14 0x2840a376 in ?? () QtQA::App::TestRunner: #15 0x28427924 in ?? () QtQA::App::TestRunner: #16 0x2840e361 in ?? () QtQA::App::TestRunner: #17 0x28447ace in ?? () QtQA::App::TestRunner: #18 0x28447945 in ?? () QtQA::App::TestRunner: #19 0x2840e361 in ?? () QtQA::App::TestRunner: #20 0x284352d7 in ?? () QtQA::App::TestRunner: #21 0x2840e361 in ?? () QtQA::App::TestRunner: #22 0x284349a3 in ?? () QtQA::App::TestRunner: #23 0x28432622 in ?? () QtQA::App::TestRunner: #24 0x28421f59 in ?? () QtQA::App::TestRunner: #25 0x284130ca in ?? () QtQA::App::TestRunner: #26 0xb57e0075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbf9b886f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #27 0xb57e044a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf9b886f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #28 0xb57e024d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf9b886f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #29 0xb5744f16 in v8::Function::Call (this=0xb2416bf8, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #30 0xb76137a2 in QQmlJavaScriptExpression::evaluate (this=0xb247ccd0, QtQA::App::TestRunner: context=0xb2453fb8, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #31 0xb76134c6 in QQmlJavaScriptExpression::evaluate (this=0xb247ccd0, QtQA::App::TestRunner: context=0xb2453fb8, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #32 0xb75a2622 in QQmlBoundSignalExpression::evaluate (this=0xb247ccc0, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #33 0xb75a3299 in QQmlBoundSignal_callback (e=0xb10f2e1c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #34 0xb75f5000 in QQmlNotifier::emitNotify (endpoint=0xb10f2e1c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #35 0xb753e921 in QQmlData::signalEmitted (object=0xb2414ff0, index=29, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #36 0xb661c083 in QMetaObject::activate (sender=0xb2414ff0, signalOffset=28, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #37 0xb753975c in QQmlVMEMetaObject::activate (this=0xb244a9d8, QtQA::App::TestRunner: object=0xb2414ff0, index=38, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #38 0xb7537614 in QQmlVMEMetaObject::metaCall (this=0xb244a9d8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9b9ab4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #39 0xb752590d in QAbstractDynamicMetaObject::metaCall (this=0xb244a9d8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9b9ab4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #40 0xb7537fc8 in QQmlVMEMetaObject::metaCall (this=0xb2413120, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9b9ab4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #41 0xb752590d in QAbstractDynamicMetaObject::metaCall (this=0xb2413120, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9b9ab4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #42 0xb7537fc8 in QQmlVMEMetaObject::metaCall (this=0xb24a4cf8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9b9ab4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #43 0xb752590d in QAbstractDynamicMetaObject::metaCall (this=0xb24a4cf8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9b9ab4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #44 0xb65e6689 in QMetaObject::metacall (object=0xb2414ff0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbf9b9ab4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #45 0xb7672561 in QV4Bindings::run (this=0xb101d198, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0xb108ff58, context=0xb242dc50, error=0xb108ff3c, QtQA::App::TestRunner: scope=0xb2414ff0, output=0xb2414ff0, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #46 0xb766a899 in QV4Bindings::run (this=0xb101d198, binding=0xb108ff34, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #47 0xb766a109 in QV4Bindings::subscriptionNotify (this=0xb101d198, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #48 0xb766a077 in QV4BindingsSubscription_callback (e=0xb24a2764) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #49 0xb75f5000 in QQmlNotifier::emitNotify (endpoint=0xb24a2764, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #50 0xb753e921 in QQmlData::signalEmitted (object=0xb2414ff0, index=33, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #51 0xb661c083 in QMetaObject::activate (sender=0xb2414ff0, signalOffset=28, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #52 0xb753975c in QQmlVMEMetaObject::activate (this=0xb244a9d8, QtQA::App::TestRunner: object=0xb2414ff0, index=42, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #53 0xb7537614 in QQmlVMEMetaObject::metaCall (this=0xb244a9d8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9ba8e8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #54 0xb752590d in QAbstractDynamicMetaObject::metaCall (this=0xb244a9d8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9ba8e8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #55 0xb7537fc8 in QQmlVMEMetaObject::metaCall (this=0xb2413120, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9ba8e8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #56 0xb752590d in QAbstractDynamicMetaObject::metaCall (this=0xb2413120, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9ba8e8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #57 0xb7537fc8 in QQmlVMEMetaObject::metaCall (this=0xb24a4cf8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9ba8e8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #58 0xb752590d in QAbstractDynamicMetaObject::metaCall (this=0xb24a4cf8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9ba8e8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #59 0xb65e6689 in QMetaObject::metacall (object=0xb2414ff0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbf9ba8e8) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #60 0xb755d259 in QQmlPropertyPrivate::write (object=0xb2414ff0, QtQA::App::TestRunner: property=..., value=..., context=0xb2453fb8, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #61 0xb755cc4d in QQmlPropertyPrivate::writeValueProperty (object=0xb2414ff0, QtQA::App::TestRunner: core=..., value=..., context=0xb2453fb8, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #62 0xb755ebec in QQmlPropertyPrivate::writeBinding (object=0xb2414ff0, QtQA::App::TestRunner: core=..., context=0xb2453fb8, expression=0xb107d94c, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #63 0xb76b3430 in QV8Bindings::Binding::update (this=0xb107d94c, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #64 0xb76b3719 in QV8Bindings::Binding::expressionChanged (e=0xb107d94c) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #65 0xb7614a40 in QQmlJavaScriptExpressionGuard_callback (e=0x9f10a9c) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #66 0xb75f5000 in QQmlNotifier::emitNotify (endpoint=0x9f10a9c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #67 0xb753e921 in QQmlData::signalEmitted (object=0xbf9bb064, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #68 0xb661c083 in QMetaObject::activate (sender=0xbf9bb064, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #69 0xb661bef4 in QMetaObject::activate (sender=0xbf9bb064, m=0xb77b1c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #70 0xb77a070d in QTestRootObject::windowShownChanged (this=0xbf9bb064) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #71 0xb77a1b9a in QTestRootObject::setWindowShown (this=0xbf9bb064, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #72 0xb77a01fc in quick_test_main (argc=6, argv=0xbf9bb2a4, QtQA::App::TestRunner: name=0x804876f "qquickcanvasitem", QtQA::App::TestRunner: sourceDir=0x8048730 "/work/build/qt/qtdeclarative/tests/auto/quick/qquickcanvasitem") at quicktest.cpp:344 QtQA::App::TestRunner: #73 0x0804865f in main (argc=6, argv=0xbf9bb2a4) QtQA::App::TestRunner: at tst_qquickcanvasitem.cpp:42 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 22941): QtQA::App::TestRunner: #0 0xb69b2d17 in QOpenGLContext::isValid (this=0xb10fa828) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:564 QtQA::App::TestRunner: #1 0xb5f72b8f in GLAcquireContext (this=0xb2dfeccc, c=0xb10fa828, QtQA::App::TestRunner: s=0xb1061208) at items/context2d/qquickcontext2dtexture.cpp:74 QtQA::App::TestRunner: #2 0xb5f705e6 in QQuickContext2DTexture::paint (this=0xb24b9218, QtQA::App::TestRunner: ccb=0xb2462388) at items/context2d/qquickcontext2dtexture.cpp:252 QtQA::App::TestRunner: #3 0xb5fb5aec in QQuickContext2DTexture::qt_static_metacall (_o=0xb24b9218, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xb105af10) QtQA::App::TestRunner: at .moc/debug-shared/moc_qquickcontext2dtexture_p.cpp:108 QtQA::App::TestRunner: #4 0xb6614470 in QMetaCallEvent::placeMetaCall (this=0xb1031510, QtQA::App::TestRunner: object=0xb24b9218) at kernel/qobject.cpp:479 QtQA::App::TestRunner: #5 0xb6616039 in QObject::event (this=0xb24b9218, e=0xb1031510) QtQA::App::TestRunner: at kernel/qobject.cpp:1070 QtQA::App::TestRunner: #6 0xb65de169 in QCoreApplicationPrivate::notify_helper (this=0x9e1cd58, QtQA::App::TestRunner: receiver=0xb24b9218, event=0xb1031510) at kernel/qcoreapplication.cpp:988 QtQA::App::TestRunner: #7 0xb65dde7b in QCoreApplication::notify (this=0x9e1c5a8, QtQA::App::TestRunner: receiver=0xb24b9218, event=0xb1031510) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #8 0xb6971545 in QGuiApplication::notify (this=0x9e1c5a8, object=0xb24b9218, QtQA::App::TestRunner: event=0xb1031510) at kernel/qguiapplication.cpp:1210 QtQA::App::TestRunner: #9 0xb65ddd85 in QCoreApplication::notifyInternal (this=0x9e1c5a8, QtQA::App::TestRunner: receiver=0xb24b9218, event=0xb1031510) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #10 0xb65e1945 in QCoreApplication::sendEvent (receiver=0xb24b9218, QtQA::App::TestRunner: event=0xb1031510) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #11 0xb65deef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0, data=0xa2519c0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #12 0xb65de9af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #13 0xb664bca7 in postEventSourceDispatch (s=0xa252e00) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #14 0xb56185e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #15 0xb561c2d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #16 0xb561c4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #17 0xb664cc34 in QEventDispatcherGlib::processEvents (this=0x9f729e8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #18 0xb65d9f7f in QEventLoop::processEvents (this=0xb2dff2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #19 0xb65da247 in QEventLoop::exec (this=0xb2dff2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #20 0xb63ef60f in QThread::exec (this=0x9eb8328) at thread/qthread.cpp:507 QtQA::App::TestRunner: #21 0xb63ef7a3 in QThread::run (this=0x9eb8328) at thread/qthread.cpp:574 QtQA::App::TestRunner: #22 0xb63f623f in QThreadPrivate::start (arg=0x9eb8328) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #23 0xb62cc96e in start_thread (arg=0xb2dffb70) at pthread_create.c:300 QtQA::App::TestRunner: #24 0xb61013ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qquickcanvasitem ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qquickcanvasitem::arc::initTestCase() PASS : qquickcanvasitem::arc::test_angle_1(image threaded) PASS : qquickcanvasitem::arc::test_angle_1(image immediate) PASS : qquickcanvasitem::arc::test_angle_2(image threaded) PASS : qquickcanvasitem::arc::test_angle_2(image immediate) PASS : qquickcanvasitem::arc::test_angle_3(image threaded) PASS : qquickcanvasitem::arc::test_angle_3(image immediate) PASS : qquickcanvasitem::arc::test_angle_4(image threaded) PASS : qquickcanvasitem::arc::test_angle_4(image immediate) PASS : qquickcanvasitem::arc::test_angle_5(image threaded) PASS : qquickcanvasitem::arc::test_angle_5(image immediate) PASS : qquickcanvasitem::arc::test_angle_6(image threaded) PASS : qquickcanvasitem::arc::test_angle_6(image immediate) PASS : qquickcanvasitem::arc::test_empty(image threaded) PASS : qquickcanvasitem::arc::test_empty(image immediate) PASS : qquickcanvasitem::arc::test_end(image threaded) PASS : qquickcanvasitem::arc::test_end(image immediate) PASS : qquickcanvasitem::arc::test_negative(image threaded) PASS : qquickcanvasitem::arc::test_negative(image immediate) PASS : qquickcanvasitem::arc::test_nonempty(image threaded) PASS : qquickcanvasitem::arc::test_nonempty(image immediate) PASS : qquickcanvasitem::arc::test_nonfinite(image threaded) PASS : qquickcanvasitem::arc::test_nonfinite(image immediate) PASS : qquickcanvasitem::arc::test_scale_1(image threaded) PASS : qquickcanvasitem::arc::test_scale_1(image immediate) PASS : qquickcanvasitem::arc::test_scale_2(image threaded) PASS : qquickcanvasitem::arc::test_scale_2(image immediate) PASS : qquickcanvasitem::arc::test_selfintersect_1(image threaded) PASS : qquickcanvasitem::arc::test_selfintersect_1(image immediate) PASS : qquickcanvasitem::arc::test_selfintersect_2(image threaded) PASS : qquickcanvasitem::arc::test_selfintersect_2(image immediate) PASS : qquickcanvasitem::arc::test_shape_1(image threaded) PASS : qquickcanvasitem::arc::test_shape_1(image immediate) PASS : qquickcanvasitem::arc::test_shape_2(image threaded) PASS : qquickcanvasitem::arc::test_shape_2(image immediate) PASS : qquickcanvasitem::arc::test_shape_3(image threaded) PASS : qquickcanvasitem::arc::test_shape_3(image immediate) PASS : qquickcanvasitem::arc::test_shape_4(image threaded) PASS : qquickcanvasitem::arc::test_shape_4(image immediate) PASS : qquickcanvasitem::arc::test_shape_5(image threaded) PASS : qquickcanvasitem::arc::test_shape_5(image immediate) PASS : qquickcanvasitem::arc::test_twopie(image threaded) PASS : qquickcanvasitem::arc::test_twopie(image immediate) PASS : qquickcanvasitem::arc::test_zero(image threaded) PASS : qquickcanvasitem::arc::test_zero(image immediate) PASS : qquickcanvasitem::arc::cleanupTestCase() PASS : qquickcanvasitem::arcTo::initTestCase() PASS : qquickcanvasitem::arcTo::test_coincide(image threaded) PASS : qquickcanvasitem::arcTo::test_coincide(image immediate) PASS : qquickcanvasitem::arcTo::test_collinear(image threaded) PASS : qquickcanvasitem::arcTo::test_collinear(image immediate) PASS : qquickcanvasitem::arcTo::test_negative(image threaded) PASS : qquickcanvasitem::arcTo::test_negative(image immediate) PASS : qquickcanvasitem::arcTo::test_nonfinite(image threaded) PASS : qquickcanvasitem::arcTo::test_nonfinite(image immediate) PASS : qquickcanvasitem::arcTo::test_scale(image threaded) PASS : qquickcanvasitem::arcTo::test_scale(image immediate) PASS : qquickcanvasitem::arcTo::test_shape(image threaded) PASS : qquickcanvasitem::arcTo::test_shape(image immediate) PASS : qquickcanvasitem::arcTo::test_subpath(image threaded) PASS : qquickcanvasitem::arcTo::test_subpath(image immediate) PASS : qquickcanvasitem::arcTo::test_transform(image threaded) PASS : qquickcanvasitem::arcTo::test_transform(image immediate) PASS : qquickcanvasitem::arcTo::test_zero(image threaded) PASS : qquickcanvasitem::arcTo::test_zero(image immediate) PASS : qquickcanvasitem::arcTo::cleanupTestCase() PASS : qquickcanvasitem::canvas::initTestCase() PASS : qquickcanvasitem::canvas::test_canvasSize(image threaded) PASS : qquickcanvasitem::canvas::test_canvasSize(image immediate) PASS : qquickcanvasitem::canvas::test_canvasWindow(image threaded) PASS : qquickcanvasitem::canvas::test_canvasWindow(image immediate) PASS : qquickcanvasitem::canvas::test_getContext(image threaded) PASS : qquickcanvasitem::canvas::test_getContext(image immediate) PASS : qquickcanvasitem::canvas::test_loadImage(image threaded) PASS : qquickcanvasitem::canvas::test_loadImage(image immediate) PASS : qquickcanvasitem::canvas::test_paint(image threaded) PASS : qquickcanvasitem::canvas::test_paint(image immediate) PASS : qquickcanvasitem::canvas::test_save(image threaded) PASS : qquickcanvasitem::canvas::test_save(image immediate) PASS : qquickcanvasitem::canvas::test_tileSize(image threaded) PASS : qquickcanvasitem::canvas::test_tileSize(image immediate) PASS : qquickcanvasitem::canvas::test_toDataURL(image threaded) PASS : qquickcanvasitem::canvas::test_toDataURL(image immediate) PASS : qquickcanvasitem::canvas::cleanupTestCase() PASS : qquickcanvasitem::composite::initTestCase() PASS : qquickcanvasitem::composite::test_clearRect(image threaded) PASS : qquickcanvasitem::composite::test_clearRect(image immediate) PASS : qquickcanvasitem::composite::test_clip(image threaded) PASS : qquickcanvasitem::composite::test_clip(image immediate) PASS : qquickcanvasitem::composite::test_globalAlpha(image threaded) PASS : qquickcanvasitem::composite::test_globalAlpha(image immediate) PASS : qquickcanvasitem::composite::test_operation(image threaded) PASS : qquickcanvasitem::composite::test_operation(image immediate) PASS : qquickcanvasitem::composite::test_solid(image threaded) PASS : qquickcanvasitem::composite::test_solid(image immediate) PASS : qquickcanvasitem::composite::test_transparent(image threaded) PASS : qquickcanvasitem::composite::test_transparent(image immediate) PASS : qquickcanvasitem::composite::test_uncovered(image threaded) PASS : qquickcanvasitem::composite::test_uncovered(image immediate) PASS : qquickcanvasitem::composite::cleanupTestCase() PASS : qquickcanvasitem::ContextTypeStored::initTestCase() PASS : qquickcanvasitem::ContextTypeStored::test_contextType() PASS : qquickcanvasitem::ContextTypeStored::cleanupTestCase() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::initTestCase() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::test_context() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::test_contextIsConsistent() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::test_paintHadContext() PASS : qquickcanvasitem::ContextValidWhenTypePredefined::cleanupTestCase() PASS : qquickcanvasitem::fillStyle::initTestCase() PASS : qquickcanvasitem::fillStyle::test_default(image threaded) PASS : qquickcanvasitem::fillStyle::test_default(image immediate) PASS : qquickcanvasitem::fillStyle::test_get(image threaded) PASS : qquickcanvasitem::fillStyle::test_get(image immediate) PASS : qquickcanvasitem::fillStyle::test_hex(image threaded) PASS : qquickcanvasitem::fillStyle::test_hex(image immediate) PASS : qquickcanvasitem::fillStyle::test_hsla(image threaded) PASS : qquickcanvasitem::fillStyle::test_hsla(image immediate) PASS : qquickcanvasitem::fillStyle::test_invalid(image threaded) PASS : qquickcanvasitem::fillStyle::test_invalid(image immediate) PASS : qquickcanvasitem::fillStyle::test_namedColor(image threaded) PASS : qquickcanvasitem::fillStyle::test_namedColor(image immediate) PASS : qquickcanvasitem::fillStyle::test_rgba(image threaded) PASS : qquickcanvasitem::fillStyle::test_rgba(image immediate) PASS : qquickcanvasitem::fillStyle::test_saverestore(image threaded) PASS : qquickcanvasitem::fillStyle::test_saverestore(image immediate) PASS : qquickcanvasitem::fillStyle::cleanupTestCase() PASS : qquickcanvasitem::fillRect::initTestCase() PASS : qquickcanvasitem::fillRect::test_fillRect(image threaded) PASS : qquickcanvasitem::fillRect::test_fillRect(image immediate) PASS : qquickcanvasitem::fillRect::cleanupTestCase() PASS : qquickcanvasitem::gradient::initTestCase() PASS : qquickcanvasitem::gradient::test_basic(image threaded) PASS : qquickcanvasitem::gradient::test_basic(image immediate) PASS : qquickcanvasitem::gradient::test_conical(image threaded) PASS : qquickcanvasitem::gradient::test_conical(image immediate) PASS : qquickcanvasitem::gradient::test_interpolate(image threaded) PASS : qquickcanvasitem::gradient::test_interpolate(image immediate) PASS : qquickcanvasitem::gradient::test_linear(image threaded) PASS : qquickcanvasitem::gradient::test_linear(image immediate) PASS : qquickcanvasitem::gradient::test_object(image threaded) PASS : qquickcanvasitem::gradient::test_object(image immediate) PASS : qquickcanvasitem::gradient::test_radial(image threaded) PASS : qquickcanvasitem::gradient::test_radial(image immediate) PASS : qquickcanvasitem::gradient::cleanupTestCase() PASS : qquickcanvasitem::image::initTestCase() libpng error: incorrect header check PASS : qquickcanvasitem::image::test_3args(image threaded) libpng error: incorrect header check PASS : qquickcanvasitem::image::test_3args(image immediate) PASS : qquickcanvasitem::image::test_5args(image threaded) PASS : qquickcanvasitem::image::test_5args(image immediate) PASS : qquickcanvasitem::image::test_9args(image threaded) PASS : qquickcanvasitem::image::test_9args(image immediate) PASS : qquickcanvasitem::image::test_alpha(image threaded) PASS : qquickcanvasitem::image::test_alpha(image immediate) PASS : qquickcanvasitem::image::test_animated(image threaded) PASS : qquickcanvasitem::image::test_animated(image immediate) PASS : qquickcanvasitem::image::test_broken(image threaded) PASS : qquickcanvasitem::image::test_broken(image immediate) PASS : qquickcanvasitem::image::test_canvas(image threaded) PASS : qquickcanvasitem::image::test_canvas(image immediate) PASS : qquickcanvasitem::image::test_clip(image threaded) PASS : qquickcanvasitem::image::test_clip(image immediate) PASS : qquickcanvasitem::image::test_composite(image threaded) PASS : qquickcanvasitem::image::test_composite(image immediate) PASS : qquickcanvasitem::image::test_imageData(image threaded) PASS : qquickcanvasitem::image::test_imageData(image immediate) PASS : qquickcanvasitem::image::test_imageitem(image threaded) PASS : qquickcanvasitem::image::test_imageitem(image immediate) PASS : qquickcanvasitem::image::test_multiple_painting(image threaded) PASS : qquickcanvasitem::image::test_multiple_painting(image immediate) PASS : qquickcanvasitem::image::test_negative(image threaded) PASS : qquickcanvasitem::image::test_negative(image immediate) PASS : qquickcanvasitem::image::test_nonfinite(image threaded) PASS : qquickcanvasitem::image::test_nonfinite(image immediate) PASS : qquickcanvasitem::image::test_null(image threaded) PASS : qquickcanvasitem::image::test_null(image immediate) PASS : qquickcanvasitem::image::test_outsidesource(image threaded) PASS : qquickcanvasitem::image::test_outsidesource(image immediate) PASS : qquickcanvasitem::image::test_path(image threaded) PASS : qquickcanvasitem::image::test_path(image immediate) PASS : qquickcanvasitem::image::test_self(image threaded) PASS : qquickcanvasitem::image::test_self(image immediate) PASS : qquickcanvasitem::image::test_transform(image threaded) PASS : qquickcanvasitem::image::test_transform(image immediate) PASS : qquickcanvasitem::image::test_wrongtype(image threaded) PASS : qquickcanvasitem::image::test_wrongtype(image immediate) QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image QWARN : qquickcanvasitem::image::cleanupTestCase() QImage::scaled: Image is a null image PASS : qquickcanvasitem::image::cleanupTestCase() PASS : qquickcanvasitem::line::initTestCase() PASS : qquickcanvasitem::line::test_cap(image threaded) PASS : qquickcanvasitem::line::test_cap(image immediate) PASS : qquickcanvasitem::line::test_cross(image threaded) PASS : qquickcanvasitem::line::test_cross(image immediate) PASS : qquickcanvasitem::line::test_default(image threaded) PASS : qquickcanvasitem::line::test_default(image immediate) PASS : qquickcanvasitem::line::test_join(image threaded) PASS : qquickcanvasitem::line::test_join(image immediate) PASS : qquickcanvasitem::line::test_miter(image threaded) PASS : qquickcanvasitem::line::test_miter(image immediate) PASS : qquickcanvasitem::line::test_width(image threaded) PASS : qquickcanvasitem::line::test_width(image immediate) PASS : qquickcanvasitem::line::cleanupTestCase() PASS : qquickcanvasitem::path::initTestCase() PASS : qquickcanvasitem::path::test_basic(image threaded) PASS : qquickcanvasitem::path::test_basic(image immediate) PASS : qquickcanvasitem::path::test_beginPath(image threaded) PASS : qquickcanvasitem::path::test_beginPath(image immediate) PASS : qquickcanvasitem::path::test_bezierCurveTo(image threaded) PASS : qquickcanvasitem::path::test_bezierCurveTo(image immediate) PASS : qquickcanvasitem::path::test_clearRect(image threaded) PASS : qquickcanvasitem::path::test_clearRect(image immediate) PASS : qquickcanvasitem::path::test_clip(image threaded) PASS : qquickcanvasitem::path::test_clip(image immediate) PASS : qquickcanvasitem::path::test_closePath(image threaded) PASS : qquickcanvasitem::path::test_closePath(image immediate) PASS : qquickcanvasitem::path::test_fill(image threaded) PASS : qquickcanvasitem::path::test_fill(image immediate) PASS : qquickcanvasitem::path::test_fillRect(image threaded) PASS : qquickcanvasitem::path::test_fillRect(image immediate) PASS : qquickcanvasitem::path::test_isPointInPath(image threaded) PASS : qquickcanvasitem::path::test_isPointInPath(image immediate) PASS : qquickcanvasitem::path::test_lineTo(image threaded) PASS : qquickcanvasitem::path::test_lineTo(image immediate) PASS : qquickcanvasitem::path::test_moveTo(image threaded) PASS : qquickcanvasitem::path::test_moveTo(image immediate) PASS : qquickcanvasitem::path::test_quadraticCurveTo(image threaded) PASS : qquickcanvasitem::path::test_quadraticCurveTo(image immediate) PASS : qquickcanvasitem::path::test_rect(image threaded) PASS : qquickcanvasitem::path::test_rect(image immediate) PASS : qquickcanvasitem::path::test_stroke(image threaded) PASS : qquickcanvasitem::path::test_stroke(image immediate) PASS : qquickcanvasitem::path::test_strokeRect(image threaded) PASS : qquickcanvasitem::path::test_strokeRect(image immediate) PASS : qquickcanvasitem::path::test_transform(image threaded) PASS : qquickcanvasitem::path::test_transform(image immediate) PASS : qquickcanvasitem::path::cleanupTestCase() PASS : qquickcanvasitem::pattern::initTestCase() PASS : qquickcanvasitem::pattern::test_animated(image threaded) PASS : qquickcanvasitem::pattern::test_animated(image immediate) PASS : qquickcanvasitem::pattern::test_basic(image threaded) PASS : qquickcanvasitem::pattern::test_basic(image immediate) PASS : qquickcanvasitem::pattern::test_image(image threaded) PASS : qquickcanvasitem::pattern::test_image(image immediate) PASS : qquickcanvasitem::pattern::test_modified(image threaded) PASS : qquickcanvasitem::pattern::test_modified(image immediate) PASS : qquickcanvasitem::pattern::test_paint(image threaded) PASS : qquickcanvasitem::pattern::test_paint(image immediate) PASS : qquickcanvasitem::pattern::test_repeat(image threaded) PASS : qquickcanvasitem::pattern::test_repeat(image immediate) QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 23017] QtQA::App::TestRunner: [New Thread 23014] QtQA::App::TestRunner: [New Thread 23016] QtQA::App::TestRunner: [New Thread 23018] QtQA::App::TestRunner: [New Thread 23015] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qquickcanvasitem -o /work/build/_artifacts/test-logs/tst_qquickcanvasitem'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb69c1d17 in QOpenGLContext::isValid (this=0x8c75b68) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:564 QtQA::App::TestRunner: 564 return d->platformGLContext && d->platformGLContext->isValid(); QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 23015): QtQA::App::TestRunner: #0 0xb77c4430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6102506 in *__GI___poll (fds=0xb6197ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56384eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb562b0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb562b4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb665bc34 in QEventDispatcherGlib::processEvents (this=0x87cb7e8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65e8f7f in QEventLoop::processEvents (this=0xb3d992c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65e9247 in QEventLoop::exec (this=0xb3d992c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63fe60f in QThread::exec (this=0x87cd628) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb76572e0 in QQmlThreadPrivate::run (this=0x87cd628) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb640523f in QThreadPrivate::start (arg=0x87cd628) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb62db96e in start_thread (arg=0xb3d99b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61103ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 23018): QtQA::App::TestRunner: #0 0xb77c4430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6102506 in *__GI___poll (fds=0xb6197ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56384eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb562b0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb562b4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb665bc34 in QEventDispatcherGlib::processEvents (this=0x8ee38c0, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65e8f7f in QEventLoop::processEvents (this=0xb2682288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65e9247 in QEventLoop::exec (this=0xb2682288, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63fe60f in QThread::exec (this=0x8ed6620) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb5db515f in QQuickPixmapReader::run (this=0x8ed6620) QtQA::App::TestRunner: at util/qquickpixmapcache.cpp:684 QtQA::App::TestRunner: #10 0xb640523f in QThreadPrivate::start (arg=0x8ed6620) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb62db96e in start_thread (arg=0xb2682b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb61103ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 23016): QtQA::App::TestRunner: #0 0xb77c4430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62e2245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5b46de9 in v8::internal::LinuxSemaphore::Wait (this=0x87db440) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5a1fc34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5a1fdc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x87dc4dc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5b4810a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5b46ac3 in ThreadEntry (arg=0x87dc4b8) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb62db96e in start_thread (arg=0xb3598b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb61103ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 23014): QtQA::App::TestRunner: #0 0xb77c4430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62e3736 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb5cbc06c in QTest::qSleep (ms=10) at qtestcase.cpp:2566 QtQA::App::TestRunner: #3 0xb77b63ce in qWait (ms=100) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:68 QtQA::App::TestRunner: #4 0xb77b7d33 in QuickTestResult::wait (this=0x8dfeeb0, ms=100) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #5 0xb77bb93d in QuickTestResult::qt_static_metacall (_o=0x8dfeeb0, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfc16f80) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #6 0xb77bbe12 in QuickTestResult::qt_metacall (this=0x8dfeeb0, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfc16f80) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #7 0xb65f56b2 in QMetaObject::metacall (object=0x8dfeeb0, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbfc16f80) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #8 0xb76ae288 in CallMethod (object=0x8dfeeb0, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0x8efec6c, engine=0x87cfd48, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #9 0xb76aeee1 in CallPrecise (object=0x8dfeeb0, data=..., engine=0x87cfd48, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #10 0xb76afe90 in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #11 0xb579f700 in HandleApiCallHelper (args=..., isolate=0x8793038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #12 0xb5799b07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x8793038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #13 0xb5799ae2 in Builtin_HandleApiCall (args=..., isolate=0x8793038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #14 0x5bf0a376 in ?? () QtQA::App::TestRunner: #15 0x5bf27924 in ?? () QtQA::App::TestRunner: #16 0x5bf0e361 in ?? () QtQA::App::TestRunner: #17 0x5bf47ace in ?? () QtQA::App::TestRunner: #18 0x5bf47945 in ?? () QtQA::App::TestRunner: #19 0x5bf0e361 in ?? () QtQA::App::TestRunner: #20 0x5bf352d7 in ?? () QtQA::App::TestRunner: #21 0x5bf0e361 in ?? () QtQA::App::TestRunner: #22 0x5bf349a3 in ?? () QtQA::App::TestRunner: #23 0x5bf32622 in ?? () QtQA::App::TestRunner: #24 0x5bf21f59 in ?? () QtQA::App::TestRunner: #25 0x5bf130ca in ?? () QtQA::App::TestRunner: #26 0xb57ef075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbfc1767f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #27 0xb57ef44a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfc1767f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #28 0xb57ef24d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfc1767f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #29 0xb5753f16 in v8::Function::Call (this=0x8bf2458, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #30 0xb76227a2 in QQmlJavaScriptExpression::evaluate (this=0x8f39210, QtQA::App::TestRunner: context=0x88425c8, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #31 0xb76224c6 in QQmlJavaScriptExpression::evaluate (this=0x8f39210, QtQA::App::TestRunner: context=0x88425c8, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #32 0xb75b1622 in QQmlBoundSignalExpression::evaluate (this=0x8f39200, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #33 0xb75b2299 in QQmlBoundSignal_callback (e=0x8d1ff0c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #34 0xb7604000 in QQmlNotifier::emitNotify (endpoint=0x8d1ff0c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #35 0xb754d921 in QQmlData::signalEmitted (object=0x8c264f0, index=29, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #36 0xb662b083 in QMetaObject::activate (sender=0x8c264f0, signalOffset=28, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #37 0xb754875c in QQmlVMEMetaObject::activate (this=0x8df9288, QtQA::App::TestRunner: object=0x8c264f0, index=38, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #38 0xb7546614 in QQmlVMEMetaObject::metaCall (this=0x8df9288, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfc188c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #39 0xb753490d in QAbstractDynamicMetaObject::metaCall (this=0x8df9288, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfc188c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #40 0xb7546fc8 in QQmlVMEMetaObject::metaCall (this=0x8d23e70, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfc188c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #41 0xb753490d in QAbstractDynamicMetaObject::metaCall (this=0x8d23e70, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfc188c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #42 0xb7546fc8 in QQmlVMEMetaObject::metaCall (this=0x8c8de10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfc188c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #43 0xb753490d in QAbstractDynamicMetaObject::metaCall (this=0x8c8de10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfc188c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #44 0xb65f5689 in QMetaObject::metacall (object=0x8c264f0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbfc188c4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #45 0xb7681561 in QV4Bindings::run (this=0x8f24040, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x8c608f0, context=0x88b94f8, error=0x8c608d4, QtQA::App::TestRunner: scope=0x8c264f0, output=0x8c264f0, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #46 0xb7679899 in QV4Bindings::run (this=0x8f24040, binding=0x8c608cc, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #47 0xb7679109 in QV4Bindings::subscriptionNotify (this=0x8f24040, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #48 0xb7679077 in QV4BindingsSubscription_callback (e=0x8c2ce8c) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #49 0xb7604000 in QQmlNotifier::emitNotify (endpoint=0x8c2ce8c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #50 0xb754d921 in QQmlData::signalEmitted (object=0x8c264f0, index=33, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #51 0xb662b083 in QMetaObject::activate (sender=0x8c264f0, signalOffset=28, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #52 0xb754875c in QQmlVMEMetaObject::activate (this=0x8df9288, QtQA::App::TestRunner: object=0x8c264f0, index=42, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #53 0xb7546614 in QQmlVMEMetaObject::metaCall (this=0x8df9288, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfc196f8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #54 0xb753490d in QAbstractDynamicMetaObject::metaCall (this=0x8df9288, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfc196f8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #55 0xb7546fc8 in QQmlVMEMetaObject::metaCall (this=0x8d23e70, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfc196f8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #56 0xb753490d in QAbstractDynamicMetaObject::metaCall (this=0x8d23e70, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfc196f8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #57 0xb7546fc8 in QQmlVMEMetaObject::metaCall (this=0x8c8de10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfc196f8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #58 0xb753490d in QAbstractDynamicMetaObject::metaCall (this=0x8c8de10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfc196f8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #59 0xb65f5689 in QMetaObject::metacall (object=0x8c264f0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbfc196f8) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #60 0xb756c259 in QQmlPropertyPrivate::write (object=0x8c264f0, property=..., QtQA::App::TestRunner: value=..., context=0x88425c8, flags=...) at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #61 0xb756bc4d in QQmlPropertyPrivate::writeValueProperty (object=0x8c264f0, QtQA::App::TestRunner: core=..., value=..., context=0x88425c8, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #62 0xb756dbec in QQmlPropertyPrivate::writeBinding (object=0x8c264f0, QtQA::App::TestRunner: core=..., context=0x88425c8, expression=0x88a5944, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #63 0xb76c2430 in QV8Bindings::Binding::update (this=0x88a5944, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #64 0xb76c2719 in QV8Bindings::Binding::expressionChanged (e=0x88a5944) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #65 0xb7623a40 in QQmlJavaScriptExpressionGuard_callback (e=0x888fa94) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #66 0xb7604000 in QQmlNotifier::emitNotify (endpoint=0x888fa94, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #67 0xb754d921 in QQmlData::signalEmitted (object=0xbfc19e74, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #68 0xb662b083 in QMetaObject::activate (sender=0xbfc19e74, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #69 0xb662aef4 in QMetaObject::activate (sender=0xbfc19e74, m=0xb77c0c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #70 0xb77af70d in QTestRootObject::windowShownChanged (this=0xbfc19e74) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #71 0xb77b0b9a in QTestRootObject::setWindowShown (this=0xbfc19e74, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #72 0xb77af1fc in quick_test_main (argc=5, argv=0xbfc1a0b4, QtQA::App::TestRunner: name=0x804876f "qquickcanvasitem", QtQA::App::TestRunner: sourceDir=0x8048730 "/work/build/qt/qtdeclarative/tests/auto/quick/qquickcanvasitem") at quicktest.cpp:344 QtQA::App::TestRunner: #73 0x0804865f in main (argc=5, argv=0xbfc1a0b4) QtQA::App::TestRunner: at tst_qquickcanvasitem.cpp:42 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 23017): QtQA::App::TestRunner: #0 0xb69c1d17 in QOpenGLContext::isValid (this=0x8c75b68) QtQA::App::TestRunner: at kernel/qopenglcontext.cpp:564 QtQA::App::TestRunner: #1 0xb5f81b8f in GLAcquireContext (this=0xb2e82ccc, c=0x8c75b68, s=0x8c759d0) QtQA::App::TestRunner: at items/context2d/qquickcontext2dtexture.cpp:74 QtQA::App::TestRunner: #2 0xb5f7f5e6 in QQuickContext2DTexture::paint (this=0x8ea5a40, QtQA::App::TestRunner: ccb=0x8d5b720) at items/context2d/qquickcontext2dtexture.cpp:252 QtQA::App::TestRunner: #3 0xb5fc4aec in QQuickContext2DTexture::qt_static_metacall (_o=0x8ea5a40, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x8c65698) QtQA::App::TestRunner: at .moc/debug-shared/moc_qquickcontext2dtexture_p.cpp:108 QtQA::App::TestRunner: #4 0xb6623470 in QMetaCallEvent::placeMetaCall (this=0x8c22c60, QtQA::App::TestRunner: object=0x8ea5a40) at kernel/qobject.cpp:479 QtQA::App::TestRunner: #5 0xb6625039 in QObject::event (this=0x8ea5a40, e=0x8c22c60) QtQA::App::TestRunner: at kernel/qobject.cpp:1070 QtQA::App::TestRunner: #6 0xb65ed169 in QCoreApplicationPrivate::notify_helper (this=0x879bd58, QtQA::App::TestRunner: receiver=0x8ea5a40, event=0x8c22c60) at kernel/qcoreapplication.cpp:988 QtQA::App::TestRunner: #7 0xb65ece7b in QCoreApplication::notify (this=0x879b5a8, QtQA::App::TestRunner: receiver=0x8ea5a40, event=0x8c22c60) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #8 0xb6980545 in QGuiApplication::notify (this=0x879b5a8, object=0x8ea5a40, QtQA::App::TestRunner: event=0x8c22c60) at kernel/qguiapplication.cpp:1210 QtQA::App::TestRunner: #9 0xb65ecd85 in QCoreApplication::notifyInternal (this=0x879b5a8, QtQA::App::TestRunner: receiver=0x8ea5a40, event=0x8c22c60) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #10 0xb65f0945 in QCoreApplication::sendEvent (receiver=0x8ea5a40, QtQA::App::TestRunner: event=0x8c22c60) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #11 0xb65edef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0, data=0x8bd0ae0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #12 0xb65ed9af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #13 0xb665aca7 in postEventSourceDispatch (s=0x8bd0d28) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #14 0xb56275e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #15 0xb562b2d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #16 0xb562b4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #17 0xb665bc34 in QEventDispatcherGlib::processEvents (this=0x88a09c8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #18 0xb65e8f7f in QEventLoop::processEvents (this=0xb2e832c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #19 0xb65e9247 in QEventLoop::exec (this=0xb2e832c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #20 0xb63fe60f in QThread::exec (this=0x88a0b18) at thread/qthread.cpp:507 QtQA::App::TestRunner: #21 0xb63fe7a3 in QThread::run (this=0x88a0b18) at thread/qthread.cpp:574 QtQA::App::TestRunner: #22 0xb640523f in QThreadPrivate::start (arg=0x88a0b18) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #23 0xb62db96e in start_thread (arg=0xb2e83b70) at pthread_create.c:300 QtQA::App::TestRunner: #24 0xb61103ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickcanvasitem: 55 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00384/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365443822): http://codereview.qt-project.org/53100 [PS1] - Fix new warnings in qtdeclarative (found by GCC 4.8) From ci-noreply at qt-project.org Mon Apr 8 21:04:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 22:04:59 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130408_190459_045365.ci-noreply@qt-project.org> QtWebKit_stable_Integration #105: SUCCESS Tested changes (refs/builds/stable_1365438515): http://codereview.qt-project.org/53222 [PS1] - [Qt][WK2] WebView's interactive property is not fully respected From ci-noreply at qt-project.org Mon Apr 8 21:23:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 22:23:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130408_192348_035771.ci-noreply@qt-project.org> QtScript_stable_Integration #60: SUCCESS Tested changes (refs/builds/stable_1365444779): http://codereview.qt-project.org/53233 [PS1] - List QtScriptTools as a module under test. From ci-noreply at qt-project.org Mon Apr 8 21:25:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 22:25:23 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_192523_093415.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 8 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00791/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365445971): http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells From ci-noreply at qt-project.org Mon Apr 8 21:55:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 22:55:19 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_195519_007093.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10126b010 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012c1fb0 Loc: [tst_qmenubar.cpp(1187)] QWARN : tst_QMenuBar::task256322_highlight() Problem creating accessible interface for: QWidget(0x7fff5fbfde08) Make sure to deploy Qt with accessibility plugins. PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00873/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365444159): http://codereview.qt-project.org/51920 [PS2] - Mac: Ensure the native filedialog sets file name when saving http://codereview.qt-project.org/52609 [PS1] - Doc: Fix minor typo From ci-noreply at qt-project.org Mon Apr 8 22:05:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 23:05:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_200530_077010.ci-noreply@qt-project.org> objcopy failed to process libQt5Core.so.5.1.0 :( rm -f libQt5Core.so.5.1.0 libQt5Core.so libQt5Core.so.5 libQt5Core.so.5.1 linking ../../lib/libQt5Core.so.5.1.0 ln -s libQt5Core.so.5.1.0 libQt5Core.so ln -s libQt5Core.so.5.1.0 libQt5Core.so.5 ln -s libQt5Core.so.5.1.0 libQt5Core.so.5.1 rm -f ../../lib/libQt5Core.so.5.1.0 mv -f libQt5Core.so.5.1.0 ../../lib/ creating ../../lib/libQt5Core.so.5.1.0.debug objcopy: 'libQt5Core.so.5.1.0': No such file make[3]: *** [../../lib/libQt5Core.so.5.1.0] Error 1 make[2]: *** [sub-corelib-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00874/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365451052): http://codereview.qt-project.org/53130 [PS3] - Android: Backslash workaround for Unix Makefile generator From ci-noreply at qt-project.org Mon Apr 8 22:52:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 23:52:54 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130408_205254_056037.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qnetworkreply', and `tst_qquickwindow' failed :( Testing tst_QNetworkReply FAIL! : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) 'waitForFinish(reply) == Success' returned FALSE. () Loc: [../tst_qnetworkreply.cpp(4711)] Totals: 600 passed, 1 failed, 24 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QNetworkReply ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QNetworkReply::initTestCase() PASS : tst_QNetworkReply::stateChecking() PASS : tst_QNetworkReply::invalidProtocol() PASS : tst_QNetworkReply::getFromData(empty2) PASS : tst_QNetworkReply::getFromData(just-charset_1) PASS : tst_QNetworkReply::getFromData(just-charset_2) PASS : tst_QNetworkReply::getFromData(just-media2) PASS : tst_QNetworkReply::getFromData(plain_1) PASS : tst_QNetworkReply::getFromData(plain_2) PASS : tst_QNetworkReply::getFromData(plain_3) PASS : tst_QNetworkReply::getFromData(pct_1) PASS : tst_QNetworkReply::getFromData(pct_2) PASS : tst_QNetworkReply::getFromData(base64-empty_1) PASS : tst_QNetworkReply::getFromData(base64-empty_2) PASS : tst_QNetworkReply::getFromData(base64-empty_3) PASS : tst_QNetworkReply::getFromData(base64_1) PASS : tst_QNetworkReply::getFromData(base64_2) PASS : tst_QNetworkReply::getFromData(base64_3) PASS : tst_QNetworkReply::getFromData(pct-nul) PASS : tst_QNetworkReply::getFromData(base64-nul) PASS : tst_QNetworkReply::getFromData(pct-nonutf8) PASS : tst_QNetworkReply::getFromData(base64) PASS : tst_QNetworkReply::getFromData(base64, no media type) PASS : tst_QNetworkReply::getFromData(Percent encoding) PASS : tst_QNetworkReply::getFromData(Percent encoding, no media type) PASS : tst_QNetworkReply::getFromData(querychars) PASS : tst_QNetworkReply::getFromData(css) PASS : tst_QNetworkReply::getFromFile() PASS : tst_QNetworkReply::getFromFileSpecial(resource) PASS : tst_QNetworkReply::getFromFileSpecial(search-path) PASS : tst_QNetworkReply::getFromFileSpecial(bigfile-path) PASS : tst_QNetworkReply::getFromFtp(rfc3252.txt) PASS : tst_QNetworkReply::getFromFtp(bigfile) PASS : tst_QNetworkReply::getFromHttp(success-internal) PASS : tst_QNetworkReply::getFromHttp(success-external) PASS : tst_QNetworkReply::getFromHttp(bigfile-internal) PASS : tst_QNetworkReply::getErrors(empty-url) PASS : tst_QNetworkReply::getErrors(empty-scheme-host) PASS : tst_QNetworkReply::getErrors(empty-scheme) PASS : tst_QNetworkReply::getErrors(file-host) PASS : tst_QNetworkReply::getErrors(file-no-path) PASS : tst_QNetworkReply::getErrors(file-is-dir) PASS : tst_QNetworkReply::getErrors(file-exist) PASS : tst_QNetworkReply::getErrors(file-is-wronly) PASS : tst_QNetworkReply::getErrors(ftp-host) PASS : tst_QNetworkReply::getErrors(ftp-no-path) XFAIL : tst_QNetworkReply::getErrors(ftp-is-dir) QFtp cannot provide enough detail Loc: [../tst_qnetworkreply.cpp(1862)] PASS : tst_QNetworkReply::getErrors(ftp-is-dir) XFAIL : tst_QNetworkReply::getErrors(ftp-dir-not-readable) QFtp cannot provide enough detail Loc: [../tst_qnetworkreply.cpp(1862)] PASS : tst_QNetworkReply::getErrors(ftp-dir-not-readable) PASS : tst_QNetworkReply::getErrors(ftp-file-not-readable) PASS : tst_QNetworkReply::getErrors(ftp-exist) PASS : tst_QNetworkReply::getErrors(http-host) PASS : tst_QNetworkReply::getErrors(http-exist) PASS : tst_QNetworkReply::getErrors(http-authentication) PASS : tst_QNetworkReply::headFromHttp(rfc) PASS : tst_QNetworkReply::headFromHttp(bigfile) PASS : tst_QNetworkReply::headFromHttp(index) PASS : tst_QNetworkReply::headFromHttp(with-authentication) PASS : tst_QNetworkReply::headFromHttp(cgi) PASS : tst_QNetworkReply::headFromHttp(rfc+proxy) PASS : tst_QNetworkReply::headFromHttp(bigfile+proxy) PASS : tst_QNetworkReply::headFromHttp(index+proxy) PASS : tst_QNetworkReply::headFromHttp(with-authentication+proxy) PASS : tst_QNetworkReply::headFromHttp(cgi+proxy) PASS : tst_QNetworkReply::headFromHttp(rfc+proxyauth) PASS : tst_QNetworkReply::headFromHttp(bigfile+proxyauth) PASS : tst_QNetworkReply::headFromHttp(index+proxyauth) PASS : tst_QNetworkReply::headFromHttp(with-authentication+proxyauth) PASS : tst_QNetworkReply::headFromHttp(cgi+proxyauth) PASS : tst_QNetworkReply::headFromHttp(rfc+socks) PASS : tst_QNetworkReply::headFromHttp(bigfile+socks) PASS : tst_QNetworkReply::headFromHttp(index+socks) PASS : tst_QNetworkReply::headFromHttp(with-authentication+socks) PASS : tst_QNetworkReply::headFromHttp(cgi+socks) PASS : tst_QNetworkReply::headFromHttp(rfc+socksauth) PASS : tst_QNetworkReply::headFromHttp(bigfile+socksauth) PASS : tst_QNetworkReply::headFromHttp(index+socksauth) PASS : tst_QNetworkReply::headFromHttp(with-authentication+socksauth) PASS : tst_QNetworkReply::headFromHttp(cgi+socksauth) PASS : tst_QNetworkReply::putToFile(empty) PASS : tst_QNetworkReply::putToFile(generic) PASS : tst_QNetworkReply::putToFile(small) PASS : tst_QNetworkReply::putToFile(with-nul) PASS : tst_QNetworkReply::putToFile(4k+1) PASS : tst_QNetworkReply::putToFile(128k+1) PASS : tst_QNetworkReply::putToFile(2MB+1) PASS : tst_QNetworkReply::putToFtp(empty) PASS : tst_QNetworkReply::putToFtp(generic) PASS : tst_QNetworkReply::putToFtp(small) PASS : tst_QNetworkReply::putToFtp(with-nul) PASS : tst_QNetworkReply::putToFtp(4k+1) PASS : tst_QNetworkReply::putToFtp(128k+1) PASS : tst_QNetworkReply::putToFtp(2MB+1) PASS : tst_QNetworkReply::putToHttp(empty) PASS : tst_QNetworkReply::putToHttp(generic) PASS : tst_QNetworkReply::putToHttp(small) PASS : tst_QNetworkReply::putToHttp(with-nul) PASS : tst_QNetworkReply::putToHttp(4k+1) PASS : tst_QNetworkReply::putToHttp(128k+1) PASS : tst_QNetworkReply::putToHttp(2MB+1) PASS : tst_QNetworkReply::putToHttpSynchronous(empty) PASS : tst_QNetworkReply::putToHttpSynchronous(generic) PASS : tst_QNetworkReply::putToHttpSynchronous(small) PASS : tst_QNetworkReply::putToHttpSynchronous(with-nul) PASS : tst_QNetworkReply::putToHttpSynchronous(4k+1) PASS : tst_QNetworkReply::putToHttpSynchronous(128k+1) PASS : tst_QNetworkReply::putToHttpSynchronous(2MB+1) SKIP : tst_QNetworkReply::putToHttpMultipart(empty) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(empty-related) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(empty-alternative) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-custom) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-text-text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(image) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-image-image) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(3-images) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] SKIP : tst_QNetworkReply::putToHttpMultipart(image-as-content) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2381)] PASS : tst_QNetworkReply::postToHttp(empty) PASS : tst_QNetworkReply::postToHttp(generic) PASS : tst_QNetworkReply::postToHttp(small) PASS : tst_QNetworkReply::postToHttp(with-nul) PASS : tst_QNetworkReply::postToHttp(4k+1) PASS : tst_QNetworkReply::postToHttp(128k+1) PASS : tst_QNetworkReply::postToHttp(2MB+1) PASS : tst_QNetworkReply::postToHttpSynchronous(empty) PASS : tst_QNetworkReply::postToHttpSynchronous(generic) PASS : tst_QNetworkReply::postToHttpSynchronous(small) PASS : tst_QNetworkReply::postToHttpSynchronous(with-nul) PASS : tst_QNetworkReply::postToHttpSynchronous(4k+1) PASS : tst_QNetworkReply::postToHttpSynchronous(128k+1) PASS : tst_QNetworkReply::postToHttpSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttpMultipart(empty) PASS : tst_QNetworkReply::postToHttpMultipart(empty-related) PASS : tst_QNetworkReply::postToHttpMultipart(empty-alternative) PASS : tst_QNetworkReply::postToHttpMultipart(text) PASS : tst_QNetworkReply::postToHttpMultipart(text-custom) PASS : tst_QNetworkReply::postToHttpMultipart(text-text) PASS : tst_QNetworkReply::postToHttpMultipart(text-text-text) PASS : tst_QNetworkReply::postToHttpMultipart(image) PASS : tst_QNetworkReply::postToHttpMultipart(text-image-image) PASS : tst_QNetworkReply::postToHttpMultipart(3-images) PASS : tst_QNetworkReply::postToHttpMultipart(image-as-content) PASS : tst_QNetworkReply::putToHttps(empty) PASS : tst_QNetworkReply::putToHttps(generic) PASS : tst_QNetworkReply::putToHttps(small) PASS : tst_QNetworkReply::putToHttps(with-nul) PASS : tst_QNetworkReply::putToHttps(4k+1) PASS : tst_QNetworkReply::putToHttps(128k+1) PASS : tst_QNetworkReply::putToHttps(2MB+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(empty) PASS : tst_QNetworkReply::putToHttpsSynchronous(generic) PASS : tst_QNetworkReply::putToHttpsSynchronous(small) PASS : tst_QNetworkReply::putToHttpsSynchronous(with-nul) PASS : tst_QNetworkReply::putToHttpsSynchronous(4k+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(128k+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttps(empty) PASS : tst_QNetworkReply::postToHttps(generic) PASS : tst_QNetworkReply::postToHttps(small) PASS : tst_QNetworkReply::postToHttps(with-nul) PASS : tst_QNetworkReply::postToHttps(4k+1) PASS : tst_QNetworkReply::postToHttps(128k+1) PASS : tst_QNetworkReply::postToHttps(2MB+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(empty) PASS : tst_QNetworkReply::postToHttpsSynchronous(generic) PASS : tst_QNetworkReply::postToHttpsSynchronous(small) PASS : tst_QNetworkReply::postToHttpsSynchronous(with-nul) PASS : tst_QNetworkReply::postToHttpsSynchronous(4k+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(128k+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttpsMultipart(empty) PASS : tst_QNetworkReply::postToHttpsMultipart(empty-related) PASS : tst_QNetworkReply::postToHttpsMultipart(empty-alternative) PASS : tst_QNetworkReply::postToHttpsMultipart(text) PASS : tst_QNetworkReply::postToHttpsMultipart(text-custom) PASS : tst_QNetworkReply::postToHttpsMultipart(text-text) PASS : tst_QNetworkReply::postToHttpsMultipart(text-text-text) PASS : tst_QNetworkReply::postToHttpsMultipart(image) PASS : tst_QNetworkReply::postToHttpsMultipart(text-image-image) PASS : tst_QNetworkReply::postToHttpsMultipart(3-images) PASS : tst_QNetworkReply::postToHttpsMultipart(image-as-content) PASS : tst_QNetworkReply::deleteFromHttp(405-method-not-allowed) PASS : tst_QNetworkReply::deleteFromHttp(200-ok) PASS : tst_QNetworkReply::deleteFromHttp(202-accepted) PASS : tst_QNetworkReply::deleteFromHttp(204-no-content) PASS : tst_QNetworkReply::deleteFromHttp(404-not-found) PASS : tst_QNetworkReply::putGetDeleteGetFromHttp(success) PASS : tst_QNetworkReply::putGetDeleteGetFromHttp(delete-error) PASS : tst_QNetworkReply::sendCustomRequestToHttp(options) PASS : tst_QNetworkReply::sendCustomRequestToHttp(trace) PASS : tst_QNetworkReply::sendCustomRequestToHttp(connect) PASS : tst_QNetworkReply::sendCustomRequestToHttp(nonsense) PASS : tst_QNetworkReply::sendCustomRequestToHttp(post) PASS : tst_QNetworkReply::sendCustomRequestToHttp(put) PASS : tst_QNetworkReply::connectToIPv6Address(localhost) PASS : tst_QNetworkReply::ioGetFromData(data-empty) PASS : tst_QNetworkReply::ioGetFromData(data-literal) PASS : tst_QNetworkReply::ioGetFromData(data-pct) PASS : tst_QNetworkReply::ioGetFromData(data-base64) PASS : tst_QNetworkReply::ioGetFromFileSpecial(resource) PASS : tst_QNetworkReply::ioGetFromFileSpecial(search-path) PASS : tst_QNetworkReply::ioGetFromFileSpecial(bigfile-path) PASS : tst_QNetworkReply::ioGetFromFile(empty) PASS : tst_QNetworkReply::ioGetFromFile(generic) PASS : tst_QNetworkReply::ioGetFromFile(small) PASS : tst_QNetworkReply::ioGetFromFile(with-nul) PASS : tst_QNetworkReply::ioGetFromFile(4k+1) PASS : tst_QNetworkReply::ioGetFromFile(128k+1) PASS : tst_QNetworkReply::ioGetFromFile(2MB+1) PASS : tst_QNetworkReply::ioGetFromFtp(bigfile) PASS : tst_QNetworkReply::ioGetFromFtp(rfc3252.txt) PASS : tst_QNetworkReply::ioGetFromFtpWithReuse() PASS : tst_QNetworkReply::ioGetFromHttp() QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) RateControlledReader: going to read 10240 bytes every 50 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) FastSender: flushed 1200044 bytes in 14 ms: rate = 85717428 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) wrapUp: found 1200000 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) send rate: 85717428 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) receive rate: 85714285 (it received 1200000 bytes in 14 ms) PASS : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) FastSender: ok, kernel buffer is full after writing 161792 bytes QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Still having 1024 bytes to write, doing that now QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) RateControlledReader: going to read 4096 bytes every 20 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) ERROR: FastSender: QAbstractSocket::SocketTimeoutError during blocking write FAIL! : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) 'waitForFinish(reply) == Success' returned FALSE. () Loc: [../tst_qnetworkreply.cpp(4711)] QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) RateControlledReader: going to read 10240 bytes every 50 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) slotSslErrors "Unknown error" ("The issuer certificate of a locally looked up certificate could not be found", "No certificates could be verified") QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) FastSender: flushed 1200044 bytes in 247 ms: rate = 4858477 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) wrapUp: found 1159040 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) send rate: 4858477 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) receive rate: 4347826 (it received 1200000 bytes in 276 ms) PASS : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) RateControlledReader: going to read 4096 bytes every 20 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) slotSslErrors "Unknown error" ("The issuer certificate of a locally looked up certificate could not be found", "No certificates could be verified") QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) FastSender: ok, kernel buffer is full after writing 310272 bytes QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) FastSender: flushed 889772 bytes in 4798 ms: rate = 185446 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) wrapUp: found 102272 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) send rate: 185446 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) receive rate: 218858 (it received 1200000 bytes in 5483 ms) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) 172032 <= 185446 <= 237568 ? PASS : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) PASS : tst_QNetworkReply::ioGetFromHttpWithReuseParallel() PASS : tst_QNetworkReply::ioGetFromHttpWithReuseSequential() PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(basic) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(digest) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(basic-in-url) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(digest-in-url) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(basic-bad-user-in-url) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(basic-bad-password-in-url) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(digest-bad-user-in-url) PASS : tst_QNetworkReply::ioGetFromHttpWithAuth(digest-bad-password-in-url) PASS : tst_QNetworkReply::ioGetFromHttpWithAuthSynchronous() PASS : tst_QNetworkReply::ioGetFromHttpWithProxyAuth() PASS : tst_QNetworkReply::ioGetFromHttpWithProxyAuthSynchronous() XFAIL : tst_QNetworkReply::ioGetFromHttpWithSocksProxy() QTcpSocket doesn't return enough information yet Loc: [../tst_qnetworkreply.cpp(3372)] PASS : tst_QNetworkReply::ioGetFromHttpWithSocksProxy() PASS : tst_QNetworkReply::ioGetFromHttpsWithSslErrors() PASS : tst_QNetworkReply::ioGetFromHttpsWithIgnoreSslErrors() PASS : tst_QNetworkReply::ioGetFromHttpsWithSslHandshakeError() QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) slotError QAbstractSocket::RemoteHostClosedError "Unknown error" QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection" PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(empty+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(just-newline+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(just-2newline+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(immediate disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(justHalfStatus+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(justStatus+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(justStatusAndHalfHeaders+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpBrokenServer(halfContent+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(normal) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(minimal) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(minimal2) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(minimal3) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(minimal+404) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(with_headers) PASS : tst_QNetworkReply::ioGetFromHttpStatus100(with_headers2) PASS : tst_QNetworkReply::ioGetFromHttpNoHeaders(justStatus+noheaders+disconnect) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-cached,always-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-cached,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-cached,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(expired,200,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(expired,200,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(expired,304,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(expired,304,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,always-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,always-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,304,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,304,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,304,always-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,always-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,always-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,304,prefer-network) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,304,prefer-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,304,always-cache) PASS : tst_QNetworkReply::ioGetFromHttpWithCache(partial,dontuse-cache) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-http) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-http2) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-socks) PASS : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-ftp) XFAIL : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-socks) QFtp is too limited and won't accept non-FTP proxies Loc: [../tst_qnetworkreply.cpp(3974)] PASS : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-socks) PASS : tst_QNetworkReply::ioGetWithManyProxies(https-on-http) PASS : tst_QNetworkReply::ioGetWithManyProxies(https-on-socks) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-ftp) PASS : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-http) PASS : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-multiple-http) PASS : tst_QNetworkReply::ioGetWithManyProxies(https-on-httptransparent) PASS : tst_QNetworkReply::ioGetWithManyProxies(https-on-ftp) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-multiple-http) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-http+socks) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-ftp+http+socks) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-noproxy+http) PASS : tst_QNetworkReply::ioGetWithManyProxies(http-on-ftp+noproxy) PASS : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-http+ftp) PASS : tst_QNetworkReply::ioGetWithManyProxies(https-on-httpcaching+http) PASS : tst_QNetworkReply::ioGetWithManyProxies(https-on-ftp+httpcaching+http) PASS : tst_QNetworkReply::ioPutToFileFromFile(empty) PASS : tst_QNetworkReply::ioPutToFileFromFile(real-file) PASS : tst_QNetworkReply::ioPutToFileFromFile(resource) PASS : tst_QNetworkReply::ioPutToFileFromFile(search-path) PASS : tst_QNetworkReply::ioPutToFileFromSocket(empty) PASS : tst_QNetworkReply::ioPutToFileFromSocket(generic) PASS : tst_QNetworkReply::ioPutToFileFromSocket(small) PASS : tst_QNetworkReply::ioPutToFileFromSocket(with-nul) PASS : tst_QNetworkReply::ioPutToFileFromSocket(4k+1) PASS : tst_QNetworkReply::ioPutToFileFromSocket(128k+1) PASS : tst_QNetworkReply::ioPutToFileFromSocket(2MB+1) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(empty) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(generic) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(small) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(with-nul) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(4k+1) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(128k+1) PASS : tst_QNetworkReply::ioPutToFileFromLocalSocket(2MB+1) PASS : tst_QNetworkReply::ioPutToFileFromProcess(empty) PASS : tst_QNetworkReply::ioPutToFileFromProcess(generic) PASS : tst_QNetworkReply::ioPutToFileFromProcess(small) PASS : tst_QNetworkReply::ioPutToFileFromProcess(with-nul) PASS : tst_QNetworkReply::ioPutToFileFromProcess(4k+1) PASS : tst_QNetworkReply::ioPutToFileFromProcess(128k+1) PASS : tst_QNetworkReply::ioPutToFileFromProcess(2MB+1) PASS : tst_QNetworkReply::ioPutToFtpFromFile(empty) PASS : tst_QNetworkReply::ioPutToFtpFromFile(real-file) PASS : tst_QNetworkReply::ioPutToFtpFromFile(resource) PASS : tst_QNetworkReply::ioPutToFtpFromFile(search-path) PASS : tst_QNetworkReply::ioPutToHttpFromFile(empty) PASS : tst_QNetworkReply::ioPutToHttpFromFile(real-file) PASS : tst_QNetworkReply::ioPutToHttpFromFile(resource) PASS : tst_QNetworkReply::ioPutToHttpFromFile(search-path) PASS : tst_QNetworkReply::ioPostToHttpFromFile(empty) PASS : tst_QNetworkReply::ioPostToHttpFromFile(real-file) PASS : tst_QNetworkReply::ioPostToHttpFromFile(resource) PASS : tst_QNetworkReply::ioPostToHttpFromFile(search-path) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+auth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+auth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+auth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+auth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+auth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+auth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+auth+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+auth+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+auth+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+auth+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+auth+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+auth+proxy) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+auth+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+auth+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+auth+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+auth+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+auth+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+auth+proxyauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+auth+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+auth+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+auth+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+auth+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+auth+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+auth+socks) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(empty+auth+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(generic+auth+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(small+auth+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(with-nul+auth+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(4k+1+auth+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocket(128k+1+auth+socksauth) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(empty) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(generic) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(small) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(with-nul) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(4k+1) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(128k+1) PASS : tst_QNetworkReply::ioPostToHttpFromSocketSynchronous(2MB+1) PASS : tst_QNetworkReply::ioPostToHttpFromMiddleOfFileToEnd() PASS : tst_QNetworkReply::ioPostToHttpFromMiddleOfFileFiveBytes() PASS : tst_QNetworkReply::ioPostToHttpFromMiddleOfQBufferFiveBytes() PASS : tst_QNetworkReply::ioPostToHttpNoBufferFlag() PASS : tst_QNetworkReply::ioPostToHttpUploadProgress() PASS : tst_QNetworkReply::ioPostToHttpEmptyUploadProgress() PASS : tst_QNetworkReply::lastModifiedHeaderForFile() PASS : tst_QNetworkReply::lastModifiedHeaderForHttp() PASS : tst_QNetworkReply::httpCanReadLine() SKIP : tst_QNetworkReply::rateControl(15) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] SKIP : tst_QNetworkReply::rateControl(40) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] SKIP : tst_QNetworkReply::rateControl(73) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] SKIP : tst_QNetworkReply::rateControl(80) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] SKIP : tst_QNetworkReply::rateControl(125) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] SKIP : tst_QNetworkReply::rateControl(250) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] SKIP : tst_QNetworkReply::rateControl(1024) Test disabled -- only for manual purposes Loc: [../tst_qnetworkreply.cpp(4921)] PASS : tst_QNetworkReply::downloadProgress(empty) PASS : tst_QNetworkReply::downloadProgress(http:small) PASS : tst_QNetworkReply::downloadProgress(http:big) PASS : tst_QNetworkReply::downloadProgress(http:no-length) PASS : tst_QNetworkReply::downloadProgress(ftp:small) PASS : tst_QNetworkReply::downloadProgress(ftp:big) PASS : tst_QNetworkReply::uploadProgress(empty) PASS : tst_QNetworkReply::uploadProgress(generic) PASS : tst_QNetworkReply::uploadProgress(small) PASS : tst_QNetworkReply::uploadProgress(with-nul) PASS : tst_QNetworkReply::uploadProgress(4k+1) PASS : tst_QNetworkReply::uploadProgress(128k+1) PASS : tst_QNetworkReply::uploadProgress(2MB+1) PASS : tst_QNetworkReply::chaining(empty) PASS : tst_QNetworkReply::chaining(generic) PASS : tst_QNetworkReply::chaining(small) PASS : tst_QNetworkReply::chaining(with-nul) PASS : tst_QNetworkReply::chaining(4k+1) PASS : tst_QNetworkReply::chaining(128k+1) PASS : tst_QNetworkReply::chaining(2MB+1) PASS : tst_QNetworkReply::receiveCookiesFromHttp(empty) PASS : tst_QNetworkReply::receiveCookiesFromHttp(simple-cookie) PASS : tst_QNetworkReply::receiveCookiesFromHttp(two-cookies) PASS : tst_QNetworkReply::receiveCookiesFromHttp(invalid-two-cookies) PASS : tst_QNetworkReply::receiveCookiesFromHttp(invalid-cookie-path) PASS : tst_QNetworkReply::receiveCookiesFromHttp(invalid-cookie-domain) PASS : tst_QNetworkReply::receiveCookiesFromHttpSynchronous(empty) PASS : tst_QNetworkReply::receiveCookiesFromHttpSynchronous(simple-cookie) PASS : tst_QNetworkReply::receiveCookiesFromHttpSynchronous(two-cookies) PASS : tst_QNetworkReply::receiveCookiesFromHttpSynchronous(invalid-two-cookies) PASS : tst_QNetworkReply::receiveCookiesFromHttpSynchronous(invalid-cookie-path) PASS : tst_QNetworkReply::receiveCookiesFromHttpSynchronous(invalid-cookie-domain) PASS : tst_QNetworkReply::sendCookies(empty) PASS : tst_QNetworkReply::sendCookies(no-match-domain) PASS : tst_QNetworkReply::sendCookies(no-match-path) PASS : tst_QNetworkReply::sendCookies(simple-cookie) PASS : tst_QNetworkReply::sendCookies(two-cookies) PASS : tst_QNetworkReply::sendCookies(domain-match) PASS : tst_QNetworkReply::sendCookies(domain-match-2) PASS : tst_QNetworkReply::sendCookiesSynchronous(empty) PASS : tst_QNetworkReply::sendCookiesSynchronous(no-match-domain) PASS : tst_QNetworkReply::sendCookiesSynchronous(no-match-path) PASS : tst_QNetworkReply::sendCookiesSynchronous(simple-cookie) PASS : tst_QNetworkReply::sendCookiesSynchronous(two-cookies) PASS : tst_QNetworkReply::sendCookiesSynchronous(domain-match) PASS : tst_QNetworkReply::sendCookiesSynchronous(domain-match-2) QDEBUG : tst_QNetworkReply::nestedEventLoops() Takes 16 seconds to run, please wait PASS : tst_QNetworkReply::nestedEventLoops() PASS : tst_QNetworkReply::httpProxyCommands(http) PASS : tst_QNetworkReply::httpProxyCommands(https) PASS : tst_QNetworkReply::httpProxyCommandsSynchronous(http) PASS : tst_QNetworkReply::httpProxyCommandsSynchronous(https) PASS : tst_QNetworkReply::proxyChange() PASS : tst_QNetworkReply::authorizationError(unknown-authorization-method) PASS : tst_QNetworkReply::authorizationError(unknown-proxy-authorization-method) PASS : tst_QNetworkReply::httpConnectionCount() PASS : tst_QNetworkReply::httpReUsingConnectionSequential(deleteLater) PASS : tst_QNetworkReply::httpReUsingConnectionSequential(noDeleteLater) PASS : tst_QNetworkReply::httpReUsingConnectionFromFinishedSlot(deleteLater) PASS : tst_QNetworkReply::httpReUsingConnectionFromFinishedSlot(noDeleteLater) PASS : tst_QNetworkReply::httpRecursiveCreation() PASS : tst_QNetworkReply::ioPostToHttpsUploadProgress() PASS : tst_QNetworkReply::ignoreSslErrorsList(SSL-failure-empty-list) PASS : tst_QNetworkReply::ignoreSslErrorsList(SSL-failure-wrong-error) PASS : tst_QNetworkReply::ignoreSslErrorsList(allErrorsInExpectedList1) PASS : tst_QNetworkReply::ignoreSslErrorsList(allErrorsInExpectedList2) PASS : tst_QNetworkReply::ignoreSslErrorsList(SSL-failure-empty-list-again) PASS : tst_QNetworkReply::ignoreSslErrorsListWithSlot(SSL-failure-empty-list) PASS : tst_QNetworkReply::ignoreSslErrorsListWithSlot(SSL-failure-wrong-error) PASS : tst_QNetworkReply::ignoreSslErrorsListWithSlot(allErrorsInExpectedList1) PASS : tst_QNetworkReply::ignoreSslErrorsListWithSlot(allErrorsInExpectedList2) PASS : tst_QNetworkReply::ignoreSslErrorsListWithSlot(SSL-failure-empty-list-again) PASS : tst_QNetworkReply::sslConfiguration(empty) PASS : tst_QNetworkReply::sslConfiguration(default) PASS : tst_QNetworkReply::sslConfiguration(set-root-cert) PASS : tst_QNetworkReply::sslConfiguration(secure) SKIP : tst_QNetworkReply::getAndThenDeleteObject(delete-reply-first) unstable test - reply may be finished too early Loc: [../tst_qnetworkreply.cpp(5886)] SKIP : tst_QNetworkReply::getAndThenDeleteObject(delete-qnam-first) unstable test - reply may be finished too early Loc: [../tst_qnetworkreply.cpp(5886)] PASS : tst_QNetworkReply::symbianOpenCDataUrlCrash() PASS : tst_QNetworkReply::getFromHttpIntoBuffer(rfc-internal) PASS : tst_QNetworkReply::getFromHttpIntoBuffer2(use-download-buffer) PASS : tst_QNetworkReply::getFromHttpIntoBuffer2(do-not-use-download-buffer) PASS : tst_QNetworkReply::getFromHttpIntoBufferCanReadLine() PASS : tst_QNetworkReply::ioGetFromHttpWithoutContentLength() XFAIL : tst_QNetworkReply::ioGetFromHttpBrokenChunkedEncoding() We should close the socket and not just do nothing Loc: [../tst_qnetworkreply.cpp(6209)] XFAIL : tst_QNetworkReply::ioGetFromHttpBrokenChunkedEncoding() We should close the socket and not just do nothing Loc: [../tst_qnetworkreply.cpp(6211)] PASS : tst_QNetworkReply::ioGetFromHttpBrokenChunkedEncoding() PASS : tst_QNetworkReply::qtbug12908compressedHttpReply() PASS : tst_QNetworkReply::compressedHttpReplyBrokenGzip() PASS : tst_QNetworkReply::getFromUnreachableIp() PASS : tst_QNetworkReply::qtbug4121unknownAuthentication() PASS : tst_QNetworkReply::qtbug13431replyThrottling() PASS : tst_QNetworkReply::httpWithNoCredentialUsage() PASS : tst_QNetworkReply::qtbug15311doubleContentLength() PASS : tst_QNetworkReply::qtbug18232gzipContentLengthZero() PASS : tst_QNetworkReply::qtbug22660gzipNoContentLengthEmptyContent() PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 0) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 1) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 2) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 3) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 4) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 5) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 6) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 7) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 8) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 9) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 10) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 11) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 12) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 13) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 14) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 15) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 16) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 17) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 18) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 19) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 20) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 21) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 22) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 23) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 24) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 25) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 26) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 27) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 28) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 29) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 30) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 31) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 32) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 33) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 34) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 35) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 36) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 37) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 38) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 39) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 40) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 41) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 42) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 43) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 44) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 45) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 46) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 47) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 48) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 49) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 50) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 51) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 52) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 53) PASS : tst_QNetworkReply::qtbug27161httpHeaderMayBeDamaged(Iteration: 54) PASS : tst_QNetworkReply::qtbug28035browserDoesNotLoadQtProjectOrgCorrectly() PASS : tst_QNetworkReply::synchronousRequest(http) PASS : tst_QNetworkReply::synchronousRequest(http-gzip) PASS : tst_QNetworkReply::synchronousRequest(https) PASS : tst_QNetworkReply::synchronousRequest(data) PASS : tst_QNetworkReply::synchronousRequest(simple-file) PASS : tst_QNetworkReply::synchronousRequestSslFailure() PASS : tst_QNetworkReply::httpAbort() PASS : tst_QNetworkReply::dontInsertPartialContentIntoTheCache() PASS : tst_QNetworkReply::httpUserAgent() PASS : tst_QNetworkReply::authenticationCacheAfterCancel(http) PASS : tst_QNetworkReply::authenticationCacheAfterCancel(https) PASS : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxy) PASS : tst_QNetworkReply::authenticationCacheAfterCancel(https+proxy) QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://qsockstest at 10.212.2.0:3129#Squid%20proxy-caching%20web%20server' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://qsockstest at 10.212.2.0:3129' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://10.212.2.0:3129' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://qsockstest at 10.212.2.0:3129#Squid%20proxy-caching%20web%20server' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://qsockstest at 10.212.2.0:3129' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://10.212.2.0:3129' PASS : tst_QNetworkReply::authenticationCacheAfterCancel(http+proxyauth) QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(https+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://qsockstest at 10.212.2.0:3129#Squid%20proxy-caching%20web%20server' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(https+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://qsockstest at 10.212.2.0:3129' QWARN : tst_QNetworkReply::authenticationCacheAfterCancel(https+proxyauth) QNetworkAccessCache::addEntry: overriding active cache entry 'auth:proxy-http://10.212.2.0:3129' PASS : tst_QNetworkReply::authenticationCacheAfterCancel(https+proxyauth) PASS : tst_QNetworkReply::authenticationCacheAfterCancel(http+socks) PASS : tst_QNetworkReply::authenticationCacheAfterCancel(https+socks) XFAIL : tst_QNetworkReply::authenticationCacheAfterCancel(http+socksauth) QTBUG-23136 - danted accepts bad authentication but blocks the connection Loc: [../tst_qnetworkreply.cpp(6396)] PASS : tst_QNetworkReply::authenticationCacheAfterCancel(http+socksauth) XFAIL : tst_QNetworkReply::authenticationCacheAfterCancel(https+socksauth) QTBUG-23136 - danted accepts bad authentication but blocks the connection Loc: [../tst_qnetworkreply.cpp(6396)] PASS : tst_QNetworkReply::authenticationCacheAfterCancel(https+socksauth) PASS : tst_QNetworkReply::authenticationWithDifferentRealm() PASS : tst_QNetworkReply::synchronousAuthenticationCache() PASS : tst_QNetworkReply::pipelining() PASS : tst_QNetworkReply::closeDuringDownload(http) PASS : tst_QNetworkReply::closeDuringDownload(ftp) PASS : tst_QNetworkReply::ftpAuthentication(invalidPassword) PASS : tst_QNetworkReply::ftpAuthentication(validPassword) PASS : tst_QNetworkReply::backgroundRequest(http, fg, normal) PASS : tst_QNetworkReply::backgroundRequest(http, bg, normal) PASS : tst_QNetworkReply::backgroundRequest(http, fg, nobg) PASS : tst_QNetworkReply::backgroundRequest(http, bg, nobg) PASS : tst_QNetworkReply::backgroundRequest(https, fg, normal) PASS : tst_QNetworkReply::backgroundRequest(https, bg, normal) PASS : tst_QNetworkReply::backgroundRequest(https, fg, nobg) PASS : tst_QNetworkReply::backgroundRequest(https, bg, nobg) PASS : tst_QNetworkReply::backgroundRequest(ftp, fg, normal) PASS : tst_QNetworkReply::backgroundRequest(ftp, bg, normal) PASS : tst_QNetworkReply::backgroundRequest(ftp, fg, nobg) PASS : tst_QNetworkReply::backgroundRequest(ftp, bg, nobg) PASS : tst_QNetworkReply::backgroundRequestInterruption(http, fg, nobg) PASS : tst_QNetworkReply::backgroundRequestInterruption(http, bg, nobg) PASS : tst_QNetworkReply::backgroundRequestInterruption(https, fg, nobg) PASS : tst_QNetworkReply::backgroundRequestInterruption(https, bg, nobg) PASS : tst_QNetworkReply::backgroundRequestInterruption(ftp, fg, nobg) PASS : tst_QNetworkReply::backgroundRequestInterruption(ftp, bg, nobg) SKIP : tst_QNetworkReply::backgroundRequestConnectInBackground(http, fg) inconclusive - ConnectInBackground session property not supported by the bearer plugin Loc: [../tst_qnetworkreply.cpp(7442)] SKIP : tst_QNetworkReply::backgroundRequestConnectInBackground(http, bg) inconclusive - ConnectInBackground session property not supported by the bearer plugin Loc: [../tst_qnetworkreply.cpp(7442)] SKIP : tst_QNetworkReply::backgroundRequestConnectInBackground(ftp, fg) inconclusive - ConnectInBackground session property not supported by the bearer plugin Loc: [../tst_qnetworkreply.cpp(7442)] SKIP : tst_QNetworkReply::backgroundRequestConnectInBackground(ftp, bg) inconclusive - ConnectInBackground session property not supported by the bearer plugin Loc: [../tst_qnetworkreply.cpp(7442)] PASS : tst_QNetworkReply::parentingRepliesToTheApp() PASS : tst_QNetworkReply::cleanupTestCase() Totals: 600 passed, 1 failed, 24 skipped ********* Finished testing of tst_QNetworkReply ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qnetworkreply: 505 seconds, exit code 1 Testing tst_qquickwindow FAIL! : tst_qquickwindow::constantUpdates() 'item.iterations > 60' returned FALSE. () Loc: [tst_qquickwindow.cpp(331)] Totals: 22 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickwindow ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_qquickwindow::initTestCase() FAIL! : tst_qquickwindow::constantUpdates() 'item.iterations > 60' returned FALSE. () Loc: [tst_qquickwindow.cpp(331)] PASS : tst_qquickwindow::mouseFiltering() PASS : tst_qquickwindow::headless() PASS : tst_qquickwindow::touchEvent_basic() PASS : tst_qquickwindow::touchEvent_propagation(disable events) PASS : tst_qquickwindow::touchEvent_propagation(disable item) PASS : tst_qquickwindow::touchEvent_propagation(hide item) PASS : tst_qquickwindow::touchEvent_cancel() PASS : tst_qquickwindow::touchEvent_reentrant() PASS : tst_qquickwindow::touchEvent_velocity() PASS : tst_qquickwindow::mouseFromTouch_basic() PASS : tst_qquickwindow::clearWindow() PASS : tst_qquickwindow::qmlCreation() PASS : tst_qquickwindow::clearColor() PASS : tst_qquickwindow::grab() PASS : tst_qquickwindow::multipleWindows() PASS : tst_qquickwindow::animationsWhileHidden() PASS : tst_qquickwindow::focusObject() PASS : tst_qquickwindow::ignoreUnhandledMouseEvents() QWARN : tst_qquickwindow::ownershipRootItem() file:///work/build/qtdeclarative/tests/auto/quick/qquickwindow/data/ownershipRootItem.qml:13: TypeError: Object RootItemAccessor(0x10b31b5c0, "accessor") has no method 'rootItem' PASS : tst_qquickwindow::ownershipRootItem() PASS : tst_qquickwindow::cursor() PASS : tst_qquickwindow::cleanupTestCase() Totals: 22 passed, 1 failed, 0 skipped ********* Finished testing of tst_qquickwindow ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickwindow: 27 seconds, exit code 1 Testing tst_qmlplugindump Totals: 3 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmlplugindump: 0.264052 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00113/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/release_1365437661): http://codereview.qt-project.org/53228 [PS1] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 8 22:55:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 8 Apr 2013 23:55:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130408_205551_033336.ci-noreply@qt-project.org> QtWebKit_stable_Integration #106: SUCCESS Tested changes (refs/builds/stable_1365447997): http://codereview.qt-project.org/53152 [PS1] - Restore old semantics to webkitRequestAnimationFrame callbacks http://codereview.qt-project.org/53153 [PS1] - REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value="" From ci-noreply at qt-project.org Mon Apr 8 23:04:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 00:04:31 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_210431_010104.ci-noreply@qt-project.org> Autotest `tst_qtreeview' failed :( Testing tst_QTreeView FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2033) : failure location Totals: 169 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTreeView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QTreeView::initTestCase() PASS : tst_QTreeView::getSetCheck() PASS : tst_QTreeView::construction() PASS : tst_QTreeView::alternatingRowColors() PASS : tst_QTreeView::currentIndex(-1, -1) PASS : tst_QTreeView::currentIndex(-1, 0) PASS : tst_QTreeView::currentIndex(0, -1) PASS : tst_QTreeView::currentIndex(0, 0) PASS : tst_QTreeView::currentIndex(0, 1) PASS : tst_QTreeView::currentIndex(1, 0) PASS : tst_QTreeView::currentIndex(1, 1) PASS : tst_QTreeView::currentIndex(2, 0) PASS : tst_QTreeView::currentIndex(2, 1) PASS : tst_QTreeView::currentIndex(3, -1) PASS : tst_QTreeView::currentIndex(3, 0) PASS : tst_QTreeView::currentIndex(3, 1) PASS : tst_QTreeView::dragDropMode(NoDragDrop) PASS : tst_QTreeView::dragDropMode(DragOnly) PASS : tst_QTreeView::dragDropMode(DropOnly) PASS : tst_QTreeView::dragDropMode(DragDrop) PASS : tst_QTreeView::dragDropMode(InternalMove) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 5) PASS : tst_QTreeView::dragDropOverwriteMode() PASS : tst_QTreeView::editTriggers(NoEditTriggers 0) PASS : tst_QTreeView::editTriggers(NoEditTriggers 1) PASS : tst_QTreeView::editTriggers(NoEditTriggers 2) PASS : tst_QTreeView::editTriggers(NoEditTriggers 3) PASS : tst_QTreeView::editTriggers(NoEditTriggers 4) PASS : tst_QTreeView::editTriggers(CurrentChanged 0) PASS : tst_QTreeView::editTriggers(CurrentChanged 1) PASS : tst_QTreeView::editTriggers(CurrentChanged 2) PASS : tst_QTreeView::editTriggers(CurrentChanged 3) PASS : tst_QTreeView::editTriggers(CurrentChanged 4) PASS : tst_QTreeView::editTriggers(DoubleClicked 0) PASS : tst_QTreeView::editTriggers(DoubleClicked 1) PASS : tst_QTreeView::editTriggers(DoubleClicked 2) PASS : tst_QTreeView::editTriggers(DoubleClicked 3) PASS : tst_QTreeView::editTriggers(DoubleClicked 4) PASS : tst_QTreeView::editTriggers(SelectedClicked 0) PASS : tst_QTreeView::editTriggers(SelectedClicked 1) PASS : tst_QTreeView::editTriggers(SelectedClicked 2) PASS : tst_QTreeView::editTriggers(SelectedClicked 3) PASS : tst_QTreeView::editTriggers(SelectedClicked 4) PASS : tst_QTreeView::editTriggers(EditKeyPressed 0) PASS : tst_QTreeView::editTriggers(EditKeyPressed 1) PASS : tst_QTreeView::editTriggers(EditKeyPressed 2) PASS : tst_QTreeView::editTriggers(EditKeyPressed 3) PASS : tst_QTreeView::editTriggers(EditKeyPressed 4) PASS : tst_QTreeView::hasAutoScroll() PASS : tst_QTreeView::horizontalScrollMode() PASS : tst_QTreeView::iconSize() PASS : tst_QTreeView::indexAt() PASS : tst_QTreeView::indexWidget() PASS : tst_QTreeView::itemDelegate() PASS : tst_QTreeView::itemDelegateForColumnOrRow() PASS : tst_QTreeView::keyboardSearch() PASS : tst_QTreeView::keyboardSearchMultiColumn() PASS : tst_QTreeView::setModel() PASS : tst_QTreeView::openPersistentEditor() PASS : tst_QTreeView::rootIndex() PASS : tst_QTreeView::setHeader() PASS : tst_QTreeView::columnHidden() PASS : tst_QTreeView::rowHidden() PASS : tst_QTreeView::noDelegate() PASS : tst_QTreeView::noModel() PASS : tst_QTreeView::emptyModel() PASS : tst_QTreeView::removeRows() PASS : tst_QTreeView::removeCols() PASS : tst_QTreeView::limitedExpand() PASS : tst_QTreeView::expandAndCollapse(normal) PASS : tst_QTreeView::expandAndCollapse(animated) PASS : tst_QTreeView::expandAndCollapseAll() PASS : tst_QTreeView::expandWithNoChildren() PASS : tst_QTreeView::quickExpandCollapse() PASS : tst_QTreeView::keyboardNavigation() PASS : tst_QTreeView::headerSections() PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = true) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = true) PASS : tst_QTreeView::setSelection((0,0,50,20),rows) PASS : tst_QTreeView::setSelection((0,0,50,90),rows) PASS : tst_QTreeView::setSelection((50,0,0,90),rows,invalid rect) PASS : tst_QTreeView::setSelection((0,-20,20,50),rows) PASS : tst_QTreeView::setSelection((0,-50,20,90),rows) PASS : tst_QTreeView::extendedSelection(select) PASS : tst_QTreeView::extendedSelection(unselect) PASS : tst_QTreeView::indexAbove() PASS : tst_QTreeView::indexBelow() FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2033) : failure location WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget PASS : tst_QTreeView::mouseDoubleClick() PASS : tst_QTreeView::rowsAboutToBeRemoved() PASS : tst_QTreeView::headerSections_unhideSection() PASS : tst_QTreeView::columnAt() PASS : tst_QTreeView::scrollTo() PASS : tst_QTreeView::rowsAboutToBeRemoved_move() PASS : tst_QTreeView::resizeColumnToContents() PASS : tst_QTreeView::insertAfterSelect() PASS : tst_QTreeView::removeAfterSelect() PASS : tst_QTreeView::hiddenItems() PASS : tst_QTreeView::spanningItems() PASS : tst_QTreeView::rowSizeHint() PASS : tst_QTreeView::setSortingEnabled() PASS : tst_QTreeView::headerHidden() PASS : tst_QTreeView::selection() PASS : tst_QTreeView::removeAndInsertExpandedCol0() PASS : tst_QTreeView::selectionWithHiddenItems() PASS : tst_QTreeView::selectAll() PASS : tst_QTreeView::disabledButCheckable() PASS : tst_QTreeView::sortByColumn(sorting enabled) PASS : tst_QTreeView::sortByColumn(sorting disabled) PASS : tst_QTreeView::evilModel(visible) PASS : tst_QTreeView::indexRowSizeHint() PASS : tst_QTreeView::addRowsWhileSectionsAreHidden() PASS : tst_QTreeView::filterProxyModelCrash() PASS : tst_QTreeView::renderToPixmap(row-0) PASS : tst_QTreeView::renderToPixmap(row-1) PASS : tst_QTreeView::styleOptionViewItem() PASS : tst_QTreeView::keyboardNavigationWithDisabled() PASS : tst_QTreeView::task174627_moveLeftToRoot() PASS : tst_QTreeView::task171902_expandWith1stColHidden() PASS : tst_QTreeView::task203696_hidingColumnsAndRowsn() PASS : tst_QTreeView::task211293_removeRootIndex() PASS : tst_QTreeView::task216717_updateChildren() PASS : tst_QTreeView::task220298_selectColumns() PASS : tst_QTreeView::task224091_appendColumns() PASS : tst_QTreeView::task225539_deleteModel() PASS : tst_QTreeView::task230123_setItemsExpandable() PASS : tst_QTreeView::task202039_closePersistentEditor() PASS : tst_QTreeView::task238873_avoidAutoReopening() PASS : tst_QTreeView::task244304_clickOnDecoration() PASS : tst_QTreeView::task246536_scrollbarsNotWorking() PASS : tst_QTreeView::task250683_wrongSectionSize() PASS : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() PASS : tst_QTreeView::task254234_proxySort() PASS : tst_QTreeView::task248022_changeSelection() PASS : tst_QTreeView::task245654_changeModelAndExpandAll() PASS : tst_QTreeView::doubleClickedWithSpans() PASS : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden() PASS : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() PASS : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() PASS : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() PASS : tst_QTreeView::taskQTBUG_25333_adjustViewOptionsForIndex() PASS : tst_QTreeView::taskQTBUG_18539_emitLayoutChanged() PASS : tst_QTreeView::taskQTBUG_8176_emitOnExpandAll() PASS : tst_QTreeView::cleanupTestCase() Totals: 169 passed, 1 failed, 0 skipped ********* Finished testing of tst_QTreeView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtreeview: 36 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00792/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365449256): http://codereview.qt-project.org/44210 [PS26] - QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHint From ci-noreply at qt-project.org Mon Apr 8 23:10:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 00:10:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130408_211033_040808.ci-noreply@qt-project.org> Qt5_release_Integration » linux-g++-32_developer-build_Ubuntu_10.04_x86 #114: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00114/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/release_1365454837): http://codereview.qt-project.org/53228 [PS1] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 8 23:24:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 00:24:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130408_212438_035238.ci-noreply@qt-project.org> Qt_4.8_Integration #1382: SUCCESS Tested changes (refs/builds/4.8_1365436429): http://codereview.qt-project.org/52872 [PS2] - QWizard/Win: Support RTL layout in Aero style From ci-noreply at qt-project.org Mon Apr 8 23:33:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 00:33:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130408_213317_024288.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [sub-widgets-make_first] Error 3 make[2]: *** [sub-imports-make_first-ordered] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtdeclarative-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00172/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365453412): http://codereview.qt-project.org/53191 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 00:08:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 01:08:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130408_220843_074749.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #385: SUCCESS Tested changes (refs/builds/stable_1365454005): http://codereview.qt-project.org/53052 [PS3] - Version new property and signal From ci-noreply at qt-project.org Tue Apr 9 00:30:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 01:30:50 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130408_223050_043983.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #875: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00875/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00875/win32-msvc2010_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00875/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365455283): http://codereview.qt-project.org/51920 [PS2] - Mac: Ensure the native filedialog sets file name when saving From ci-noreply at qt-project.org Tue Apr 9 00:31:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 01:31:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130408_223117_072721.ci-noreply@qt-project.org> QtBase_dev_Integration » win32-msvc2010_Windows_7 #793: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00793/win32-msvc2010_Windows_7/log.txt.gz ============================================================ QtBase_dev_Integration » win32-msvc2010_developer-build_angle_Windows_7 #793: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00793/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz ============================================================ QtBase_dev_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #793: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00793/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00793/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365455203): http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells From ci-noreply at qt-project.org Tue Apr 9 00:31:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 01:31:19 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130408_223119_010386.ci-noreply@qt-project.org> Qt5_release_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #116: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00116/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00116/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/release_1365455697): http://codereview.qt-project.org/53228 [PS1] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 00:31:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 01:31:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130408_223130_028993.ci-noreply@qt-project.org> Qt5_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #173: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00173/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz ============================================================ Qt5_stable_Integration » win32-msvc2010_Windows_7 #173: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00173/win32-msvc2010_Windows_7/log.txt.gz ============================================================ An unexpected error occurred, most likely due to no fault in the tested code itself :( Please point some CI administrator towards this problem. Meanwhile, it may be worthwhile to attempt the build again. FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00173/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365457767): http://codereview.qt-project.org/53191 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 02:59:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 03:59:24 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130409_005924_077394.ci-noreply@qt-project.org> Autotest `tst_examples (qtquick1)' failed :( Testing tst_examples QtQA::App::TestRunner: Timed out after 400 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 13785] QtQA::App::TestRunner: [New LWP 13884] QtQA::App::TestRunner: [New LWP 13802] QtQA::App::TestRunner: [New LWP 13808] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_examples -silent -o /work/build/_artifacts/test-logs/tst_examples-testres'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007fe8f38483a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7fe8637f2700 (LWP 13808)): QtQA::App::TestRunner: #0 0x00007fe8f38eae23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fe8f0ab0f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fe8f0ab1429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fe8f4445a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x141a970, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fe8f43d0bc8 in TestNamespace::QEventLoop::processEvents (this=0x7fe8637f1d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fe8f43d0ea1 in TestNamespace::QEventLoop::exec (this=0x7fe8637f1d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fe8f418ff5c in TestNamespace::QThread::exec (this=0x141a950) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fe8f41900f2 in TestNamespace::QThread::run (this=0x141a950) at thread/qthread.cpp:574 QtQA::App::TestRunner: #8 0x00007fe8f41969f5 in TestNamespace::QThreadPrivate::start (arg=0x141a950) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fe8f21f0efc in start_thread (arg=0x7fe8637f2700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fe8f38f6f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fe8eaeab700 (LWP 13802)): QtQA::App::TestRunner: #0 0x00007fe8f38effc3 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007fe8f43699ec in TestNamespace::QProcessManager::run (this=0x113c300) at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #2 0x00007fe8f41969f5 in TestNamespace::QThreadPrivate::start (arg=0x113c300) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #3 0x00007fe8f21f0efc in start_thread (arg=0x7fe8eaeab700) at pthread_create.c:304 QtQA::App::TestRunner: #4 0x00007fe8f38f6f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #5 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fe862367700 (LWP 13884)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fe8f419817f in TestNamespace::QWaitConditionPrivate::wait (this=0x1340150, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 0x00007fe8f4197f47 in TestNamespace::QWaitCondition::wait (this=0x133fff0, mutex=0x133ffe8, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007fe8f628885d in TestNamespace::QDeclarativeListModelWorkerAgent::sync (this=0x133ffb0) at util/qdeclarativelistmodelworkeragent.cpp:197 QtQA::App::TestRunner: #4 0x00007fe8f636de3e in TestNamespace::QDeclarativeListModelWorkerAgent::qt_static_metacall (_o=0x133ffb0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7fe862364e10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:113 QtQA::App::TestRunner: #5 0x00007fe8f636df39 in TestNamespace::QDeclarativeListModelWorkerAgent::qt_metacall (this=0x133ffb0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7fe862364e10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:145 QtQA::App::TestRunner: #6 0x00007fe8f43dc835 in TestNamespace::QMetaObject::metacall (object=0x133ffb0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=13, argv=0x7fe862364e10) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #7 0x00007fe8f262fe69 in TestNamespace::QScript::QtMethodCaller::operator() (this=0x7fe862365af0, exec=0x7fe8607340a8, callType=TestNamespace::QMetaMethod::Method, meta=0x7fe8f66b84a0, chosenMethod=..., chosenIndex=13, args=...) at bridge/qscriptqobject.cpp:911 QtQA::App::TestRunner: #8 0x00007fe8f262c1f7 in TestNamespace::QScript::delegateQtMethod (exec=0x7fe8607340a8, callType=TestNamespace::QMetaMethod::Method, scriptArgs=..., meta=0x7fe8f66b84a0, initialIndex=13, maybeOverloaded=true, delegate=...) at bridge/qscriptqobject.cpp:857 QtQA::App::TestRunner: #9 0x00007fe8f2622eba in TestNamespace::QScript::callQtMethod (exec=0x7fe8607340a8, callType=TestNamespace::QMetaMethod::Method, thisQObject=0x133ffb0, scriptArgs=..., meta=0x7fe8f66b84a0, initialIndex=13, maybeOverloaded=true) at bridge/qscriptqobject.cpp:946 QtQA::App::TestRunner: #10 0x00007fe8f2623147 in TestNamespace::QScript::QtFunction::execute (this=0x7fe8e80c4cc0, exec=0x7fe8607340a8, thisValue=..., scriptArgs=...) at bridge/qscriptqobject.cpp:978 QtQA::App::TestRunner: #11 0x00007fe8f2623237 in TestNamespace::QScript::QtFunction::call (exec=0x7fe8607340a8, callee=0x7fe8e80c4cc0, thisValue=..., args=...) at bridge/qscriptqobject.cpp:993 QtQA::App::TestRunner: #12 0x00007fe8f254d553 in QTJSC::NativeFuncWrapper::operator() (this=0x7fe862365cf0, exec=0x7fe8607340a8, jsobj=0x7fe8e80c4cc0, thisValue=..., argList=...) at ../3rdparty/javascriptcore/JavaScriptCore/runtime/CallData.cpp:46 QtQA::App::TestRunner: #13 0x00007fe8f2525e75 in QTJSC::cti_op_call_NotJSFunction (args=0x7fe862365da0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:1780 QtQA::App::TestRunner: #14 0x00007fe8f25229f1 in QTJSC::JITThunks::tryCacheGetByID (callFrame=0x7fe8e80c4a40, codeBlock=0x0, returnAddress=..., baseValue=..., propertyName=..., slot=..., stubInfo=0x7fe8e80c4cc0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:926 QtQA::App::TestRunner: #15 0x00007fe862365dd0 in ?? () QtQA::App::TestRunner: #16 0x00007fe8e80c4cc0 in ?? () QtQA::App::TestRunner: #17 0x00007fe80000000b in ?? () QtQA::App::TestRunner: #18 0x00007fe800000001 in ?? () QtQA::App::TestRunner: #19 0x00007fe8e80c0c80 in ?? () QtQA::App::TestRunner: #20 0x00007fe800000006 in ?? () QtQA::App::TestRunner: #21 0x00007fe862365df0 in ?? () QtQA::App::TestRunner: #22 0x00007fe8f2561091 in QTWTF::Vector::clear (this=Cannot access memory at address 0x7fe8f25229e9 QtQA::App::TestRunner: ) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:561 QtQA::App::TestRunner: Cannot access memory at address 0x7fe8f25229f9 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fe8f6b69760 (LWP 13785)): QtQA::App::TestRunner: #0 0x00007fe8f38483a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007fe8f384bb0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007fe8f418463f in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007fe8f41822b2 in TestNamespace::QMessageLogger::fatal (this=0x7fffcc725090, msg=0x7fe8f509257c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007fe8f507c3d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #7 0x00007fe8f419817f in TestNamespace::QWaitConditionPrivate::wait (this=0x11c7750, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #8 0x00007fe8f4197f47 in TestNamespace::QWaitCondition::wait (this=0x1366728, mutex=0x1366700, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #9 0x00007fe8f419763d in TestNamespace::QThread::wait (this=0x183d0a0, time=18446744073709551615) at thread/qthread_unix.cpp:669 QtQA::App::TestRunner: #10 0x00007fe8f61e5d8a in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x183d0a0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:531 QtQA::App::TestRunner: #11 0x00007fe8f61e5dde in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x183d0a0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:533 QtQA::App::TestRunner: #12 0x00007fe8f440f484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x11defa0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #13 0x00007fe8f440db8b in TestNamespace::QObject::~QObject (this=0x12f51a0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #14 0x00007fe8f61265a5 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x12f51a0, __in_chrg=) at qml/qdeclarativeengine.cpp:653 QtQA::App::TestRunner: #15 0x00007fe8f61265d8 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x12f51a0, __in_chrg=) at qml/qdeclarativeengine.cpp:660 QtQA::App::TestRunner: #16 0x00007fe8f623739d in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x1443dd0, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #17 0x00007fe8f6237436 in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x1443dd0, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #18 0x00007fe8f4419dca in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x1443dd0) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #19 0x00007fe8f44184bb in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x12f90f8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #20 0x00007fe8f440dbcb in TestNamespace::QObject::~QObject (this=0x12f90f0, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #21 0x00007fe8f581c096 in TestNamespace::QWidget::~QWidget (this=0x12f90f0, __in_chrg=) at kernel/qwidget.cpp:1346 QtQA::App::TestRunner: #22 0x00007fe8f595680e in TestNamespace::QFrame::~QFrame (this=0x12f90f0, __in_chrg=) at widgets/qframe.cpp:217 QtQA::App::TestRunner: #23 0x00007fe8f59ee65f in TestNamespace::QAbstractScrollArea::~QAbstractScrollArea (this=0x12f90f0, __in_chrg=) at widgets/qabstractscrollarea.cpp:567 QtQA::App::TestRunner: #24 0x00007fe8f5b95e37 in TestNamespace::QGraphicsView::~QGraphicsView (this=0x12f90f0, __in_chrg=) at graphicsview/qgraphicsview.cpp:1231 QtQA::App::TestRunner: #25 0x00007fe8f62351b4 in TestNamespace::QDeclarativeView::~QDeclarativeView (this=0x12f90f0, __in_chrg=) at util/qdeclarativeview.cpp:310 QtQA::App::TestRunner: #26 0x00000000004309b8 in TestNamespace::DragAndDropView::~DragAndDropView (this=0x12f90f0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #27 0x00000000004309f0 in TestNamespace::DragAndDropView::~DragAndDropView (this=0x12f90f0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #28 0x00007fe8f440f484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x13a2130) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #29 0x00007fe8f581bfc3 in TestNamespace::QWidget::~QWidget (this=0x7fffcc725ce0, __in_chrg=) at kernel/qwidget.cpp:1475 QtQA::App::TestRunner: #30 0x00007fe8f596f1ea in TestNamespace::QMainWindow::~QMainWindow (this=0x7fffcc725ce0, __in_chrg=) at widgets/qmainwindow.cpp:378 QtQA::App::TestRunner: #31 0x000000000041eb5b in TestNamespace::QDeclarativeViewer::~QDeclarativeViewer (this=0x7fffcc725ce0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:586 QtQA::App::TestRunner: #32 0x000000000041aa81 in tst_examples::examples (this=0x7fffcc726cd0) at tst_examples.cpp:221 QtQA::App::TestRunner: #33 0x000000000041ac53 in tst_examples::qt_static_metacall (_o=0x7fffcc726cd0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffcc726010) at .moc/debug-shared/tst_examples.moc:74 QtQA::App::TestRunner: #34 0x00007fe8f43e023c in TestNamespace::QMetaMethod::invoke (this=0x7fffcc7262b0, object=0x7fffcc726cd0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #35 0x00007fe8f43df73d in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcc726cd0, member=0x1172520 "examples", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #36 0x00007fe8f507f45b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcc726cd0, member=0x1172520 "examples", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #37 0x00007fe8f507b19f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x1172520 "examples") at qtestcase.cpp:1697 QtQA::App::TestRunner: #38 0x00007fe8f507ba1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x1172408 "examples()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #39 0x00007fe8f507c2b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffcc726cd0) at qtestcase.cpp:1976 QtQA::App::TestRunner: #40 0x00007fe8f507c7cd in TestNamespace::QTest::qExec (testObject=0x7fffcc726cd0, argc=6, argv=0x7fffcc726df8) at qtestcase.cpp:2189 QtQA::App::TestRunner: #41 0x000000000041abb5 in main (argc=6, argv=0x7fffcc726df8) at tst_examples.cpp:237 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_examples ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_examples::initTestCase() PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/behaviors/wigglytext/qml/wigglytext/wigglytext.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/easing/qml/easing/easing.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/states/qml/states/states.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/states/qml/states/transitions.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/calculator/qml/calculator/calculator.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/flickr/qml/flickr/flickr-90.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/flickr/qml/flickr/flickr.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/i18n/qml/i18n/i18n.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/image/qml/image/image.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/keyinteraction/focus/qml/focus/focus.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/minehunt/qml/minehunt/minehunt.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/gridview/qml/gridview-example/gridview-example.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/package/qml/package/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/pathview/qml/pathview-example/pathview-example.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/photoviewer/qml/photoviewer/photoviewer.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/positioners/qml/positioners/positioners.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/righttoleft/layoutdirection/qml/layoutdirection/layoutdirection.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/righttoleft/layoutmirroring/qml/layoutmirroring/layoutmirroring.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/righttoleft/textalignment/qml/textalignment/textalignment.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/rssnews/qml/rssnews/rssnews.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/samegame/qml/samegame/samegame.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/screenorientation/screenorientation.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/shadereffects/qml/shadereffects/main.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/snake/qml/snake/snake.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/banner/qml/banner/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/banner.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/fonts.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/fonts/hello/qml/hello/hello.qml) PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/text/textselection/qml/textselection/textselection.qml) QtQA::App::TestRunner: Timed out after 400 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 23855] QtQA::App::TestRunner: [New LWP 23871] QtQA::App::TestRunner: [New LWP 23929] QtQA::App::TestRunner: [New LWP 23857] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_examples -o /work/build/_artifacts/test-logs/tst_examples-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f870fa9e3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f8707101700 (LWP 23857)): QtQA::App::TestRunner: #0 0x00007f870fb45fc3 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007f87105bf9ec in TestNamespace::QProcessManager::run (this=0x112b300) at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #2 0x00007f87103ec9f5 in TestNamespace::QThreadPrivate::start (arg=0x112b300) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #3 0x00007f870e446efc in start_thread (arg=0x7f8707101700) at pthread_create.c:304 QtQA::App::TestRunner: #4 0x00007f870fb4cf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #5 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f867e588700 (LWP 23929)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f87103ee17f in TestNamespace::QWaitConditionPrivate::wait (this=0x15293b0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 0x00007f87103edf47 in TestNamespace::QWaitCondition::wait (this=0x149d0f0, mutex=0x149d0e8, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007f87124de85d in TestNamespace::QDeclarativeListModelWorkerAgent::sync (this=0x149d0b0) at util/qdeclarativelistmodelworkeragent.cpp:197 QtQA::App::TestRunner: #4 0x00007f87125c3e3e in TestNamespace::QDeclarativeListModelWorkerAgent::qt_static_metacall (_o=0x149d0b0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7f867e585e10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:113 QtQA::App::TestRunner: #5 0x00007f87125c3f39 in TestNamespace::QDeclarativeListModelWorkerAgent::qt_metacall (this=0x149d0b0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=8, _a=0x7f867e585e10) at .moc/debug-shared/moc_qdeclarativelistmodelworkeragent_p.cpp:145 QtQA::App::TestRunner: #6 0x00007f8710632835 in TestNamespace::QMetaObject::metacall (object=0x149d0b0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=13, argv=0x7f867e585e10) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #7 0x00007f870e885e69 in TestNamespace::QScript::QtMethodCaller::operator() (this=0x7f867e586af0, exec=0x7f867c9550a8, callType=TestNamespace::QMetaMethod::Method, meta=0x7f871290e4a0, chosenMethod=..., chosenIndex=13, args=...) at bridge/qscriptqobject.cpp:911 QtQA::App::TestRunner: #8 0x00007f870e8821f7 in TestNamespace::QScript::delegateQtMethod (exec=0x7f867c9550a8, callType=TestNamespace::QMetaMethod::Method, scriptArgs=..., meta=0x7f871290e4a0, initialIndex=13, maybeOverloaded=true, delegate=...) at bridge/qscriptqobject.cpp:857 QtQA::App::TestRunner: #9 0x00007f870e878eba in TestNamespace::QScript::callQtMethod (exec=0x7f867c9550a8, callType=TestNamespace::QMetaMethod::Method, thisQObject=0x149d0b0, scriptArgs=..., meta=0x7f871290e4a0, initialIndex=13, maybeOverloaded=true) at bridge/qscriptqobject.cpp:946 QtQA::App::TestRunner: #10 0x00007f870e879147 in TestNamespace::QScript::QtFunction::execute (this=0x7f8704084cc0, exec=0x7f867c9550a8, thisValue=..., scriptArgs=...) at bridge/qscriptqobject.cpp:978 QtQA::App::TestRunner: #11 0x00007f870e879237 in TestNamespace::QScript::QtFunction::call (exec=0x7f867c9550a8, callee=0x7f8704084cc0, thisValue=..., args=...) at bridge/qscriptqobject.cpp:993 QtQA::App::TestRunner: #12 0x00007f870e7a3553 in QTJSC::NativeFuncWrapper::operator() (this=0x7f867e586cf0, exec=0x7f867c9550a8, jsobj=0x7f8704084cc0, thisValue=..., argList=...) at ../3rdparty/javascriptcore/JavaScriptCore/runtime/CallData.cpp:46 QtQA::App::TestRunner: #13 0x00007f870e77be75 in QTJSC::cti_op_call_NotJSFunction (args=0x7f867e586da0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:1780 QtQA::App::TestRunner: #14 0x00007f870e7789f1 in QTJSC::JITThunks::tryCacheGetByID (callFrame=0x7f8704084a00, codeBlock=0x0, returnAddress=..., baseValue=..., propertyName=..., slot=..., stubInfo=0x7f8704084cc0) at ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:926 QtQA::App::TestRunner: #15 0x00007f867e586dd0 in ?? () QtQA::App::TestRunner: #16 0x00007f8704084cc0 in ?? () QtQA::App::TestRunner: #17 0x00007f860000000b in ?? () QtQA::App::TestRunner: #18 0x00007f8700000001 in ?? () QtQA::App::TestRunner: #19 0x00007f8704080c80 in ?? () QtQA::App::TestRunner: #20 0x00007f8600000006 in ?? () QtQA::App::TestRunner: #21 0x00007f867e586df0 in ?? () QtQA::App::TestRunner: #22 0x00007f870e7b7091 in QTWTF::Vector::clear (this=Cannot access memory at address 0x7f870e7789e9 QtQA::App::TestRunner: ) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:561 QtQA::App::TestRunner: Cannot access memory at address 0x7f870e7789f9 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f867f7fe700 (LWP 23871)): QtQA::App::TestRunner: #0 0x00007f870fb40e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f870cd06f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f870cd07429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f871069ba71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1200c90, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f8710626bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f867f7fdd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f8710626ea1 in TestNamespace::QEventLoop::exec (this=0x7f867f7fdd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f87103e5f5c in TestNamespace::QThread::exec (this=0x11ff460) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f87103e60f2 in TestNamespace::QThread::run (this=0x11ff460) at thread/qthread.cpp:574 QtQA::App::TestRunner: #8 0x00007f87103ec9f5 in TestNamespace::QThreadPrivate::start (arg=0x11ff460) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f870e446efc in start_thread (arg=0x7f867f7fe700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f870fb4cf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f8712dbf760 (LWP 23855)): QtQA::App::TestRunner: #0 0x00007f870fa9e3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f870faa1b0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f87103da63f in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:938 QtQA::App::TestRunner: #3 0x00007f87103d82b2 in TestNamespace::QMessageLogger::fatal (this=0x7fff148bc7d0, msg=0x7f87112e857c "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f87112d23d5 in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #7 0x00007f87103ee17f in TestNamespace::QWaitConditionPrivate::wait (this=0x1733fd0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #8 0x00007f87103edf47 in TestNamespace::QWaitCondition::wait (this=0x19583c8, mutex=0x19583a0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #9 0x00007f87103ed63d in TestNamespace::QThread::wait (this=0x11a2ff0, time=18446744073709551615) at thread/qthread_unix.cpp:669 QtQA::App::TestRunner: #10 0x00007f871243bd8a in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x11a2ff0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:531 QtQA::App::TestRunner: #11 0x00007f871243bdde in TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine (this=0x11a2ff0, __in_chrg=) at qml/qdeclarativeworkerscript.cpp:533 QtQA::App::TestRunner: #12 0x00007f8710665484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x11cdf70) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #13 0x00007f8710663b8b in TestNamespace::QObject::~QObject (this=0x1469fd0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #14 0x00007f871237c5a5 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x1469fd0, __in_chrg=) at qml/qdeclarativeengine.cpp:653 QtQA::App::TestRunner: #15 0x00007f871237c5d8 in TestNamespace::QDeclarativeEngine::~QDeclarativeEngine (this=0x1469fd0, __in_chrg=) at qml/qdeclarativeengine.cpp:660 QtQA::App::TestRunner: #16 0x00007f871248d39d in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x180dbf0, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #17 0x00007f871248d436 in TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate (this=0x180dbf0, __in_chrg=) at util/qdeclarativeview.cpp:137 QtQA::App::TestRunner: #18 0x00007f871066fdca in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x180dbf0) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #19 0x00007f871066e4bb in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x14904e8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #20 0x00007f8710663bcb in TestNamespace::QObject::~QObject (this=0x14904e0, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #21 0x00007f8711a72096 in TestNamespace::QWidget::~QWidget (this=0x14904e0, __in_chrg=) at kernel/qwidget.cpp:1346 QtQA::App::TestRunner: #22 0x00007f8711bac80e in TestNamespace::QFrame::~QFrame (this=0x14904e0, __in_chrg=) at widgets/qframe.cpp:217 QtQA::App::TestRunner: #23 0x00007f8711c4465f in TestNamespace::QAbstractScrollArea::~QAbstractScrollArea (this=0x14904e0, __in_chrg=) at widgets/qabstractscrollarea.cpp:567 QtQA::App::TestRunner: #24 0x00007f8711debe37 in TestNamespace::QGraphicsView::~QGraphicsView (this=0x14904e0, __in_chrg=) at graphicsview/qgraphicsview.cpp:1231 QtQA::App::TestRunner: #25 0x00007f871248b1b4 in TestNamespace::QDeclarativeView::~QDeclarativeView (this=0x14904e0, __in_chrg=) at util/qdeclarativeview.cpp:310 QtQA::App::TestRunner: #26 0x00000000004309b8 in TestNamespace::DragAndDropView::~DragAndDropView (this=0x14904e0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #27 0x00000000004309f0 in TestNamespace::DragAndDropView::~DragAndDropView (this=0x14904e0, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:104 QtQA::App::TestRunner: #28 0x00007f8710665484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x15ab990) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #29 0x00007f8711a71fc3 in TestNamespace::QWidget::~QWidget (this=0x7fff148bd440, __in_chrg=) at kernel/qwidget.cpp:1475 QtQA::App::TestRunner: #30 0x00007f8711bc51ea in TestNamespace::QMainWindow::~QMainWindow (this=0x7fff148bd440, __in_chrg=) at widgets/qmainwindow.cpp:378 QtQA::App::TestRunner: #31 0x000000000041eb5b in TestNamespace::QDeclarativeViewer::~QDeclarativeViewer (this=0x7fff148bd440, __in_chrg=) at ../../../../tools/qml/qmlruntime.cpp:586 QtQA::App::TestRunner: #32 0x000000000041aa81 in tst_examples::examples (this=0x7fff148be430) at tst_examples.cpp:221 QtQA::App::TestRunner: #33 0x000000000041ac53 in tst_examples::qt_static_metacall (_o=0x7fff148be430, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fff148bd770) at .moc/debug-shared/tst_examples.moc:74 QtQA::App::TestRunner: #34 0x00007f871063623c in TestNamespace::QMetaMethod::invoke (this=0x7fff148bda10, object=0x7fff148be430, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2154 QtQA::App::TestRunner: #35 0x00007f871063573d in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff148be430, member=0x1161520 "examples", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #36 0x00007f87112d545b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff148be430, member=0x1161520 "examples", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #37 0x00007f87112d119f in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x1161520 "examples") at qtestcase.cpp:1697 QtQA::App::TestRunner: #38 0x00007f87112d1a1c in TestNamespace::QTest::qInvokeTestMethod (slotName=0x1161408 "examples()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #39 0x00007f87112d22b8 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff148be430) at qtestcase.cpp:1976 QtQA::App::TestRunner: #40 0x00007f87112d27cd in TestNamespace::QTest::qExec (testObject=0x7fff148be430, argc=5, argv=0x7fff148be558) at qtestcase.cpp:2189 QtQA::App::TestRunner: #41 0x000000000041abb5 in main (argc=5, argv=0x7fff148be558) at tst_examples.cpp:237 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_examples (qtquick1): 850 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00174/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365460617): http://codereview.qt-project.org/53191 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 03:13:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 04:13:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_011337_032633.ci-noreply@qt-project.org> Autotest `tst_qglthreads' failed :( Testing tst_QGLThreads 2013-04-09 03:56:14.609 tst_qglthreads[15242:890f] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qglthreads.savedState/window_1.data: Permission denied (13) tst_qglthreads(15242,0x10c687000) malloc: *** error for object 0x10314cc10: double free *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qglthreads [15242] QtQA::App::TestRunner: Path: /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qglthreads QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [15241] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-09 03:56:17.284 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 9 QThread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[15242]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x10314cc10: double free QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9e42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff900fddea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c8c5ab TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x0000000100005211 tst_QGLThreads::painterOnGLWidgetInThread() + 273 QtQA::App::TestRunner: 4 QtCore 0x0000000100db394c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 5 QtCore 0x0000000100db359c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 6 QtTest 0x0000000101183629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 7 QtTest 0x0000000101180462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 8 com.yourcompany.tst_qglthreads 0x000000010000580c main + 92 QtQA::App::TestRunner: 9 com.yourcompany.tst_qglthreads 0x00000001000041e4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff91fac786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff91fab316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x000000010502f221 yylex_CPP + 576 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x000000010504f2ef yy_get_next_buffer + 270 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x000000010504f8df yylex + 412 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x0000000105057e3c yyparse + 528 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x000000010504f6f1 glpPaParseStrings + 321 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x0000000105008dae glpCompileShader + 170 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x0000000105024b6e ShCompile + 155 QtQA::App::TestRunner: 7 GLEngine 0x0000000106592642 gleShaderParse + 354 QtQA::App::TestRunner: 8 GLEngine 0x00000001064db3dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 9 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 10 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 11 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000411cd TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 1085 QtQA::App::TestRunner: 13 QtOpenGL 0x000000010004261e TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100045972 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 15 QtOpenGL 0x000000010004620a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 16 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 17 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 18 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 19 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 20 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 21 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: QThread QtQA::App::TestRunner: 0 QtGui 0x00000001009791b1 _ZN13TestNamespaceL30qopenglfResolveVertexAttrib3fvEjPKf + 1 QtQA::App::TestRunner: 1 QtOpenGL 0x00000001000453c0 TestNamespace::QGL2PaintEngineExPrivate::updateMatrix() + 768 QtQA::App::TestRunner: 2 QtOpenGL 0x00000001000461a9 TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 89 QtQA::App::TestRunner: 3 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 4 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 5 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 6 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 7 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 8 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 10 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: QThread QtQA::App::TestRunner: 0 libsystem_c.dylib 0x00007fff90159d3c small_free_list_add_ptr + 267 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90163285 small_malloc_from_free_list + 1160 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90164a50 szone_malloc_should_clear + 3741 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff901993c8 malloc_zone_malloc + 77 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x000000010502b06c InitAtomTable + 40 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x000000010502d540 glpInitPreprocessor + 129 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x0000000105008d39 glpCompileShader + 53 QtQA::App::TestRunner: 7 libGLProgrammability.dylib 0x0000000105024b6e ShCompile + 155 QtQA::App::TestRunner: 8 GLEngine 0x0000000106592642 gleShaderParse + 354 QtQA::App::TestRunner: 9 GLEngine 0x00000001064db3dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100040f8f TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 511 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004261e TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100045972 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 16 QtOpenGL 0x000000010004620a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 17 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 18 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 19 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 20 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 21 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 22 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 24 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f867a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff917f7d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreGraphics 0x00007fff8ecb1835 _CGSBindSurface + 156 QtQA::App::TestRunner: 3 com.apple.opengl 0x00007fff8dfa94f1 0x7fff8dfa7000 + 9457 QtQA::App::TestRunner: 4 libGPUSupport.dylib 0x00000001017df2be gldAttachDrawable + 548 QtQA::App::TestRunner: 5 GLEngine 0x0000000106474849 gliAttachDrawableWithOptions + 289 QtQA::App::TestRunner: 6 com.apple.opengl 0x00007fff8dfac4d1 0x7fff8dfa7000 + 21713 QtQA::App::TestRunner: 7 com.apple.opengl 0x00007fff8dfad973 0x7fff8dfa7000 + 26995 QtQA::App::TestRunner: 8 com.apple.opengl 0x00007fff8dfae421 CGLSetSurface + 418 QtQA::App::TestRunner: 9 com.apple.AppKit 0x00007fff8d440be8 -[NSOpenGLContext setView:] + 1071 QtQA::App::TestRunner: 10 libqcocoa.dylib 0x000000010350e874 -[QNSView setQCocoaGLContext:] + 36 QtQA::App::TestRunner: 11 libqcocoa.dylib 0x0000000103514bb5 TestNamespace::QCocoaGLContext::setActiveWindow(TestNamespace::QWindow*) + 277 QtQA::App::TestRunner: 12 libqcocoa.dylib 0x0000000103514c2d TestNamespace::QCocoaGLContext::makeCurrent(TestNamespace::QPlatformSurface*) + 45 QtQA::App::TestRunner: 13 QtGui 0x00000001007722f2 TestNamespace::QOpenGLContext::makeCurrent(TestNamespace::QSurface*) + 498 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004ff35 TestNamespace::QGLContext::makeCurrent() + 101 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100036d12 TestNamespace::QGLPaintDevice::beginPaint() + 34 QtQA::App::TestRunner: 16 QtOpenGL 0x0000000100036f96 TestNamespace::QGLWidgetGLPaintDevice::beginPaint() + 22 QtQA::App::TestRunner: 17 QtOpenGL 0x000000010004b6bb TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 363 QtQA::App::TestRunner: 18 QtGui 0x00000001008fd39f TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 19 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 20 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 21 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 Crashed:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff901497d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9013aa7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff9015c4ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff9015de2a free_tiny_botch + 93 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff901660cc szone_realloc + 2848 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90199243 malloc_zone_realloc + 81 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff9019a032 realloc + 160 QtQA::App::TestRunner: 8 QtCore 0x0000000100c49cc9 TestNamespace::QListData::append(int) + 169 QtQA::App::TestRunner: 9 QtGui 0x000000010077395e TestNamespace::QOpenGLMultiGroupSharedResource::insert(TestNamespace::QOpenGLContext*, TestNamespace::QOpenGLSharedResource*) + 94 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100032f94 TestNamespace::QGLFunctionsPrivateEx* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 196 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010002a421 TestNamespace::QGLFunctions::QGLFunctions(TestNamespace::QGLContext const*) + 17 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000237d1 TestNamespace::QGLContextPrivate::syncGlState() + 65 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045d9a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100047ecd TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 15 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010c686718 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x000000000000ad03 rsi: 0x0000000000000006 rbp: 0x000000010c686740 rsp: 0x000000010c686718 QtQA::App::TestRunner: r8: 0x00007fff77aa6fb8 r9: 0x0000000000000000 r10: 0x00007fff917f9d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00000001011ba000 r13: 0x0000000108732000 r14: 0x000000010c687000 r15: 0x00000001087320c0 QtQA::App::TestRunner: rip: 0x00007fff917f9ce2 rfl: 0x0000000000000246 cr2: 0x000000010bcfe000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000dff7 +com.yourcompany.tst_qglthreads (??? - ???) <8E149D49-8360-3D1D-9739-06B838C2C5AB> /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: 0x10001d000 - 0x100064fff +QtOpenGL (5.1.0 - compatibility 5.1.0) /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x100096000 - 0x10052fff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x100727000 - 0x100a8afff +QtGui (5.1.0 - compatibility 5.1.0) <864AA85D-D3A6-3D94-9C0E-B8494BE04570> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100bc6000 - 0x101070ff7 +QtCore (5.1.0 - compatibility 5.1.0) <48F17320-E158-3F34-9FF9-EDDA7F23A21E> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x10117a000 - 0x10119bff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1011ad000 - 0x1011b3fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1015ed000 - 0x1015f7fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x101783000 - 0x1017acff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <13A3AF40-1854-3BC8-B344-8F386F516B2B> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1017d4000 - 0x1017e2fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x1017e9000 - 0x1017ecff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x1017fe000 - 0x1017feff1 +cl_kernels (??? - ???) <5C6B81FD-4FEF-47D1-AE2C-2820236CA7D8> cl_kernels QtQA::App::TestRunner: 0x103500000 - 0x103586ff7 +libqcocoa.dylib (??? - ???) <9681F344-1927-3B86-BFAA-97F9199AF6FE> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104fa5000 - 0x104fc8ff7 +libqtaccessiblewidgets.dylib (??? - ???) <6EA251C5-64BC-30F7-9770-7D4B508DD685> /work/*/libqtaccessiblewidgets.dylib QtQA::App::TestRunner: 0x104fed000 - 0x105147fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x105191000 - 0x105192ff3 +cl_kernels (??? - ???) <3E1D6DF8-D52E-4073-8238-AAEA08B98875> cl_kernels QtQA::App::TestRunner: 0x106463000 - 0x10661bfff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x107672000 - 0x1076a0ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x108000000 - 0x1082c1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x108733000 - 0x1087d2ff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x7fff610ed000 - 0x7fff61121baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86890000 - 0x7fff86915ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff86916000 - 0x7fff8691fff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff869e8000 - 0x7fff86aafff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff86af8000 - 0x7fff86af8fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff86af9000 - 0x7fff86b00fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff86b01000 - 0x7fff86df6ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff86df7000 - 0x7fff86e02ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff86e22000 - 0x7fff86e5bfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff86e5c000 - 0x7fff86e60fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff86e61000 - 0x7fff86e6cfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff86ff9000 - 0x7fff87047fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff87048000 - 0x7fff87048fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff87049000 - 0x7fff87079ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8707a000 - 0x7fff871e1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff87677000 - 0x7fff878ebfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff878ec000 - 0x7fff87db3fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff87db4000 - 0x7fff87e37fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff87e4b000 - 0x7fff87e51fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8800b000 - 0x7fff8800dfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff88d93000 - 0x7fff88eacfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff88eec000 - 0x7fff88eedfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88eee000 - 0x7fff88f64ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff890f0000 - 0x7fff8941cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8941d000 - 0x7fff89446fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff89534000 - 0x7fff89542fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff896af000 - 0x7fff896b2fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff897b1000 - 0x7fff89821fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89906fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8995a000 - 0x7fff899fcfff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff89ae7000 - 0x7fff89be9fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff89bea000 - 0x7fff89beffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff89bf0000 - 0x7fff89bf0fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff89caf000 - 0x7fff89cfbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89cfc000 - 0x7fff89d01fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff89d02000 - 0x7fff89d1eff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff89d1f000 - 0x7fff89d5afff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff89d5b000 - 0x7fff89d88fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff89d91000 - 0x7fff89d9fff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a54b000 - 0x7fff8a54bfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8a54c000 - 0x7fff8a586fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8a625000 - 0x7fff8a68dff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8a68e000 - 0x7fff8a82eff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8a82f000 - 0x7fff8a8d0fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8b05f000 - 0x7fff8b0f5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b0f6000 - 0x7fff8b108ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8b109000 - 0x7fff8b111fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8b1b8000 - 0x7fff8b1bcfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8b1bd000 - 0x7fff8b1bdfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8b1be000 - 0x7fff8b29cfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8b312000 - 0x7fff8b312fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8b395000 - 0x7fff8b396fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8b3c1000 - 0x7fff8b3e5fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8b3e6000 - 0x7fff8b426fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8b427000 - 0x7fff8b431ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8b432000 - 0x7fff8b432fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8b433000 - 0x7fff8b446ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8b75a000 - 0x7fff8bd3efff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8c709000 - 0x7fff8c7edff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cb46000 - 0x7fff8cc25fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8cc27000 - 0x7fff8cc4bfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8cc4c000 - 0x7fff8cc4efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8cc4f000 - 0x7fff8cc5cff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8cc5d000 - 0x7fff8cc64fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8ccb3000 - 0x7fff8ccb5fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8ccf9000 - 0x7fff8cd3afff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8cd3b000 - 0x7fff8cd9dff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cd9e000 - 0x7fff8cdbffff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ce23000 - 0x7fff8cf07e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8cf08000 - 0x7fff8cf60ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8cf61000 - 0x7fff8db67fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8db79000 - 0x7fff8dfa6fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8dfa7000 - 0x7fff8dfb6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8dfb7000 - 0x7fff8e2d0fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8e2d1000 - 0x7fff8e2d1fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8e38f000 - 0x7fff8e563ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8e5bf000 - 0x7fff8e61ffff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e620000 - 0x7fff8e6c5fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8e6c6000 - 0x7fff8e6c6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e6c7000 - 0x7fff8e6c8ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8eb59000 - 0x7fff8f4f7a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f4f8000 - 0x7fff8f537fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8f538000 - 0x7fff8f539fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f53a000 - 0x7fff8f596ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8f597000 - 0x7fff8f5a2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8f5a3000 - 0x7fff8f5cfff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8f5d0000 - 0x7fff8f5e7fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f5f7000 - 0x7fff8f72dfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8f760000 - 0x7fff8f7d3fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f7d4000 - 0x7fff8f9fefe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8f9ff000 - 0x7fff8fa25fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8fa34000 - 0x7fff8fa76ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8fa9f000 - 0x7fff8fbabfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8fbae000 - 0x7fff8fbafff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8fbcc000 - 0x7fff8fee8fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8feed000 - 0x7fff9004afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9004b000 - 0x7fff90052ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff90053000 - 0x7fff90097ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff90098000 - 0x7fff900cbff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff900e1000 - 0x7fff900f8fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff900f9000 - 0x7fff901d6fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff9028c000 - 0x7fff902a1fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90366000 - 0x7fff903baff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff903bb000 - 0x7fff903c8fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff903c9000 - 0x7fff903e8fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90432000 - 0x7fff90436ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90b69000 - 0x7fff90b69fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff90f0f000 - 0x7fff90f16fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff9123d000 - 0x7fff9123eff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff9123f000 - 0x7fff91251ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff91267000 - 0x7fff91290fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff91291000 - 0x7fff9138bff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff9138c000 - 0x7fff91493fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff91494000 - 0x7fff914ffff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff91500000 - 0x7fff9155bff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9155c000 - 0x7fff91562ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff915ac000 - 0x7fff91600fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff91601000 - 0x7fff91606fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91607000 - 0x7fff916a1ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff916e4000 - 0x7fff91797ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff91798000 - 0x7fff917dcff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff917dd000 - 0x7fff917e2fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff917e3000 - 0x7fff91803fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff91804000 - 0x7fff91856ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff91857000 - 0x7fff91897ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff918a7000 - 0x7fff918acfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91fa4000 - 0x7fff91fa8fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff91fa9000 - 0x7fff91fb7fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff91fb8000 - 0x7fff920c5fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff920c6000 - 0x7fff920e3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff920fa000 - 0x7fff92110fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92213000 - 0x7fff92227ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92295000 - 0x7fff922a4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff922a5000 - 0x7fff922a6fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92a6a000 - 0x7fff92a80ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff92a81000 - 0x7fff92b76fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff92b77000 - 0x7fff92b7dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff92b7e000 - 0x7fff92b90ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff92b91000 - 0x7fff92c07fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff92c08000 - 0x7fff92c43fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff92c8e000 - 0x7fff92c91fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff92c92000 - 0x7fff92e94fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff92e95000 - 0x7fff92e9bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff92ebd000 - 0x7fff92f38ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff92f39000 - 0x7fff92fa1ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff92fa2000 - 0x7fff92fa4ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff92fd6000 - 0x7fff930dbfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff93381000 - 0x7fff93386ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff934fe000 - 0x7fff9351bfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9352a000 - 0x7fff93570fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff93571000 - 0x7fff93574fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff93575000 - 0x7fff935a0ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff935a1000 - 0x7fff935a4ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff935a5000 - 0x7fff93629ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 21679 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=171.7M resident=133.3M(78%) swapped_out_or_unallocated=38.5M(22%) QtQA::App::TestRunner: Writable regions: Total=142.8M written=21.9M(15%) resident=40.7M(29%) swapped_out=0K(0%) unallocated=102.1M(71%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 9056K QtQA::App::TestRunner: CG image 16K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 3440K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 2020K QtQA::App::TestRunner: IOKit 4424K QtQA::App::TestRunner: IOKit (reserved) 2048K reserved VM address space (unallocated) QtQA::App::TestRunner: MALLOC 93.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: OpenCL 20K QtQA::App::TestRunner: OpenGL GLSL 1056K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.1M QtQA::App::TestRunner: Stack (reserved) 520K reserved VM address space (unallocated) QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.3M QtQA::App::TestRunner: __TEXT 117.4M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.1M QtQA::App::TestRunner: shared memory 1212K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 463.7M QtQA::App::TestRunner: TOTAL, minus reserved VM space 461.2M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGLThreads ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGLThreads::initTestCase() PASS : tst_QGLThreads::swapInThread() QWARN : tst_QGLThreads::textureUploadInThread() Problem creating accessible interface for: QWidget(0x7fff5fbfdf00) Make sure to deploy Qt with accessibility plugins. PASS : tst_QGLThreads::textureUploadInThread() PASS : tst_QGLThreads::renderInThread(basic) PASS : tst_QGLThreads::renderInThread(with-resize) PASS : tst_QGLThreads::renderInThread(with-update) 2013-04-09 03:56:49.317 tst_qglthreads[15246:890f] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qglthreads.savedState/window_1.data: Permission denied (13) PASS : tst_QGLThreads::renderInThread(with-resize-and-update) tst_qglthreads(15246,0x10c358000) malloc: *** error for object 0x10315f930: double free *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qglthreads [15246] QtQA::App::TestRunner: Path: /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qglthreads QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [15241] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-09 03:56:51.858 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 8 QThread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[15246]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x10315f930: double free QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9e42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff900fddea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c8c5ab TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x0000000100005211 tst_QGLThreads::painterOnGLWidgetInThread() + 273 QtQA::App::TestRunner: 4 QtCore 0x0000000100db394c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 5 QtCore 0x0000000100db359c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 6 QtTest 0x0000000101183629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 7 QtTest 0x0000000101180462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 8 com.yourcompany.tst_qglthreads 0x000000010000580c main + 92 QtQA::App::TestRunner: 9 com.yourcompany.tst_qglthreads 0x00000001000041e4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff91fac786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff91fab316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917fa192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90149594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9014ab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: QThread QtQA::App::TestRunner: 0 libsystem_c.dylib 0x00007fff90120cbe memmove$VARIANT$sse42 + 1 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x000000010766144c glpBlockNodeInsertStatement + 150 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x000000010763c83d glpGenerateCopyInOut + 2969 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x000000010763a089 glpLinkProgram + 2899 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x00000001076545dc ShLink + 216 QtQA::App::TestRunner: 5 GLEngine 0x0000000105f2d331 gleLinkProgram + 1606 QtQA::App::TestRunner: 6 GLEngine 0x0000000105e76f6c glLinkProgramARB_Exec + 292 QtQA::App::TestRunner: 7 QtOpenGL 0x000000010003a0e9 TestNamespace::QGLShaderProgram::link() + 505 QtQA::App::TestRunner: 8 QtOpenGL 0x0000000100040a60 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 2080 QtQA::App::TestRunner: 9 QtOpenGL 0x000000010004304b TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 10 QtOpenGL 0x00000001000427c0 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 11 QtOpenGL 0x0000000100041bae TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 12 QtOpenGL 0x000000010004b6e3 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 13 QtGui 0x00000001008fd39f TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 14 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 15 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 16 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 17 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 18 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: QThread QtQA::App::TestRunner: 0 libsystem_c.dylib 0x00007fff90159a27 get_tiny_free_size + 60 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff9016142c szone_free + 899 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8e39fd9f __CFURLDeallocate + 111 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8e397bf6 CFRelease + 502 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8e3cf7a4 _CFBundleCreate + 276 QtQA::App::TestRunner: 5 libqcocoa.dylib 0x000000010454f8cd qcgl_getProcAddress(TestNamespace::QByteArray const&) + 61 QtQA::App::TestRunner: 6 QtGui 0x000000010097abd1 void TestNamespace::(anonymous namespace)::Resolver::operator()(unsigned int, float const*) + 81 QtQA::App::TestRunner: 7 QtGui 0x0000000100979205 _ZN13TestNamespaceL30qopenglfResolveVertexAttrib3fvEjPKf + 85 QtQA::App::TestRunner: 8 QtOpenGL 0x00000001000453c0 TestNamespace::QGL2PaintEngineExPrivate::updateMatrix() + 768 QtQA::App::TestRunner: 9 QtOpenGL 0x00000001000461a9 TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 89 QtQA::App::TestRunner: 10 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 11 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 12 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 13 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 14 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 15 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 16 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 17 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001076603cb glpASTNodeGetChild + 14 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x0000000107667f79 serialize_GLPASTNode + 1833 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x0000000107667f84 serialize_GLPASTNode + 1844 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001076674a3 glpSerializeAST + 195 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x0000000107638e12 glpCompileShader + 270 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x0000000107654b6e ShCompile + 155 QtQA::App::TestRunner: 6 GLEngine 0x0000000105f2f642 gleShaderParse + 354 QtQA::App::TestRunner: 7 GLEngine 0x0000000105e783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 8 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 9 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 10 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 11 QtOpenGL 0x00000001000411cd TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 1085 QtQA::App::TestRunner: 12 QtOpenGL 0x000000010004261e TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045972 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004620a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 15 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 Crashed:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff917f9ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff901497d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff9013aa7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff9015c4ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff9015de2a free_tiny_botch + 93 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff901660cc szone_realloc + 2848 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90199243 malloc_zone_realloc + 81 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff9019a032 realloc + 160 QtQA::App::TestRunner: 8 QtCore 0x0000000100c49cc9 TestNamespace::QListData::append(int) + 169 QtQA::App::TestRunner: 9 QtGui 0x000000010077395e TestNamespace::QOpenGLMultiGroupSharedResource::insert(TestNamespace::QOpenGLContext*, TestNamespace::QOpenGLSharedResource*) + 94 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100032f94 TestNamespace::QGLFunctionsPrivateEx* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 196 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010002a421 TestNamespace::QGLFunctions::QGLFunctions(TestNamespace::QGLContext const*) + 17 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000237d1 TestNamespace::QGLContextPrivate::syncGlState() + 65 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045d9a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100047ecd TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 15 QtGui 0x00000001008e08a4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008e092f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x000000010090a9bd TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x000000010765f6cf NewSymbol + 26 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x000000010765f734 AddSymbol + 50 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x000000010765cb41 readCPPline + 1156 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x000000010765f17c yylex_CPP + 411 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x000000010767f2ef yy_get_next_buffer + 270 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x000000010767f8df yylex + 412 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x0000000107687e3c yyparse + 528 QtQA::App::TestRunner: 7 libGLProgrammability.dylib 0x000000010767f6f1 glpPaParseStrings + 321 QtQA::App::TestRunner: 8 libGLProgrammability.dylib 0x0000000107638dae glpCompileShader + 170 QtQA::App::TestRunner: 9 libGLProgrammability.dylib 0x0000000107654b6e ShCompile + 155 QtQA::App::TestRunner: 10 GLEngine 0x0000000105f2f642 gleShaderParse + 354 QtQA::App::TestRunner: 11 GLEngine 0x0000000105e783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100037c0a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 13 QtOpenGL 0x000000010003879f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 14 QtOpenGL 0x00000001000387f0 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100040916 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 1750 QtQA::App::TestRunner: 16 QtOpenGL 0x000000010004304b TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 17 QtOpenGL 0x00000001000427c0 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 18 QtOpenGL 0x0000000100041bae TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 19 QtOpenGL 0x000000010004b6e3 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 20 QtGui 0x00000001008fd39f TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 21 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 22 QtCore 0x0000000100dd7abe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 23 QtCore 0x0000000100bed05a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 24 libsystem_c.dylib 0x00007fff901478bf _pthread_start + 335 QtQA::App::TestRunner: 25 libsystem_c.dylib 0x00007fff9014ab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010c357718 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x000000000000ac03 rsi: 0x0000000000000006 rbp: 0x000000010c357740 rsp: 0x000000010c357718 QtQA::App::TestRunner: r8: 0x00007fff77aa6fb8 r9: 0x0000000000000000 r10: 0x00007fff917f9d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00000001011ba000 r13: 0x000000010baf9000 r14: 0x000000010c358000 r15: 0x000000010baf90c0 QtQA::App::TestRunner: rip: 0x00007fff917f9ce2 rfl: 0x0000000000000246 cr2: 0x000000010c096000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000dff7 +com.yourcompany.tst_qglthreads (??? - ???) <8E149D49-8360-3D1D-9739-06B838C2C5AB> /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: 0x10001d000 - 0x100064fff +QtOpenGL (5.1.0 - compatibility 5.1.0) /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x100096000 - 0x10052fff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x100727000 - 0x100a8afff +QtGui (5.1.0 - compatibility 5.1.0) <864AA85D-D3A6-3D94-9C0E-B8494BE04570> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100bc6000 - 0x101070ff7 +QtCore (5.1.0 - compatibility 5.1.0) <48F17320-E158-3F34-9FF9-EDDA7F23A21E> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x10117a000 - 0x10119bff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1011ad000 - 0x1011b3fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1015ed000 - 0x1015f7fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x101783000 - 0x1017acff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <13A3AF40-1854-3BC8-B344-8F386F516B2B> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1017d4000 - 0x1017e2fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x1017e9000 - 0x1017ecff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x1017fe000 - 0x1017feff1 +cl_kernels (??? - ???) <5C6B81FD-4FEF-47D1-AE2C-2820236CA7D8> cl_kernels QtQA::App::TestRunner: 0x1043a5000 - 0x1043c8ff7 +libqtaccessiblewidgets.dylib (??? - ???) <6EA251C5-64BC-30F7-9770-7D4B508DD685> /work/*/libqtaccessiblewidgets.dylib QtQA::App::TestRunner: 0x104500000 - 0x104586ff7 +libqcocoa.dylib (??? - ???) <9681F344-1927-3B86-BFAA-97F9199AF6FE> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1046dc000 - 0x10470aff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x1047c1000 - 0x1047c2ff3 +cl_kernels (??? - ???) <3E1D6DF8-D52E-4073-8238-AAEA08B98875> cl_kernels QtQA::App::TestRunner: 0x105e00000 - 0x105fb8fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x10761d000 - 0x107777fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x108000000 - 0x1082c1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x1089cf000 - 0x108a6eff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x7fff63a1e000 - 0x7fff63a52baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff86890000 - 0x7fff86915ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff86916000 - 0x7fff8691fff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff869e8000 - 0x7fff86aafff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff86af8000 - 0x7fff86af8fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff86af9000 - 0x7fff86b00fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff86b01000 - 0x7fff86df6ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff86df7000 - 0x7fff86e02ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff86e22000 - 0x7fff86e5bfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff86e5c000 - 0x7fff86e60fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff86e61000 - 0x7fff86e6cfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff86ff9000 - 0x7fff87047fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff87048000 - 0x7fff87048fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff87049000 - 0x7fff87079ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8707a000 - 0x7fff871e1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff87677000 - 0x7fff878ebfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff878ec000 - 0x7fff87db3fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff87db4000 - 0x7fff87e37fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff87e4b000 - 0x7fff87e51fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8800b000 - 0x7fff8800dfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff88d93000 - 0x7fff88eacfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff88eec000 - 0x7fff88eedfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88eee000 - 0x7fff88f64ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff890f0000 - 0x7fff8941cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8941d000 - 0x7fff89446fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff89534000 - 0x7fff89542fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff896af000 - 0x7fff896b2fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff897b1000 - 0x7fff89821fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff898de000 - 0x7fff89906fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8995a000 - 0x7fff899fcfff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff89ae7000 - 0x7fff89be9fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff89bea000 - 0x7fff89beffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff89bf0000 - 0x7fff89bf0fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff89caf000 - 0x7fff89cfbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89cfc000 - 0x7fff89d01fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff89d02000 - 0x7fff89d1eff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff89d1f000 - 0x7fff89d5afff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff89d5b000 - 0x7fff89d88fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff89d91000 - 0x7fff89d9fff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8a54b000 - 0x7fff8a54bfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8a54c000 - 0x7fff8a586fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8a625000 - 0x7fff8a68dff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8a68e000 - 0x7fff8a82eff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8a82f000 - 0x7fff8a8d0fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8b05f000 - 0x7fff8b0f5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b0f6000 - 0x7fff8b108ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8b109000 - 0x7fff8b111fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8b1b8000 - 0x7fff8b1bcfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8b1bd000 - 0x7fff8b1bdfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8b1be000 - 0x7fff8b29cfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8b312000 - 0x7fff8b312fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8b395000 - 0x7fff8b396fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8b3c1000 - 0x7fff8b3e5fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8b3e6000 - 0x7fff8b426fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8b427000 - 0x7fff8b431ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8b432000 - 0x7fff8b432fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8b433000 - 0x7fff8b446ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8b75a000 - 0x7fff8bd3efff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8c709000 - 0x7fff8c7edff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cb46000 - 0x7fff8cc25fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8cc27000 - 0x7fff8cc4bfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8cc4c000 - 0x7fff8cc4efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8cc4f000 - 0x7fff8cc5cff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8cc5d000 - 0x7fff8cc64fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8ccb3000 - 0x7fff8ccb5fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8ccf9000 - 0x7fff8cd3afff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8cd3b000 - 0x7fff8cd9dff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cd9e000 - 0x7fff8cdbffff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ce23000 - 0x7fff8cf07e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8cf08000 - 0x7fff8cf60ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8cf61000 - 0x7fff8db67fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8db79000 - 0x7fff8dfa6fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8dfa7000 - 0x7fff8dfb6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8dfb7000 - 0x7fff8e2d0fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8e2d1000 - 0x7fff8e2d1fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8e38f000 - 0x7fff8e563ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8e5bf000 - 0x7fff8e61ffff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e620000 - 0x7fff8e6c5fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8e6c6000 - 0x7fff8e6c6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e6c7000 - 0x7fff8e6c8ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8eb59000 - 0x7fff8f4f7a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8f4f8000 - 0x7fff8f537fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8f538000 - 0x7fff8f539fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f53a000 - 0x7fff8f596ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8f597000 - 0x7fff8f5a2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8f5a3000 - 0x7fff8f5cfff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8f5d0000 - 0x7fff8f5e7fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f5f7000 - 0x7fff8f72dfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8f760000 - 0x7fff8f7d3fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f7d4000 - 0x7fff8f9fefe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8f9ff000 - 0x7fff8fa25fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8fa34000 - 0x7fff8fa76ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8fa9f000 - 0x7fff8fbabfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8fbae000 - 0x7fff8fbafff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8fbcc000 - 0x7fff8fee8fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8feed000 - 0x7fff9004afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9004b000 - 0x7fff90052ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff90053000 - 0x7fff90097ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff90098000 - 0x7fff900cbff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff900e1000 - 0x7fff900f8fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff900f9000 - 0x7fff901d6fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff9028c000 - 0x7fff902a1fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90366000 - 0x7fff903baff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff903bb000 - 0x7fff903c8fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff903c9000 - 0x7fff903e8fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90432000 - 0x7fff90436ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90b69000 - 0x7fff90b69fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff90f0f000 - 0x7fff90f16fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff9123d000 - 0x7fff9123eff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff9123f000 - 0x7fff91251ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff91267000 - 0x7fff91290fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff91291000 - 0x7fff9138bff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff9138c000 - 0x7fff91493fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff91494000 - 0x7fff914ffff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff91500000 - 0x7fff9155bff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9155c000 - 0x7fff91562ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff915ac000 - 0x7fff91600fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff91601000 - 0x7fff91606fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91607000 - 0x7fff916a1ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff916e4000 - 0x7fff91797ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff91798000 - 0x7fff917dcff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff917dd000 - 0x7fff917e2fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff917e3000 - 0x7fff91803fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff91804000 - 0x7fff91856ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff91857000 - 0x7fff91897ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff918a7000 - 0x7fff918acfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff91fa4000 - 0x7fff91fa8fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff91fa9000 - 0x7fff91fb7fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff91fb8000 - 0x7fff920c5fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff920c6000 - 0x7fff920e3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff920fa000 - 0x7fff92110fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92213000 - 0x7fff92227ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92295000 - 0x7fff922a4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff922a5000 - 0x7fff922a6fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92a6a000 - 0x7fff92a80ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff92a81000 - 0x7fff92b76fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff92b77000 - 0x7fff92b7dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff92b7e000 - 0x7fff92b90ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff92b91000 - 0x7fff92c07fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff92c08000 - 0x7fff92c43fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff92c8e000 - 0x7fff92c91fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff92c92000 - 0x7fff92e94fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff92e95000 - 0x7fff92e9bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff92ebd000 - 0x7fff92f38ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff92f39000 - 0x7fff92fa1ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff92fa2000 - 0x7fff92fa4ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff92fd6000 - 0x7fff930dbfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff93381000 - 0x7fff93386ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff934fe000 - 0x7fff9351bfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9352a000 - 0x7fff93570fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff93571000 - 0x7fff93574fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff93575000 - 0x7fff935a0ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff935a1000 - 0x7fff935a4ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff935a5000 - 0x7fff93629ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 21689 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=171.7M resident=133.3M(78%) swapped_out_or_unallocated=38.5M(22%) QtQA::App::TestRunner: Writable regions: Total=143.0M written=22.0M(15%) resident=41.0M(29%) swapped_out=0K(0%) unallocated=102.0M(71%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 9056K QtQA::App::TestRunner: CG image 16K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 3440K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 2020K QtQA::App::TestRunner: IOKit 4424K QtQA::App::TestRunner: IOKit (reserved) 2048K reserved VM address space (unallocated) QtQA::App::TestRunner: MALLOC 93.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: OpenCL 20K QtQA::App::TestRunner: OpenGL GLSL 1200K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.1M QtQA::App::TestRunner: Stack (reserved) 520K reserved VM address space (unallocated) QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.1M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.3M QtQA::App::TestRunner: __TEXT 117.4M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.1M QtQA::App::TestRunner: shared memory 1212K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 463.8M QtQA::App::TestRunner: TOTAL, minus reserved VM space 461.3M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qglthreads: 69 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00876/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365464004): http://codereview.qt-project.org/53186 [PS1] - doc: Minor changes to qtgui.qdocconf From ci-noreply at qt-project.org Tue Apr 9 03:25:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 04:25:45 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130409_012545_074917.ci-noreply@qt-project.org> Autotest `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [12843] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [12838] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-09 03:43:38.694 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[12843]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90058ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff870737d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87064a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x000000010057f3a9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x000000010057f915 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100c4740d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff870c5cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x00000001005e24e4 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000103e9d1e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000103e9935b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000103e9229d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002e9c8 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c453 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100006047 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x000000010071681c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100c4a920 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100c479ae TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d3e8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100006024 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff900597e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff88b6c786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff88b6b316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90059192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff87073594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff87074b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9005767a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff90056d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8b89f50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8b8a7c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8b8a7486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff852f9fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff852f015a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff870718bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff87074b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcb8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdce0 rsp: 0x00007fff5fbfdcb8 QtQA::App::TestRunner: r8: 0x00007fff744b2fb8 r9: 0x0000000000000000 r10: 0x00007fff90058d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe728 r13: 0x0000000000000000 r14: 0x00007fff744b5960 r15: 0x0000000102a22880 QtQA::App::TestRunner: rip: 0x00007fff90058ce2 rfl: 0x0000000000000246 cr2: 0x00000001005c4270 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <1B955115-2F99-3404-9388-4248B6012C04> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.0.2 - compatibility 5.0.0) <49928C41-ACA6-333D-965A-1BBCC74E1883> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x100441ff7 +QtGui (5.0.2 - compatibility 5.0.0) <033B1733-E383-3672-AC54-81A33C134516> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100567000 - 0x1009bdfff +QtCore (5.0.2 - compatibility 5.0.0) <7AFDE95F-2301-39B0-8BCE-DC9C87DDD166> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100ac1000 - 0x100bc8fff +QtNetwork (5.0.2 - compatibility 5.0.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100c42000 - 0x100c62fff +QtTest (5.0.2 - compatibility 5.0.0) <0B2E8AA7-1185-3158-AD99-43DF16FA5036> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100c74000 - 0x100c7afff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100fea000 - 0x100feffff +libqminimal.dylib (??? - ???) <69708A2B-BABA-3821-9B57-CA2EB48986ED> /work/*/libqminimal.dylib QtQA::App::TestRunner: 0x1029ab000 - 0x1029d4ff7 +QtPrintSupport (5.0.2 - compatibility 5.0.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x102b00000 - 0x102b7eff7 +libqcocoa.dylib (??? - ???) <555B3644-1D4D-3682-88A3-3FE42D809078> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x103800000 - 0x103c96fff +QtWidgets (5.0.2 - compatibility 5.0.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x103e8b000 - 0x103ea5ff7 +libqavfcamera.dylib (??? - ???) <070A04BC-059B-310C-9369-65D4050BAEBA> /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x103eb8000 - 0x103ed1fff +libqavfmediaplayer.dylib (??? - ???) /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x103ee6000 - 0x103efefff +QtMultimediaWidgets (5.0.2 - compatibility 5.0.0) <89C4B9D4-0217-3217-8AF6-3368DB067646> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x103f15000 - 0x103f61ff7 +QtOpenGL (5.0.2 - compatibility 5.0.0) <3A16F814-F777-3F0D-A732-8B9DFD55C88D> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x103f93000 - 0x103fb2fff +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x103fcc000 - 0x103fd9fff +libqtmedia_audioengine.dylib (??? - ???) <41DF7FA8-4043-3227-A4E9-5E096692FDF2> /work/*/libqtmedia_audioengine.dylib QtQA::App::TestRunner: 0x103fe6000 - 0x103feafff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x7fff6f4fe000 - 0x7fff6f532baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff83fe4000 - 0x7fff840d9fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff843cf000 - 0x7fff8441bff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff84436000 - 0x7fff8453bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff846d1000 - 0x7fff846d3fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff846d4000 - 0x7fff846d4fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff846d6000 - 0x7fff84717fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff84718000 - 0x7fff84748ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff84749000 - 0x7fff8474efff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff847e3000 - 0x7fff847edff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8488a000 - 0x7fff84c34fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff84c92000 - 0x7fff84d28ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff84d29000 - 0x7fff85156fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff85157000 - 0x7fff85162fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff85163000 - 0x7fff85169fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff85177000 - 0x7fff8517afff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff851ba000 - 0x7fff8520efff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff85295000 - 0x7fff852edff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff852ee000 - 0x7fff8533fff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff85342000 - 0x7fff85375ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff85376000 - 0x7fff853ecfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff853ed000 - 0x7fff85455ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff85456000 - 0x7fff854a8ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff854ab000 - 0x7fff854d4fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff856ac000 - 0x7fff856c6fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff856c7000 - 0x7fff856cdfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff85772000 - 0x7fff857c5fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff857c6000 - 0x7fff857cdfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff857ce000 - 0x7fff857d2fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8589b000 - 0x7fff8589cfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8597c000 - 0x7fff85a01ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff85a02000 - 0x7fff85a07ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff860cd000 - 0x7fff860dfff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff861d7000 - 0x7fff861d8fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff861d9000 - 0x7fff861edff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff86321000 - 0x7fff86321fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff86322000 - 0x7fff8642ffff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff86430000 - 0x7fff86532fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff86533000 - 0x7fff86669fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8666a000 - 0x7fff8674eff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff86ae3000 - 0x7fff86bfcfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff86bfd000 - 0x7fff86c0cff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff86c61000 - 0x7fff86c6aff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff86c6b000 - 0x7fff86c6cff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff86cdc000 - 0x7fff86de3fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff86de4000 - 0x7fff86de8ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff87023000 - 0x7fff87100fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff87105000 - 0x7fff87170ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff87171000 - 0x7fff8720bff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8720c000 - 0x7fff8720eff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff874be000 - 0x7fff87502ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8784a000 - 0x7fff87851fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff87852000 - 0x7fff878c2fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff878c3000 - 0x7fff87beffff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff87bf0000 - 0x7fff87c50fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff87c52000 - 0x7fff87c5fff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87cbe000 - 0x7fff87ce2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff87d41000 - 0x7fff87de6fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff87e3f000 - 0x7fff87e4dff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff87eb0000 - 0x7fff87f26ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff87fe9000 - 0x7fff88024fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff88025000 - 0x7fff88025fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff88042000 - 0x7fff88047fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff88048000 - 0x7fff8824afff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8824b000 - 0x7fff8832afff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8832b000 - 0x7fff8832bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8832c000 - 0x7fff88339fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8833a000 - 0x7fff883adfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff887d4000 - 0x7fff88ac9ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff88aca000 - 0x7fff88acafff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff88ad7000 - 0x7fff88adafff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff88adb000 - 0x7fff88b1bff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff88b1c000 - 0x7fff88b1dfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff88b1e000 - 0x7fff88b44fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff88b45000 - 0x7fff88b66fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff88b67000 - 0x7fff88b68fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff88b69000 - 0x7fff88b77fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff88b78000 - 0x7fff88b7efff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff88b7f000 - 0x7fff88ce6fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff88ce7000 - 0x7fff88d49ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff88d4a000 - 0x7fff88d51ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88d52000 - 0x7fff88d53ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff88d54000 - 0x7fff88d9bff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff89ea2000 - 0x7fff89f25fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8a861000 - 0x7fff8a880fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8a881000 - 0x7fff8a889fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8a88a000 - 0x7fff8a88ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8a890000 - 0x7fff8acc3ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8acd9000 - 0x7fff8acdfff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8ace0000 - 0x7fff8ace3fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8ad2a000 - 0x7fff8ad41fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8ad42000 - 0x7fff8adc6ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8ae1e000 - 0x7fff8ae1efff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b3ca000 - 0x7fff8b4c7ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8b4c8000 - 0x7fff8b4f3ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8b82e000 - 0x7fff8b833fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8b846000 - 0x7fff8b84dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8b84e000 - 0x7fff8b84fff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8b86f000 - 0x7fff8ba43ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8ba90000 - 0x7fff8babcff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8babd000 - 0x7fff8bac0ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8bac7000 - 0x7fff8bf8efff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8c439000 - 0x7fff8c439fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8c43a000 - 0x7fff8c43efff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8c43f000 - 0x7fff8c45cfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8c46c000 - 0x7fff8c4bafff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8c4bb000 - 0x7fff8ce59a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8ce5a000 - 0x7fff8ce65ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8ce7a000 - 0x7fff8ce8ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8cf05000 - 0x7fff8cf59ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8cf5c000 - 0x7fff8d186fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d187000 - 0x7fff8d199ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8d19a000 - 0x7fff8d202ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8d29e000 - 0x7fff8dea4fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8dea5000 - 0x7fff8debcfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8debd000 - 0x7fff8e665fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8e66b000 - 0x7fff8ec4ffff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8ed2e000 - 0x7fff8f04afff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8f077000 - 0x7fff8f085fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8f086000 - 0x7fff8f09cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8f09d000 - 0x7fff8f0c5fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8f0d2000 - 0x7fff8f0d4fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8f27d000 - 0x7fff8f2f8ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8f2f9000 - 0x7fff8f484ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8f501000 - 0x7fff8f506fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8f507000 - 0x7fff8f507fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8f508000 - 0x7fff8f531fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8f532000 - 0x7fff8f572fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8f59d000 - 0x7fff8f8b6fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8f8b7000 - 0x7fff8f8dbfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8ff5e000 - 0x7fff8ff71ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff90024000 - 0x7fff90041ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff90042000 - 0x7fff90062fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff90063000 - 0x7fff900bfff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff900c0000 - 0x7fff90334fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff90355000 - 0x7fff90360ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff90364000 - 0x7fff90364fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff90378000 - 0x7fff9042bff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff90455000 - 0x7fff9051cff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9052b000 - 0x7fff90586ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff90587000 - 0x7fff9059dff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff905a9000 - 0x7fff905d6fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff905d7000 - 0x7fff90619ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff9061a000 - 0x7fff906bcfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff906bd000 - 0x7fff907a1e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff907a2000 - 0x7fff90942ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff90943000 - 0x7fff90947fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff90948000 - 0x7fff90964ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff90965000 - 0x7fff9099ffe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff909a0000 - 0x7fff90aacfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff90aad000 - 0x7fff90aaffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff90ab0000 - 0x7fff90abffff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff90ac0000 - 0x7fff90c1dfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff90c59000 - 0x7fff90c98fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff90e96000 - 0x7fff90e96fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff90e97000 - 0x7fff90f38fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 19972 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.0M resident=182.7M(100%) swapped_out_or_unallocated=348K(0%) QtQA::App::TestRunner: Writable regions: Total=85.4M written=2612K(3%) resident=20.9M(25%) swapped_out=0K(0%) unallocated=64.5M(75%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 40.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.7M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.2M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 354.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.0.2, Qt 5.0.2 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter. QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 7 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00117/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/release_1365460616): http://codereview.qt-project.org/53228 [PS1] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 05:15:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 06:15:35 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130409_031535_043322.ci-noreply@qt-project.org> Qt_4.8_Integration #1383: SUCCESS Tested changes (refs/builds/4.8_1365457746): http://codereview.qt-project.org/53173 [PS2] - Use delete[] instead of delete From ci-noreply at qt-project.org Tue Apr 9 08:40:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 09:40:23 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130409_064023_070602.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #386: SUCCESS Tested changes (refs/builds/stable_1365484554): http://codereview.qt-project.org/53100 [PS1] - Fix new warnings in qtdeclarative (found by GCC 4.8) From ci-noreply at qt-project.org Tue Apr 9 09:24:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 10:24:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_072439_061617.ci-noreply@qt-project.org> QtBase_stable_Integration #877: SUCCESS Tested changes (refs/builds/stable_1365484629): http://codereview.qt-project.org/52867 [PS1] - Doc: fix compilability of the example http://codereview.qt-project.org/52646 [PS1] - Doc: add row for Qt 5.0 datastream version http://codereview.qt-project.org/52634 [PS2] - Add spaces around the components of a pkg-config Cflags: field From ci-noreply at qt-project.org Tue Apr 9 10:10:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 11:10:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130409_081057_078935.ci-noreply@qt-project.org> QtSensors_dev_Integration #67: SUCCESS Tested changes (refs/builds/dev_1365491595): http://codereview.qt-project.org/52763 [PS3] - Added temperature property to pressure sensor From ci-noreply at qt-project.org Tue Apr 9 10:34:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 11:34:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_083408_042946.ci-noreply@qt-project.org> Autotest `tst_qpauseanimation' failed :( Testing tst_QPauseAnimation FAIL! : tst_QPauseAnimation::multipleSequentialGroups() 'group.state() == QAbstractAnimation::Stopped' returned FALSE. () Loc: [tst_qpauseanimation.cpp(423)] Totals: 13 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPauseAnimation ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QPauseAnimation::initTestCase() PASS : tst_QPauseAnimation::changeDirectionWhileRunning() PASS : tst_QPauseAnimation::noTimerUpdates(0) PASS : tst_QPauseAnimation::noTimerUpdates(1) PASS : tst_QPauseAnimation::noTimerUpdates(2) PASS : tst_QPauseAnimation::noTimerUpdates(3) PASS : tst_QPauseAnimation::multiplePauseAnimations() FAIL! : tst_QPauseAnimation::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimation::Stopped' returned FALSE. () Loc: [tst_qpauseanimation.cpp(247)] PASS : tst_QPauseAnimation::pauseResume() PASS : tst_QPauseAnimation::sequentialPauseGroup() PASS : tst_QPauseAnimation::sequentialGroupWithPause() PASS : tst_QPauseAnimation::multipleSequentialGroups() PASS : tst_QPauseAnimation::zeroDuration() PASS : tst_QPauseAnimation::cleanupTestCase() Totals: 13 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPauseAnimation ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qpauseanimation: 12 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00878/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365492461): http://codereview.qt-project.org/53252 [PS1] - Mac: Return Qt::Key_F9 for F9, not Qt::Key_F8 http://codereview.qt-project.org/53186 [PS1] - doc: Minor changes to qtgui.qdocconf From ci-noreply at qt-project.org Tue Apr 9 10:45:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 11:45:34 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130409_084534_089863.ci-noreply@qt-project.org> Qt_4.8_Integration #1384: ABORTED Tested changes (refs/builds/4.8_1365494251): http://codereview.qt-project.org/53249 [PS1] - configure: Fix url about evaluacion license http://codereview.qt-project.org/46195 [PS2] - Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY target. From ci-noreply at qt-project.org Tue Apr 9 11:10:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 12:10:41 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130409_091041_001200.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #20: SUCCESS Tested changes (refs/builds/stable_1365496522): http://codereview.qt-project.org/53234 [PS1] - Add CMake unit tests for QtSerialPort. From ci-noreply at qt-project.org Tue Apr 9 12:23:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 13:23:51 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130409_102351_006277.ci-noreply@qt-project.org> Autotest `tst_qclipboard' failed :( Testing tst_QClipboard FAIL! : tst_QClipboard::copy_exit_paste() 'runHelper(QStringLiteral("copier/copier"), stringArgument, &errorMessage)' returned FALSE. (Timeout running 'copier/copier') Loc: [../tst_qclipboard.cpp(246)] Totals: 7 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QClipboard ********* Config: Using QTest library 5.0.2, Qt 5.0.2 PASS : tst_QClipboard::initTestCase() FAIL! : tst_QClipboard::copy_exit_paste() 'runHelper(QStringLiteral("copier/copier"), stringArgument, &errorMessage)' returned FALSE. (Timeout running 'copier/copier') Loc: [../tst_qclipboard.cpp(246)] PASS : tst_QClipboard::capabilityFunctions() PASS : tst_QClipboard::modes() PASS : tst_QClipboard::testSignals() PASS : tst_QClipboard::setMimeData() PASS : tst_QClipboard::clearBeforeSetText() PASS : tst_QClipboard::cleanupTestCase() Totals: 7 passed, 1 failed, 0 skipped ********* Finished testing of tst_QClipboard ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qclipboard: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00118/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/release_1365492481): http://codereview.qt-project.org/53228 [PS1] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 12:39:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 13:39:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130409_103957_039978.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 174 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00794/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365495400): http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells From ci-noreply at qt-project.org Tue Apr 9 12:44:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 13:44:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_104428_083865.ci-noreply@qt-project.org> QtBase_stable_Integration #879: SUCCESS Tested changes (refs/builds/stable_1365496580): http://codereview.qt-project.org/53186 [PS1] - doc: Minor changes to qtgui.qdocconf http://codereview.qt-project.org/53244 [PS1] - Use Q_DECLARE_PRIVATE for Oracle and DB2 plugins http://codereview.qt-project.org/53220 [PS1] - Verify Xcode installation more thoroughly before relying on it http://codereview.qt-project.org/53219 [PS1] - Use absolute paths for Xcode helpers such as xcodebuild/xcrun/xcode-select http://codereview.qt-project.org/52609 [PS1] - Doc: Fix minor typo From ci-noreply at qt-project.org Tue Apr 9 12:54:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 13:54:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130409_105430_034890.ci-noreply@qt-project.org> qttools failed to compile :( moc main.cpp main.cpp:0: Note: No relevant classes found. No output generated. compiling main.cpp main.cpp: In function 'void printUsage()': main.cpp:245:11: error: reference to 'trFunctionAliasManager' is ambiguous main.cpp:154:24: error: candidates are: TestNamespace::TrFunctionAliasManager trFunctionAliasManager lupdate.h:149:31: error: TestNamespace::TrFunctionAliasManager TestNamespace::trFunctionAliasManager main.cpp: In function 'bool handleTrFunctionAliases(const TestNamespace::QString&)': main.cpp:273:9: error: reference to 'trFunctionAliasManager' is ambiguous main.cpp:154:24: error: candidates are: TestNamespace::TrFunctionAliasManager trFunctionAliasManager lupdate.h:149:31: error: TestNamespace::TrFunctionAliasManager TestNamespace::trFunctionAliasManager make[4]: *** [.obj/debug-shared/main.o] Error 1 make[3]: *** [sub-lupdate-make_first] Error 2 make[2]: *** [sub-linguist-make_first-ordered] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qttools] Error 2 Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00085/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365503105): http://codereview.qt-project.org/53064 [PS6] - lupdate: allow to configure names of tr()-like functions From ci-noreply at qt-project.org Tue Apr 9 13:11:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 14:11:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130409_111113_012203.ci-noreply@qt-project.org> QtSensors_dev_Integration #68: SUCCESS Tested changes (refs/builds/dev_1365502353): http://codereview.qt-project.org/53260 [PS1] - Fixed manual sensor test From ci-noreply at qt-project.org Tue Apr 9 13:32:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 14:32:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130409_113219_065009.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #37: SUCCESS Tested changes (refs/builds/stable_1365503763): http://codereview.qt-project.org/52773 [PS3] - Fix ComboBox textRole when used with an array as a model From ci-noreply at qt-project.org Tue Apr 9 13:52:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 14:52:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130409_115217_010132.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qcamerabackend', and `tst_qqmldebugjs' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] Totals: 27 passed, 8 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() QWARN : tst_QQmlDebugJS::connect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] QDEBUG : tst_QQmlDebugJS::connect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::connect() Process State: "running" QDEBUG : tst_QQmlDebugJS::connect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::interrupt() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "running" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2result() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'QQmlDebugTest::waitForSignal(client, SIGNAL(result()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1118)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() QWARN : tst_QQmlDebugJS::changeBreakpointOnCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::clearBreakpoint() QWARN : tst_QQmlDebugJS::setExceptionBreak() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] QDEBUG : tst_QQmlDebugJS::setExceptionBreak() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Process State: "running" QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 29 passed, 6 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 8 QtQA::App::TestRunner: second attempt: exited with exit code 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 173 seconds, exit code 6 Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [46197] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [46196] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-09 13:29:56.809 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[46197]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff97300ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e31b7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e30ca7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddc39 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de1e5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8e36dcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a94 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b394c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff973017e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fe14786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fe13316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff97301192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e31b594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e31cb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff97301192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e31b594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e31cb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff972ff67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff972fed71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff92b4750c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff92b4fc74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff92b4f486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8c5a1fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8c59815a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8e3198bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8e31cb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff7b75afb8 r9: 0x000000010402fd10 r10: 0x00007fff97300d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff7b75d960 r15: 0x0000000104047040 QtQA::App::TestRunner: rip: 0x00007fff97300ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <08C42F47-073F-36E2-9062-9E95461740EF> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101c83000 - 0x101cacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <2F8CED6C-DEFD-3FDE-AA21-69AFC271377D> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x103fa5000 - 0x103fbcff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104200000 - 0x104286ff7 +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1046a5000 - 0x1046ecfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x10471e000 - 0x10473dff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x105000000 - 0x105499ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <491234FC-9E14-3A90-BEB2-8AF59535BE21> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x7fff6aa9c000 - 0x7fff6aad0baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8b28c000 - 0x7fff8b381fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8b677000 - 0x7fff8b6c3ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8b6de000 - 0x7fff8b7e3fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8b979000 - 0x7fff8b97bfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8b97c000 - 0x7fff8b97cfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8b97e000 - 0x7fff8b9bffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8b9c0000 - 0x7fff8b9f0ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8b9f1000 - 0x7fff8b9f6fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8ba8b000 - 0x7fff8ba95ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8bb32000 - 0x7fff8bedcfe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8bf3a000 - 0x7fff8bfd0ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8bfd1000 - 0x7fff8c3fefff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8c3ff000 - 0x7fff8c40afff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8c40b000 - 0x7fff8c411fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8c41f000 - 0x7fff8c422fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8c462000 - 0x7fff8c4b6fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8c53d000 - 0x7fff8c595ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8c596000 - 0x7fff8c5e7ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8c5ea000 - 0x7fff8c61dff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8c61e000 - 0x7fff8c694fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8c695000 - 0x7fff8c6fdff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8c6fe000 - 0x7fff8c750ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8c753000 - 0x7fff8c77cfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c954000 - 0x7fff8c96efff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8c96f000 - 0x7fff8c975fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8ca1a000 - 0x7fff8ca6dfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8ca6e000 - 0x7fff8ca75fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8ca76000 - 0x7fff8ca7afff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8cb43000 - 0x7fff8cb44fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8cc24000 - 0x7fff8cca9ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8ccaa000 - 0x7fff8ccafff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8d375000 - 0x7fff8d387ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8d47f000 - 0x7fff8d480fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8d481000 - 0x7fff8d495ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8d5c9000 - 0x7fff8d5c9fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8d5ca000 - 0x7fff8d6d7fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8d6d8000 - 0x7fff8d7dafff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8d7db000 - 0x7fff8d911fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8d912000 - 0x7fff8d9f6ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8dd8b000 - 0x7fff8dea4fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8dea5000 - 0x7fff8deb4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8df09000 - 0x7fff8df12ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8df13000 - 0x7fff8df14ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8df84000 - 0x7fff8e08bfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8e08c000 - 0x7fff8e090ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8e2cb000 - 0x7fff8e3a8fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8e3ad000 - 0x7fff8e418ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8e419000 - 0x7fff8e4b3ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e4b4000 - 0x7fff8e4b6ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8e766000 - 0x7fff8e7aaff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8eaf2000 - 0x7fff8eaf9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8eafa000 - 0x7fff8eb6afff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8eb6b000 - 0x7fff8ee97fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8ee98000 - 0x7fff8eef8fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8eefa000 - 0x7fff8ef07ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8ef66000 - 0x7fff8ef8afff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8efe9000 - 0x7fff8f08efff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8f0e7000 - 0x7fff8f0f5ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8f158000 - 0x7fff8f1ceff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8f291000 - 0x7fff8f2ccfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f2cd000 - 0x7fff8f2cdfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8f2ea000 - 0x7fff8f2effff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8f2f0000 - 0x7fff8f4f2fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f4f3000 - 0x7fff8f5d2fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8f5d3000 - 0x7fff8f5d3fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8f5d4000 - 0x7fff8f5e1fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8f5e2000 - 0x7fff8f655fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8fa7c000 - 0x7fff8fd71ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8fd72000 - 0x7fff8fd72fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8fd7f000 - 0x7fff8fd82fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fd83000 - 0x7fff8fdc3ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8fdc4000 - 0x7fff8fdc5fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8fdc6000 - 0x7fff8fdecfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8fded000 - 0x7fff8fe0efff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8fe0f000 - 0x7fff8fe10fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8fe11000 - 0x7fff8fe1ffff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fe20000 - 0x7fff8fe26fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8fe27000 - 0x7fff8ff8efff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8ff8f000 - 0x7fff8fff1ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8fff2000 - 0x7fff8fff9ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8fffa000 - 0x7fff8fffbff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8fffc000 - 0x7fff90043ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff9114a000 - 0x7fff911cdfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff91b09000 - 0x7fff91b28fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff91b29000 - 0x7fff91b31fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff91b32000 - 0x7fff91b37fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff91b38000 - 0x7fff91f6bff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff91f81000 - 0x7fff91f87ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff91f88000 - 0x7fff91f8bfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff91fd2000 - 0x7fff91fe9fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff91fea000 - 0x7fff9206eff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff920c6000 - 0x7fff920c6fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff92672000 - 0x7fff9276fff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff92770000 - 0x7fff9279bff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff92ad6000 - 0x7fff92adbfff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff92aee000 - 0x7fff92af5fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff92af6000 - 0x7fff92af7ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff92b17000 - 0x7fff92cebff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff92d38000 - 0x7fff92d64ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff92d65000 - 0x7fff92d68ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff92d6f000 - 0x7fff93236fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff936e1000 - 0x7fff936e1fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff936e2000 - 0x7fff936e6fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff936e7000 - 0x7fff93704fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff93714000 - 0x7fff93762fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff93763000 - 0x7fff94101a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff94102000 - 0x7fff9410dff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff94122000 - 0x7fff94137fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff941ad000 - 0x7fff94201ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff94204000 - 0x7fff9442efe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9442f000 - 0x7fff94441ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff94442000 - 0x7fff944aaff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff94546000 - 0x7fff9514cfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff9514d000 - 0x7fff95164fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff95165000 - 0x7fff9590dfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff95913000 - 0x7fff95ef7fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff95fd6000 - 0x7fff962f2fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff9631f000 - 0x7fff9632dfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff9632e000 - 0x7fff96344fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff96345000 - 0x7fff9636dfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff9637a000 - 0x7fff9637cfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff96525000 - 0x7fff965a0ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff965a1000 - 0x7fff9672cff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff967a9000 - 0x7fff967aefff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff967af000 - 0x7fff967affff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff967b0000 - 0x7fff967d9fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff967da000 - 0x7fff9681afe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff96845000 - 0x7fff96b5efff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff96b5f000 - 0x7fff96b83fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff97206000 - 0x7fff97219ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff972cc000 - 0x7fff972e9ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff972ea000 - 0x7fff9730afff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff9730b000 - 0x7fff97367ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff97368000 - 0x7fff975dcfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff975fd000 - 0x7fff97608ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9760c000 - 0x7fff9760cfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff97620000 - 0x7fff976d3ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff976fd000 - 0x7fff977c4ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff977d3000 - 0x7fff9782eff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9782f000 - 0x7fff97845ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff97851000 - 0x7fff9787efe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff9787f000 - 0x7fff978c1ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff978c2000 - 0x7fff97964fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff97965000 - 0x7fff97a49e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff97a4a000 - 0x7fff97beaff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff97beb000 - 0x7fff97beffff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff97bf0000 - 0x7fff97c0cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff97c0d000 - 0x7fff97c47fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff97c48000 - 0x7fff97d54fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff97d55000 - 0x7fff97d57fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff97d58000 - 0x7fff97d67fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff97d68000 - 0x7fff97ec5fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff97f01000 - 0x7fff97f40fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9813e000 - 0x7fff9813efff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9813f000 - 0x7fff981e0fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 23017 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=336K(0%) QtQA::App::TestRunner: Writable regions: Total=85.5M written=2288K(3%) resident=19.9M(23%) swapped_out=0K(0%) unallocated=65.6M(77%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [46198] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [46196] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-09 13:30:00.820 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000a0000001b QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0xa0000001b: QtQA::App::TestRunner: CG shared images 00000001c2b47000-00000001c2b4f000 [ 32K] r--/r-- SM=SHM QtQA::App::TestRunner: --> QtQA::App::TestRunner: STACK GUARD 00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[46198]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff97300ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e31b7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e30ca7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddc39 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de1e5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8e36dcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a94 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b394c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff973017e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fe14786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fe13316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff97301192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e31b594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e31cb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff97301192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e31b594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e31cb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff972ff67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff972fed71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff92b4750c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff92b4fc74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff92b4f486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8c5a1fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8c59815a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8e3198bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8e31cb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff7b75afb8 r9: 0x0000000101a290d0 r10: 0x00007fff97300d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x0000000000000000 r14: 0x00007fff7b75d960 r15: 0x0000000101a388c0 QtQA::App::TestRunner: rip: 0x00007fff97300ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <08C42F47-073F-36E2-9062-9E95461740EF> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <2F8CED6C-DEFD-3FDE-AA21-69AFC271377D> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <48F1C83C-580D-3B9F-81DE-CA3C4E3D6EAE> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1040a5000 - 0x10412bff7 +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104181000 - 0x10461aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <491234FC-9E14-3A90-BEB2-8AF59535BE21> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104812000 - 0x104829ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104840000 - 0x104887fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1048b9000 - 0x1048d8ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff6e058000 - 0x7fff6e08cbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8b28c000 - 0x7fff8b381fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8b677000 - 0x7fff8b6c3ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8b6de000 - 0x7fff8b7e3fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8b979000 - 0x7fff8b97bfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8b97c000 - 0x7fff8b97cfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8b97e000 - 0x7fff8b9bffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8b9c0000 - 0x7fff8b9f0ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8b9f1000 - 0x7fff8b9f6fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8ba8b000 - 0x7fff8ba95ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8bb32000 - 0x7fff8bedcfe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8bf3a000 - 0x7fff8bfd0ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8bfd1000 - 0x7fff8c3fefff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8c3ff000 - 0x7fff8c40afff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8c40b000 - 0x7fff8c411fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8c41f000 - 0x7fff8c422fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8c462000 - 0x7fff8c4b6fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8c53d000 - 0x7fff8c595ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8c596000 - 0x7fff8c5e7ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8c5ea000 - 0x7fff8c61dff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8c61e000 - 0x7fff8c694fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8c695000 - 0x7fff8c6fdff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8c6fe000 - 0x7fff8c750ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8c753000 - 0x7fff8c77cfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c954000 - 0x7fff8c96efff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8c96f000 - 0x7fff8c975fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8ca1a000 - 0x7fff8ca6dfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8ca6e000 - 0x7fff8ca75fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8ca76000 - 0x7fff8ca7afff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8cb43000 - 0x7fff8cb44fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8cc24000 - 0x7fff8cca9ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8ccaa000 - 0x7fff8ccafff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8d375000 - 0x7fff8d387ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8d47f000 - 0x7fff8d480fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8d481000 - 0x7fff8d495ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8d5c9000 - 0x7fff8d5c9fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8d5ca000 - 0x7fff8d6d7fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8d6d8000 - 0x7fff8d7dafff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8d7db000 - 0x7fff8d911fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8d912000 - 0x7fff8d9f6ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8dd8b000 - 0x7fff8dea4fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8dea5000 - 0x7fff8deb4ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8df09000 - 0x7fff8df12ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8df13000 - 0x7fff8df14ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8df84000 - 0x7fff8e08bfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8e08c000 - 0x7fff8e090ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8e2cb000 - 0x7fff8e3a8fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8e3ad000 - 0x7fff8e418ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8e419000 - 0x7fff8e4b3ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e4b4000 - 0x7fff8e4b6ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8e766000 - 0x7fff8e7aaff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8eaf2000 - 0x7fff8eaf9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8eafa000 - 0x7fff8eb6afff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8eb6b000 - 0x7fff8ee97fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8ee98000 - 0x7fff8eef8fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8eefa000 - 0x7fff8ef07ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8ef66000 - 0x7fff8ef8afff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8efe9000 - 0x7fff8f08efff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8f0e7000 - 0x7fff8f0f5ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8f158000 - 0x7fff8f1ceff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8f291000 - 0x7fff8f2ccfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f2cd000 - 0x7fff8f2cdfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8f2ea000 - 0x7fff8f2effff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8f2f0000 - 0x7fff8f4f2fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f4f3000 - 0x7fff8f5d2fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8f5d3000 - 0x7fff8f5d3fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8f5d4000 - 0x7fff8f5e1fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8f5e2000 - 0x7fff8f655fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8fa7c000 - 0x7fff8fd71ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8fd72000 - 0x7fff8fd72fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8fd7f000 - 0x7fff8fd82fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fd83000 - 0x7fff8fdc3ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8fdc4000 - 0x7fff8fdc5fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8fdc6000 - 0x7fff8fdecfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8fded000 - 0x7fff8fe0efff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8fe0f000 - 0x7fff8fe10fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8fe11000 - 0x7fff8fe1ffff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fe20000 - 0x7fff8fe26fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8fe27000 - 0x7fff8ff8efff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8ff8f000 - 0x7fff8fff1ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8fff2000 - 0x7fff8fff9ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8fffa000 - 0x7fff8fffbff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8fffc000 - 0x7fff90043ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff9114a000 - 0x7fff911cdfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff91b09000 - 0x7fff91b28fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff91b29000 - 0x7fff91b31fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff91b32000 - 0x7fff91b37fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff91b38000 - 0x7fff91f6bff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff91f81000 - 0x7fff91f87ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff91f88000 - 0x7fff91f8bfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff91fd2000 - 0x7fff91fe9fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff91fea000 - 0x7fff9206eff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff920c6000 - 0x7fff920c6fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff92672000 - 0x7fff9276fff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff92770000 - 0x7fff9279bff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff92ad6000 - 0x7fff92adbfff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff92aee000 - 0x7fff92af5fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff92af6000 - 0x7fff92af7ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff92b17000 - 0x7fff92cebff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff92d38000 - 0x7fff92d64ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff92d65000 - 0x7fff92d68ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff92d6f000 - 0x7fff93236fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff936e1000 - 0x7fff936e1fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff936e2000 - 0x7fff936e6fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff936e7000 - 0x7fff93704fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff93714000 - 0x7fff93762fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff93763000 - 0x7fff94101a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff94102000 - 0x7fff9410dff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff94122000 - 0x7fff94137fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff941ad000 - 0x7fff94201ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff94204000 - 0x7fff9442efe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9442f000 - 0x7fff94441ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff94442000 - 0x7fff944aaff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff94546000 - 0x7fff9514cfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff9514d000 - 0x7fff95164fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff95165000 - 0x7fff9590dfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff95913000 - 0x7fff95ef7fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff95fd6000 - 0x7fff962f2fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff9631f000 - 0x7fff9632dfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff9632e000 - 0x7fff96344fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff96345000 - 0x7fff9636dfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff9637a000 - 0x7fff9637cfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff96525000 - 0x7fff965a0ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff965a1000 - 0x7fff9672cff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff967a9000 - 0x7fff967aefff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff967af000 - 0x7fff967affff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff967b0000 - 0x7fff967d9fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff967da000 - 0x7fff9681afe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff96845000 - 0x7fff96b5efff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff96b5f000 - 0x7fff96b83fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff97206000 - 0x7fff97219ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff972cc000 - 0x7fff972e9ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff972ea000 - 0x7fff9730afff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff9730b000 - 0x7fff97367ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff97368000 - 0x7fff975dcfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff975fd000 - 0x7fff97608ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9760c000 - 0x7fff9760cfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff97620000 - 0x7fff976d3ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff976fd000 - 0x7fff977c4ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff977d3000 - 0x7fff9782eff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9782f000 - 0x7fff97845ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff97851000 - 0x7fff9787efe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff9787f000 - 0x7fff978c1ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff978c2000 - 0x7fff97964fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff97965000 - 0x7fff97a49e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff97a4a000 - 0x7fff97beaff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff97beb000 - 0x7fff97beffff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff97bf0000 - 0x7fff97c0cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff97c0d000 - 0x7fff97c47fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff97c48000 - 0x7fff97d54fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff97d55000 - 0x7fff97d57fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff97d58000 - 0x7fff97d67fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff97d68000 - 0x7fff97ec5fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff97f01000 - 0x7fff97f40fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9813e000 - 0x7fff9813efff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9813f000 - 0x7fff981e0fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 23019 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=336K(0%) QtQA::App::TestRunner: Writable regions: Total=85.5M written=2084K(2%) resident=19.9M(23%) swapped_out=0K(0%) unallocated=65.6M(77%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 7 seconds, signal 6 Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.197847 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00175/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365490874): http://codereview.qt-project.org/53191 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 14:21:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 15:21:20 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130409_122120_023976.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::writeBigChunk(WithoutProxy) 'errorBefore == errorAfter' returned FALSE. () tst_qsslsocket.cpp(2138) : failure location Totals: 566 passed, 1 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::writeBigChunk(WithoutProxy) 'errorBefore == errorAfter' returned FALSE. () tst_qsslsocket.cpp(2138) : failure location PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 87 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00795/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365504131): http://codereview.qt-project.org/51563 [PS1] - Guard usage of m_cocoaPlatformWindow. http://codereview.qt-project.org/52917 [PS1] - SSL internals: do not write after shutting down the socket http://codereview.qt-project.org/53255 [PS1] - Add missing wait for window shown. From ci-noreply at qt-project.org Tue Apr 9 14:27:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 15:27:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130409_122739_055947.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #38: SUCCESS Tested changes (refs/builds/stable_1365507262): http://codereview.qt-project.org/53223 [PS1] - Change some "Layout.Expanding" members to fill{Width|Height} From ci-noreply at qt-project.org Tue Apr 9 14:40:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 15:40:06 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130409_124006_066788.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_GridLayout::test_sizeHints() Uncaught exception: layout_spans_Component is not defined Loc: [(0)] Totals: 190 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() FAIL! : qtquickcontrols::Tests_GridLayout::test_sizeHints() Uncaught exception: layout_spans_Component is not defined Loc: [(0)] PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() PASS : qtquickcontrols::Tests_TextField::test_inputMask() PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() PASS : qtquickcontrols::Tests_TextField::test_select() PASS : qtquickcontrols::Tests_TextField::test_selectAll() PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 190 passed, 1 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00039/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365510583): http://codereview.qt-project.org/53225 [PS2] - Don't rearrange/recalculate the layout if it is hidden From ci-noreply at qt-project.org Tue Apr 9 15:13:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 16:13:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130409_131303_075134.ci-noreply@qt-project.org> Compilation failed :( main.cpp main.cpp(66) : fatal error C1506: unrecoverable block scoping error .\main.cpp(66) : fatal error C1506: unrecoverable block scoping error NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2' Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00086/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365509244): http://codereview.qt-project.org/53064 [PS7] - lupdate: allow to configure names of tr()-like functions From ci-noreply at qt-project.org Tue Apr 9 15:23:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 16:23:29 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_132329_087123.ci-noreply@qt-project.org> Autotest `tst_qcombobox' failed :( Testing tst_QComboBox FAIL! : tst_QComboBox::task190205_setModelAdjustToContents() Compared values are not the same Actual (box.size()): QSize(94x20) Expected (correctBox.size()): QSize(124x20) .\tst_qcombobox.cpp(2179) : failure location Totals: 147 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QComboBox ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QComboBox::initTestCase() PASS : tst_QComboBox::getSetCheck() PASS : tst_QComboBox::ensureReturnIsIgnored() PASS : tst_QComboBox::setEditable() PASS : tst_QComboBox::setPalette() PASS : tst_QComboBox::sizeAdjustPolicy() PASS : tst_QComboBox::clear() PASS : tst_QComboBox::insertPolicy(NoInsert-NoInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-OneInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-NoInitial) PASS : tst_QComboBox::insertPolicy(AtTop-OneInitial) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-NoInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-OneInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-NoInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-OneInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-LastCurrent) PASS : tst_QComboBox::virtualAutocompletion() PASS : tst_QComboBox::autoCompletionCaseSensitivity() QWARN : tst_QComboBox::hide() Problem creating accessible interface for: QWidget(0xc60bd1f000) Make sure to deploy Qt with accessibility plugins. PASS : tst_QComboBox::hide() PASS : tst_QComboBox::currentIndex(first added item is set to current if there is no current) PASS : tst_QComboBox::currentIndex(check that setting the index works) PASS : tst_QComboBox::currentIndex(check that isetting the index to -1 works) PASS : tst_QComboBox::currentIndex(check that current index is invalid when removing the only item) PASS : tst_QComboBox::currentIndex(check that the current index follows the item when removing an item above) PASS : tst_QComboBox::currentIndex(check that the current index uses the next item if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is moved to the one before if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is unchanged if you remove an item after) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert before current) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert on the current) PASS : tst_QComboBox::currentIndex(check that the current index stays the same if you insert after the current) PASS : tst_QComboBox::insertItems(prepend) PASS : tst_QComboBox::insertItems(prepend with negative value) PASS : tst_QComboBox::insertItems(append) PASS : tst_QComboBox::insertItems(append with too high value) PASS : tst_QComboBox::insertItems(insert) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertOnCurrentIndex() PASS : tst_QComboBox::textpixmapdata(just text) PASS : tst_QComboBox::textpixmapdata(just icons) PASS : tst_QComboBox::textpixmapdata(just user data) PASS : tst_QComboBox::textpixmapdata(text, icons and user data) PASS : tst_QComboBox::currentTextChanged(editable) PASS : tst_QComboBox::currentTextChanged(not editable) PASS : tst_QComboBox::editTextChanged() PASS : tst_QComboBox::setModel() PASS : tst_QComboBox::modelDeleted() PASS : tst_QComboBox::setMaxCount() PASS : tst_QComboBox::setCurrentIndex() PASS : tst_QComboBox::setCurrentText(editable) PASS : tst_QComboBox::setCurrentText(not editable) PASS : tst_QComboBox::convenienceViews() PASS : tst_QComboBox::findText(CaseSensitive_1) PASS : tst_QComboBox::findText(CaseSensitive_2) PASS : tst_QComboBox::findText(CaseSensitive_3) PASS : tst_QComboBox::findText(CaseSensitive_4) PASS : tst_QComboBox::findText(CaseInsensitive_1) PASS : tst_QComboBox::findText(CaseInsensitive_2) PASS : tst_QComboBox::findText(CaseInsensitive_3) PASS : tst_QComboBox::findText(CaseInsensitive_4) QWARN : tst_QComboBox::flaggedItems(non-editable:normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:normal) QWARN : tst_QComboBox::flaggedItems(non-editable:non-selectable) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:non-selectable) QWARN : tst_QComboBox::flaggedItems(non-editable:disabled) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:mixed) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:mixed) QWARN : tst_QComboBox::flaggedItems(non-editable:nearly-empty) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:nearly-empty) QWARN : tst_QComboBox::flaggedItems(non-editable:only one enabled) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:only one enabled) QWARN : tst_QComboBox::flaggedItems(non-editable:home-disabled) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:home-disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:end-key) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:end-key) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard-search) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard-search) QWARN : tst_QComboBox::flaggedItems(non-editable:search same start letter) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:search same start letter) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard search item) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard search item) QWARN : tst_QComboBox::flaggedItems(non-editable:all key combinations) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 56x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:all key combinations) PASS : tst_QComboBox::flaggedItems(editable:normal) PASS : tst_QComboBox::flaggedItems(editable:non-selectable) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:mixed) PASS : tst_QComboBox::flaggedItems(editable:nearly-empty) PASS : tst_QComboBox::flaggedItems(editable:only one enabled) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:broken autocompletion) PASS : tst_QComboBox::pixmapIcon() PASS : tst_QComboBox::mouseWheel(upper locked) PASS : tst_QComboBox::mouseWheel(jump over) PASS : tst_QComboBox::mouseWheel(single Item enabled) PASS : tst_QComboBox::layoutDirection() QWARN : tst_QComboBox::itemListPosition() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 2448x20+320+140 on 'QWidgetClassWindow'. Resulting geometry: 1284x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::itemListPosition() PASS : tst_QComboBox::separatorItem(test) QWARN : tst_QComboBox::task190351_layout() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 60x22+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x22+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190351_layout() QWARN : tst_QComboBox::task191329_size() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 111x22+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x22+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task191329_size() PASS : tst_QComboBox::task166349_setEditableOnReturn() QWARN : tst_QComboBox::task190205_setModelAdjustToContents() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 42x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::task190205_setModelAdjustToContents() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 94x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190205_setModelAdjustToContents() PASS : tst_QComboBox::task248169_popupWithMinimalSize() QWARN : tst_QComboBox::task247863_keyBoardSelection() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 44x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task247863_keyBoardSelection() QWARN : tst_QComboBox::task220195_keyBoardSelection2() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 48x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task220195_keyBoardSelection2() PASS : tst_QComboBox::setModelColumn() QWARN : tst_QComboBox::noScrollbar(normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(normal) QWARN : tst_QComboBox::noScrollbar(border) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(border) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(border) QWARN : tst_QComboBox::noScrollbar(margin) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(margin) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(margin) QWARN : tst_QComboBox::noScrollbar(padding) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(padding) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(padding) QWARN : tst_QComboBox::noScrollbar(everything) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything) QWARN : tst_QComboBox::noScrollbar(everything and more) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+140 on 'QWidgetClassWindow'. Resulting geometry: 124x30+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything and more) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything and more) PASS : tst_QComboBox::setItemDelegate() PASS : tst_QComboBox::task253944_itemDelegateIsReset() PASS : tst_QComboBox::subControlRectsWithOffset(editable = true) PASS : tst_QComboBox::subControlRectsWithOffset(editable = false) QWARN : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 62x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() PASS : tst_QComboBox::removeItem() PASS : tst_QComboBox::resetModel() QWARN : tst_QComboBox::keyBoardNavigationWithMouse() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 38x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. () .\tst_qcombobox.cpp(2552) : failure location PASS : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated() QWARN : tst_QComboBox::maxVisibleItems() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 38x20+320+140 on 'QComboBoxClassWindow'. Resulting geometry: 124x20+320+140 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::maxVisibleItems() PASS : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn() PASS : tst_QComboBox::highlightedSignal() PASS : tst_QComboBox::cleanupTestCase() Totals: 147 passed, 1 failed, 0 skipped ********* Finished testing of tst_QComboBox ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcombobox: 36 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00880/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365504401): http://codereview.qt-project.org/53086 [PS2] - Cocoa: Fix popup menus on modal windows http://codereview.qt-project.org/53252 [PS1] - Mac: Return Qt::Key_F9 for F9, not Qt::Key_F8 From ci-noreply at qt-project.org Tue Apr 9 16:04:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 17:04:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130409_140422_096341.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #40: SUCCESS Tested changes (refs/builds/stable_1365513065): http://codereview.qt-project.org/53225 [PS3] - Don't rearrange/recalculate the layout if it is hidden From ci-noreply at qt-project.org Tue Apr 9 16:21:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 17:21:50 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_142150_026564.ci-noreply@qt-project.org> Autotest `tst_qgraphicssceneindex' failed :( Testing tst_QGraphicsSceneIndex FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] Totals: 11 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGraphicsSceneIndex ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGraphicsSceneIndex::initTestCase() PASS : tst_QGraphicsSceneIndex::scatteredItems(BSP) PASS : tst_QGraphicsSceneIndex::scatteredItems(Linear) PASS : tst_QGraphicsSceneIndex::overlappedItems(BSP) PASS : tst_QGraphicsSceneIndex::overlappedItems(Linear) PASS : tst_QGraphicsSceneIndex::movingItems(BSP) PASS : tst_QGraphicsSceneIndex::movingItems(Linear) PASS : tst_QGraphicsSceneIndex::connectedToSceneRectChanged() PASS : tst_QGraphicsSceneIndex::items() PASS : tst_QGraphicsSceneIndex::removeItems() FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] PASS : tst_QGraphicsSceneIndex::cleanupTestCase() Totals: 11 passed, 1 failed, 0 skipped ********* Finished testing of tst_QGraphicsSceneIndex ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qgraphicssceneindex: 2 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00881/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365513943): http://codereview.qt-project.org/53248 [PS1] - Add keys required for ad-hoc distribution. http://codereview.qt-project.org/51076 [PS3] - Fix ignoring close events on OSX From ci-noreply at qt-project.org Tue Apr 9 16:36:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 17:36:27 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#release Message-ID: <20130409_143627_047537.ci-noreply@qt-project.org> Qt5_release_Integration #119: SUCCESS Tested changes (refs/builds/release_1365503337): http://codereview.qt-project.org/53228 [PS1] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 16:47:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 17:47:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130409_144703_050532.ci-noreply@qt-project.org> Autotest `tst_qsocketnotifier' failed :( Testing tst_QSocketNotifier FAIL! : tst_QSocketNotifier::unexpectedDisconnection() 'server.waitForNewConnection()' returned FALSE. () .\tst_qsocketnotifier.cpp(146) : failure location Totals: 3 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSocketNotifier ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSocketNotifier::initTestCase() FAIL! : tst_QSocketNotifier::unexpectedDisconnection() 'server.waitForNewConnection()' returned FALSE. () .\tst_qsocketnotifier.cpp(146) : failure location PASS : tst_QSocketNotifier::mixingWithTimers() PASS : tst_QSocketNotifier::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSocketNotifier ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsocketnotifier: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00796/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365510241): http://codereview.qt-project.org/53255 [PS1] - Add missing wait for window shown. http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells From ci-noreply at qt-project.org Tue Apr 9 17:18:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 18:18:50 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_151850_008774.ci-noreply@qt-project.org> Autotest `tst_qgraphicssceneindex' failed :( Testing tst_QGraphicsSceneIndex FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] Totals: 11 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGraphicsSceneIndex ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGraphicsSceneIndex::initTestCase() PASS : tst_QGraphicsSceneIndex::scatteredItems(BSP) PASS : tst_QGraphicsSceneIndex::scatteredItems(Linear) PASS : tst_QGraphicsSceneIndex::overlappedItems(BSP) PASS : tst_QGraphicsSceneIndex::overlappedItems(Linear) PASS : tst_QGraphicsSceneIndex::movingItems(BSP) PASS : tst_QGraphicsSceneIndex::movingItems(Linear) PASS : tst_QGraphicsSceneIndex::connectedToSceneRectChanged() PASS : tst_QGraphicsSceneIndex::items() PASS : tst_QGraphicsSceneIndex::removeItems() FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] PASS : tst_QGraphicsSceneIndex::cleanupTestCase() Totals: 11 passed, 1 failed, 0 skipped ********* Finished testing of tst_QGraphicsSceneIndex ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qgraphicssceneindex: 2 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00882/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365517443): http://codereview.qt-project.org/53283 [PS2] - OSX window: set QWindow geometry after native window is created http://codereview.qt-project.org/53086 [PS2] - Cocoa: Fix popup menus on modal windows From ci-noreply at qt-project.org Tue Apr 9 17:52:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 18:52:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130409_155228_075316.ci-noreply@qt-project.org> Qt_4.8_Integration #1385: SUCCESS Tested changes (refs/builds/4.8_1365502929): http://codereview.qt-project.org/53249 [PS2] - configure: Fix url about evaluacion license http://codereview.qt-project.org/46195 [PS2] - Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY target. From ci-noreply at qt-project.org Tue Apr 9 18:03:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 19:03:40 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_160340_066043.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] FAIL! : tst_QQuickLoader::simultaneousSyncAsync() '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(1036)] PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 46 passed, 3 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 3 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 3 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00883/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365520864): http://codereview.qt-project.org/53248 [PS1] - Add keys required for ad-hoc distribution. From ci-noreply at qt-project.org Tue Apr 9 19:24:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 20:24:02 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130409_172402_068065.ci-noreply@qt-project.org> Autotest `tst_qquickmousearea' failed :( Testing tst_QQuickMouseArea FAIL! : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate() '!window->rootObject()->property("pressed").toBool()' returned FALSE. () Loc: [tst_qquickmousearea.cpp(590)] Totals: 53 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickMouseArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickMouseArea::initTestCase() PASS : tst_QQuickMouseArea::dragProperties() PASS : tst_QQuickMouseArea::resetDrag() PASS : tst_QQuickMouseArea::dragging(left) PASS : tst_QQuickMouseArea::dragging(right) PASS : tst_QQuickMouseArea::dragging(middle) PASS : tst_QQuickMouseArea::dragging(left (left|right)) PASS : tst_QQuickMouseArea::dragging(right (right|middle)) PASS : tst_QQuickMouseArea::dragging(middle (left|middle)) PASS : tst_QQuickMouseArea::invalidDrag(middle (left|right)) PASS : tst_QQuickMouseArea::invalidDrag(left (right|middle)) PASS : tst_QQuickMouseArea::invalidDrag(right (left|middle)) PASS : tst_QQuickMouseArea::setDragOnPressed() PASS : tst_QQuickMouseArea::updateMouseAreaPosOnClick() PASS : tst_QQuickMouseArea::updateMouseAreaPosOnResize() PASS : tst_QQuickMouseArea::noOnClickedWithPressAndHold() PASS : tst_QQuickMouseArea::onMousePressRejected() FAIL! : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate() '!window->rootObject()->property("pressed").toBool()' returned FALSE. () Loc: [tst_qquickmousearea.cpp(590)] PASS : tst_QQuickMouseArea::doubleClick(left) PASS : tst_QQuickMouseArea::doubleClick(right) PASS : tst_QQuickMouseArea::doubleClick(middle) PASS : tst_QQuickMouseArea::doubleClick(left (left|right)) PASS : tst_QQuickMouseArea::doubleClick(right (right|middle)) PASS : tst_QQuickMouseArea::doubleClick(middle (left|middle)) PASS : tst_QQuickMouseArea::clickTwice(left) PASS : tst_QQuickMouseArea::clickTwice(right) PASS : tst_QQuickMouseArea::clickTwice(middle) PASS : tst_QQuickMouseArea::clickTwice(left (left|right)) PASS : tst_QQuickMouseArea::clickTwice(right (right|middle)) PASS : tst_QQuickMouseArea::clickTwice(middle (left|middle)) PASS : tst_QQuickMouseArea::invalidClick(middle (left|right)) PASS : tst_QQuickMouseArea::invalidClick(left (right|middle)) PASS : tst_QQuickMouseArea::invalidClick(right (left|middle)) PASS : tst_QQuickMouseArea::pressedOrdering() PASS : tst_QQuickMouseArea::preventStealing() SKIP : tst_QQuickMouseArea::clickThrough() QTBUG-23976 Unstable Loc: [tst_qquickmousearea.cpp(816)] PASS : tst_QQuickMouseArea::hoverPosition() PASS : tst_QQuickMouseArea::hoverPropagation() PASS : tst_QQuickMouseArea::hoverVisible() PASS : tst_QQuickMouseArea::disableAfterPress() PASS : tst_QQuickMouseArea::onWheel() PASS : tst_QQuickMouseArea::transformedMouseArea(checking points inside) PASS : tst_QQuickMouseArea::transformedMouseArea(checking points outside) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left - Press left, Press Right, Release Right) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left - Press left, Press Right, Release Left) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left|Right - Press left, Press Right, Release Right) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Right - Press Right, Press Left, Release Right) PASS : tst_QQuickMouseArea::changeAxis() PASS : tst_QQuickMouseArea::cursorShape() PASS : tst_QQuickMouseArea::moveAndReleaseWithoutPress() PASS : tst_QQuickMouseArea::nestedStopAtBounds(left) PASS : tst_QQuickMouseArea::nestedStopAtBounds(right) PASS : tst_QQuickMouseArea::nestedStopAtBounds(top) PASS : tst_QQuickMouseArea::nestedStopAtBounds(bottom) PASS : tst_QQuickMouseArea::cleanupTestCase() Totals: 53 passed, 1 failed, 1 skipped ********* Finished testing of tst_QQuickMouseArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickmousearea: 24 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00387/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365525810): http://codereview.qt-project.org/52392 [PS13] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Tue Apr 9 19:25:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 20:25:15 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130409_172515_028382.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 175 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00797/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365519379): http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells http://codereview.qt-project.org/53255 [PS1] - Add missing wait for window shown. From ci-noreply at qt-project.org Tue Apr 9 20:11:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 21:11:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_181101_026089.ci-noreply@qt-project.org> QtBase_stable_Integration #884: SUCCESS Tested changes (refs/builds/stable_1365523553): http://codereview.qt-project.org/53284 [PS2] - qmake/nmake: do not remove NDEBUG from DEFINES From ci-noreply at qt-project.org Tue Apr 9 20:45:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 21:45:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130409_184517_020799.ci-noreply@qt-project.org> QtTools_dev_Integration #87: SUCCESS Tested changes (refs/builds/dev_1365522046): http://codereview.qt-project.org/53064 [PS9] - lupdate: allow to configure names of tr()-like functions From ci-noreply at qt-project.org Tue Apr 9 21:20:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 22:20:28 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130409_192028_078665.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)' and `tst_qqmldebugjs' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1103)] FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1292)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] Totals: 24 passed, 11 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() QWARN : tst_QQmlDebugJS::connect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] QDEBUG : tst_QQmlDebugJS::connect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::connect() Process State: "running" QDEBUG : tst_QQmlDebugJS::connect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::interrupt() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "running" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() QWARN : tst_QQmlDebugJS::clearBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] QDEBUG : tst_QQmlDebugJS::clearBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setExceptionBreak() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] QDEBUG : tst_QQmlDebugJS::setExceptionBreak() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Process State: "running" QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() QWARN : tst_QQmlDebugJS::evaluateInLocalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getScopes() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] QDEBUG : tst_QQmlDebugJS::getScopes() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopes() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopes() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 26 passed, 9 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 11 QtQA::App::TestRunner: second attempt: exited with exit code 9 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 230 seconds, exit code 9 Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.188714 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00176/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365519241): http://codereview.qt-project.org/53191 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 9 21:54:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 22:54:53 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130409_195453_011798.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #388: SUCCESS Tested changes (refs/builds/stable_1365531958): http://codereview.qt-project.org/53271 [PS2] - Added more tests for activeFocusOnTab From ci-noreply at qt-project.org Tue Apr 9 22:19:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 23:19:02 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_201902_011893.ci-noreply@qt-project.org> QtBase_stable_Integration #885: SUCCESS Tested changes (refs/builds/stable_1365531201): http://codereview.qt-project.org/51920 [PS2] - Mac: Ensure the native filedialog sets file name when saving http://codereview.qt-project.org/53283 [PS2] - OSX window: set QWindow geometry after native window is created http://codereview.qt-project.org/53252 [PS1] - Mac: Return Qt::Key_F9 for F9, not Qt::Key_F8 From ci-noreply at qt-project.org Tue Apr 9 22:38:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 9 Apr 2013 23:38:32 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130409_203832_027297.ci-noreply@qt-project.org> QtBase_dev_Integration #798: SUCCESS Tested changes (refs/builds/dev_1365532066): http://codereview.qt-project.org/53255 [PS1] - Add missing wait for window shown. From ci-noreply at qt-project.org Tue Apr 9 23:46:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 00:46:40 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130409_214640_035668.ci-noreply@qt-project.org> Autotest `tst_qquickmousearea' failed :( Testing tst_QQuickMouseArea FAIL! : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate() '!window->rootObject()->property("pressed").toBool()' returned FALSE. () Loc: [tst_qquickmousearea.cpp(590)] Totals: 53 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickMouseArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickMouseArea::initTestCase() PASS : tst_QQuickMouseArea::dragProperties() PASS : tst_QQuickMouseArea::resetDrag() PASS : tst_QQuickMouseArea::dragging(left) PASS : tst_QQuickMouseArea::dragging(right) PASS : tst_QQuickMouseArea::dragging(middle) PASS : tst_QQuickMouseArea::dragging(left (left|right)) PASS : tst_QQuickMouseArea::dragging(right (right|middle)) PASS : tst_QQuickMouseArea::dragging(middle (left|middle)) PASS : tst_QQuickMouseArea::invalidDrag(middle (left|right)) PASS : tst_QQuickMouseArea::invalidDrag(left (right|middle)) PASS : tst_QQuickMouseArea::invalidDrag(right (left|middle)) PASS : tst_QQuickMouseArea::setDragOnPressed() PASS : tst_QQuickMouseArea::updateMouseAreaPosOnClick() PASS : tst_QQuickMouseArea::updateMouseAreaPosOnResize() PASS : tst_QQuickMouseArea::noOnClickedWithPressAndHold() PASS : tst_QQuickMouseArea::onMousePressRejected() FAIL! : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate() '!window->rootObject()->property("pressed").toBool()' returned FALSE. () Loc: [tst_qquickmousearea.cpp(590)] PASS : tst_QQuickMouseArea::doubleClick(left) PASS : tst_QQuickMouseArea::doubleClick(right) PASS : tst_QQuickMouseArea::doubleClick(middle) PASS : tst_QQuickMouseArea::doubleClick(left (left|right)) PASS : tst_QQuickMouseArea::doubleClick(right (right|middle)) PASS : tst_QQuickMouseArea::doubleClick(middle (left|middle)) PASS : tst_QQuickMouseArea::clickTwice(left) PASS : tst_QQuickMouseArea::clickTwice(right) PASS : tst_QQuickMouseArea::clickTwice(middle) PASS : tst_QQuickMouseArea::clickTwice(left (left|right)) PASS : tst_QQuickMouseArea::clickTwice(right (right|middle)) PASS : tst_QQuickMouseArea::clickTwice(middle (left|middle)) PASS : tst_QQuickMouseArea::invalidClick(middle (left|right)) PASS : tst_QQuickMouseArea::invalidClick(left (right|middle)) PASS : tst_QQuickMouseArea::invalidClick(right (left|middle)) PASS : tst_QQuickMouseArea::pressedOrdering() PASS : tst_QQuickMouseArea::preventStealing() SKIP : tst_QQuickMouseArea::clickThrough() QTBUG-23976 Unstable Loc: [tst_qquickmousearea.cpp(816)] PASS : tst_QQuickMouseArea::hoverPosition() PASS : tst_QQuickMouseArea::hoverPropagation() PASS : tst_QQuickMouseArea::hoverVisible() PASS : tst_QQuickMouseArea::disableAfterPress() PASS : tst_QQuickMouseArea::onWheel() PASS : tst_QQuickMouseArea::transformedMouseArea(checking points inside) PASS : tst_QQuickMouseArea::transformedMouseArea(checking points outside) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left - Press left, Press Right, Release Right) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left - Press left, Press Right, Release Left) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left|Right - Press left, Press Right, Release Right) PASS : tst_QQuickMouseArea::pressedMultipleButtons(Accept Right - Press Right, Press Left, Release Right) PASS : tst_QQuickMouseArea::changeAxis() PASS : tst_QQuickMouseArea::cursorShape() PASS : tst_QQuickMouseArea::moveAndReleaseWithoutPress() PASS : tst_QQuickMouseArea::nestedStopAtBounds(left) PASS : tst_QQuickMouseArea::nestedStopAtBounds(right) PASS : tst_QQuickMouseArea::nestedStopAtBounds(top) PASS : tst_QQuickMouseArea::nestedStopAtBounds(bottom) PASS : tst_QQuickMouseArea::cleanupTestCase() Totals: 53 passed, 1 failed, 1 skipped ********* Finished testing of tst_QQuickMouseArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickmousearea: 29 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00389/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365541511): http://codereview.qt-project.org/52392 [PS13] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Wed Apr 10 00:45:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 01:45:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130409_224503_065091.ci-noreply@qt-project.org> QtBase_dev_Integration #799: SUCCESS Tested changes (refs/builds/dev_1365540062): http://codereview.qt-project.org/50202 [PS1] - When doing a PageDown or PageUp it should show the next set of cells From ci-noreply at qt-project.org Wed Apr 10 01:42:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 02:42:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130409_234238_038065.ci-noreply@qt-project.org> QtBase_stable_Integration #886: SUCCESS Tested changes (refs/builds/stable_1365543675): http://codereview.qt-project.org/53248 [PS1] - Add keys required for ad-hoc distribution. From ci-noreply at qt-project.org Wed Apr 10 02:07:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 03:07:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130410_000707_011985.ci-noreply@qt-project.org> Autotest `tst_qtreeview' failed :( Testing tst_QTreeView FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2035) : failure location Totals: 169 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTreeView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QTreeView::initTestCase() PASS : tst_QTreeView::getSetCheck() PASS : tst_QTreeView::construction() PASS : tst_QTreeView::alternatingRowColors() PASS : tst_QTreeView::currentIndex(-1, -1) PASS : tst_QTreeView::currentIndex(-1, 0) PASS : tst_QTreeView::currentIndex(0, -1) PASS : tst_QTreeView::currentIndex(0, 0) PASS : tst_QTreeView::currentIndex(0, 1) PASS : tst_QTreeView::currentIndex(1, 0) PASS : tst_QTreeView::currentIndex(1, 1) PASS : tst_QTreeView::currentIndex(2, 0) PASS : tst_QTreeView::currentIndex(2, 1) PASS : tst_QTreeView::currentIndex(3, -1) PASS : tst_QTreeView::currentIndex(3, 0) PASS : tst_QTreeView::currentIndex(3, 1) PASS : tst_QTreeView::dragDropMode(NoDragDrop) PASS : tst_QTreeView::dragDropMode(DragOnly) PASS : tst_QTreeView::dragDropMode(DropOnly) PASS : tst_QTreeView::dragDropMode(DragDrop) PASS : tst_QTreeView::dragDropMode(InternalMove) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 5) PASS : tst_QTreeView::dragDropOverwriteMode() PASS : tst_QTreeView::editTriggers(NoEditTriggers 0) PASS : tst_QTreeView::editTriggers(NoEditTriggers 1) PASS : tst_QTreeView::editTriggers(NoEditTriggers 2) PASS : tst_QTreeView::editTriggers(NoEditTriggers 3) PASS : tst_QTreeView::editTriggers(NoEditTriggers 4) PASS : tst_QTreeView::editTriggers(CurrentChanged 0) PASS : tst_QTreeView::editTriggers(CurrentChanged 1) PASS : tst_QTreeView::editTriggers(CurrentChanged 2) PASS : tst_QTreeView::editTriggers(CurrentChanged 3) PASS : tst_QTreeView::editTriggers(CurrentChanged 4) PASS : tst_QTreeView::editTriggers(DoubleClicked 0) PASS : tst_QTreeView::editTriggers(DoubleClicked 1) PASS : tst_QTreeView::editTriggers(DoubleClicked 2) PASS : tst_QTreeView::editTriggers(DoubleClicked 3) PASS : tst_QTreeView::editTriggers(DoubleClicked 4) PASS : tst_QTreeView::editTriggers(SelectedClicked 0) PASS : tst_QTreeView::editTriggers(SelectedClicked 1) PASS : tst_QTreeView::editTriggers(SelectedClicked 2) PASS : tst_QTreeView::editTriggers(SelectedClicked 3) PASS : tst_QTreeView::editTriggers(SelectedClicked 4) PASS : tst_QTreeView::editTriggers(EditKeyPressed 0) PASS : tst_QTreeView::editTriggers(EditKeyPressed 1) PASS : tst_QTreeView::editTriggers(EditKeyPressed 2) PASS : tst_QTreeView::editTriggers(EditKeyPressed 3) PASS : tst_QTreeView::editTriggers(EditKeyPressed 4) PASS : tst_QTreeView::hasAutoScroll() PASS : tst_QTreeView::horizontalScrollMode() PASS : tst_QTreeView::iconSize() PASS : tst_QTreeView::indexAt() PASS : tst_QTreeView::indexWidget() PASS : tst_QTreeView::itemDelegate() PASS : tst_QTreeView::itemDelegateForColumnOrRow() PASS : tst_QTreeView::keyboardSearch() PASS : tst_QTreeView::keyboardSearchMultiColumn() PASS : tst_QTreeView::setModel() PASS : tst_QTreeView::openPersistentEditor() PASS : tst_QTreeView::rootIndex() PASS : tst_QTreeView::setHeader() PASS : tst_QTreeView::columnHidden() PASS : tst_QTreeView::rowHidden() PASS : tst_QTreeView::noDelegate() PASS : tst_QTreeView::noModel() PASS : tst_QTreeView::emptyModel() PASS : tst_QTreeView::removeRows() PASS : tst_QTreeView::removeCols() PASS : tst_QTreeView::limitedExpand() PASS : tst_QTreeView::expandAndCollapse(normal) PASS : tst_QTreeView::expandAndCollapse(animated) PASS : tst_QTreeView::expandAndCollapseAll() PASS : tst_QTreeView::expandWithNoChildren() PASS : tst_QTreeView::quickExpandCollapse() PASS : tst_QTreeView::keyboardNavigation() PASS : tst_QTreeView::headerSections() PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = true) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = true) PASS : tst_QTreeView::setSelection((0,0,50,20),rows) PASS : tst_QTreeView::setSelection((0,0,50,90),rows) PASS : tst_QTreeView::setSelection((50,0,0,90),rows,invalid rect) PASS : tst_QTreeView::setSelection((0,-20,20,50),rows) PASS : tst_QTreeView::setSelection((0,-50,20,90),rows) PASS : tst_QTreeView::extendedSelection(select) PASS : tst_QTreeView::extendedSelection(unselect) PASS : tst_QTreeView::indexAbove() PASS : tst_QTreeView::indexBelow() FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2035) : failure location WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget PASS : tst_QTreeView::mouseDoubleClick() PASS : tst_QTreeView::rowsAboutToBeRemoved() PASS : tst_QTreeView::headerSections_unhideSection() PASS : tst_QTreeView::columnAt() PASS : tst_QTreeView::scrollTo() PASS : tst_QTreeView::rowsAboutToBeRemoved_move() PASS : tst_QTreeView::resizeColumnToContents() PASS : tst_QTreeView::insertAfterSelect() PASS : tst_QTreeView::removeAfterSelect() PASS : tst_QTreeView::hiddenItems() PASS : tst_QTreeView::spanningItems() PASS : tst_QTreeView::rowSizeHint() PASS : tst_QTreeView::setSortingEnabled() PASS : tst_QTreeView::headerHidden() PASS : tst_QTreeView::selection() PASS : tst_QTreeView::removeAndInsertExpandedCol0() PASS : tst_QTreeView::selectionWithHiddenItems() PASS : tst_QTreeView::selectAll() PASS : tst_QTreeView::disabledButCheckable() PASS : tst_QTreeView::sortByColumn(sorting enabled) PASS : tst_QTreeView::sortByColumn(sorting disabled) PASS : tst_QTreeView::evilModel(visible) PASS : tst_QTreeView::indexRowSizeHint() PASS : tst_QTreeView::addRowsWhileSectionsAreHidden() PASS : tst_QTreeView::filterProxyModelCrash() PASS : tst_QTreeView::renderToPixmap(row-0) PASS : tst_QTreeView::renderToPixmap(row-1) PASS : tst_QTreeView::styleOptionViewItem() PASS : tst_QTreeView::keyboardNavigationWithDisabled() PASS : tst_QTreeView::task174627_moveLeftToRoot() PASS : tst_QTreeView::task171902_expandWith1stColHidden() PASS : tst_QTreeView::task203696_hidingColumnsAndRowsn() PASS : tst_QTreeView::task211293_removeRootIndex() PASS : tst_QTreeView::task216717_updateChildren() PASS : tst_QTreeView::task220298_selectColumns() PASS : tst_QTreeView::task224091_appendColumns() PASS : tst_QTreeView::task225539_deleteModel() PASS : tst_QTreeView::task230123_setItemsExpandable() PASS : tst_QTreeView::task202039_closePersistentEditor() PASS : tst_QTreeView::task238873_avoidAutoReopening() PASS : tst_QTreeView::task244304_clickOnDecoration() PASS : tst_QTreeView::task246536_scrollbarsNotWorking() PASS : tst_QTreeView::task250683_wrongSectionSize() PASS : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() PASS : tst_QTreeView::task254234_proxySort() PASS : tst_QTreeView::task248022_changeSelection() PASS : tst_QTreeView::task245654_changeModelAndExpandAll() PASS : tst_QTreeView::doubleClickedWithSpans() PASS : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden() PASS : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() PASS : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() PASS : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() PASS : tst_QTreeView::taskQTBUG_25333_adjustViewOptionsForIndex() PASS : tst_QTreeView::taskQTBUG_18539_emitLayoutChanged() PASS : tst_QTreeView::taskQTBUG_8176_emitOnExpandAll() PASS : tst_QTreeView::cleanupTestCase() Totals: 169 passed, 1 failed, 0 skipped ********* Finished testing of tst_QTreeView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtreeview: 33 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00800/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365547637): http://codereview.qt-project.org/44210 [PS26] - QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHint From ci-noreply at qt-project.org Wed Apr 10 08:51:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 09:51:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects#stable Message-ID: <20130410_065146_027856.ci-noreply@qt-project.org> QtGraphicalEffects_stable_Integration #29: SUCCESS Tested changes (refs/builds/stable_1365572975): http://codereview.qt-project.org/47238 [PS2] - Add license files mandated by (L)GPL. From ci-noreply at qt-project.org Wed Apr 10 08:53:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 09:53:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130410_065331_070231.ci-noreply@qt-project.org> QtSvg_stable_Integration #56: SUCCESS Tested changes (refs/builds/stable_1365574260): http://codereview.qt-project.org/47237 [PS2] - Add license files mandated by (L)GPL. From ci-noreply at qt-project.org Wed Apr 10 09:08:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 10:08:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtfeedback#master Message-ID: <20130410_070829_000872.ci-noreply@qt-project.org> QtFeedback_master_Integration #181: SUCCESS Tested changes (refs/builds/master_1365574266): http://codereview.qt-project.org/52685 [PS1] - Add license files mandated by (L)GPL. From ci-noreply at qt-project.org Wed Apr 10 10:00:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 11:00:53 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_080053_034644.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] FAIL! : tst_QQmlDebugJS::getScopeDetails() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1690)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] Totals: 26 passed, 9 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() QWARN : tst_QQmlDebugJS::interrupt() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "running" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getVersion() QWARN : tst_QQmlDebugJS::applyV8Flags() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1103)] QDEBUG : tst_QQmlDebugJS::applyV8Flags() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::applyV8Flags() Process State: "running" QDEBUG : tst_QQmlDebugJS::applyV8Flags() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() QWARN : tst_QQmlDebugJS::stepNext() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] QDEBUG : tst_QQmlDebugJS::stepNext() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNext() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNext() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() QWARN : tst_QQmlDebugJS::getFrameDetails() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] QDEBUG : tst_QQmlDebugJS::getFrameDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getFrameDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getFrameDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScopeDetails() QWARN : tst_QQmlDebugJS::evaluateInGlobalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::evaluateInLocalScope() QWARN : tst_QQmlDebugJS::getScopes() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] QDEBUG : tst_QQmlDebugJS::getScopes() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopes() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopes() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 26 passed, 9 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmldebugjs: 195 seconds, exit code 9 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00390/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365577876): http://codereview.qt-project.org/52392 [PS14] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Wed Apr 10 10:06:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 11:06:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_080604_068106.ci-noreply@qt-project.org> Autotests `tst_qqmlecmascript', `tst_qqmlvaluetypes', `tst_qquickfocusscope', and `tst_qquickgridview' failed :( Testing tst_QQuickGridView Totals: 849 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 6425] QtQA::App::TestRunner: [New LWP 6427] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickgridview -silent -o /work/build/_artifacts/test-logs/tst_qquickgrid'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f1b6c9037ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: 125 if (tls.size() <= id) QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f1b6e86d700 (LWP 6427)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f1b6b4babab in v8::internal::LinuxSemaphore::Wait (this=0x957130) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f1b6b38e96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f1b6b38eb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x956f9c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f1b6b4bbc18 in v8::internal::SignalSender::Run (this=0x956f70) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f1b6b4ba90c in v8::internal::ThreadEntry (arg=0x956f70) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f1b6abb4efc in start_thread (arg=0x7f1b6e86d700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f1b6bde1f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f1b6e84e760 (LWP 6425)): QtQA::App::TestRunner: #0 0x00007f1b6c9037ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: #1 0x00007f1b665f0fa0 in TestNamespace::qThreadStorage_localData (d=...) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:73 QtQA::App::TestRunner: #2 0x00007f1b665f0279 in TestNamespace::QThreadStorage::localData (this=0x0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:147 QtQA::App::TestRunner: #3 0x00007f1b665e6374 in TestNamespace::qt_getFreetypeData () at ../gui/text/qfontengine_ft.cpp:164 QtQA::App::TestRunner: #4 0x00007f1b665e6ddb in TestNamespace::QFreetypeFace::release (this=0xa1fab0, face_id=...) at ../gui/text/qfontengine_ft.cpp:320 QtQA::App::TestRunner: #5 0x00007f1b665e8b3f in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0xa46a60, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:662 QtQA::App::TestRunner: #6 0x00007f1b665e8bb4 in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0xa46a60, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:663 QtQA::App::TestRunner: #7 0x00007f1b6d1e6bf2 in TestNamespace::QFontEngineMulti::~QFontEngineMulti (this=0x9d3100, __in_chrg=) at text/qfontengine.cpp:1420 QtQA::App::TestRunner: #8 0x00007f1b6d2d2320 in TestNamespace::QFontEngineMultiQPA::~QFontEngineMultiQPA (this=0x9d3100, __in_chrg=) at text/qfontengine_qpa_p.h:244 QtQA::App::TestRunner: #9 0x00007f1b665f3ef1 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x9d3100, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:53 QtQA::App::TestRunner: #10 0x00007f1b665f3f24 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x9d3100, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:59 QtQA::App::TestRunner: #11 0x00007f1b6d1d6dbd in TestNamespace::QFontEngineData::~QFontEngineData (this=0x9c7380, __in_chrg=) at text/qfont.cpp:331 QtQA::App::TestRunner: #12 0x00007f1b6d1d668a in TestNamespace::QFontPrivate::~QFontPrivate (this=0xb9cfa0, __in_chrg=) at text/qfont.cpp:195 QtQA::App::TestRunner: #13 0x00007f1b6d1dccf1 in TestNamespace::QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer (this=0x9bccf8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #14 0x00007f1b6d1d7318 in TestNamespace::QFont::~QFont (this=0x9bccf8, __in_chrg=) at text/qfont.cpp:736 QtQA::App::TestRunner: #15 0x00007f1b6e123c84 in TestNamespace::QQmlValueTypeBase::~QQmlValueTypeBase (this=0x9bcce0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/qqmlvaluetype_p.h:110 QtQA::App::TestRunner: #16 0x00007f1b6e2e005e in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x9bcce0, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #17 0x00007f1b6e2e0090 in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x9bcce0, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #18 0x00007f1b6db75745 in TestNamespace::qDeleteAll (begin=0x7f1b6dfcfae0, end=0x7f1b6dfd18e0) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:319 QtQA::App::TestRunner: #19 0x00007f1b6db7333c in TestNamespace::(anonymous namespace)::QQmlValueTypeFactoryImpl::~QQmlValueTypeFactoryImpl (this=0x7f1b6dfcf8e0, __in_chrg=) at qml/qqmlvaluetype.cpp:75 QtQA::App::TestRunner: #20 0x00007f1b6db73722 in TestNamespace::(anonymous namespace)::Q_QGS_factoryImpl::Holder::~Holder (this=0x7f1b6dfcf8e0, __in_chrg=) at qml/qqmlvaluetype.cpp:160 QtQA::App::TestRunner: #21 0x00007f1b6bd38821 in __run_exit_handlers (status=0, listp=0x7f1b6c0995a8, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #22 0x00007f1b6bd388a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #23 0x00007f1b6bd1e314 in __libc_start_main (main=0x4760ce , argc=6, ubp_av=0x7fff57b4cf58, init=, fini=, rtld_fini=, stack_end=0x7fff57b4cf48) at libc-start.c:258 QtQA::App::TestRunner: #24 0x000000000040d799 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickGridView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickGridView::initTestCase() PASS : tst_QQuickGridView::items() PASS : tst_QQuickGridView::changed() PASS : tst_QQuickGridView::inserted_basic() PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, before visible items) PASS : tst_QQuickGridView::inserted_defaultLayout(add 2, before visible items) PASS : tst_QQuickGridView::inserted_defaultLayout(add 3, before visible items) PASS : tst_QQuickGridView::inserted_defaultLayout(add 5, before visible items) PASS : tst_QQuickGridView::inserted_defaultLayout(add 6, before visible items) PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add multiple, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add multiple, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add row, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add multiple, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, after visible, content at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add row, after visible, content at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add 1, after visible, content not at start) PASS : tst_QQuickGridView::inserted_defaultLayout(add multiple, after visible, content not at start) PASS : tst_QQuickGridView::insertBeforeVisible(insert 1 at 0, 0 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert 1 at 0, 100 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert 1 at 0, 500 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert 1 at 1, 0 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert 1 at 1, 100 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert 1 at 1, 500 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert multiple at 0, 0 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert multiple at 0, 100 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert multiple at 0, 500 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert multiple at 1, 0 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert multiple at 1, 100 buffer) PASS : tst_QQuickGridView::insertBeforeVisible(insert multiple at 1, 500 buffer) PASS : tst_QQuickGridView::removed_basic() PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, before visible items) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, before visible position) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple (1 row), all before visible items) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, all before visible items, remove item 0) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple rows, all before visible items) PASS : tst_QQuickGridView::removed_defaultLayout(remove one row before visible, content y not on item border) PASS : tst_QQuickGridView::removed_defaultLayout(remove mix of visible/non-visible) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, mix of items from before and within visible items) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, mix of items from before and within visible items, remove item 0) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, from start of visible, content at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, from start of visible, content at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, from start of visible, content not at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, from start of visible, content not at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, from middle of visible, content at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, from middle of visible, content at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, from middle of visible, content not at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, from middle of visible, content not at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, after visible, content at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, after visible, content at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove 1, after visible, content not at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, after visible, content not at start) PASS : tst_QQuickGridView::removed_defaultLayout(remove multiple, mix of items from within and after visible items) PASS : tst_QQuickGridView::addOrRemoveBeforeVisible(add) PASS : tst_QQuickGridView::addOrRemoveBeforeVisible(remove) PASS : tst_QQuickGridView::clear() PASS : tst_QQuickGridView::moved_defaultLayout(move 1 forwards, within visible items) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 forwards, from non-visible -> visible) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 forwards, from visible -> non-visible) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 backwards, within visible items) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 backwards, within visible items (to first index)) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 backwards, from non-visible -> visible) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 backwards, from visible -> non-visible) PASS : tst_QQuickGridView::moved_defaultLayout(move 1 backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, within visible items) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple backwards, within visible items (move first item)) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, before visible items) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, from non-visible -> visible) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, from non-visible -> visible (move first item)) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, mix of non-visible/visible) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, to bottom of view) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, to bottom of view, first row -> last) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, to bottom of view, content y not 0) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, from visible -> non-visible) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple forwards, from visible -> non-visible (move first item)) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple backwards, within visible items) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple backwards, from non-visible -> visible) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple backwards, from non-visible -> visible (move last item)) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple backwards, from visible -> non-visible) PASS : tst_QQuickGridView::moved_defaultLayout(move multiple backwards, from visible -> non-visible (move first item)) PASS : tst_QQuickGridView::multipleChanges_condensed(remove all but 1, first->last) PASS : tst_QQuickGridView::multipleChanges_condensed(remove all) PASS : tst_QQuickGridView::multipleChanges_condensed(remove last (current) -> first) PASS : tst_QQuickGridView::multipleChanges_condensed(remove then insert at 0) PASS : tst_QQuickGridView::multipleChanges_condensed(remove then insert at non-zero index) PASS : tst_QQuickGridView::multipleChanges_condensed(remove current then insert below it) PASS : tst_QQuickGridView::multipleChanges_condensed(remove current index then move it down) PASS : tst_QQuickGridView::multipleChanges_condensed(remove current index then move it up) PASS : tst_QQuickGridView::multipleChanges_condensed(insert multiple times) PASS : tst_QQuickGridView::multipleChanges_condensed(insert multiple times with current index changes) PASS : tst_QQuickGridView::multipleChanges_condensed(insert and remove all) PASS : tst_QQuickGridView::multipleChanges_condensed(insert and remove current) PASS : tst_QQuickGridView::multipleChanges_condensed(insert before 0, then remove cross section of new and old items) PASS : tst_QQuickGridView::multipleChanges_condensed(insert multiple, then move new items to end) PASS : tst_QQuickGridView::multipleChanges_condensed(insert multiple, then move new and some old items to end) PASS : tst_QQuickGridView::multipleChanges_condensed(insert multiple at end, then move new and some old items to start) PASS : tst_QQuickGridView::multipleChanges_condensed(move back and forth to same index) PASS : tst_QQuickGridView::multipleChanges_condensed(move forwards then back) PASS : tst_QQuickGridView::multipleChanges_condensed(move current, then remove it) PASS : tst_QQuickGridView::multipleChanges_condensed(move current, then insert before it) PASS : tst_QQuickGridView::multipleChanges_condensed(move multiple, then remove them) PASS : tst_QQuickGridView::multipleChanges_condensed(move multiple, then insert before them) PASS : tst_QQuickGridView::multipleChanges_condensed(move multiple, then insert after them) PASS : tst_QQuickGridView::multipleChanges_condensed(clear current) PASS : tst_QQuickGridView::multipleChanges_condensed(remove, scroll) PASS : tst_QQuickGridView::multipleChanges_condensed(insert, scroll) PASS : tst_QQuickGridView::multipleChanges_condensed(move, scroll) PASS : tst_QQuickGridView::multipleChanges_condensed(clear, insert, scroll) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove all but 1, first->last) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove all) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove last (current) -> first) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove then insert at 0) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove then insert at non-zero index) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove current then insert below it) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove current index then move it down) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove current index then move it up) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert multiple times) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert multiple times with current index changes) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert and remove all) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert and remove current) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert before 0, then remove cross section of new and old items) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert multiple, then move new items to end) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert multiple, then move new and some old items to end) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert multiple at end, then move new and some old items to start) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move back and forth to same index) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move forwards then back) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move current, then remove it) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move current, then insert before it) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move multiple, then remove them) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move multiple, then insert before them) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move multiple, then insert after them) PASS : tst_QQuickGridView::multipleChanges_uncondensed(clear current) PASS : tst_QQuickGridView::multipleChanges_uncondensed(remove, scroll) PASS : tst_QQuickGridView::multipleChanges_uncondensed(insert, scroll) PASS : tst_QQuickGridView::multipleChanges_uncondensed(move, scroll) PASS : tst_QQuickGridView::multipleChanges_uncondensed(clear, insert, scroll) PASS : tst_QQuickGridView::swapWithFirstItem() PASS : tst_QQuickGridView::changeFlow() PASS : tst_QQuickGridView::currentIndex() PASS : tst_QQuickGridView::noCurrentIndex() PASS : tst_QQuickGridView::keyNavigation(LeftToRight, LtR, TtB) PASS : tst_QQuickGridView::keyNavigation(LeftToRight, RtL, TtB) PASS : tst_QQuickGridView::keyNavigation(LeftToRight, LtR, BtT) PASS : tst_QQuickGridView::keyNavigation(LeftToRight, RtL, BtT) PASS : tst_QQuickGridView::keyNavigation(TopToBottom, LtR, TtB) PASS : tst_QQuickGridView::keyNavigation(TopToBottom, RtL, TtB) PASS : tst_QQuickGridView::keyNavigation(TopToBottom, LtR, BtT) PASS : tst_QQuickGridView::keyNavigation(TopToBottom, RtL, BtT) PASS : tst_QQuickGridView::defaultValues() PASS : tst_QQuickGridView::properties() PASS : tst_QQuickGridView::propertyChanges() PASS : tst_QQuickGridView::componentChanges() PASS : tst_QQuickGridView::modelChanges() PASS : tst_QQuickGridView::positionViewAtBeginningEnd() PASS : tst_QQuickGridView::positionViewAtIndex(no range, 4 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 4 at End) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 21 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 31 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 30 at End) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 15 at Center) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 15 visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 15 after visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 20 visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 20 before visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 20 visible => Contain) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 15 partially visible => Contain) PASS : tst_QQuickGridView::positionViewAtIndex(no range, 20 partially visible => Contain) PASS : tst_QQuickGridView::positionViewAtIndex(strict range, 4 at End) PASS : tst_QQuickGridView::positionViewAtIndex(strict range, 38 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(strict range, 15 at Center) PASS : tst_QQuickGridView::positionViewAtIndex(strict range, 4 at SnapPosition) PASS : tst_QQuickGridView::positionViewAtIndex(strict range, 10 at SnapPosition) PASS : tst_QQuickGridView::positionViewAtIndex(strict range, 38 at SnapPosition) PASS : tst_QQuickGridView::positionViewAtIndex(no range, ttb, 30 at End) PASS : tst_QQuickGridView::positionViewAtIndex(no range, ttb, 15 at Center) PASS : tst_QQuickGridView::positionViewAtIndex(no range, ttb, 15 visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, ttb, 25 partially visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, ttb, 30 before visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, ttb, 25 partially visible => Contain) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 6 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 21 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 31 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 0 at Beginning) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 30 at End) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 15 at Center) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 15 visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 15 not visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 15 partially visible => Visible) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 20 visible => Contain) PASS : tst_QQuickGridView::positionViewAtIndex(no range, rtl, ttb, 15 partially visible => Contain) PASS : tst_QQuickGridView::mirroring() PASS : tst_QQuickGridView::snapping() PASS : tst_QQuickGridView::resetModel() PASS : tst_QQuickGridView::enforceRange() PASS : tst_QQuickGridView::enforceRange_rightToLeft() PASS : tst_QQuickGridView::QTBUG_8456() PASS : tst_QQuickGridView::manualHighlight() PASS : tst_QQuickGridView::footer(LeftToRight, LtR, TtB) PASS : tst_QQuickGridView::footer(LeftToRight, RtL, TtB) PASS : tst_QQuickGridView::footer(LeftToRight, LtR, BtT) PASS : tst_QQuickGridView::footer(LeftToRight, RtL, BtT) PASS : tst_QQuickGridView::footer(TopToBottom, LtR, TtB) PASS : tst_QQuickGridView::footer(TopToBottom, RtL, TtB) PASS : tst_QQuickGridView::footer(TopToBottom, LtR, BtT) PASS : tst_QQuickGridView::footer(TopToBottom, RtL, BtT) PASS : tst_QQuickGridView::initialZValues() PASS : tst_QQuickGridView::header(LeftToRight, LtR, TtB) PASS : tst_QQuickGridView::header(LeftToRight, RtL, TtB) PASS : tst_QQuickGridView::header(LeftToRight, LtR, BtT) PASS : tst_QQuickGridView::header(LeftToRight, RtL, BtT) PASS : tst_QQuickGridView::header(TopToBottom, LtR, TtB) PASS : tst_QQuickGridView::header(TopToBottom, RtL, TtB) PASS : tst_QQuickGridView::header(TopToBottom, LtR, BtT) PASS : tst_QQuickGridView::header(TopToBottom, RtL, BtT) PASS : tst_QQuickGridView::extents(LeftToRight, LtR, TtB) PASS : tst_QQuickGridView::extents(LeftToRight, RtL, TtB) PASS : tst_QQuickGridView::extents(LeftToRight, LtR, BtT) PASS : tst_QQuickGridView::extents(LeftToRight, RtL, BtT) PASS : tst_QQuickGridView::extents(TopToBottom, LtR, TtB) PASS : tst_QQuickGridView::extents(TopToBottom, RtL, TtB) PASS : tst_QQuickGridView::extents(TopToBottom, LtR, BtT) PASS : tst_QQuickGridView::extents(TopToBottom, RtL, BtT) PASS : tst_QQuickGridView::resetModel_headerFooter() PASS : tst_QQuickGridView::resizeViewAndRepaint() PASS : tst_QQuickGridView::resizeGrid(LeftToRight, LtR, TtB) PASS : tst_QQuickGridView::resizeGrid(LeftToRight, RtL, TtB) PASS : tst_QQuickGridView::resizeGrid(LeftToRight, LtR, BtT) PASS : tst_QQuickGridView::resizeGrid(LeftToRight, RtL, BtT) PASS : tst_QQuickGridView::resizeGrid(TopToBottom, LtR, TtB) PASS : tst_QQuickGridView::resizeGrid(TopToBottom, RtL, TtB) PASS : tst_QQuickGridView::resizeGrid(TopToBottom, LtR, BtT) PASS : tst_QQuickGridView::resizeGrid(TopToBottom, RtL, BtT) PASS : tst_QQuickGridView::changeColumnCount() PASS : tst_QQuickGridView::indexAt_itemAt(Item 0 - 0, 0) PASS : tst_QQuickGridView::indexAt_itemAt(Item 0 - 79, 59) PASS : tst_QQuickGridView::indexAt_itemAt(Item 1 - 80, 0) PASS : tst_QQuickGridView::indexAt_itemAt(Item 3 - 0, 60) PASS : tst_QQuickGridView::indexAt_itemAt(No Item - 240, 0) PASS : tst_QQuickGridView::onAdd(0, add 1) PASS : tst_QQuickGridView::onAdd(0, add 2) PASS : tst_QQuickGridView::onAdd(0, add 10) PASS : tst_QQuickGridView::onAdd(1, add 1) PASS : tst_QQuickGridView::onAdd(1, add 2) PASS : tst_QQuickGridView::onAdd(1, add 10) PASS : tst_QQuickGridView::onAdd(5, add 1) PASS : tst_QQuickGridView::onAdd(5, add 2) PASS : tst_QQuickGridView::onAdd(5, add 10) PASS : tst_QQuickGridView::onRemove(remove first) PASS : tst_QQuickGridView::onRemove(two items, remove first) PASS : tst_QQuickGridView::onRemove(two items, remove last) PASS : tst_QQuickGridView::onRemove(two items, remove all) PASS : tst_QQuickGridView::onRemove(four items, remove first) PASS : tst_QQuickGridView::onRemove(four items, remove 0-2) PASS : tst_QQuickGridView::onRemove(four items, remove 1-3) PASS : tst_QQuickGridView::onRemove(four items, remove 2-4) PASS : tst_QQuickGridView::onRemove(four items, remove last) PASS : tst_QQuickGridView::onRemove(four items, remove all) PASS : tst_QQuickGridView::onRemove(ten items, remove 1-8) PASS : tst_QQuickGridView::onRemove(ten items, remove 2-7) PASS : tst_QQuickGridView::onRemove(ten items, remove 4-10) PASS : tst_QQuickGridView::columnCount() PASS : tst_QQuickGridView::margins() PASS : tst_QQuickGridView::creationContext() PASS : tst_QQuickGridView::snapToRow(vertical, left to right) PASS : tst_QQuickGridView::snapToRow(horizontal, left to right) PASS : tst_QQuickGridView::snapToRow(horizontal, right to left) PASS : tst_QQuickGridView::snapToRow(vertical, left to right, enforce range) PASS : tst_QQuickGridView::snapToRow(horizontal, left to right, enforce range) PASS : tst_QQuickGridView::snapToRow(horizontal, right to left, enforce range) PASS : tst_QQuickGridView::snapOneRow(vertical, left to right) PASS : tst_QQuickGridView::snapOneRow(horizontal, left to right) PASS : tst_QQuickGridView::snapOneRow(horizontal, right to left) PASS : tst_QQuickGridView::snapOneRow(vertical, left to right, enforce range) PASS : tst_QQuickGridView::snapOneRow(horizontal, left to right, enforce range) PASS : tst_QQuickGridView::snapOneRow(horizontal, right to left, enforce range) PASS : tst_QQuickGridView::unaligned() PASS : tst_QQuickGridView::cacheBuffer() PASS : tst_QQuickGridView::asynchronous() PASS : tst_QQuickGridView::unrequestedVisibility() PASS : tst_QQuickGridView::populateTransitions(static) PASS : tst_QQuickGridView::populateTransitions(static, no populate) PASS : tst_QQuickGridView::populateTransitions(dynamic) PASS : tst_QQuickGridView::populateTransitions(dynamic, no populate) PASS : tst_QQuickGridView::populateTransitions(empty to start with) PASS : tst_QQuickGridView::populateTransitions(empty to start with, no populate) PASS : tst_QQuickGridView::addTransitions(insert 1, just before start) PASS : tst_QQuickGridView::addTransitions(insert 1, way before start) PASS : tst_QQuickGridView::addTransitions(insert multiple, just before start) PASS : tst_QQuickGridView::addTransitions(insert multiple (< 1 row), just before start) PASS : tst_QQuickGridView::addTransitions(insert multiple, way before start) PASS : tst_QQuickGridView::addTransitions(insert 1 at start) PASS : tst_QQuickGridView::addTransitions(insert multiple at start) PASS : tst_QQuickGridView::addTransitions(insert multiple (> 1 row) at start) PASS : tst_QQuickGridView::addTransitions(insert 1 at start, content y not 0) PASS : tst_QQuickGridView::addTransitions(insert multiple at start, content y not 0) PASS : tst_QQuickGridView::addTransitions(insert multiple (> 1 row) at start, content y not 0) PASS : tst_QQuickGridView::addTransitions(insert 1 at start, to empty grid) PASS : tst_QQuickGridView::addTransitions(insert multiple at start, to empty grid) PASS : tst_QQuickGridView::addTransitions(insert 1 at middle) PASS : tst_QQuickGridView::addTransitions(insert multiple at middle) PASS : tst_QQuickGridView::addTransitions(insert multiple (> 1 row) at middle) PASS : tst_QQuickGridView::addTransitions(insert 1 at bottom) PASS : tst_QQuickGridView::addTransitions(insert multiple at bottom) PASS : tst_QQuickGridView::addTransitions(insert 1 at bottom, content y not 0) PASS : tst_QQuickGridView::addTransitions(insert multiple at bottom, content y not 0) PASS : tst_QQuickGridView::addTransitions(insert 1 after end) PASS : tst_QQuickGridView::addTransitions(insert multiple after end) PASS : tst_QQuickGridView::moveTransitions(move from above view, outside visible items, move 1) PASS : tst_QQuickGridView::moveTransitions(move from above view, outside visible items, move 1 (first item)) PASS : tst_QQuickGridView::moveTransitions(move from above view, outside visible items, move multiple) PASS : tst_QQuickGridView::moveTransitions(move from above view, mix of visible/non-visible) PASS : tst_QQuickGridView::moveTransitions(move from above view, mix of visible/non-visible (move first)) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 down) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 down, move first item) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 down, move first item, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 down, to last item) PASS : tst_QQuickGridView::moveTransitions(move within view, move first->last) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple down) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple down, move first item) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple down, move first item, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple down, displace last item) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple down, move first->last) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 up) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 up, move to first index) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 up, move to first index, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 up, move to first index, contentY not on item border) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 up, move last item) PASS : tst_QQuickGridView::moveTransitions(move within view, move 1 up, move last->first) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple up) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple (> 1 row) up) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple up, move to first index) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple up, move to first index, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple up (> 1 row), move to first index, contentY not on border) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple up, move last item) PASS : tst_QQuickGridView::moveTransitions(move within view, move multiple up, move last->first) PASS : tst_QQuickGridView::moveTransitions(move from below view, move 1 up) PASS : tst_QQuickGridView::moveTransitions(move from below view, move 1 up, move to top) PASS : tst_QQuickGridView::moveTransitions(move from below view, move 1 up, move to top, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move from below view, move multiple (> 1 row) up) PASS : tst_QQuickGridView::moveTransitions(move from below view, move multiple up, move to top) PASS : tst_QQuickGridView::moveTransitions(move from below view, move multiple up, move to top, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move from below view, move 1 up, move to bottom) PASS : tst_QQuickGridView::moveTransitions(move from below view, move 1 up, move to bottom, contentY not 0) PASS : tst_QQuickGridView::moveTransitions(move from below view, move multiple up, move to bottom) PASS : tst_QQuickGridView::moveTransitions(move from below view, move multiple up, move to bottom, contentY not 0) PASS : tst_QQuickGridView::removeTransitions(remove 1 before start) PASS : tst_QQuickGridView::removeTransitions(remove 1 row, before start) PASS : tst_QQuickGridView::removeTransitions(remove between 1-2 rows, before start) PASS : tst_QQuickGridView::removeTransitions(remove 2 rows, before start) PASS : tst_QQuickGridView::removeTransitions(remove mix of before and after start) PASS : tst_QQuickGridView::removeTransitions(remove 1 from start) PASS : tst_QQuickGridView::removeTransitions(remove multiple from start) PASS : tst_QQuickGridView::removeTransitions(remove 1 from start, content y not 0) PASS : tst_QQuickGridView::removeTransitions(remove multiple from start, content y not 0) PASS : tst_QQuickGridView::removeTransitions(remove 1 from middle) PASS : tst_QQuickGridView::removeTransitions(remove multiple from middle) PASS : tst_QQuickGridView::removeTransitions(remove 1 from bottom) PASS : tst_QQuickGridView::removeTransitions(remove multiple (1 row) from bottom) PASS : tst_QQuickGridView::removeTransitions(remove multiple (> 1 row) from bottom) PASS : tst_QQuickGridView::removeTransitions(remove 1 from bottom, content y not 0) PASS : tst_QQuickGridView::removeTransitions(remove multiple (1 row) from bottom, content y not 0) PASS : tst_QQuickGridView::removeTransitions(remove 1 after end) PASS : tst_QQuickGridView::removeTransitions(remove multiple after end) PASS : tst_QQuickGridView::displacedTransitions(no displaced transitions at all) PASS : tst_QQuickGridView::displacedTransitions(just displaced) PASS : tst_QQuickGridView::displacedTransitions(just displaced (not enabled)) PASS : tst_QQuickGridView::displacedTransitions(displaced + addDisplaced) PASS : tst_QQuickGridView::displacedTransitions(displaced + addDisplaced (not enabled)) PASS : tst_QQuickGridView::displacedTransitions(displaced + moveDisplaced) PASS : tst_QQuickGridView::displacedTransitions(displaced + moveDisplaced (not enabled)) PASS : tst_QQuickGridView::displacedTransitions(displaced + removeDisplaced) PASS : tst_QQuickGridView::displacedTransitions(displaced + removeDisplaced (not enabled)) PASS : tst_QQuickGridView::displacedTransitions(displaced + add, should use generic displaced for a remove) PASS : tst_QQuickGridView::multipleTransitions(add item, then move it immediately) PASS : tst_QQuickGridView::multipleTransitions(move, then insert item before the moved item) PASS : tst_QQuickGridView::multipleTransitions(add at 0, flick down, flick back to top and add at 0 again) PASS : tst_QQuickGridView::multipleTransitions(insert then remove same index, with ripple effect on add displaced) PASS : tst_QQuickGridView::multipleTransitions(insert then remove, with remove disabled) PASS : tst_QQuickGridView::multipleTransitions(insert twice then remove, with remove disabled) PASS : tst_QQuickGridView::multipleDisplaced() PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 2, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 3, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 5, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 6, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add multiple, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add multiple, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add row, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add multiple, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, after visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add row, after visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add 1, after visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_TtB(add multiple, after visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 2, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 3, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 5, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 6, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add multiple, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add multiple, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add row, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add multiple, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, after visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add row, after visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add 1, after visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_LtR_BtT(add multiple, after visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 2, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 3, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 5, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 6, before visible items) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add multiple, at start of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add multiple, at start of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add row, at end of visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add multiple, at end of visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, after visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add row, after visible, content at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add 1, after visible, content not at start) PASS : tst_QQuickGridView::inserted_leftToRight_RtL_BtT(add multiple, after visible, content not at start) PASS : tst_QQuickGridView::inserted_topToBottom_LtR_TtB(add 1, before visible items) PASS : tst_QQuickGridView::inserted_topToBottom_LtR_TtB(add 2, before visible items) PASS : tst_QQuickGridView::inserted_topToBottom_LtR_TtB(add 3, before visible items) (... 751 lines omitted; there are too many errors!) PASS : tst_qqmlecmascript::multiEngineObject() PASS : tst_qqmlecmascript::deletedObject() PASS : tst_qqmlecmascript::attachedPropertyScope() PASS : tst_qqmlecmascript::scriptConnect() PASS : tst_qqmlecmascript::scriptDisconnect() PASS : tst_qqmlecmascript::ownership() PASS : tst_qqmlecmascript::cppOwnershipReturnValue() PASS : tst_qqmlecmascript::ownershipCustomReturnValue() PASS : tst_qqmlecmascript::ownershipRootObject() PASS : tst_qqmlecmascript::ownershipConsistency() PASS : tst_qqmlecmascript::ownershipQmlIncubated() PASS : tst_qqmlecmascript::qlistqobjectMethods() PASS : tst_qqmlecmascript::strictlyEquals() PASS : tst_qqmlecmascript::compiled() PASS : tst_qqmlecmascript::numberAssignment() PASS : tst_qqmlecmascript::propertySplicing() PASS : tst_qqmlecmascript::signalWithUnknownTypes() PASS : tst_qqmlecmascript::signalWithJSValueInVariant(true) PASS : tst_qqmlecmascript::signalWithJSValueInVariant(undefined) PASS : tst_qqmlecmascript::signalWithJSValueInVariant(null) PASS : tst_qqmlecmascript::signalWithJSValueInVariant(123) PASS : tst_qqmlecmascript::signalWithJSValueInVariant('ciao') PASS : tst_qqmlecmascript::signalWithJSValueInVariant({ foo: 'bar' }) PASS : tst_qqmlecmascript::signalWithJSValueInVariant([10,20,30]) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(true) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(undefined) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(null) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(123) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines('ciao') PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines({ foo: 'bar' }) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines([10,20,30]) PASS : tst_qqmlecmascript::signalWithQJSValue(true) PASS : tst_qqmlecmascript::signalWithQJSValue(undefined) PASS : tst_qqmlecmascript::signalWithQJSValue(null) PASS : tst_qqmlecmascript::signalWithQJSValue(123) PASS : tst_qqmlecmascript::signalWithQJSValue('ciao') PASS : tst_qqmlecmascript::signalWithQJSValue({ foo: 'bar' }) PASS : tst_qqmlecmascript::signalWithQJSValue([10,20,30]) PASS : tst_qqmlecmascript::singletonType(qobject, register + read + method [no qualifier]) PASS : tst_qqmlecmascript::singletonType(script, register + read [no qualifier]) PASS : tst_qqmlecmascript::singletonType(qobject, register + read + method) PASS : tst_qqmlecmascript::singletonType(script, register + read) PASS : tst_qqmlecmascript::singletonType(qobject, writing + readonly constraints) PASS : tst_qqmlecmascript::singletonType(script, writing + readonly constraints) PASS : tst_qqmlecmascript::singletonType(qobject singleton Type enum values in JS) PASS : tst_qqmlecmascript::singletonType(qobject, invalid major version fail) PASS : tst_qqmlecmascript::singletonType(qobject, invalid minor version fail) PASS : tst_qqmlecmascript::singletonType(qobject, multiple in namespace) PASS : tst_qqmlecmascript::singletonTypeCaching(qobject, caching + read) PASS : tst_qqmlecmascript::singletonTypeCaching(script, caching + read) PASS : tst_qqmlecmascript::singletonTypeImportOrder() PASS : tst_qqmlecmascript::singletonTypeResolution() PASS : tst_qqmlecmascript::importScripts(basic functionality) PASS : tst_qqmlecmascript::importScripts(import scoping) PASS : tst_qqmlecmascript::importScripts(parent scope shouldn't be inherited by import with imports) PASS : tst_qqmlecmascript::importScripts(javascript imports in an import should be private to the import scope) PASS : tst_qqmlecmascript::importScripts(module imports in an import should be private to the import scope) PASS : tst_qqmlecmascript::importScripts(typenames in an import should be private to the import scope) PASS : tst_qqmlecmascript::importScripts(import with imports has it's own activation scope) PASS : tst_qqmlecmascript::importScripts(import pragma library script) PASS : tst_qqmlecmascript::importScripts(pragma library imports shouldn't inherit parent imports or scope) PASS : tst_qqmlecmascript::importScripts(import pragma library script which has an import) PASS : tst_qqmlecmascript::importScripts(import pragma library script which has a pragma library import) PASS : tst_qqmlecmascript::importScripts(import singleton type into js import) PASS : tst_qqmlecmascript::importScripts(import module which exports a script) PASS : tst_qqmlecmascript::importScripts(import module which exports a script which imports a remote module) PASS : tst_qqmlecmascript::importScripts(malformed import statement) PASS : tst_qqmlecmascript::importScripts(malformed file name) PASS : tst_qqmlecmascript::importScripts(missing file qualifier) PASS : tst_qqmlecmascript::importScripts(malformed file qualifier) PASS : tst_qqmlecmascript::importScripts(malformed module qualifier 2) PASS : tst_qqmlecmascript::importScripts(malformed module uri) PASS : tst_qqmlecmascript::importScripts(missing module version) PASS : tst_qqmlecmascript::importScripts(malformed module version) PASS : tst_qqmlecmascript::importScripts(missing module qualifier) PASS : tst_qqmlecmascript::importScripts(malformed module qualifier) PASS : tst_qqmlecmascript::importScripts(malformed module qualifier 2) PASS : tst_qqmlecmascript::scarceResources(var: import scarce resource copy directly) PASS : tst_qqmlecmascript::scarceResources(var: import scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(var: import released scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(var: import auto-release SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(var: import explicit-preserve SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(var: import explicit-preserve SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(var: import with no binding) PASS : tst_qqmlecmascript::scarceResources(var: import with binding without explicit preserve) PASS : tst_qqmlecmascript::scarceResources(var: import with explicit release after binding evaluation) PASS : tst_qqmlecmascript::scarceResources(var: import with different js objects) PASS : tst_qqmlecmascript::scarceResources(var: import with different js objects and explicit release) PASS : tst_qqmlecmascript::scarceResources(var: import with same js objects and explicit release) PASS : tst_qqmlecmascript::scarceResources(var: binding with same js objects and explicit release) PASS : tst_qqmlecmascript::scarceResources(variant: import scarce resource copy directly) PASS : tst_qqmlecmascript::scarceResources(variant: import scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(variant: import released scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(variant: import auto-release SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(variant: import explicit-preserve SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(variant: import multiple scarce resources) PASS : tst_qqmlecmascript::scarceResources(variant: import with no binding) PASS : tst_qqmlecmascript::scarceResources(variant: import with binding without explicit preserve) PASS : tst_qqmlecmascript::scarceResources(variant: import with explicit release after binding evaluation) PASS : tst_qqmlecmascript::scarceResources_other() PASS : tst_qqmlecmascript::propertyChangeSlots() PASS : tst_qqmlecmascript::propertyVar(non-bindable object subproperty changed) PASS : tst_qqmlecmascript::propertyVar(non-bindable object changed) PASS : tst_qqmlecmascript::propertyVar(primitive changed) PASS : tst_qqmlecmascript::propertyVar(javascript array modification) PASS : tst_qqmlecmascript::propertyVar(javascript map modification) PASS : tst_qqmlecmascript::propertyVar(javascript array assignment) PASS : tst_qqmlecmascript::propertyVar(javascript map assignment) PASS : tst_qqmlecmascript::propertyVar(literal property assignment) PASS : tst_qqmlecmascript::propertyVar(qobject property assignment) PASS : tst_qqmlecmascript::propertyVar(base class var property assignment) PASS : tst_qqmlecmascript::propertyVar(javascript function assignment) PASS : tst_qqmlecmascript::propertyVar(javascript special assignment) PASS : tst_qqmlecmascript::propertyVar(declarative binding assignment) PASS : tst_qqmlecmascript::propertyVar(imperative binding assignment) PASS : tst_qqmlecmascript::propertyVar(stored binding assignment) PASS : tst_qqmlecmascript::propertyVar(function expression binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(non-bindable object subproperty changed) PASS : tst_qqmlecmascript::propertyQJSValue(non-bindable object changed) PASS : tst_qqmlecmascript::propertyQJSValue(primitive changed) PASS : tst_qqmlecmascript::propertyQJSValue(javascript array modification) PASS : tst_qqmlecmascript::propertyQJSValue(javascript map modification) PASS : tst_qqmlecmascript::propertyQJSValue(javascript array assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript map assignment) PASS : tst_qqmlecmascript::propertyQJSValue(literal property assignment) PASS : tst_qqmlecmascript::propertyQJSValue(qobject property assignment) PASS : tst_qqmlecmascript::propertyQJSValue(base class var property assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript function assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript special assignment) PASS : tst_qqmlecmascript::propertyQJSValue(declarative binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(imperative binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(stored binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript function binding) PASS : tst_qqmlecmascript::propertyQJSValue(reset property) PASS : tst_qqmlecmascript::propertyQJSValue(reset property in binding) PASS : tst_qqmlecmascript::propertyVarCpp() PASS : tst_qqmlecmascript::propertyVarOwnership() PASS : tst_qqmlecmascript::propertyVarImplicitOwnership() PASS : tst_qqmlecmascript::propertyVarReparent() PASS : tst_qqmlecmascript::propertyVarReparentNullContext() PASS : tst_qqmlecmascript::propertyVarCircular() PASS : tst_qqmlecmascript::propertyVarCircular2() PASS : tst_qqmlecmascript::propertyVarInheritance() PASS : tst_qqmlecmascript::propertyVarInheritance2() PASS : tst_qqmlecmascript::elementAssign() PASS : tst_qqmlecmascript::objectPassThroughSignals() PASS : tst_qqmlecmascript::objectConversion() PASS : tst_qqmlecmascript::booleanConversion() PASS : tst_qqmlecmascript::handleReferenceManagement() PASS : tst_qqmlecmascript::stringArg() PASS : tst_qqmlecmascript::readonlyDeclaration() PASS : tst_qqmlecmascript::sequenceConversionRead() PASS : tst_qqmlecmascript::sequenceConversionWrite() PASS : tst_qqmlecmascript::sequenceConversionArray() PASS : tst_qqmlecmascript::sequenceConversionIndexes() PASS : tst_qqmlecmascript::sequenceConversionThreads() PASS : tst_qqmlecmascript::sequenceConversionBindings() PASS : tst_qqmlecmascript::sequenceConversionCopy() PASS : tst_qqmlecmascript::assignSequenceTypes() PASS : tst_qqmlecmascript::sequenceSort(qtbug_25269) PASS : tst_qqmlecmascript::sequenceSort(alphabet_insertionSort[default]) PASS : tst_qqmlecmascript::sequenceSort(alphabet_insertionSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(alphabet_quickSort[default]) PASS : tst_qqmlecmascript::sequenceSort(alphabet_quickSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(numbers_insertionSort[default]) PASS : tst_qqmlecmascript::sequenceSort(numbers_insertionSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(numbers_quickSort[default]) PASS : tst_qqmlecmascript::sequenceSort(numbers_quickSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(reals_insertionSort[default]) PASS : tst_qqmlecmascript::sequenceSort(reals_insertionSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(reals_quickSort[default]) PASS : tst_qqmlecmascript::sequenceSort(reals_quickSort[custom]) PASS : tst_qqmlecmascript::qtbug_22464() PASS : tst_qqmlecmascript::qtbug_21580() PASS : tst_qqmlecmascript::singleV8BindingDestroyedDuringEvaluation() PASS : tst_qqmlecmascript::bug1() PASS : tst_qqmlecmascript::bug2() PASS : tst_qqmlecmascript::dynamicCreationCrash() PASS : tst_qqmlecmascript::dynamicCreationOwnership() PASS : tst_qqmlecmascript::regExpBug() PASS : tst_qqmlecmascript::nullObjectBinding() PASS : tst_qqmlecmascript::deletedEngine() PASS : tst_qqmlecmascript::libraryScriptAssert() PASS : tst_qqmlecmascript::variantsAssignedUndefined() PASS : tst_qqmlecmascript::qtbug_9792() PASS : tst_qqmlecmascript::qtcreatorbug_1289() PASS : tst_qqmlecmascript::noSpuriousWarningsAtShutdown() PASS : tst_qqmlecmascript::canAssignNullToQObject() PASS : tst_qqmlecmascript::functionAssignment_fromBinding() PASS : tst_qqmlecmascript::functionAssignment_fromJS(assign to property) PASS : tst_qqmlecmascript::functionAssignment_fromJS(assign to property, from JS file) PASS : tst_qqmlecmascript::functionAssignment_fromJS(assign to value type) PASS : tst_qqmlecmascript::functionAssignment_fromJS(use 'this') PASS : tst_qqmlecmascript::functionAssignment_fromJS(use 'this' from JS file) PASS : tst_qqmlecmascript::functionAssignmentfromJS_invalid() PASS : tst_qqmlecmascript::functionAssignment_afterBinding() PASS : tst_qqmlecmascript::eval() PASS : tst_qqmlecmascript::function() PASS : tst_qqmlecmascript::functionException() PASS : tst_qqmlecmascript::qtbug_10696() PASS : tst_qqmlecmascript::qtbug_11606() PASS : tst_qqmlecmascript::qtbug_11600() PASS : tst_qqmlecmascript::qtbug_21864() PASS : tst_qqmlecmascript::qobjectConnectionListExceptionHandling() PASS : tst_qqmlecmascript::nonscriptable() PASS : tst_qqmlecmascript::deleteLater() PASS : tst_qqmlecmascript::objectNameChangedSignal() PASS : tst_qqmlecmascript::destroyedSignal() PASS : tst_qqmlecmascript::in() PASS : tst_qqmlecmascript::typeOf() PASS : tst_qqmlecmascript::qtbug_24448() PASS : tst_qqmlecmascript::sharedAttachedObject() PASS : tst_qqmlecmascript::objectName() PASS : tst_qqmlecmascript::writeRemovesBinding() PASS : tst_qqmlecmascript::aliasBindingsAssignCorrectly() PASS : tst_qqmlecmascript::aliasBindingsOverrideTarget() PASS : tst_qqmlecmascript::aliasWritesOverrideBindings() PASS : tst_qqmlecmascript::aliasToCompositeElement() PASS : tst_qqmlecmascript::realToInt() PASS : tst_qqmlecmascript::urlProperty() PASS : tst_qqmlecmascript::urlPropertyWithEncoding() PASS : tst_qqmlecmascript::urlListPropertyWithEncoding() PASS : tst_qqmlecmascript::dynamicString() PASS : tst_qqmlecmascript::include() PASS : tst_qqmlecmascript::signalHandlers() PASS : tst_qqmlecmascript::doubleEvaluate() PASS : tst_qqmlecmascript::forInLoop() PASS : tst_qqmlecmascript::nonNotifyable() PASS : tst_qqmlecmascript::deleteWhileBindingRunning() PASS : tst_qqmlecmascript::callQtInvokables() PASS : tst_qqmlecmascript::invokableObjectArg() PASS : tst_qqmlecmascript::invokableObjectRet() PASS : tst_qqmlecmascript::invokableEnumRet() PASS : tst_qqmlecmascript::qtbug_20344() PASS : tst_qqmlecmascript::qtbug_22679() PASS : tst_qqmlecmascript::qtbug_22843(without .pragma library) PASS : tst_qqmlecmascript::qtbug_22843(with .pragma library) PASS : tst_qqmlecmascript::rewriteMultiLineStrings() PASS : tst_qqmlecmascript::revisionErrors() PASS : tst_qqmlecmascript::revision() PASS : tst_qqmlecmascript::invokableWithQObjectDerived() PASS : tst_qqmlecmascript::realTypePrecision() PASS : tst_qqmlecmascript::registeredFlagMethod() PASS : tst_qqmlecmascript::deleteLaterObjectMethodCall() PASS : tst_qqmlecmascript::automaticSemicolon() PASS : tst_qqmlecmascript::compatibilitySemicolon() PASS : tst_qqmlecmascript::incrDecrSemicolon1() PASS : tst_qqmlecmascript::incrDecrSemicolon2() QWARN : tst_qqmlecmascript::incrDecrSemicolon_error1() QQmlComponent: Component is not ready PASS : tst_qqmlecmascript::incrDecrSemicolon_error1() PASS : tst_qqmlecmascript::unaryExpression() PASS : tst_qqmlecmascript::switchStatement() PASS : tst_qqmlecmascript::withStatement() PASS : tst_qqmlecmascript::tryStatement() PASS : tst_qqmlecmascript::replaceBinding() PASS : tst_qqmlecmascript::deleteRootObjectInCreation() PASS : tst_qqmlecmascript::onDestruction() PASS : tst_qqmlecmascript::bindingSuppression() PASS : tst_qqmlecmascript::signalEmitted() PASS : tst_qqmlecmascript::threadSignal() PASS : tst_qqmlecmascript::qqmldataDestroyed() PASS : tst_qqmlecmascript::secondAlias() PASS : tst_qqmlecmascript::varAlias() PASS : tst_qqmlecmascript::overrideDataAssert() PASS : tst_qqmlecmascript::fallbackBindings(Property without fallback) PASS : tst_qqmlecmascript::fallbackBindings(Property fallback) PASS : tst_qqmlecmascript::fallbackBindings(SingletonType without fallback) PASS : tst_qqmlecmascript::fallbackBindings(SingletonType fallback) PASS : tst_qqmlecmascript::fallbackBindings(Attached without fallback) PASS : tst_qqmlecmascript::fallbackBindings(Attached fallback) PASS : tst_qqmlecmascript::fallbackBindings(Subproperty without fallback) PASS : tst_qqmlecmascript::fallbackBindings(Subproperty fallback) PASS : tst_qqmlecmascript::propertyOverride() PASS : tst_qqmlecmascript::concatenatedStringPropertyAccess() PASS : tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroy() PASS : tst_qqmlecmascript::numberParsing() QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready PASS : tst_qqmlecmascript::stringParsing() PASS : tst_qqmlecmascript::cleanupTestCase() Totals: 372 passed, 0 failed, 0 skipped ********* Finished testing of tst_qqmlecmascript ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 4705] QtQA::App::TestRunner: [New LWP 4707] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qqmlecmascript -o /work/build/_artifacts/test-logs/tst_qqmlecmascript-tes'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fd5d2b2c7ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: 125 if (tls.size() <= id) QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fd5d5aaf700 (LWP 4707)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fd5d36dcbab in v8::internal::LinuxSemaphore::Wait (this=0x17af8c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fd5d35b096d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fd5d35b0b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x17af72c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007fd5d36ddc18 in v8::internal::SignalSender::Run (this=0x17af700) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007fd5d36dc90c in v8::internal::ThreadEntry (arg=0x17af700) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007fd5d1d10efc in start_thread (arg=0x7fd5d5aaf700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007fd5d228ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fd5d5a8e760 (LWP 4705)): QtQA::App::TestRunner: #0 0x00007fd5d2b2c7ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: #1 0x00007fd5cd4f0fa0 in TestNamespace::qThreadStorage_localData (d=...) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:73 QtQA::App::TestRunner: #2 0x00007fd5cd4f0279 in TestNamespace::QThreadStorage::localData (this=0x0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:147 QtQA::App::TestRunner: #3 0x00007fd5cd4e6374 in TestNamespace::qt_getFreetypeData () at ../gui/text/qfontengine_ft.cpp:164 QtQA::App::TestRunner: #4 0x00007fd5cd4e6ddb in TestNamespace::QFreetypeFace::release (this=0x1925d80, face_id=...) at ../gui/text/qfontengine_ft.cpp:320 QtQA::App::TestRunner: #5 0x00007fd5cd4e8b3f in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0x194cd30, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:662 QtQA::App::TestRunner: #6 0x00007fd5cd4e8bb4 in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0x194cd30, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:663 QtQA::App::TestRunner: #7 0x00007fd5d3d3cbf2 in TestNamespace::QFontEngineMulti::~QFontEngineMulti (this=0x1903fd0, __in_chrg=) at text/qfontengine.cpp:1420 QtQA::App::TestRunner: #8 0x00007fd5d3e28320 in TestNamespace::QFontEngineMultiQPA::~QFontEngineMultiQPA (this=0x1903fd0, __in_chrg=) at text/qfontengine_qpa_p.h:244 QtQA::App::TestRunner: #9 0x00007fd5cd4f3ef1 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x1903fd0, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:53 QtQA::App::TestRunner: #10 0x00007fd5cd4f3f24 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x1903fd0, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:59 QtQA::App::TestRunner: #11 0x00007fd5d3d2cdbd in TestNamespace::QFontEngineData::~QFontEngineData (this=0x18bee90, __in_chrg=) at text/qfont.cpp:331 QtQA::App::TestRunner: #12 0x00007fd5d3d2c68a in TestNamespace::QFontPrivate::~QFontPrivate (this=0x176fcd0, __in_chrg=) at text/qfont.cpp:195 QtQA::App::TestRunner: #13 0x00007fd5d3d32cf1 in TestNamespace::QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer (this=0x7fd5c403c428, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #14 0x00007fd5d3d2d318 in TestNamespace::QFont::~QFont (this=0x7fd5c403c428, __in_chrg=) at text/qfont.cpp:736 QtQA::App::TestRunner: #15 0x00007fd5c98d7c84 in TestNamespace::QQmlValueTypeBase::~QQmlValueTypeBase (this=0x7fd5c403c410, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/qqmlvaluetype_p.h:110 QtQA::App::TestRunner: #16 0x00007fd5c9a9405e in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x7fd5c403c410, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #17 0x00007fd5c9a94090 in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x7fd5c403c410, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #18 0x00007fd5d5437745 in TestNamespace::qDeleteAll (begin=0x7fd5d5891ae0, end=0x7fd5d58938e0) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:319 QtQA::App::TestRunner: #19 0x00007fd5d543533c in TestNamespace::(anonymous namespace)::QQmlValueTypeFactoryImpl::~QQmlValueTypeFactoryImpl (this=0x7fd5d58918e0, __in_chrg=) at qml/qqmlvaluetype.cpp:75 QtQA::App::TestRunner: #20 0x00007fd5d5435722 in TestNamespace::(anonymous namespace)::Q_QGS_factoryImpl::Holder::~Holder (this=0x7fd5d58918e0, __in_chrg=) at qml/qqmlvaluetype.cpp:160 QtQA::App::TestRunner: #21 0x00007fd5d21e5821 in __run_exit_handlers (status=0, listp=0x7fd5d25465a8, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #22 0x00007fd5d21e58a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #23 0x00007fd5d21cb314 in __libc_start_main (main=0x49f151 , argc=5, ubp_av=0x7fff61e7c258, init=, fini=, rtld_fini=, stack_end=0x7fff61e7c248) at libc-start.c:258 QtQA::App::TestRunner: #24 0x0000000000425d59 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlecmascript: 209 seconds, signal 11 Testing tst_qqmlvaluetypes Totals: 39 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 996] QtQA::App::TestRunner: [New LWP 1008] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qqmlvaluetypes -silent -o /work/build/_artifacts/test-logs/tst_qqmlvaluet'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007ffea88e87ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: 125 if (tls.size() <= id) QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7ffeaa855700 (LWP 1008)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007ffea7723bab in v8::internal::LinuxSemaphore::Wait (this=0x1a10df0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007ffea75f796d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007ffea75f7b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1a112ac) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007ffea7724c18 in v8::internal::SignalSender::Run (this=0x1a11280) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007ffea772390c in v8::internal::ThreadEntry (arg=0x1a11280) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007ffea6b99efc in start_thread (arg=0x7ffeaa855700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007ffea804af4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7ffeaa834760 (LWP 996)): QtQA::App::TestRunner: #0 0x00007ffea88e87ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: #1 0x00007ffea25d5fa0 in TestNamespace::qThreadStorage_localData (d=...) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:73 QtQA::App::TestRunner: #2 0x00007ffea25d5279 in TestNamespace::QThreadStorage::localData (this=0x0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:147 QtQA::App::TestRunner: #3 0x00007ffea25cb374 in TestNamespace::qt_getFreetypeData () at ../gui/text/qfontengine_ft.cpp:164 QtQA::App::TestRunner: #4 0x00007ffea25cbddb in TestNamespace::QFreetypeFace::release (this=0x1b55470, face_id=...) at ../gui/text/qfontengine_ft.cpp:320 QtQA::App::TestRunner: #5 0x00007ffea25cdb3f in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0x1b82d70, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:662 QtQA::App::TestRunner: #6 0x00007ffea25cdbb4 in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0x1b82d70, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:663 QtQA::App::TestRunner: #7 0x00007ffea91cbbf2 in TestNamespace::QFontEngineMulti::~QFontEngineMulti (this=0x1b2a980, __in_chrg=) at text/qfontengine.cpp:1420 QtQA::App::TestRunner: #8 0x00007ffea92b7320 in TestNamespace::QFontEngineMultiQPA::~QFontEngineMultiQPA (this=0x1b2a980, __in_chrg=) at text/qfontengine_qpa_p.h:244 QtQA::App::TestRunner: #9 0x00007ffea25d8ef1 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x1b2a980, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:53 QtQA::App::TestRunner: #10 0x00007ffea25d8f24 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x1b2a980, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:59 QtQA::App::TestRunner: #11 0x00007ffea91bbdbd in TestNamespace::QFontEngineData::~QFontEngineData (this=0x1aeb9d0, __in_chrg=) at text/qfont.cpp:331 QtQA::App::TestRunner: #12 0x00007ffea91bb68a in TestNamespace::QFontPrivate::~QFontPrivate (this=0x1b32fe0, __in_chrg=) at text/qfont.cpp:195 QtQA::App::TestRunner: #13 0x00007ffea91c1cf1 in TestNamespace::QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer (this=0x1abbaf8, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #14 0x00007ffea91bc318 in TestNamespace::QFont::~QFont (this=0x1abbaf8, __in_chrg=) at text/qfont.cpp:736 QtQA::App::TestRunner: #15 0x00007ffeaa108c84 in TestNamespace::QQmlValueTypeBase::~QQmlValueTypeBase (this=0x1abbae0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/qqmlvaluetype_p.h:110 QtQA::App::TestRunner: #16 0x00007ffeaa2c505e in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x1abbae0, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #17 0x00007ffeaa2c5090 in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x1abbae0, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #18 0x00007ffea9b5a745 in TestNamespace::qDeleteAll (begin=0x7ffea9fb4ae0, end=0x7ffea9fb68e0) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:319 QtQA::App::TestRunner: #19 0x00007ffea9b5833c in TestNamespace::(anonymous namespace)::QQmlValueTypeFactoryImpl::~QQmlValueTypeFactoryImpl (this=0x7ffea9fb48e0, __in_chrg=) at qml/qqmlvaluetype.cpp:75 QtQA::App::TestRunner: #20 0x00007ffea9b58722 in TestNamespace::(anonymous namespace)::Q_QGS_factoryImpl::Holder::~Holder (this=0x7ffea9fb48e0, __in_chrg=) at qml/qqmlvaluetype.cpp:160 QtQA::App::TestRunner: #21 0x00007ffea7fa1821 in __run_exit_handlers (status=0, listp=0x7ffea83025a8, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #22 0x00007ffea7fa18a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #23 0x00007ffea7f87314 in __libc_start_main (main=0x421f1e , argc=6, ubp_av=0x7fff8de81b38, init=, fini=, rtld_fini=, stack_end=0x7fff8de81b28) at libc-start.c:258 QtQA::App::TestRunner: #24 0x000000000040ae19 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlvaluetypes ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qqmlvaluetypes::initTestCase() PASS : tst_qqmlvaluetypes::point() PASS : tst_qqmlvaluetypes::pointf() PASS : tst_qqmlvaluetypes::size() PASS : tst_qqmlvaluetypes::sizef() PASS : tst_qqmlvaluetypes::sizereadonly() PASS : tst_qqmlvaluetypes::rect() PASS : tst_qqmlvaluetypes::rectf() PASS : tst_qqmlvaluetypes::vector2d() PASS : tst_qqmlvaluetypes::vector3d() PASS : tst_qqmlvaluetypes::vector4d() PASS : tst_qqmlvaluetypes::quaternion() PASS : tst_qqmlvaluetypes::matrix4x4() PASS : tst_qqmlvaluetypes::font() PASS : tst_qqmlvaluetypes::color() PASS : tst_qqmlvaluetypes::variant() PASS : tst_qqmlvaluetypes::bindingAssignment() PASS : tst_qqmlvaluetypes::bindingRead() PASS : tst_qqmlvaluetypes::staticAssignment() PASS : tst_qqmlvaluetypes::scriptAccess() PASS : tst_qqmlvaluetypes::autoBindingRemoval() PASS : tst_qqmlvaluetypes::valueSources() PASS : tst_qqmlvaluetypes::valueInterceptors() PASS : tst_qqmlvaluetypes::bindingConflict() PASS : tst_qqmlvaluetypes::deletedObject() PASS : tst_qqmlvaluetypes::bindingVariantCopy() PASS : tst_qqmlvaluetypes::scriptVariantCopy() PASS : tst_qqmlvaluetypes::cppClasses() PASS : tst_qqmlvaluetypes::enums() PASS : tst_qqmlvaluetypes::conflictingBindings() PASS : tst_qqmlvaluetypes::returnValues() PASS : tst_qqmlvaluetypes::varAssignment() PASS : tst_qqmlvaluetypes::bindingsSpliceCorrectly() PASS : tst_qqmlvaluetypes::nonValueTypeComparison() PASS : tst_qqmlvaluetypes::initializeByWrite() PASS : tst_qqmlvaluetypes::groupedInterceptors(value-interceptor) PASS : tst_qqmlvaluetypes::groupedInterceptors(component-interceptor) PASS : tst_qqmlvaluetypes::groupedInterceptors(ignore-interceptor) PASS : tst_qqmlvaluetypes::cleanupTestCase() Totals: 39 passed, 0 failed, 0 skipped ********* Finished testing of tst_qqmlvaluetypes ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 3632] QtQA::App::TestRunner: [New LWP 3636] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qqmlvaluetypes -o /work/build/_artifacts/test-logs/tst_qqmlvaluetypes-tes'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fbea5aab7ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: 125 if (tls.size() <= id) QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fbea7a18700 (LWP 3636)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fbea48e6bab in v8::internal::LinuxSemaphore::Wait (this=0x1fd80c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fbea47ba96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fbea47bab33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1fc80ec) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007fbea48e7c18 in v8::internal::SignalSender::Run (this=0x1fc80c0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007fbea48e690c in v8::internal::ThreadEntry (arg=0x1fc80c0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007fbea3d5cefc in start_thread (arg=0x7fbea7a18700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007fbea520df4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fbea79f7760 (LWP 3632)): QtQA::App::TestRunner: #0 0x00007fbea5aab7ba in TestNamespace::QThreadStorageData::get (this=0x0) at thread/qthreadstorage.cpp:125 QtQA::App::TestRunner: #1 0x00007fbe9f798fa0 in TestNamespace::qThreadStorage_localData (d=...) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:73 QtQA::App::TestRunner: #2 0x00007fbe9f798279 in TestNamespace::QThreadStorage::localData (this=0x0) at ../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:147 QtQA::App::TestRunner: #3 0x00007fbe9f78e374 in TestNamespace::qt_getFreetypeData () at ../gui/text/qfontengine_ft.cpp:164 QtQA::App::TestRunner: #4 0x00007fbe9f78eddb in TestNamespace::QFreetypeFace::release (this=0x2109490, face_id=...) at ../gui/text/qfontengine_ft.cpp:320 QtQA::App::TestRunner: #5 0x00007fbe9f790b3f in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0x20a6bb0, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:662 QtQA::App::TestRunner: #6 0x00007fbe9f790bb4 in TestNamespace::QFontEngineFT::~QFontEngineFT (this=0x20a6bb0, __in_chrg=) at ../gui/text/qfontengine_ft.cpp:663 QtQA::App::TestRunner: #7 0x00007fbea638ebf2 in TestNamespace::QFontEngineMulti::~QFontEngineMulti (this=0x20c1e00, __in_chrg=) at text/qfontengine.cpp:1420 QtQA::App::TestRunner: #8 0x00007fbea647a320 in TestNamespace::QFontEngineMultiQPA::~QFontEngineMultiQPA (this=0x20c1e00, __in_chrg=) at text/qfontengine_qpa_p.h:244 QtQA::App::TestRunner: #9 0x00007fbe9f79bef1 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x20c1e00, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:53 QtQA::App::TestRunner: #10 0x00007fbe9f79bf24 in TestNamespace::QFontEngineMultiFontConfig::~QFontEngineMultiFontConfig (this=0x20c1e00, __in_chrg=) at fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:59 QtQA::App::TestRunner: #11 0x00007fbea637edbd in TestNamespace::QFontEngineData::~QFontEngineData (this=0x20bb9a0, __in_chrg=) at text/qfont.cpp:331 QtQA::App::TestRunner: #12 0x00007fbea637e68a in TestNamespace::QFontPrivate::~QFontPrivate (this=0x2150f80, __in_chrg=) at text/qfont.cpp:195 QtQA::App::TestRunner: #13 0x00007fbea6384cf1 in TestNamespace::QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer (this=0x2073a48, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #14 0x00007fbea637f318 in TestNamespace::QFont::~QFont (this=0x2073a48, __in_chrg=) at text/qfont.cpp:736 QtQA::App::TestRunner: #15 0x00007fbea72cbc84 in TestNamespace::QQmlValueTypeBase::~QQmlValueTypeBase (this=0x2073a30, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/qqmlvaluetype_p.h:110 QtQA::App::TestRunner: #16 0x00007fbea748805e in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x2073a30, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #17 0x00007fbea7488090 in TestNamespace::QQuickFontValueType::~QQuickFontValueType (this=0x2073a30, __in_chrg=) at .moc/debug-shared/../../util/qquickvaluetypes_p.h:285 QtQA::App::TestRunner: #18 0x00007fbea6d1d745 in TestNamespace::qDeleteAll (begin=0x7fbea7177ae0, end=0x7fbea71798e0) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:319 QtQA::App::TestRunner: #19 0x00007fbea6d1b33c in TestNamespace::(anonymous namespace)::QQmlValueTypeFactoryImpl::~QQmlValueTypeFactoryImpl (this=0x7fbea71778e0, __in_chrg=) at qml/qqmlvaluetype.cpp:75 QtQA::App::TestRunner: #20 0x00007fbea6d1b722 in TestNamespace::(anonymous namespace)::Q_QGS_factoryImpl::Holder::~Holder (this=0x7fbea71778e0, __in_chrg=) at qml/qqmlvaluetype.cpp:160 QtQA::App::TestRunner: #21 0x00007fbea5164821 in __run_exit_handlers (status=0, listp=0x7fbea54c55a8, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #22 0x00007fbea51648a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #23 0x00007fbea514a314 in __libc_start_main (main=0x421f1e , argc=5, ubp_av=0x7fff5dfd0918, init=, fini=, rtld_fini=, stack_end=0x7fff5dfd0908) at libc-start.c:258 QtQA::App::TestRunner: #24 0x000000000040ae19 in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlvaluetypes: 36 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00887/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365578158): http://codereview.qt-project.org/53127 [PS1] - QFontCache: Make clear() really clear/free cached data it maintains http://codereview.qt-project.org/53126 [PS1] - Fix leaking of QFontEngineData From ci-noreply at qt-project.org Wed Apr 10 10:11:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 11:11:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130410_081157_082496.ci-noreply@qt-project.org> Qt5_stable_Integration » win32-msvc2010_developer-build_angle_Windows_7 #177: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00177/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365581372): http://codereview.qt-project.org/53191 [PS3] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 10 10:14:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 11:14:24 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130410_081424_069499.ci-noreply@qt-project.org> QtSensors_dev_Integration » linux-g++-32_developer-build_Ubuntu_10.04_x86 #70: FAILURE Build log: http://testresults.qt-project.org/ci/QtSensors_dev_Integration/build_00070/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtSensors_dev_Integration » linux-g++_no-widgets_Ubuntu_12.04_x64 #70: FAILURE Build log: http://testresults.qt-project.org/ci/QtSensors_dev_Integration/build_00070/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1365581442): http://codereview.qt-project.org/52916 [PS5] - iOS: implement magnetometer From ci-noreply at qt-project.org Wed Apr 10 11:06:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:06:58 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_090658_030933.ci-noreply@qt-project.org> Autotest `tst_qwidget' failed :( Testing tst_QWidget FAIL! : tst_QWidget::moveChild(right) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(down) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(left) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(up) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::showAndMoveChild() Compared values are not the same Actual (firstPixel): 4283957248 Expected (QColor(Qt::red).rgb()): 4294901760 Loc: [tst_qwidget.cpp(4936)] Totals: 205 passed, 5 failed, 35 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWidget::initTestCase() QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100) QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0) QWARN : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0 PASS : tst_QWidget::getSetCheck() PASS : tst_QWidget::fontPropagation() PASS : tst_QWidget::fontPropagation2() PASS : tst_QWidget::palettePropagation() PASS : tst_QWidget::palettePropagation2() PASS : tst_QWidget::enabledPropagation() WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget PASS : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() PASS : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() PASS : tst_QWidget::popupEnterLeave() PASS : tst_QWidget::acceptDropsPropagation() PASS : tst_QWidget::isEnabledTo() PASS : tst_QWidget::visible() PASS : tst_QWidget::visible_setWindowOpacity() PASS : tst_QWidget::isVisibleTo() PASS : tst_QWidget::isHidden() PASS : tst_QWidget::fonts() PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::focusChainOnHide() PASS : tst_QWidget::focusChainOnReparent() PASS : tst_QWidget::setTabOrder() PASS : tst_QWidget::reparent() SKIP : tst_QWidget::windowState() X11: Many window managers do not support window state properly, which causes this test to fail. Loc: [tst_qwidget.cpp(1792)] PASS : tst_QWidget::showMaximized() XFAIL : tst_QWidget::showFullScreen() QTBUG-22326 Loc: [tst_qwidget.cpp(2027)] PASS : tst_QWidget::showFullScreen() PASS : tst_QWidget::showMinimized() SKIP : tst_QWidget::showMinimizedKeepsFocus() QTBUG-26424 Loc: [tst_qwidget.cpp(2169)] PASS : tst_QWidget::icon() SKIP : tst_QWidget::hideWhenFocusWidgetIsChild() X11: Your window manager is too broken for this test Loc: [tst_qwidget.cpp(2375)] SKIP : tst_QWidget::normalGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2440)] SKIP : tst_QWidget::setGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2517)] PASS : tst_QWidget::windowOpacity() PASS : tst_QWidget::raise() PASS : tst_QWidget::lower() XFAIL : tst_QWidget::stackUnder() See QTBUG-493 Loc: [tst_qwidget.cpp(2879)] PASS : tst_QWidget::stackUnder() PASS : tst_QWidget::testContentsPropagation() PASS : tst_QWidget::saveRestoreGeometry() SKIP : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] PASS : tst_QWidget::widgetAt() PASS : tst_QWidget::optimizedResizeMove() SKIP : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012 Loc: [tst_qwidget.cpp(3576)] PASS : tst_QWidget::resizeEvent() PASS : tst_QWidget::task110173() PASS : tst_QWidget::testDeletionInEventHandlers() PASS : tst_QWidget::childDeletesItsSibling() PASS : tst_QWidget::setMinimumSize() PASS : tst_QWidget::setMaximumSize() SKIP : tst_QWidget::setFixedSize() QTBUG-26424 Loc: [tst_qwidget.cpp(3717)] PASS : tst_QWidget::ensureCreated() PASS : tst_QWidget::winIdChangeEvent() PASS : tst_QWidget::persistentWinId() PASS : tst_QWidget::showNativeChild() PASS : tst_QWidget::qobject_castInDestroyedSlot() PASS : tst_QWidget::showHideEvent(window: only show) PASS : tst_QWidget::showHideEvent(window: show/hide) PASS : tst_QWidget::showHideEvent(window: show/hide/create) PASS : tst_QWidget::showHideEvent(window: hide/create) PASS : tst_QWidget::showHideEvent(window: only hide) PASS : tst_QWidget::showHideEvent(window: nothing) PASS : tst_QWidget::lostUpdatesOnHide() PASS : tst_QWidget::update() PASS : tst_QWidget::isOpaque() PASS : tst_QWidget::scroll() SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] FAIL! : tst_QWidget::moveChild(right) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(down) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(left) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(up) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::showAndMoveChild() Compared values are not the same Actual (firstPixel): 4283957248 Expected (QColor(Qt::red).rgb()): 4294901760 Loc: [tst_qwidget.cpp(4936)] PASS : tst_QWidget::subtractOpaqueSiblings() PASS : tst_QWidget::setLocale() PASS : tst_QWidget::deleteStyle() PASS : tst_QWidget::multipleToplevelFocusCheck() PASS : tst_QWidget::setFocus() PASS : tst_QWidget::setCursor() PASS : tst_QWidget::setToolTip() PASS : tst_QWidget::testWindowIconChangeEventPropagation() PASS : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() PASS : tst_QWidget::showHideShowX11() PASS : tst_QWidget::clean_qt_x11_enforce_cursor() XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0x7fffd75cc2a0) : 74 1001 77 ), actual 4 ( QWidget(0x7fffd75cc2a0) : 74 1001 78 77 ) Loc: [tst_qwidget.cpp(5811)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fffd75cc330) : 74 1001 1002 77 ), actual 5 ( QWidget(0x7fffd75cc330) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5904)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fffd75cc330) : 74 1001 1002 77 ), actual 5 ( QWidget(0x7fffd75cc330) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5998)] PASS : tst_QWidget::childEvents() PASS : tst_QWidget::render() SKIP : tst_QWidget::renderInvisible() QTBUG-26424 Loc: [tst_qwidget.cpp(6148)] PASS : tst_QWidget::renderWithPainter() PASS : tst_QWidget::render_task188133() PASS : tst_QWidget::render_task211796() PASS : tst_QWidget::render_task217815() PASS : tst_QWidget::render_windowOpacity() PASS : tst_QWidget::render_systemClip() PASS : tst_QWidget::render_systemClip2(Only auto-fill background) PASS : tst_QWidget::render_systemClip2(Only draw in paintEvent) PASS : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent) PASS : tst_QWidget::render_systemClip3(Norwegian Civil Flag) PASS : tst_QWidget::render_systemClip3(Norwegian War Flag) PASS : tst_QWidget::render_task252837() PASS : tst_QWidget::render_worldTransform() PASS : tst_QWidget::setContentsMargins() SKIP : tst_QWidget::moveWindowInShowEvent(1) QTBUG-26424 Loc: [tst_qwidget.cpp(6996)] SKIP : tst_QWidget::moveWindowInShowEvent(2) QTBUG-26424 Loc: [tst_qwidget.cpp(6996)] PASS : tst_QWidget::repaintWhenChildDeleted() PASS : tst_QWidget::hideOpaqueChildWhileHidden() SKIP : tst_QWidget::updateWhileMinimized() QTBUG-26424 Loc: [tst_qwidget.cpp(7132)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7221)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7224)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7227)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7230)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7276)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7279)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7282)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7337)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7340)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7343)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7346)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7349)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7352)] PASS : tst_QWidget::alienWidgets() PASS : tst_QWidget::adjustSize(1) PASS : tst_QWidget::adjustSize(2) PASS : tst_QWidget::adjustSize(3) PASS : tst_QWidget::adjustSize(4) PASS : tst_QWidget::adjustSize(5) PASS : tst_QWidget::adjustSize(6) PASS : tst_QWidget::adjustSize(7) PASS : tst_QWidget::adjustSize(8) PASS : tst_QWidget::adjustSize(9) PASS : tst_QWidget::adjustSize(1c) PASS : tst_QWidget::adjustSize(2c) PASS : tst_QWidget::adjustSize(3c) PASS : tst_QWidget::adjustSize(4c) PASS : tst_QWidget::adjustSize(5c) PASS : tst_QWidget::adjustSize(6c) PASS : tst_QWidget::adjustSize(7c) PASS : tst_QWidget::adjustSize(8c) PASS : tst_QWidget::adjustSize(9c) PASS : tst_QWidget::updateGeometry(setMinimumSize) PASS : tst_QWidget::updateGeometry(setMaximumSize) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it) PASS : tst_QWidget::updateGeometry(Change sizePolicy) PASS : tst_QWidget::sendUpdateRequestImmediately() PASS : tst_QWidget::doubleRepaint() PASS : tst_QWidget::resizeInPaintEvent() PASS : tst_QWidget::opaqueChildren() PASS : tst_QWidget::setMaskInResizeEvent() PASS : tst_QWidget::moveInResizeEvent() SKIP : tst_QWidget::immediateRepaintAfterShow() QTBUG-26424 Loc: [tst_qwidget.cpp(7836)] PASS : tst_QWidget::immediateRepaintAfterInvalidateBuffer() PASS : tst_QWidget::effectiveWinId() PASS : tst_QWidget::effectiveWinId2() PASS : tst_QWidget::customDpi() PASS : tst_QWidget::customDpiProperty() PASS : tst_QWidget::quitOnCloseAttribute() PASS : tst_QWidget::moveRect() QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called PASS : tst_QWidget::reparentStaticWidget() PASS : tst_QWidget::QTBUG6883_reparentStaticWidget2() PASS : tst_QWidget::translucentWidget() PASS : tst_QWidget::setClearAndResizeMask() PASS : tst_QWidget::maskedUpdate() PASS : tst_QWidget::syntheticEnterLeave() PASS : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() PASS : tst_QWidget::underMouse() PASS : tst_QWidget::taskQTBUG_27643_enterEvents() PASS : tst_QWidget::windowFlags() PASS : tst_QWidget::initialPosForDontShowOnScreenWidgets() PASS : tst_QWidget::updateOnDestroyedSignal() PASS : tst_QWidget::toplevelLineEditFocus() PASS : tst_QWidget::focusWidget_task254563() PASS : tst_QWidget::rectOutsideCoordinatesLimit_task144779() PASS : tst_QWidget::setGraphicsEffect() PASS : tst_QWidget::destroyBackingStore() PASS : tst_QWidget::activateWindow() PASS : tst_QWidget::openModal_taskQTBUG_5804() PASS : tst_QWidget::focusProxyAndInputMethods() PASS : tst_QWidget::scrollWithoutBackingStore() PASS : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy() PASS : tst_QWidget::movedAndResizedAttributes() PASS : tst_QWidget::childAt() PASS : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion() PASS : tst_QWidget::nativeChildFocus() PASS : tst_QWidget::grab() PASS : tst_QWidget::grabMouse() PASS : tst_QWidget::grabKeyboard() PASS : tst_QWidget::touchEventSynthesizedMouseEvent() PASS : tst_QWidget::styleSheetPropagation() PASS : tst_QWidget::destroyedSignal() PASS : tst_QWidget::keyboardModifiers() PASS : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680() PASS : tst_QWidget::largerThanScreen_QTBUG30142() PASS : tst_QWidget::cleanupTestCase() Totals: 205 passed, 5 failed, 35 skipped ********* Finished testing of tst_QWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwidget: 60 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00888/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365581298): http://codereview.qt-project.org/52664 [PS3] - Fix QFontconfigDatabase unable to fallback to a localized family From ci-noreply at qt-project.org Wed Apr 10 11:29:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:29:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130410_092925_036925.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #41: SUCCESS Tested changes (refs/builds/stable_1365582992): http://codereview.qt-project.org/53334 [PS1] - Remove a function that doesn't serve any purpose anymore. From ci-noreply at qt-project.org Wed Apr 10 11:37:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:37:58 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130410_093758_027430.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00407/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365584993): http://codereview.qt-project.org/53333 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 10 11:41:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:41:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130410_094139_002754.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) Compared values are not the same Actual (): no key press Expected (): a pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) Compared values are not the same Actual (): no key press Expected (): b pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) Compared values are not the same Actual (): no key press Expected (): ctrl c pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) Compared values are not the same Actual (): no key press Expected (): d pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) Compared values are not the same Actual (): no key press Expected (): alt d pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) Compared values are not the same Actual (): no key press Expected (): alt t pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] Totals: 185 passed, 6 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) Compared values are not the same Actual (): no key press Expected (): a pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) Compared values are not the same Actual (): no key press Expected (): b pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) Compared values are not the same Actual (): no key press Expected (): ctrl c pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) Compared values are not the same Actual (): no key press Expected (): d pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) Compared values are not the same Actual (): no key press Expected (): alt d pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) FAIL! : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) Compared values are not the same Actual (): no key press Expected (): alt t pressed Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_shortcuts.qml(89)] PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() PASS : qtquickcontrols::Tests_TextField::test_inputMask() PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() PASS : qtquickcontrols::Tests_TextField::test_select() PASS : qtquickcontrols::Tests_TextField::test_selectAll() PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 185 passed, 6 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 3 seconds, exit code 6 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00042/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365586289): http://codereview.qt-project.org/53309 [PS1] - Fix shortcut scoping From ci-noreply at qt-project.org Wed Apr 10 11:52:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:52:06 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130410_095206_086619.ci-noreply@qt-project.org> Qt_4.8_Integration #1386: SUCCESS Tested changes (refs/builds/4.8_1365567677): http://codereview.qt-project.org/53322 [PS2] - Remove unnecessary typedef, found by GCC 4.8 From ci-noreply at qt-project.org Wed Apr 10 11:52:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:52:35 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_095235_031593.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] Totals: 34 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() QWARN : tst_QQmlDebugJS::stepOut() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] QDEBUG : tst_QQmlDebugJS::stepOut() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepOut() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepOut() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 34 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmldebugjs: 26 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00391/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365584572): http://codereview.qt-project.org/52392 [PS14] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Wed Apr 10 11:56:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 12:56:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_095639_048485.ci-noreply@qt-project.org> Autotest `tst_qlocalsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QLocalSocket FAIL! : tst_QLocalSocket::processConnection(1 client) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" FAIL! : tst_QLocalSocket::processConnection(2 clients) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" FAIL! : tst_QLocalSocket::processConnection(5 clients) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" FAIL! : tst_QLocalSocket::processConnection(30 clients) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" Totals: 51 passed, 4 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QLocalSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QLocalSocket::initTestCase() PASS : tst_QLocalSocket::server_basic() PASS : tst_QLocalSocket::server_connectionsCount() QWARN : tst_QLocalSocket::socket_basic() QLocalSocket::waitForDisconnected() is not allowed in UnconnectedState PASS : tst_QLocalSocket::socket_basic() PASS : tst_QLocalSocket::listen(null) QWARN : tst_QLocalSocket::listen(tst_localsocket) QLocalServer::listen() called when already listening PASS : tst_QLocalSocket::listen(tst_localsocket) QWARN : tst_QLocalSocket::listen(tst_localsocket) QLocalServer::listen() called when already listening PASS : tst_QLocalSocket::listen(tst_localsocket) PASS : tst_QLocalSocket::listenAndConnect(null 0) PASS : tst_QLocalSocket::listenAndConnect(tst_localsocket 0) PASS : tst_QLocalSocket::listenAndConnect(null 1) PASS : tst_QLocalSocket::listenAndConnect(tst_localsocket 1) PASS : tst_QLocalSocket::listenAndConnect(null 2) PASS : tst_QLocalSocket::listenAndConnect(tst_localsocket 2) PASS : tst_QLocalSocket::sendData(null 0) PASS : tst_QLocalSocket::sendData(tst_localsocket 0) PASS : tst_QLocalSocket::sendData(null 1) PASS : tst_QLocalSocket::sendData(tst_localsocket 1) PASS : tst_QLocalSocket::sendData(null 2) PASS : tst_QLocalSocket::sendData(tst_localsocket 2) PASS : tst_QLocalSocket::readBufferOverflow() PASS : tst_QLocalSocket::fullPath() PASS : tst_QLocalSocket::hitMaximumConnections(none) PASS : tst_QLocalSocket::hitMaximumConnections(1) PASS : tst_QLocalSocket::hitMaximumConnections(3) PASS : tst_QLocalSocket::setSocketDescriptor() PASS : tst_QLocalSocket::threadedConnection(1 client) PASS : tst_QLocalSocket::threadedConnection(2 clients) PASS : tst_QLocalSocket::threadedConnection(5 clients) PASS : tst_QLocalSocket::threadedConnection(10 clients) PASS : tst_QLocalSocket::threadedConnection(20 clients) FAIL! : tst_QLocalSocket::processConnection(1 client) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" QWARN : tst_QLocalSocket::processConnection(1 client) QProcess: Destroyed while process ("socketprocess/socketprocess") is still running. FAIL! : tst_QLocalSocket::processConnection(2 clients) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" QWARN : tst_QLocalSocket::processConnection(2 clients) QProcess: Destroyed while process ("socketprocess/socketprocess") is still running. FAIL! : tst_QLocalSocket::processConnection(5 clients) Compared values are not the same Actual (consumer->exitCode()): 1 Expected (0): 0 Loc: [../tst_qlocalsocket.cpp(807)] client: connecting to "qlocalsocket_autotest" QWARN : tst_QLocalSocket::processConnection(5 clients) QProcess: Destroyed while process ("socketprocess/socketprocess") is still running. PASS : tst_QLocalSocket::processConnection(30 clients) PASS : tst_QLocalSocket::longPath() PASS : tst_QLocalSocket::waitForDisconnect() PASS : tst_QLocalSocket::waitForDisconnectByServer() PASS : tst_QLocalSocket::removeServer() PASS : tst_QLocalSocket::recycleServer() PASS : tst_QLocalSocket::multiConnect() PASS : tst_QLocalSocket::writeOnlySocket() QWARN : tst_QLocalSocket::writeToClientAndDisconnect() QLocalSocket::waitForDisconnected() is not allowed in UnconnectedState PASS : tst_QLocalSocket::writeToClientAndDisconnect() QDEBUG : tst_QLocalSocket::debug() QLocalSocket::ConnectionRefusedError QLocalSocket::UnconnectedState PASS : tst_QLocalSocket::debug() PASS : tst_QLocalSocket::bytesWrittenSignal() PASS : tst_QLocalSocket::syncDisconnectNotify() PASS : tst_QLocalSocket::asyncDisconnectNotify() PASS : tst_QLocalSocket::verifySocketOptions(user) PASS : tst_QLocalSocket::verifySocketOptions(group) PASS : tst_QLocalSocket::verifySocketOptions(other) PASS : tst_QLocalSocket::verifySocketOptions(all) QDEBUG : tst_QLocalSocket::verifyListenWithDescriptor(normal) socket "/tmp/testsocket" false PASS : tst_QLocalSocket::verifyListenWithDescriptor(normal) QDEBUG : tst_QLocalSocket::verifyListenWithDescriptor(abstract) socket "abstractsocketname" true PASS : tst_QLocalSocket::verifyListenWithDescriptor(abstract) QDEBUG : tst_QLocalSocket::verifyListenWithDescriptor(abstractwithslash) socket "abstractsocketwitha/inthename" true PASS : tst_QLocalSocket::verifyListenWithDescriptor(abstractwithslash) QDEBUG : tst_QLocalSocket::verifyListenWithDescriptor(no path) socket "/invalid/no path name specified" true PASS : tst_QLocalSocket::verifyListenWithDescriptor(no path) PASS : tst_QLocalSocket::cleanupTestCase() Totals: 52 passed, 3 failed, 0 skipped ********* Finished testing of tst_QLocalSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 3 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qlocalsocket: 16 seconds, exit code 3 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00889/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365584952): http://codereview.qt-project.org/53326 [PS1] - Write two missing linker options to the vcxproj file http://codereview.qt-project.org/52792 [PS2] - Call QString::normalized when it is constructed via the native API http://codereview.qt-project.org/53349 [PS1] - Remove QT_{BEGIN,END}_HEADERS macros From ci-noreply at qt-project.org Wed Apr 10 12:27:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 13:27:45 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130410_102745_096836.ci-noreply@qt-project.org> QtTools_stable_Integration #135: SUCCESS Tested changes (refs/builds/stable_1365581442): http://codereview.qt-project.org/52868 [PS1] - Doc: move release management task list in Qt Linguist Manual From ci-noreply at qt-project.org Wed Apr 10 12:43:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 13:43:34 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_104334_028652.ci-noreply@qt-project.org> Autotest `tst_networkselftest' failed :( Testing tst_NetworkSelfTest FAIL! : tst_NetworkSelfTest::httpsServer() Failed to receive data in step 3: timeout Loc: [tst_networkselftest.cpp(231)] Totals: 46 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_NetworkSelfTest ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_NetworkSelfTest::initTestCase() PASS : tst_NetworkSelfTest::hostTest() PASS : tst_NetworkSelfTest::dnsResolution(local-name) PASS : tst_NetworkSelfTest::dnsResolution(fqdn) PASS : tst_NetworkSelfTest::serverReachability() PASS : tst_NetworkSelfTest::remotePortsOpen(echo) PASS : tst_NetworkSelfTest::remotePortsOpen(daytime) PASS : tst_NetworkSelfTest::remotePortsOpen(ftp) PASS : tst_NetworkSelfTest::remotePortsOpen(ssh) PASS : tst_NetworkSelfTest::remotePortsOpen(imap) PASS : tst_NetworkSelfTest::remotePortsOpen(http) PASS : tst_NetworkSelfTest::remotePortsOpen(https) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy-auth-basic) PASS : tst_NetworkSelfTest::remotePortsOpen(http-proxy-auth-ntlm) PASS : tst_NetworkSelfTest::remotePortsOpen(socks5-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(socks5-proxy-auth) PASS : tst_NetworkSelfTest::remotePortsOpen(ftp-proxy) PASS : tst_NetworkSelfTest::remotePortsOpen(smb) QDEBUG : tst_NetworkSelfTest::ftpServer() 0 Connecting to server on port 21 QDEBUG : tst_NetworkSelfTest::ftpServer() 1 Expecting "220" QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 3 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 4 Expecting "331" QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 6 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 7 Expecting "230" QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 9 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 10 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 12 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 13 Expecting "550" QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 15 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 16 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 17 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 18 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 19 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 22 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 23 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 25 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 26 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 27 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 28 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 29 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 30 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 31 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 32 Expecting "221" QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::ftpServer() 34 Waiting for remote disconnect PASS : tst_NetworkSelfTest::ftpServer() QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 0 Connecting to server on port 2121 QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 1 Expecting "220" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 2 Discarded " Frox transparent ftp proxy. Login with username[@host[:port]]\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 3 Sending "USER anonymous at qt-test-server.qt-test-net\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 4 Expecting "331" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 5 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 5 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 6 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 7 Expecting "230" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 8 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 9 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 10 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 11 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 12 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 13 Expecting "550" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 14 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 15 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 16 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 17 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 18 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 19 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 22 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 23 Expecting "250" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 24 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 25 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 26 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 27 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 28 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 29 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 30 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 31 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 32 Expecting "221" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 33 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 33 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::ftpProxyServer() 34 Waiting for remote disconnect PASS : tst_NetworkSelfTest::ftpProxyServer() QDEBUG : tst_NetworkSelfTest::imapServer() 0 Connecting to server on port 143 QDEBUG : tst_NetworkSelfTest::imapServer() 1 Expecting "* OK " QDEBUG : tst_NetworkSelfTest::imapServer() 2 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 2 Discarded "qt-test-server Cyrus IMAP4 v2.2.13-Debian-2.2.13-19squeeze3build0.10.04.1 server ready\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 3 Sending "1 CAPABILITY\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 4 Expecting "* CAPABILITY " QDEBUG : tst_NetworkSelfTest::imapServer() 5 Discarding until "1 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 5 Discarded "IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS\r\n1 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 6 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 6 Discarded " Completed\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 7 Sending "2 LOGOUT\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 8 Discarding until "2 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 8 Discarded "* BYE LOGOUT received\r\n2 OK" QDEBUG : tst_NetworkSelfTest::imapServer() 9 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 9 Discarded " Completed\r\n" QDEBUG : tst_NetworkSelfTest::imapServer() 10 Waiting for remote disconnect PASS : tst_NetworkSelfTest::imapServer() QDEBUG : tst_NetworkSelfTest::httpServer() 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 1 Sending "GET /\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 2 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 2 Discarded in the process: "

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 3 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 4 Sending "GET / HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 5 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 6 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 6 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 7 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 8 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 8 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 9 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 10 Sending "POST / HTTP/1.0\r\nContent-Length: 5\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\nHello" QDEBUG : tst_NetworkSelfTest::httpServer() 11 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 12 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 12 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 13 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 14 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 14 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpServer() 15 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 16 Sending "GET /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 17 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 18 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 18 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 19 Expecting "401 " QDEBUG : tst_NetworkSelfTest::httpServer() 20 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 20 Discarded in the process: "Authorization Required\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nWWW-Authenticate: Basic realm=\"password-protected area\"\r\nContent-Length: 493\r\nConnection: close\r\nContent-Type: text/html; charset=iso-8859-1\r\n\r\n\n\n401 Authorization Required\n\n

Authorization Required

\n

This server could not verify that you\nare authorized to access the document\nrequested. Either you supplied the wrong\ncredentials (e.g., bad password), or your\nbrowser doesn't understand how to supply\nthe credentials required.

\n
\n
Apache/2.2.14 (Ubuntu) Server at qt-test-server.qt-test-net Port 80
\n\n" QDEBUG : tst_NetworkSelfTest::httpServer() 21 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 22 Sending "HEAD /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 23 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 24 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 24 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 25 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 26 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 26 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"242d-656a-4ca2f90330f9a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\nConnection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 27 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 28 Sending "HEAD /dav/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 29 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 30 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 30 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 31 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 32 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 32 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/html;charset=UTF-8\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 33 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 34 Sending "PUT /dav/networkselftest-1844674407262959763299224771365589668.txt HTTP/1.0\r\nContent-Length: 5\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\nHello" QDEBUG : tst_NetworkSelfTest::httpServer() 35 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 36 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 36 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 37 Expecting "201 " QDEBUG : tst_NetworkSelfTest::httpServer() 38 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 38 Discarded in the process: "Created\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLocation: http://qt-test-server.qt-test-net/dav/networkselftest-1844674407262959763299224771365589668.txt\r\nContent-Length: 328\r\nConnection: close\r\nContent-Type: text/html; charset=ISO-8859-1\r\n\r\n\n\n201 Created\n\n

Created

\n

Resource /dav/networkselftest-1844674407262959763299224771365589668.txt has been created.

\n
\n
Apache/2.2.14 (Ubuntu) Server at qt-test-server.qt-test-net Port 80
\n\n" QDEBUG : tst_NetworkSelfTest::httpServer() 39 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 40 Sending "HEAD /dav/networkselftest-1844674407262959763299224771365589668.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 41 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 42 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 42 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 43 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpServer() 44 Discarding until "\r\nContent-Length: 5\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 44 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Wed, 10 Apr 2013 10:37:53 GMT\r\nETag: W/\"2cdc-5-4d9ff432ae2ec\"\r\nAccept-Ranges: bytes\r\nContent-Length: 5\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 45 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 45 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 46 Reconnecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServer() 47 Sending "DELETE /dav/networkselftest-1844674407262959763299224771365589668.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServer() 48 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServer() 49 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpServer() 49 Discarded "1 " QDEBUG : tst_NetworkSelfTest::httpServer() 50 Expecting "204 " QDEBUG : tst_NetworkSelfTest::httpServer() 51 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServer() 51 Discarded in the process: "No Content\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-Length: 0\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServer() QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 1 Sending "HEAD /qtest/fluke.gif HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(fluke.gif) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Tue, 22 May 2007 12:04:57 GMT\r\nETag: \"2419-6d02-4310ddbb12c40\"\r\nAccept-Ranges: bytes\r\nContent-Length: 27906\r\nConnection: close\r\nContent-Type: image/gif\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(fluke.gif) QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 1 Sending "HEAD /qtest/bigfile HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 5 Discarding until "\r\nContent-Length: 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2410-7ec48-4ca2f9031a836\"\r\nAccept-Ranges: bytes\r\nContent-Length: 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(bigfile) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(bigfile) QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 1 Sending "HEAD /qtest/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 5 Discarding until "\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2411-656a-4ca2f9031b7d9\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(rfc3252.txt) QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 1 Sending "HEAD /qtest/protected/rfc3252.txt HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 5 Discarding until "\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"242d-656a-4ca2f90330f9a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) 6 Discarded in the process: "Connection: close\r\nContent-Type: text/plain\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(protected/rfc3252.txt) QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 1 Sending "HEAD /qtest/qxmlquery/completelyEmptyQuery.xq HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2413-0-4ca2f9031d719\"\r\nAccept-Ranges: bytes\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(completelyEmptyQuery.xq) QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 1 Sending "HEAD /qtest/qxmlquery/notWellformedViaHttps.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2423-4-4ca2f90329298\"\r\nAccept-Ranges: bytes\r\nContent-Length: 4\r\nConnection: close\r\nContent-Type: application/xml\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(notWellformedViaHttps.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 1 Sending "HEAD /qtest/qxmlquery/notWellformed.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2442-4-4ca2f90340999\"\r\nAccept-Ranges: bytes\r\nContent-Length: 4\r\nConnection: close\r\nContent-Type: application/xml\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(notWellformed.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 1 Sending "HEAD /qtest/qxmlquery/viaHttp.xq HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2416-2a-4ca2f9031f658\"\r\nAccept-Ranges: bytes\r\nContent-Length: 42\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(viaHttp.xq) QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 1 Sending "HEAD /qtest/qxmlquery/wellFormedViaHttps.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"2414-31-4ca2f9031d719\"\r\nAccept-Ranges: bytes\r\nContent-Length: 49\r\nConnection: close\r\nContent-Type: application/xml\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(wellFormedViaHttps.xml) QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 1 Sending "HEAD /qtest/qxmlquery/wellFormed.xml HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) 5 Discarded in the process: "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Fri, 21 Sep 2012 05:32:18 GMT\r\nETag: \"241a-30-4ca2f9032253a\"\r\nAccept-Ranges: bytes\r\nContent-Length: 48\r\nConnection: close\r\nContent-Type: application/xml\r\nX-Pad: avoid browser bug\r\n\r\n" PASS : tst_NetworkSelfTest::httpServerFiles(wellFormed.xml) QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 1 Sending "GET /qtest/cgi-bin/echo.cgi?Hello+World HTTP/1.0\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 6 Expecting "Hello+World" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(echo.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 1 Sending "POST /qtest/cgi-bin/echo.cgi?Hello+World HTTP/1.0\r\nConnection: close\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 6 Expecting "Hello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(echo.cgi(POST)) QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 1 Sending "POST /qtest/cgi-bin/md5sum.cgi HTTP/1.0\r\nConnection: close\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-length: 33\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 6 Expecting "29b933a8d9a0fcef0af75f1713f4940e\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(md5sum.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 1 Sending "POST /qtest/protected/cgi-bin/md5sum.cgi HTTP/1.0\r\nConnection: close\r\nAuthorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\nContent-Length: 15\r\n\r\nHello, World!\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 5 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nContent-length: 33\r\nConnection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 6 Expecting "29b933a8d9a0fcef0af75f1713f4940e\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) 7 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(protected/md5sum.cgi) QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 0 Connecting to server on port 80 QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 1 Sending "POST /qtest/cgi-bin/set-cookie.cgi HTTP/1.0\r\nConnection: close\r\nContent-Length: 8\r\n\r\nfoo=bar\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 3 Skipping 1 bytes QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 3 Skipped "1" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 4 Expecting " 200 " QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 5 Discarding until "\r\nSet-Cookie: foo=bar\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 5 Discarded "OK\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nSet-Cookie: foo=bar\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 6 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 6 Discarded "Connection: close\r\nContent-Type: text/plain\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 7 Expecting "Success\n" QDEBUG : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) 8 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpServerCGI(set-cookie.cgi) QDEBUG : tst_NetworkSelfTest::httpsServer() 0 Connecting to server on port 443 QDEBUG : tst_NetworkSelfTest::httpsServer() 1 Starting client encryption QDEBUG : tst_NetworkSelfTest::httpsServer() 2 Sending "GET / HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nConnection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpsServer() 3 Expecting "HTTP/1." FAIL! : tst_NetworkSelfTest::httpsServer() Failed to receive data in step 3: timeout Loc: [tst_networkselftest.cpp(231)] QDEBUG : tst_NetworkSelfTest::httpProxy() 0 Connecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 1 Sending "GET http://10.212.2.0/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 4 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Discarded in the process: "OK\r\nDate: Wed, 28 Nov 2012 19:04:13 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 143985\r\nWarning: 113 localhost (squid/3.0.STABLE19) This cache hit is still fresh and more than 1 day old\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 6 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 7 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 8 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 10 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Discarded in the process: "OK\r\nDate: Wed, 13 Mar 2013 05:49:30 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 143985\r\nWarning: 113 localhost (squid/3.0.STABLE19) This cache hit is still fresh and more than 1 day old\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 12 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 13 Sending "CONNECT 10.212.2.0:21 HTTP/1.0\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 14 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 16 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarded "Connection established\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 18 Expecting "220" QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 20 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 21 Expecting "331" QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 23 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 24 Expecting "230" QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 26 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 27 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 29 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 30 Expecting "550" QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 32 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 33 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 34 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 35 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 36 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 37 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 39 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 40 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 42 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 43 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 44 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 45 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 46 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 47 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 48 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 49 Expecting "221" QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 51 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxy() 52 Reconnecting to server on port 3128 QDEBUG : tst_NetworkSelfTest::httpProxy() 53 Sending "CONNECT qt-test-server.qt-test-net:21 HTTP/1.0\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 54 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxy() 56 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarding until "\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarded "Connection established\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 58 Expecting "220" QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 60 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 61 Expecting "331" QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 63 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 64 Expecting "230" QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 66 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 67 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 69 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 70 Expecting "550" QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 72 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 73 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 74 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 75 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 76 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 77 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 79 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 80 Expecting "250" QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 82 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 83 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 84 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 85 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 86 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 87 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 88 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 89 Expecting "221" QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::httpProxy() 91 Waiting for remote disconnect PASS : tst_NetworkSelfTest::httpProxy() QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 0 Connecting to server on port 3129 QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 1 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 4 Expecting "407 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 5 Discarding until "\r\nProxy-Authenticate: Basic realm=\"" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 5 Discarded "Proxy Authentication Required\r\nServer: squid/3.0.STABLE19\r\nMime-Version: 1.0\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nContent-Type: text/html\r\nContent-Length: 1690\r\nX-Squid-Error: ERR_CACHE_ACCESS_DENIED 0\r\nProxy-Authenticate: Basic realm=\"" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 6 Discarded in the process: "Squid proxy-caching web server\"\r\nX-Cache: MISS from localhost\r\nX-Cache-Lookup: NONE from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n\n\n\nERROR: Cache Access Denied\n\n\n\n
\n

ERROR

\n

Cache Access Denied.

\n
\n
\n\n
\n

The following error was encountered while trying to retrieve the URL: http://qt-test-server.qt-test-net/

\n\n
\n

Cache Access Denied.

\n
\n\n

Sorry, you are not currently allowed to request http://qt-test-server.qt-test-net/ from this cache until you have authenticated yourself.

\n\n

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.

\n\n
\n
\n\n
\n
\n

Generated Wed, 10 Apr 2013 10:37:53 GMT by localhost (squid/3.0.STABLE19)

\n\n
\n\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 7 Reconnecting to server on port 3129 QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 8 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: close\r\nProxy-Authorization: Basic cXNvY2tzdGVzdDpwYXNzd29yZA==\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 9 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 10 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 10 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 11 Expecting "200 " QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 12 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyBasicAuth() 12 Discarded in the process: "OK\r\nDate: Wed, 13 Mar 2013 05:49:30 GMT\r\nServer: Apache/2.2.14 (Ubuntu)\r\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\r\nETag: \"240c-e0-45bbaa65d0000\"\r\nAccept-Ranges: bytes\r\nContent-Length: 224\r\nContent-Type: text/html\r\nAge: 143985\r\nWarning: 113 localhost (squid/3.0.STABLE19) This cache hit is still fresh and more than 1 day old\r\nX-Cache: HIT from localhost\r\nX-Cache-Lookup: HIT from localhost:3128\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n

Welcome to qt-test-server

\n\"fluke\"\n

This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.

\n" PASS : tst_NetworkSelfTest::httpProxyBasicAuth() QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 0 Connecting to server on port 3130 QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 1 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\r\nHost: qt-test-server.qt-test-net\r\nProxy-connection: keep-alive\r\n\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 2 Expecting "HTTP/1." QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 3 Discarding until " " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 3 Discarded "0 " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 4 Expecting "407 " QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 5 Discarding until "\r\nProxy-Authenticate: NTLM\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 5 Discarded "Proxy Authentication Required\r\nServer: squid/3.0.STABLE19\r\nMime-Version: 1.0\r\nDate: Wed, 10 Apr 2013 10:37:53 GMT\r\nContent-Type: text/html\r\nContent-Length: 1695\r\nX-Squid-Error: ERR_CACHE_ACCESS_DENIED 0\r\nProxy-Authenticate: NTLM\r\n" QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 6 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::httpProxyNtlmAuth() 6 Discarded in the process: "X-Cache: MISS from localhost\r\nX-Cache-Lookup: NONE from localhost:3130\r\nVia: 1.0 localhost (squid/3.0.STABLE19)\r\nProxy-Connection: close\r\n\r\n\n\n\nERROR: Cache Access Denied\n\n\n\n
\n

ERROR

\n

Cache Access Denied.

\n
\n
\n\n
\n

The following error was encountered while trying to retrieve the URL: http://qt-test-server.qt-test-net/

\n\n
\n

Cache Access Denied.

\n
\n\n

Sorry, you are not currently allowed to request http://qt-test-server.qt-test-net/ from this cache until you have authenticated yourself.

\n\n

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.

\n\n
\n
\n\n
\n
\n

Generated Wed, 10 Apr 2013 10:37:53 GMT by localhost (squid/3.0.STABLE19)

\n\n
\n\n" PASS : tst_NetworkSelfTest::httpProxyNtlmAuth() QDEBUG : tst_NetworkSelfTest::socks5Proxy() 0 Connecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 1 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 2 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 3 Sending "\5\1\0\1\177\0\0\1\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 4 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 5 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 6 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 6 Skipped "\n\324\2\0\351s" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 7 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 8 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 8 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 9 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 10 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 11 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 11 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 12 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 13 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 14 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 14 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 15 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 16 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 17 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 17 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 18 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 19 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 20 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 20 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 21 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 22 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 23 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 24 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 25 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 26 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 27 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 27 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 28 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 29 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 30 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 30 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 31 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 32 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 33 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 34 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 35 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 36 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 37 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 38 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 39 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 39 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 40 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 41 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 42 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 43 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 44 Sending "\5\1\0\1\n\324\2\0\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 45 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 46 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 47 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 47 Skipped "\n\324\2\0\351t" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 48 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 49 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 49 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 50 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 51 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 52 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 52 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 53 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 54 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 55 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 55 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 56 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 57 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 58 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 58 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 59 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 60 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 61 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 61 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 62 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 63 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 64 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 65 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 66 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 67 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 68 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 68 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 69 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 70 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 71 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 71 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 72 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 73 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 74 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 75 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 76 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 77 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 78 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 79 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 80 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 80 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 81 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 82 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 83 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 84 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 85 Sending "\5\1\0\3\tlocalhost\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 86 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 87 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 88 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 88 Skipped "\n\324\2\0\351u" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 89 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 90 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 90 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 91 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 92 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 93 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 93 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 94 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 95 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 96 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 96 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 97 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 98 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 99 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 99 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 100 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 101 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 102 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 102 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 103 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 104 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 105 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 106 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 107 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 108 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 109 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 109 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 110 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 111 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 112 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 112 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 113 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 114 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 115 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 116 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 117 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 118 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 119 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 120 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 121 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 121 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 122 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5Proxy() 123 Reconnecting to server on port 1080 QDEBUG : tst_NetworkSelfTest::socks5Proxy() 124 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 125 Expecting "\5\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 126 Sending "\5\1\0\3\32qt-test-server.qt-test-net\0\25" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 127 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 128 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 129 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5Proxy() 129 Skipped "\n\324\2\0\351v" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 130 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 131 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 131 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 132 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 133 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 134 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 134 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 135 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 136 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 137 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 137 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 138 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 139 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 140 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 140 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 141 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 142 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 143 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 143 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 144 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 145 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 146 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 147 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 148 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 149 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 150 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 150 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 151 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 152 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 153 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 153 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 154 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 155 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 156 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 157 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 158 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 159 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 160 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 161 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 162 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 162 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5Proxy() 163 Waiting for remote disconnect PASS : tst_NetworkSelfTest::socks5Proxy() QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 0 Connecting to server on port 1081 QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 1 Sending "\5\1\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 2 Expecting "\5\377" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 3 Waiting for remote disconnect QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 4 Reconnecting to server on port 1081 QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 5 Sending "\5\1\2\1\nqsockstest\10password" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 6 Expecting "\5\2\1\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 7 Sending "\5\1\0\1\177\0\0\1\0\25" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 8 Expecting "\5\0\0" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 9 Expecting "\1" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipping 6 bytes QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 10 Skipped "\n\324\2\0\261I" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 11 Expecting "220" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 12 Discarded " (vsFTPd 2.2.2)\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 13 Sending "USER anonymous\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 14 Expecting "331" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 15 Discarded " Please specify the password.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 16 Sending "PASS user at hostname\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 17 Expecting "230" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 18 Discarded " Login successful.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 19 Sending "CWD pub\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 20 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 21 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 22 Sending "CWD dir-not-readable\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 23 Expecting "550" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 24 Discarded " Failed to change directory.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 25 Sending "PWD\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 26 Expecting "257 \"/pub\"\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 27 Sending "SIZE file-not-readable.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 28 Expecting "213 41\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 29 Sending "CWD qxmlquery\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 30 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 31 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 32 Sending "CWD /qtest\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 33 Expecting "250" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 34 Discarded " Directory successfully changed.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 35 Sending "SIZE bigfile\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 36 Expecting "213 519240\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 37 Sending "SIZE rfc3252\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 38 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 39 Sending "SIZE rfc3252.txt\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 40 Expecting "213 25962\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 41 Sending "QUIT\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 42 Expecting "221" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarding until "\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 43 Discarded " Goodbye.\r\n" QDEBUG : tst_NetworkSelfTest::socks5ProxyAuth() 44 Waiting for remote disconnect PASS : tst_NetworkSelfTest::socks5ProxyAuth() QDEBUG : tst_NetworkSelfTest::smbServer() Test server found and shares are correct QDEBUG : tst_NetworkSelfTest::smbServer() Test file is correct PASS : tst_NetworkSelfTest::smbServer() PASS : tst_NetworkSelfTest::supportsSsl() PASS : tst_NetworkSelfTest::cleanupTestCase() Totals: 46 passed, 1 failed, 0 skipped ********* Finished testing of tst_NetworkSelfTest ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_networkselftest: 2 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00890/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365588020): http://codereview.qt-project.org/53349 [PS1] - Remove QT_{BEGIN,END}_HEADERS macros http://codereview.qt-project.org/52679 [PS2] - Use the smallest size out of the readBuffer or the maximum size for SSL From ci-noreply at qt-project.org Wed Apr 10 13:10:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 14:10:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130410_111004_051763.ci-noreply@qt-project.org> QtSensors_dev_Integration #71: SUCCESS Tested changes (refs/builds/dev_1365588960): http://codereview.qt-project.org/52916 [PS5] - iOS: implement magnetometer From ci-noreply at qt-project.org Wed Apr 10 13:25:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 14:25:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_112514_009634.ci-noreply@qt-project.org> qtbase failed to compile :( /work/build/qt/qtbase/bin/moc -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_DISABLE_DEPRECATED_BEFORE=0 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_TESTLIB_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -DQT_TESTCASE_BUILDDIR=\"/work/build/qt/qtbase/tests/auto/widgets/widgets/qcombobox\" -D__APPLE__ -D__GNUC__=4 -I../../../../../mkspecs/macx-clang -I. -I../../../../../include -I../../../../../include/QtWidgets -I../../../../../include/QtWidgets/5.1.0 -I../../../../../include/QtWidgets/5.1.0/QtWidgets -I../../../../../lib/QtWidgets.framework/Versions/5/Headers -I../../../../../include/QtTest -I../../../../../lib/QtTest.framework/Versions/5/Headers -I../../../../../include/QtGui -I../../../../../include/QtGui/5.1.0 -I../../../../../include/QtGui/5.1.0/QtGui -I../../../../../lib/QtGui.framework/Versions/5/Headers -I../../../../../include/QtCore -I../../../../../include/QtCore/5.1.0 -I../../../../../include/QtCore/5.1.0/QtCore -I../../../../../lib/QtCore.framework/Versions/5/Headers -I.moc/release-shared -I/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1 -I/Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1/backward -I/Developer/usr/bin/../lib/clang/3.0/include -I/Developer/SDKs/MacOSX10.7.sdk/usr/include tst_qcombobox.cpp -o .moc/release-shared/tst_qcombobox.moc /Developer/usr/bin/clang++ -c -pipe -O2 -isysroot /Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.6 -Wall -W -fPIE -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_DISABLE_DEPRECATED_BEFORE=0 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_TESTLIB_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -DQT_TESTCASE_BUILDDIR=\"/work/build/qt/qtbase/tests/auto/widgets/widgets/qcombobox\" -I../../../../../mkspecs/macx-clang -I. -I../../../../../include -I../../../../../include/QtWidgets -I../../../../../include/QtWidgets/5.1.0 -I../../../../../include/QtWidgets/5.1.0/QtWidgets -I../../../../../lib/QtWidgets.framework/Versions/5/Headers -I../../../../../include/QtTest -I../../../../../lib/QtTest.framework/Versions/5/Headers -I../../../../../include/QtGui -I../../../../../include/QtGui/5.1.0 -I../../../../../include/QtGui/5.1.0/QtGui -I../../../../../lib/QtGui.framework/Versions/5/Headers -I../../../../../include/QtCore -I../../../../../include/QtCore/5.1.0 -I../../../../../include/QtCore/5.1.0/QtCore -I../../../../../lib/QtCore.framework/Versions/5/Headers -I.moc/release-shared -I/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/AGL.framework/Headers -o .obj/release-shared/tst_qcombobox.o tst_qcombobox.cpp tst_qcombobox.cpp:431:9: error: use of undeclared identifier 'testWidget'; did you mean 'TestWidget'? make[6]: *** [.obj/release-shared/tst_qcombobox.o] Error 1 make[5]: *** [sub-qcombobox-make_first] Error 2 make[4]: *** [sub-widgets-make_first] Error 2 make[3]: *** [sub-widgets-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00891/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365590747): http://codereview.qt-project.org/53308 [PS1] - QNetworkConfigurationManager: check whether app is shutting down http://codereview.qt-project.org/53299 [PS1] - Stabilize tst_qcombobox. From ci-noreply at qt-project.org Wed Apr 10 13:52:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 14:52:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130410_115256_056987.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #43: SUCCESS Tested changes (refs/builds/stable_1365591593): http://codereview.qt-project.org/53287 [PS3] - Add documentation to QtQuick.Layouts From ci-noreply at qt-project.org Wed Apr 10 14:16:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 15:16:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130410_121639_053111.ci-noreply@qt-project.org> QtBase_dev_Integration #801: SUCCESS Tested changes (refs/builds/dev_1365588258): http://codereview.qt-project.org/52513 [PS2] - Don't duplicate SIMD QMAKE_CFLAGS for Clang From ci-noreply at qt-project.org Wed Apr 10 14:30:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 15:30:09 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130410_123009_015017.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012ad690 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012cf790 Loc: [tst_qmenubar.cpp(1187)] QWARN : tst_QMenuBar::task256322_highlight() Problem creating accessible interface for: QWidget(0x7fff5fbfde28) Make sure to deploy Qt with accessibility plugins. PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00179/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365581745): http://codereview.qt-project.org/53191 [PS3] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 10 14:44:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 15:44:51 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130410_124451_011856.ci-noreply@qt-project.org> Qt5_stable_Integration » win32-msvc2010_developer-build_angle_Windows_7 #180: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00180/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365597208): http://codereview.qt-project.org/53191 [PS3] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 10 14:45:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 15:45:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130410_124515_005532.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #115: SUCCESS Tested changes (refs/builds/stable_1365594800): http://codereview.qt-project.org/52648 [PS2] - Doc: Fix minor typos From ci-noreply at qt-project.org Wed Apr 10 15:34:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 16:34:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130410_133417_022456.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #55: SUCCESS Tested changes (refs/builds/stable_1365598205): http://codereview.qt-project.org/52651 [PS1] - Doc: Fix minor typo From ci-noreply at qt-project.org Wed Apr 10 15:36:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 16:36:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_133621_082528.ci-noreply@qt-project.org> QtBase_stable_Integration #892: SUCCESS Tested changes (refs/builds/stable_1365593352): http://codereview.qt-project.org/53308 [PS1] - QNetworkConfigurationManager: check whether app is shutting down http://codereview.qt-project.org/53279 [PS1] - Fix access to invalid memory http://codereview.qt-project.org/52649 [PS1] - Doc: Fix minor typo http://codereview.qt-project.org/53349 [PS1] - Remove QT_{BEGIN,END}_HEADERS macros From ci-noreply at qt-project.org Wed Apr 10 15:42:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 16:42:11 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130410_134211_038116.ci-noreply@qt-project.org> QtDoc_stable_Integration #135: SUCCESS Tested changes (refs/builds/stable_1365599397): http://codereview.qt-project.org/53367 [PS1] - Doc: Removed \inqmlmodule in a QDoc page. http://codereview.qt-project.org/53377 [PS1] - Doc: Adding link to QML application page from the main page. From ci-noreply at qt-project.org Wed Apr 10 15:52:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 16:52:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_135249_051819.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::stepNextWithCount() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1560)] FAIL! : tst_QQmlDebugJS::getScopes() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1758)] Totals: 33 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() QWARN : tst_QQmlDebugJS::getSource() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] QDEBUG : tst_QQmlDebugJS::getSource() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getSource() Process State: "running" QDEBUG : tst_QQmlDebugJS::getSource() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 34 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 37 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00392/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365598487): http://codereview.qt-project.org/52392 [PS14] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Wed Apr 10 15:55:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 16:55:41 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130410_135541_026887.ci-noreply@qt-project.org> QtTools_stable_Integration #136: SUCCESS Tested changes (refs/builds/stable_1365590480): http://codereview.qt-project.org/53256 [PS1] - Fix plugin export macros in Qt Designer documentation. From ci-noreply at qt-project.org Wed Apr 10 16:26:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 17:26:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130410_142630_068564.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #44: SUCCESS Tested changes (refs/builds/stable_1365600763): http://codereview.qt-project.org/53406 [PS1] - Tests: add tst_splitview.qml to pro file From ci-noreply at qt-project.org Wed Apr 10 16:27:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 17:27:27 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_142727_028390.ci-noreply@qt-project.org> Autotest `tst_qquickcanvasitem' failed :( Testing qquickcanvasitem QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 22699] QtQA::App::TestRunner: [New LWP 22696] QtQA::App::TestRunner: [New LWP 22697] QtQA::App::TestRunner: [New LWP 22698] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickcanvasitem -silent -o /work/build/_artifacts/test-logs/tst_qquickca'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f3e6fbfe5c6 in TestNamespace::QScopedPointer >::data (this=0x14f700003820) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f3e71451700 (LWP 22698)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f3e6dffcbab in v8::internal::LinuxSemaphore::Wait (this=0x1292b70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f3e6ded096d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f3e6ded0b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x12897dc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f3e6dffdc18 in v8::internal::SignalSender::Run (this=0x12897b0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f3e6dffc90c in v8::internal::ThreadEntry (arg=0x12897b0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f3e6d64befc in start_thread (arg=0x7f3e71451700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f3e70d4ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f3e65903700 (LWP 22697)): QtQA::App::TestRunner: #0 0x00007f3e70d43e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f3e6ba2bf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f3e6ba2c429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f3e6f680a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1248110, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f3e6f60bbc8 in TestNamespace::QEventLoop::processEvents (this=0x7f3e65902d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f3e6f60bea1 in TestNamespace::QEventLoop::exec (this=0x7f3e65902d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f3e6f3caf5c in TestNamespace::QThread::exec (this=0x1245db0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f3e6e89b891 in TestNamespace::QQmlThreadPrivate::run (this=0x1245db0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f3e6f3d19f5 in TestNamespace::QThreadPrivate::start (arg=0x1245db0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f3e6d64befc in start_thread (arg=0x7f3e65903700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f3e70d4ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f3e7142d760 (LWP 22696)): QtQA::App::TestRunner: #0 v8::internal::Handle::cast (that=...) at ../3rdparty/v8/src/handles.h:81 QtQA::App::TestRunner: #1 0x00007f3e6dc9b6de in v8::internal::Execution::Call (callable=..., receiver=..., argc=1, argv=0x7fff01886490, pending_exception=0x7fff018864ce, convert_receiver=false, qml=...) at ../3rdparty/v8/src/execution.cc:184 QtQA::App::TestRunner: #2 0x00007f3e6dc9b661 in v8::internal::Execution::Call (callable=..., receiver=..., argc=1, argv=0x7fff01886490, pending_exception=0x7fff018864ce, convert_receiver=false) at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #3 0x00007f3e6dbf6f6a in v8::CallV8HeapFunction (name=0x7f3e6e00adc3 "EQUALS", recv=..., argc=1, argv=0x7fff01886490, has_pending_exception=0x7fff018864ce) at ../3rdparty/v8/src/api.cc:1971 QtQA::App::TestRunner: #4 0x00007f3e6dbfbd43 in v8::Value::Equals (this=0x7fff018869d0, that=...) at ../3rdparty/v8/src/api.cc:2826 QtQA::App::TestRunner: #5 0x00007f3e6e7fe007 in TestNamespace::QStringHashNode::equals (this=0x1334258, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:267 QtQA::App::TestRunner: #6 0x00007f3e6e7fe123 in TestNamespace::QStringHashNode::equals (this=0x1334258, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:278 QtQA::App::TestRunner: #7 0x00007f3e6e849b68 in TestNamespace::QStringHash >::findNode (this=0x1388b28, key=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:862 QtQA::App::TestRunner: #8 0x00007f3e6e8481ad in TestNamespace::QStringHash >::find (this=0x1388b28, key=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1015 QtQA::App::TestRunner: #9 0x00007f3e6e8469e5 in TestNamespace::QQmlPropertyCache::property (this=0x1388ac0, key=..., object=0x18ac920, context=0x183b5e0) at qml/qqmlpropertycache_p.h:285 QtQA::App::TestRunner: #10 0x00007f3e6e8ec9db in TestNamespace::QV8QObjectWrapper::getProperty (this=0x124b670, object=0x18ac920, string=..., context=0x183b5e0, mode=TestNamespace::QV8QObjectWrapper::CheckRevision) at qml/v8/qv8qobjectwrapper_p.h:163 QtQA::App::TestRunner: #11 0x00007f3e6e8ebf1a in TestNamespace::QV8ContextWrapper::Getter (property=..., info=...) at qml/v8/qv8contextwrapper.cpp:332 QtQA::App::TestRunner: #12 0x00007f3e6df0251b in v8::internal::LoadWithInterceptor (args=0x7fff01886940, attrs=0x7fff0188696c) at ../3rdparty/v8/src/stub-cache.cc:1127 QtQA::App::TestRunner: #13 0x00007f3e6df026a3 in v8::internal::LoadPropertyWithInterceptorForLoad (args=..., isolate=0x1207150) at ../3rdparty/v8/src/stub-cache.cc:1154 QtQA::App::TestRunner: #14 0x00002c22e070618e in ?? () QtQA::App::TestRunner: #15 0x000204060000000e in ?? () QtQA::App::TestRunner: #16 0x00002c22e07060e1 in ?? () QtQA::App::TestRunner: #17 0x00007fff01886980 in ?? () QtQA::App::TestRunner: #18 0x00007fff01886a40 in ?? () QtQA::App::TestRunner: #19 0x00002c22e0754288 in ?? () QtQA::App::TestRunner: #20 0x0000000001207150 in ?? () QtQA::App::TestRunner: #21 0x00002d9e61404121 in ?? () QtQA::App::TestRunner: #22 0x00001d921afc86b1 in ?? () QtQA::App::TestRunner: #23 0x00001d921afc86b1 in ?? () QtQA::App::TestRunner: #24 0x00002d9e6145cd41 in ?? () QtQA::App::TestRunner: #25 0x00000655a2a23269 in ?? () QtQA::App::TestRunner: #26 0x00007fff018869d0 in ?? () QtQA::App::TestRunner: #27 0x00007fff01886a40 in ?? () QtQA::App::TestRunner: #28 0x00002c22e0744eec in ?? () QtQA::App::TestRunner: #29 0x0000000001207150 in ?? () QtQA::App::TestRunner: #30 0x00002d9e61404121 in ?? () QtQA::App::TestRunner: #31 0x00001d921afcdfe1 in ?? () QtQA::App::TestRunner: #32 0x00001d921afcdfe1 in ?? () QtQA::App::TestRunner: #33 0x00002d9e6145cd41 in ?? () QtQA::App::TestRunner: #34 0x00002c22e0744eec in ?? () QtQA::App::TestRunner: #35 0x00001d921afc86b1 in ?? () QtQA::App::TestRunner: #36 0x00001d921afc8ae9 in ?? () QtQA::App::TestRunner: #37 0x00001d921afc8ae9 in ?? () QtQA::App::TestRunner: #38 0x00001d921afc8ab1 in ?? () QtQA::App::TestRunner: #39 0x00007fff01886a70 in ?? () QtQA::App::TestRunner: #40 0x00002c22e0746005 in ?? () QtQA::App::TestRunner: #41 0x00001d921afcdfe1 in ?? () QtQA::App::TestRunner: #42 0x00001d921afce0f1 in ?? () QtQA::App::TestRunner: #43 0x00001d921afce0f1 in ?? () QtQA::App::TestRunner: #44 0x00001d921afce0b9 in ?? () QtQA::App::TestRunner: #45 0x00007fff01886aa8 in ?? () QtQA::App::TestRunner: #46 0x00002c22e0724ee7 in ?? () QtQA::App::TestRunner: #47 0x00002d9e6145cc69 in ?? () QtQA::App::TestRunner: #48 0x00001d921afce0f1 in ?? () QtQA::App::TestRunner: #49 0x00002c22e0724e21 in ?? () QtQA::App::TestRunner: #50 0x0000000600000000 in ?? () QtQA::App::TestRunner: #51 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f3e6358a700 (LWP 22699)): QtQA::App::TestRunner: #0 0x00007f3e6fbfe5c6 in TestNamespace::QScopedPointer >::data (this=0x14f700003820) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f3e6fc4f0b1 in TestNamespace::qGetPtrHelper > (p=...) at ../../include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f3e6fc4f3ec in TestNamespace::QOpenGLContext::d_func (this=0x14f700003818) at kernel/qopenglcontext.h:145 QtQA::App::TestRunner: #3 0x00007f3e6fc4d69e in TestNamespace::QOpenGLContext::isValid (this=0x14f700003818) at kernel/qopenglcontext.cpp:563 QtQA::App::TestRunner: #4 0x00007f3e6ef8131e in TestNamespace::GLAcquireContext::GLAcquireContext (this=0x7f3e63589550, c=0x14f700003818, s=0x166f0000370c) at items/context2d/qquickcontext2dtexture.cpp:74 QtQA::App::TestRunner: #5 0x00007f3e6ef7ee02 in TestNamespace::QQuickContext2DTexture::paint (this=0x16c7df0, ccb=0x16c8660) at items/context2d/qquickcontext2dtexture.cpp:252 QtQA::App::TestRunner: #6 0x00007f3e6efc389b in TestNamespace::QQuickContext2DTexture::qt_static_metacall (_o=0x16c7df0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=4, _a=0x1830bd0) at .moc/debug-shared/moc_qquickcontext2dtexture_p.cpp:108 QtQA::App::TestRunner: #7 0x00007f3e6f648045 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x188a7d0, object=0x16c7df0) at kernel/qobject.cpp:479 QtQA::App::TestRunner: #8 0x00007f3e6f648f5e in TestNamespace::QObject::event (this=0x16c7df0, e=0x188a7d0) at kernel/qobject.cpp:1070 QtQA::App::TestRunner: #9 0x00007f3e6f60f408 in TestNamespace::QCoreApplicationPrivate::notify_helper (this=0x12126e0, receiver=0x16c7df0, event=0x188a7d0) at kernel/qcoreapplication.cpp:988 QtQA::App::TestRunner: #10 0x00007f3e6f60f0fc in TestNamespace::QCoreApplication::notify (this=0x12126c0, receiver=0x16c7df0, event=0x188a7d0) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #11 0x00007f3e6fc0c800 in TestNamespace::QGuiApplication::notify (this=0x12126c0, object=0x16c7df0, event=0x188a7d0) at kernel/qguiapplication.cpp:1210 QtQA::App::TestRunner: #12 0x00007f3e6f60f008 in TestNamespace::QCoreApplication::notifyInternal (this=0x12126c0, receiver=0x16c7df0, event=0x188a7d0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #13 0x00007f3e6f612c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x16c7df0, event=0x188a7d0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #14 0x00007f3e6f6100e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x167d600) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #15 0x00007f3e6f60fcaf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #16 0x00007f3e6f68020c in TestNamespace::postEventSourceDispatch (s=0x16732a0) at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #17 0x00007f3e6ba2ba5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #18 0x00007f3e6ba2c258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #19 0x00007f3e6ba2c429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #20 0x00007f3e6f680a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x167d6d0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #21 0x00007f3e6f60bbc8 in TestNamespace::QEventLoop::processEvents (this=0x7f3e63589d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #22 0x00007f3e6f60bea1 in TestNamespace::QEventLoop::exec (this=0x7f3e63589d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #23 0x00007f3e6f3caf5c in TestNamespace::QThread::exec (this=0x167ceb0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #24 0x00007f3e6f3cb0f2 in TestNamespace::QThread::run (this=0x167ceb0) at thread/qthread.cpp:574 QtQA::App::TestRunner: #25 0x00007f3e6f3d19f5 in TestNamespace::QThreadPrivate::start (arg=0x167ceb0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #26 0x00007f3e6d64befc in start_thread (arg=0x7f3e6358a700) at pthread_create.c:304 QtQA::App::TestRunner: #27 0x00007f3e70d4ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #28 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qquickcanvasitem ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qquickcanvasitem::arc::initTestCase() PASS : qquickcanvasitem::arc::test_angle_1(image threaded) PASS : qquickcanvasitem::arc::test_angle_1(image immediate) PASS : qquickcanvasitem::arc::test_angle_2(image threaded) PASS : qquickcanvasitem::arc::test_angle_2(image immediate) PASS : qquickcanvasitem::arc::test_angle_3(image threaded) PASS : qquickcanvasitem::arc::test_angle_3(image immediate) PASS : qquickcanvasitem::arc::test_angle_4(image threaded) PASS : qquickcanvasitem::arc::test_angle_4(image immediate) PASS : qquickcanvasitem::arc::test_angle_5(image threaded) PASS : qquickcanvasitem::arc::test_angle_5(image immediate) PASS : qquickcanvasitem::arc::test_angle_6(image threaded) PASS : qquickcanvasitem::arc::test_angle_6(image immediate) PASS : qquickcanvasitem::arc::test_empty(image threaded) PASS : qquickcanvasitem::arc::test_empty(image immediate) PASS : qquickcanvasitem::arc::test_end(image threaded) PASS : qquickcanvasitem::arc::test_end(image immediate) PASS : qquickcanvasitem::arc::test_negative(image threaded) PASS : qquickcanvasitem::arc::test_negative(image immediate) PASS : qquickcanvasitem::arc::test_nonempty(image threaded) PASS : qquickcanvasitem::arc::test_nonempty(image immediate) PASS : qquickcanvasitem::arc::test_nonfinite(image threaded) PASS : qquickcanvasitem::arc::test_nonfinite(image immediate) PASS : qquickcanvasitem::arc::test_scale_1(image threaded) PASS : qquickcanvasitem::arc::test_scale_1(image immediate) PASS : qquickcanvasitem::arc::test_scale_2(image threaded) PASS : qquickcanvasitem::arc::test_scale_2(image immediate) PASS : qquickcanvasitem::arc::test_selfintersect_1(image threaded) PASS : qquickcanvasitem::arc::test_selfintersect_1(image immediate) PASS : qquickcanvasitem::arc::test_selfintersect_2(image threaded) PASS : qquickcanvasitem::arc::test_selfintersect_2(image immediate) PASS : qquickcanvasitem::arc::test_shape_1(image threaded) PASS : qquickcanvasitem::arc::test_shape_1(image immediate) PASS : qquickcanvasitem::arc::test_shape_2(image threaded) PASS : qquickcanvasitem::arc::test_shape_2(image immediate) PASS : qquickcanvasitem::arc::test_shape_3(image threaded) PASS : qquickcanvasitem::arc::test_shape_3(image immediate) PASS : qquickcanvasitem::arc::test_shape_4(image threaded) PASS : qquickcanvasitem::arc::test_shape_4(image immediate) PASS : qquickcanvasitem::arc::test_shape_5(image threaded) PASS : qquickcanvasitem::arc::test_shape_5(image immediate) PASS : qquickcanvasitem::arc::test_twopie(image threaded) PASS : qquickcanvasitem::arc::test_twopie(image immediate) PASS : qquickcanvasitem::arc::test_zero(image threaded) PASS : qquickcanvasitem::arc::test_zero(image immediate) QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 22817] QtQA::App::TestRunner: [New LWP 22816] QtQA::App::TestRunner: [New LWP 22814] QtQA::App::TestRunner: [New LWP 22815] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickcanvasitem -o /work/build/_artifacts/test-logs/tst_qquickcanvasitem'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f4a36e675c6 in TestNamespace::QScopedPointer >::data (this=0x14f700003820) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f4a2cb6c700 (LWP 22815)): QtQA::App::TestRunner: #0 0x00007f4a37face23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f4a32c94f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f4a32c95429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f4a368e9a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x182b110, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f4a36874bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f4a2cb6bd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f4a36874ea1 in TestNamespace::QEventLoop::exec (this=0x7f4a2cb6bd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f4a36633f5c in TestNamespace::QThread::exec (this=0x1828db0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f4a35b04891 in TestNamespace::QQmlThreadPrivate::run (this=0x1828db0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f4a3663a9f5 in TestNamespace::QThreadPrivate::start (arg=0x1828db0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f4a348b4efc in start_thread (arg=0x7f4a2cb6c700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f4a37fb8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f4a38696760 (LWP 22814)): QtQA::App::TestRunner: #0 __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97 QtQA::App::TestRunner: #1 0x00007f4a37f54d5f in _L_lock_10501 () from /lib/x86_64-linux-gnu/libc.so.6 QtQA::App::TestRunner: #2 0x00007f4a37f530f1 in __GI___libc_free (mem=0x7f4a382721c0) at malloc.c:3736 QtQA::App::TestRunner: #3 0x00007f4a359f0d37 in TestNamespace::QQmlVMEMetaObject::~QQmlVMEMetaObject (this=0x1d65b20, __in_chrg=) at qml/qqmlvmemetaobject.cpp:609 QtQA::App::TestRunner: #4 0x00007f4a359f0e04 in TestNamespace::QQmlVMEMetaObject::~QQmlVMEMetaObject (this=0x1d65b20, __in_chrg=) at qml/qqmlvmemetaobject.cpp:615 QtQA::App::TestRunner: #5 0x00007f4a359e093c in TestNamespace::QDynamicMetaObjectData::objectDestroyed (this=0x1d65b20) at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:402 QtQA::App::TestRunner: #6 0x00007f4a368b04e8 in TestNamespace::QObjectPrivate::~QObjectPrivate (this=0x1d659d0, __in_chrg=) at kernel/qobject.cpp:232 QtQA::App::TestRunner: #7 0x00007f4a3609d96e in TestNamespace::QQuickItemPrivate::~QQuickItemPrivate (this=0x1d659d0, __in_chrg=) at items/qquickitem.cpp:2644 QtQA::App::TestRunner: #8 0x00007f4a3609d9a6 in TestNamespace::QQuickItemPrivate::~QQuickItemPrivate (this=0x1d659d0, __in_chrg=) at items/qquickitem.cpp:2648 QtQA::App::TestRunner: #9 0x00007f4a368bddca in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x1d659d0) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #10 0x00007f4a368bc4bb in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x1e6b478, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #11 0x00007f4a368b1bcb in TestNamespace::QObject::~QObject (this=0x1e6b470, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #12 0x00007f4a3609b1e2 in TestNamespace::QQuickItem::~QQuickItem (this=0x1e6b470, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #13 0x00007f4a360fbed9 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x1e6b470, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f4a360fbf12 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x1e6b470, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f4a368b3484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x1ea01b0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f4a368b1b8b in TestNamespace::QObject::~QObject (this=0x1e9f3c0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f4a3609b1e2 in TestNamespace::QQuickItem::~QQuickItem (this=0x1e9f3c0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f4a361c0463 in TestNamespace::QQuickCanvasItem::~QQuickCanvasItem (this=0x1e9f3c0, __in_chrg=) at items/context2d/qquickcanvasitem.cpp:298 QtQA::App::TestRunner: #19 0x00007f4a360fae9d in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x1e9f3c0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f4a360faed6 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x1e9f3c0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #21 0x00007f4a368ba522 in TestNamespace::qDeleteInEventHandler (o=0x1e9f3c0) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #22 0x00007f4a368b1ef8 in TestNamespace::QObject::event (this=0x1e9f3c0, e=0x1eaabf0) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #23 0x00007f4a360a756e in TestNamespace::QQuickItem::event (this=0x1e9f3c0, ev=0x1eaabf0) at items/qquickitem.cpp:6854 QtQA::App::TestRunner: #24 0x00007f4a36878408 in TestNamespace::QCoreApplicationPrivate::notify_helper (this=0x17f56e0, receiver=0x1e9f3c0, event=0x1eaabf0) at kernel/qcoreapplication.cpp:988 QtQA::App::TestRunner: #25 0x00007f4a368780fc in TestNamespace::QCoreApplication::notify (this=0x17f56c0, receiver=0x1e9f3c0, event=0x1eaabf0) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #26 0x00007f4a36e75800 in TestNamespace::QGuiApplication::notify (this=0x17f56c0, object=0x1e9f3c0, event=0x1eaabf0) at kernel/qguiapplication.cpp:1210 QtQA::App::TestRunner: #27 0x00007f4a36878008 in TestNamespace::QCoreApplication::notifyInternal (this=0x17f56c0, receiver=0x1e9f3c0, event=0x1eaabf0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #28 0x00007f4a3687bc6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x1e9f3c0, event=0x1eaabf0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #29 0x00007f4a368790e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x17f5810) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #30 0x00007f4a36878caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #31 0x00007f4a3828bd25 in TestNamespace::QTest::qWait (ms=100) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #32 0x00007f4a3828d5b7 in TestNamespace::QuickTestResult::wait (this=0x1958f70, ms=100) at quicktestresult.cpp:570 QtQA::App::TestRunner: #33 0x00007f4a38291677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x1958f70, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff6ad12b00) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #34 0x00007f4a38291ba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x1958f70, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff6ad12b00) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #35 0x00007f4a36880835 in TestNamespace::QMetaObject::metacall (object=0x1958f70, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fff6ad12b00) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #36 0x00007f4a35b5cf8a in TestNamespace::CallMethod (object=0x1958f70, index=28, returnType=43, argCount=1, argTypes=0x20c38c4, engine=0x182e600, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #37 0x00007f4a35b5dc26 in TestNamespace::CallPrecise (object=0x1958f70, data=..., engine=0x182e600, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #38 0x00007f4a35b5ec5e in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #39 0x00007f4a34eb4628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x17ea150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #40 0x00007f4a34eaecc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x17ea150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #41 0x00007f4a34eaec93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x17ea150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #42 0x00003015fc50618e in ?? () QtQA::App::TestRunner: #43 0x00003015fc5060e1 in ?? () QtQA::App::TestRunner: #44 0x00007fff6ad131d0 in ?? () QtQA::App::TestRunner: #45 0x00007fff6ad13248 in ?? () QtQA::App::TestRunner: #46 0x00003015fc52c41f in ?? () QtQA::App::TestRunner: #47 0x000009f6f565dad9 in ?? () QtQA::App::TestRunner: #48 0x000015bac0faa7d9 in ?? () QtQA::App::TestRunner: #49 0x0000000100000000 in ?? () QtQA::App::TestRunner: #50 0x000009f6f5604121 in ?? () QtQA::App::TestRunner: #51 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #52 0x00002af742f20b89 in ?? () QtQA::App::TestRunner: #53 0x000009f6f565cc69 in ?? () QtQA::App::TestRunner: #54 0x000009f6f565dad9 in ?? () QtQA::App::TestRunner: #55 0x000015bac0faa7d9 in ?? () QtQA::App::TestRunner: #56 0x000015bac0faa791 in ?? () QtQA::App::TestRunner: #57 0x000015bac0faa741 in ?? () QtQA::App::TestRunner: #58 0x00007fff6ad13278 in ?? () QtQA::App::TestRunner: #59 0x00003015fc50b22e in ?? () QtQA::App::TestRunner: #60 0x00002af742f20b89 in ?? () QtQA::App::TestRunner: #61 0x0000000100000000 in ?? () QtQA::App::TestRunner: #62 0x000015bac0faa791 in ?? () QtQA::App::TestRunner: #63 0x0000000800000000 in ?? () QtQA::App::TestRunner: #64 0x00007fff6ad132b0 in ?? () QtQA::App::TestRunner: #65 0x00003015fc557679 in ?? () QtQA::App::TestRunner: #66 0x0000006400000000 in ?? () QtQA::App::TestRunner: #67 0x00002af742f20b89 in ?? () QtQA::App::TestRunner: #68 0x000015bac0faa671 in ?? () QtQA::App::TestRunner: #69 0x000015bac0faa671 in ?? () QtQA::App::TestRunner: #70 0x000015bac0faa639 in ?? () QtQA::App::TestRunner: #71 0x00007fff6ad132e8 in ?? () QtQA::App::TestRunner: #72 0x00003015fc557471 in ?? () QtQA::App::TestRunner: #73 0x0000006400000000 in ?? () QtQA::App::TestRunner: #74 0x000015bac0faa301 in ?? () QtQA::App::TestRunner: #75 0x000015bac0faa499 in ?? () QtQA::App::TestRunner: #76 0x000015bac0faa499 in ?? () QtQA::App::TestRunner: #77 0x000015bac0faa461 in ?? () QtQA::App::TestRunner: #78 0x00007fff6ad13318 in ?? () QtQA::App::TestRunner: #79 0x00003015fc50b22e in ?? () QtQA::App::TestRunner: #80 0x00002af742f1fe59 in ?? () QtQA::App::TestRunner: #81 0x0000000100000000 in ?? () QtQA::App::TestRunner: #82 0x000015bac0faa499 in ?? () QtQA::App::TestRunner: #83 0x0000000800000000 in ?? () QtQA::App::TestRunner: #84 0x00007fff6ad13380 in ?? () QtQA::App::TestRunner: #85 0x00003015fc53d879 in ?? () QtQA::App::TestRunner: #86 0x000009f6f5604121 in ?? () QtQA::App::TestRunner: #87 0x00002af742f1fe59 in ?? () QtQA::App::TestRunner: #88 0x000033a6b2520ba9 in ?? () QtQA::App::TestRunner: #89 0x00007fff6ad134f0 in ?? () QtQA::App::TestRunner: #90 0x00003015fc53d661 in ?? () QtQA::App::TestRunner: #91 0x0000000000000001 in ?? () QtQA::App::TestRunner: #92 0x00002af742f1fe79 in ?? () QtQA::App::TestRunner: #93 0x00007fff6ad13380 in ?? () QtQA::App::TestRunner: #94 0x00002af742f1feb1 in ?? () QtQA::App::TestRunner: #95 0x00002af742f1feb1 in ?? () QtQA::App::TestRunner: #96 0x00002af742f1fe79 in ?? () QtQA::App::TestRunner: #97 0x00007fff6ad133c0 in ?? () QtQA::App::TestRunner: #98 0x00003015fc50b22e in ?? () QtQA::App::TestRunner: #99 0x000009f6f5604121 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f4a386ba700 (LWP 22816)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f4a35265bab in v8::internal::LinuxSemaphore::Wait (this=0x18395c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f4a3513996d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f4a35139b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x186c2ec) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f4a35266c18 in v8::internal::SignalSender::Run (this=0x186c2c0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f4a3526590c in v8::internal::ThreadEntry (arg=0x186c2c0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f4a348b4efc in start_thread (arg=0x7f4a386ba700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f4a37fb8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f4a2a7f3700 (LWP 22817)): QtQA::App::TestRunner: #0 0x00007f4a36e675c6 in TestNamespace::QScopedPointer >::data (this=0x14f700003820) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f4a36eb80b1 in TestNamespace::qGetPtrHelper > (p=...) at ../../include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f4a36eb83ec in TestNamespace::QOpenGLContext::d_func (this=0x14f700003818) at kernel/qopenglcontext.h:145 QtQA::App::TestRunner: #3 0x00007f4a36eb669e in TestNamespace::QOpenGLContext::isValid (this=0x14f700003818) at kernel/qopenglcontext.cpp:563 QtQA::App::TestRunner: #4 0x00007f4a361ea31e in TestNamespace::GLAcquireContext::GLAcquireContext (this=0x7f4a2a7f2550, c=0x14f700003818, s=0x166f0000370c) at items/context2d/qquickcontext2dtexture.cpp:74 QtQA::App::TestRunner: #5 0x00007f4a361e7e02 in TestNamespace::QQuickContext2DTexture::paint (this=0x1d49d40, ccb=0x1d54e40) at items/context2d/qquickcontext2dtexture.cpp:252 QtQA::App::TestRunner: #6 0x00007f4a3622c89b in TestNamespace::QQuickContext2DTexture::qt_static_metacall (_o=0x1d49d40, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=4, _a=0x1db8060) at .moc/debug-shared/moc_qquickcontext2dtexture_p.cpp:108 QtQA::App::TestRunner: #7 0x00007f4a368b1045 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x1dd0500, object=0x1d49d40) at kernel/qobject.cpp:479 QtQA::App::TestRunner: #8 0x00007f4a368b1f5e in TestNamespace::QObject::event (this=0x1d49d40, e=0x1dd0500) at kernel/qobject.cpp:1070 QtQA::App::TestRunner: #9 0x00007f4a36878408 in TestNamespace::QCoreApplicationPrivate::notify_helper (this=0x17f56e0, receiver=0x1d49d40, event=0x1dd0500) at kernel/qcoreapplication.cpp:988 QtQA::App::TestRunner: #10 0x00007f4a368780fc in TestNamespace::QCoreApplication::notify (this=0x17f56c0, receiver=0x1d49d40, event=0x1dd0500) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #11 0x00007f4a36e75800 in TestNamespace::QGuiApplication::notify (this=0x17f56c0, object=0x1d49d40, event=0x1dd0500) at kernel/qguiapplication.cpp:1210 QtQA::App::TestRunner: #12 0x00007f4a36878008 in TestNamespace::QCoreApplication::notifyInternal (this=0x17f56c0, receiver=0x1d49d40, event=0x1dd0500) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #13 0x00007f4a3687bc6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x1d49d40, event=0x1dd0500) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #14 0x00007f4a368790e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x1c60630) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #15 0x00007f4a36878caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #16 0x00007f4a368e920c in TestNamespace::postEventSourceDispatch (s=0x1c56200) at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #17 0x00007f4a32c94a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #18 0x00007f4a32c95258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #19 0x00007f4a32c95429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #20 0x00007f4a368e9a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1c60700, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #21 0x00007f4a36874bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f4a2a7f2d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #22 0x00007f4a36874ea1 in TestNamespace::QEventLoop::exec (this=0x7f4a2a7f2d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #23 0x00007f4a36633f5c in TestNamespace::QThread::exec (this=0x1c5fee0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #24 0x00007f4a366340f2 in TestNamespace::QThread::run (this=0x1c5fee0) at thread/qthread.cpp:574 QtQA::App::TestRunner: #25 0x00007f4a3663a9f5 in TestNamespace::QThreadPrivate::start (arg=0x1c5fee0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #26 0x00007f4a348b4efc in start_thread (arg=0x7f4a2a7f3700) at pthread_create.c:304 QtQA::App::TestRunner: #27 0x00007f4a37fb8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #28 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickcanvasitem: 60 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00893/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365601113): http://codereview.qt-project.org/53346 [PS3] - Android: Remove qdevice.pri warning in configure step http://codereview.qt-project.org/52182 [PS2] - Windows: Dont use black as clear color on opengl windows http://codereview.qt-project.org/52901 [PS2] - Enable qDebug to console when desired on Android. http://codereview.qt-project.org/53130 [PS7] - Android: Backslash workarounds for Unix Makefile generator http://codereview.qt-project.org/53374 [PS1] - Use CMake facility for verbose makefiles instead of an env var. http://codereview.qt-project.org/53237 [PS2] - QNX: Adjust rotation according to initial orientation From ci-noreply at qt-project.org Wed Apr 10 16:39:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 17:39:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130410_143918_064782.ci-noreply@qt-project.org> QtBase_dev_Integration #802: SUCCESS Tested changes (refs/builds/dev_1365596333): http://codereview.qt-project.org/52661 [PS2] - Only set QMAKE_DEFAULT_LIB/INCDIRS for target builds http://codereview.qt-project.org/52189 [PS5] - Don't use custom namespace for QT_HOST_ARCH/CPUFEATURES From ci-noreply at qt-project.org Wed Apr 10 16:39:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 17:39:51 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130410_143951_069307.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 31080] QtQA::App::TestRunner: [New Thread 31082] QtQA::App::TestRunner: [New Thread 31081] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb6ae402b in QWindow::destroy (this=0x901ba08) at kernel/qwindow.cpp:2232 QtQA::App::TestRunner: 2232 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 31081): QtQA::App::TestRunner: #0 0xb77c6430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6350506 in *__GI___poll (fds=0xb63e5ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5abc4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5aaf0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5aaf4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb68536f3 in QEventDispatcherGlib::processEvents (this=0x8fa4cd0, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb67ff239 in QEventLoop::processEvents (this=0xb42302c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb67ffc17 in QEventLoop::exec (this=0xb42302c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb663443d in QThread::exec (this=0x8faf4b8) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb76b478e in QQmlThreadPrivate::run (this=0x8faf4b8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb6639755 in QThreadPrivate::start (arg=0x8faf4b8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb652996e in start_thread (arg=0xb4230b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb635e3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31082): QtQA::App::TestRunner: #0 0xb77c6430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6530245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5eadf0a in v8::internal::LinuxSemaphore::Wait (this=0x8facd58) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5dd247f in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5eaf7e3 in v8::internal::SignalSender::Run (this=0x8facc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0xb5eae277 in ThreadEntry (arg=0x8facc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb652996e in start_thread (arg=0xb3a2fb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb635e3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31080): QtQA::App::TestRunner: #0 0xb6ae402b in QWindow::destroy (this=0x901ba08) at kernel/qwindow.cpp:2232 QtQA::App::TestRunner: #1 0xb6ae476d in ~QWindow (this=0x901ba08, __in_chrg=) QtQA::App::TestRunner: at kernel/qwindow.cpp:230 QtQA::App::TestRunner: #2 0xb60e4779 in ~QQuickWindow (this=0x901ba08, QtQA::App::TestRunner: __in_chrg=) at items/qquickwindow.cpp:962 QtQA::App::TestRunner: #3 0xb61c6fba in ~QQmlElement (this=0x901ba08, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #4 0xb682a97b in QObjectPrivate::deleteChildren (this=0x9036eb8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #5 0xb6831279 in ~QObject (this=0x9037b58, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #6 0xb60ddd33 in ~QQuickItem (this=0x9037b58, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #7 0xb60fe3ca in ~QQmlElement (this=0x9037b58, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #8 0xb6194747 in QQuickViewPrivate::execute (this=0x8fb7550) QtQA::App::TestRunner: at items/qquickview.cpp:95 QtQA::App::TestRunner: #9 0xb77b4f6b in quick_test_main (argc=6, argv=0xbfadd1f4, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:320 QtQA::App::TestRunner: #10 0x080488d4 in main (argc=8, argv=0xbfadd1f4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 31086] QtQA::App::TestRunner: [New Thread 31087] QtQA::App::TestRunner: [New Thread 31088] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb6af002b in QWindow::destroy (this=0x930ea28) at kernel/qwindow.cpp:2232 QtQA::App::TestRunner: 2232 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 31088): QtQA::App::TestRunner: #0 0xb77d2430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb653c245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5eb9f0a in v8::internal::LinuxSemaphore::Wait (this=0x929fd58) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5dde47f in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5ebb7e3 in v8::internal::SignalSender::Run (this=0x929fc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0xb5eba277 in ThreadEntry (arg=0x929fc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb653596e in start_thread (arg=0xb3a3bb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb636a3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31087): QtQA::App::TestRunner: #0 0xb77d2430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb635c506 in *__GI___poll (fds=0xb63f1ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5ac84eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5abb0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5abb4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb685f6f3 in QEventDispatcherGlib::processEvents (this=0x9296818, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb680b239 in QEventLoop::processEvents (this=0xb423c2c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb680bc17 in QEventLoop::exec (this=0xb423c2c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb664043d in QThread::exec (this=0x92a24b8) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb76c078e in QQmlThreadPrivate::run (this=0x92a24b8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb6645755 in QThreadPrivate::start (arg=0x92a24b8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb653596e in start_thread (arg=0xb423cb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb636a3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31086): QtQA::App::TestRunner: #0 0xb6af002b in QWindow::destroy (this=0x930ea28) at kernel/qwindow.cpp:2232 QtQA::App::TestRunner: #1 0xb6af076d in ~QWindow (this=0x930ea28, __in_chrg=) QtQA::App::TestRunner: at kernel/qwindow.cpp:230 QtQA::App::TestRunner: #2 0xb60f0779 in ~QQuickWindow (this=0x930ea28, QtQA::App::TestRunner: __in_chrg=) at items/qquickwindow.cpp:962 QtQA::App::TestRunner: #3 0xb61d2fba in ~QQmlElement (this=0x930ea28, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #4 0xb683697b in QObjectPrivate::deleteChildren (this=0x9325c28) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #5 0xb683d279 in ~QObject (this=0x92c5798, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #6 0xb60e9d33 in ~QQuickItem (this=0x92c5798, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #7 0xb610a3ca in ~QQmlElement (this=0x92c5798, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #8 0xb61a0747 in QQuickViewPrivate::execute (this=0x92aa550) QtQA::App::TestRunner: at items/qquickview.cpp:95 QtQA::App::TestRunner: #9 0xb77c0f6b in quick_test_main (argc=5, argv=0xbf815e94, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:320 QtQA::App::TestRunner: #10 0x080488d4 in main (argc=7, argv=0xbf815e94) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 13 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00045/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ Autotest `tst_controls' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing qtquickcontrols pure virtual method called terminate called without an active exception QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 17551] QtQA::App::TestRunner: [New LWP 17553] QtQA::App::TestRunner: [New LWP 17552] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f79094c13a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f78ff7e0700 (LWP 17552)): QtQA::App::TestRunner: #0 0x00007f7909563e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f7905b76f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f7905b77429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f790a0bea71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2591d90, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f790a049bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f78ff7dfd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f790a049ea1 in TestNamespace::QEventLoop::exec (this=0x7f78ff7dfd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f7909e08f5c in TestNamespace::QThread::exec (this=0x25939c0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f790825b891 in TestNamespace::QQmlThreadPrivate::run (this=0x25939c0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f7909e0f9f5 in TestNamespace::QThreadPrivate::start (arg=0x25939c0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f7907312efc in start_thread (arg=0x7f78ff7e0700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f790956ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f790b32d700 (LWP 17553)): QtQA::App::TestRunner: #0 0x00007f790953bbcd in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007f7909569804 in usleep (useconds=) at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #2 0x00007f79079bde1e in v8::internal::SignalSender::Sleep (this=0x25d3290, full_or_half=v8::internal::SignalSender::FULL_INTERVAL) at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #3 0x00007f79079bdcd9 in v8::internal::SignalSender::Run (this=0x25d3290) at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #4 0x00007f79079bc90c in v8::internal::ThreadEntry (arg=0x25d3290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007f7907312efc in start_thread (arg=0x7f790b32d700) at pthread_create.c:304 QtQA::App::TestRunner: #6 0x00007f790956ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f790b30a760 (LWP 17551)): QtQA::App::TestRunner: #0 0x00007f79094c13a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f79094c4b0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f7909affd7d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 QtQA::App::TestRunner: #3 0x00007f7909afdf26 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 QtQA::App::TestRunner: #4 0x00007f7909afdf53 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 QtQA::App::TestRunner: #5 0x00007f7909afe96f in __cxa_pure_virtual () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 QtQA::App::TestRunner: #6 0x00007f790a092dca in TestNamespace::QScopedPointerDeleter::cleanup (pointer=0x29cb1b0) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #7 0x00007f790a0914bb in TestNamespace::QScopedPointer >::~QScopedPointer (this=0x266b808, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #8 0x00007f790a086bcb in TestNamespace::QObject::~QObject (this=0x266b800, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #9 0x00007f7908df9de0 in TestNamespace::QWindow::~QWindow (this=0x266b800, __in_chrg=) at kernel/qwindow.cpp:223 QtQA::App::TestRunner: #10 0x00007f790880e4ad in TestNamespace::QQuickWindow::~QQuickWindow (this=0x266b800, __in_chrg=) at items/qquickwindow.cpp:952 QtQA::App::TestRunner: #11 0x00007f790890748b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x266b800, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #12 0x00007f79089074c4 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x266b800, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #13 0x00007f790a088484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x265b580) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0x00007f790a086b8b in TestNamespace::QObject::~QObject (this=0x2664280, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0x00007f79087f21e2 in TestNamespace::QQuickItem::~QQuickItem (this=0x2664280, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #16 0x00007f7908852ed9 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2664280, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #17 0x00007f7908852f12 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2664280, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #18 0x00007f79088d3950 in TestNamespace::QQuickViewPrivate::execute (this=0x2592730) at items/qquickview.cpp:95 QtQA::App::TestRunner: #19 0x00007f79088d3ee2 in TestNamespace::QQuickView::setSource (this=0x2591cd0, url=...) at items/qquickview.cpp:235 QtQA::App::TestRunner: #20 0x00007f790aef8600 in TestNamespace::quick_test_main (argc=6, argv=0x7fff70a0e7a8, name=0x400b03 "qtquickcontrols", sourceDir=0x400ad0 "/work/build/qt/qtquickcontrols/tests/auto/controls") at quicktest.cpp:320 QtQA::App::TestRunner: #21 0x0000000000400982 in main (argc=8, argv=0x7fff70a0e7a8) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 17556] QtQA::App::TestRunner: [New LWP 17558] QtQA::App::TestRunner: [New LWP 17557] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f9e20b09298 in main_arena () from /lib/x86_64-linux-gnu/libc.so.6 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f9e16ac0700 (LWP 17557)): QtQA::App::TestRunner: #0 0x00007f9e20843e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f9e1ce56f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f9e1ce57429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f9e2139ea71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x73ed90, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f9e21329bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f9e16abfd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f9e21329ea1 in TestNamespace::QEventLoop::exec (this=0x7f9e16abfd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f9e210e8f5c in TestNamespace::QThread::exec (this=0x73c520) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f9e1f53b891 in TestNamespace::QQmlThreadPrivate::run (this=0x73c520) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f9e210ef9f5 in TestNamespace::QThreadPrivate::start (arg=0x73c520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f9e1e5f2efc in start_thread (arg=0x7f9e16ac0700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f9e2084ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f9e2260d700 (LWP 17558)): QtQA::App::TestRunner: #0 0x00007f9e2081bbcd in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007f9e20849804 in usleep (useconds=) at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #2 0x00007f9e1ec9de1e in v8::internal::SignalSender::Sleep (this=0x780290, full_or_half=v8::internal::SignalSender::FULL_INTERVAL) at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #3 0x00007f9e1ec9dcd9 in v8::internal::SignalSender::Run (this=0x780290) at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #4 0x00007f9e1ec9c90c in v8::internal::ThreadEntry (arg=0x780290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007f9e1e5f2efc in start_thread (arg=0x7f9e2260d700) at pthread_create.c:304 QtQA::App::TestRunner: #6 0x00007f9e2084ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f9e225ea760 (LWP 17556)): QtQA::App::TestRunner: #0 0x00007f9e20b09298 in main_arena () from /lib/x86_64-linux-gnu/libc.so.6 QtQA::App::TestRunner: #1 0x00007f9e200da17a in TestNamespace::QWindow::setVisible (this=0x818870, visible=false) at kernel/qwindow.cpp:420 QtQA::App::TestRunner: #2 0x00007f9e200dc2fe in TestNamespace::QWindow::destroy (this=0x818870) at kernel/qwindow.cpp:1464 QtQA::App::TestRunner: #3 0x00007f9e200d9dc4 in TestNamespace::QWindow::~QWindow (this=0x818870, __in_chrg=) at kernel/qwindow.cpp:230 QtQA::App::TestRunner: #4 0x00007f9e1faee4ad in TestNamespace::QQuickWindow::~QQuickWindow (this=0x818870, __in_chrg=) at items/qquickwindow.cpp:952 QtQA::App::TestRunner: #5 0x00007f9e1fbe748b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x818870, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #6 0x00007f9e1fbe74c4 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x818870, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #7 0x00007f9e21368484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x8102e0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #8 0x00007f9e21366b8b in TestNamespace::QObject::~QObject (this=0x8110f0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #9 0x00007f9e1fad21e2 in TestNamespace::QQuickItem::~QQuickItem (this=0x8110f0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #10 0x00007f9e1fb32ed9 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x8110f0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #11 0x00007f9e1fb32f12 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x8110f0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #12 0x00007f9e1fbb3950 in TestNamespace::QQuickViewPrivate::execute (this=0x73f730) at items/qquickview.cpp:95 QtQA::App::TestRunner: #13 0x00007f9e1fbb3ee2 in TestNamespace::QQuickView::setSource (this=0x73ecd0, url=...) at items/qquickview.cpp:235 QtQA::App::TestRunner: #14 0x00007f9e221d8600 in TestNamespace::quick_test_main (argc=5, argv=0x7fff13304fd8, name=0x400b03 "qtquickcontrols", sourceDir=0x400ad0 "/work/build/qt/qtquickcontrols/tests/auto/controls") at quicktest.cpp:320 QtQA::App::TestRunner: #15 0x0000000000400982 in main (argc=7, argv=0x7fff13304fd8) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with signal 6 QtQA::App::TestRunner: second attempt: exited with signal 11 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_controls: 39 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00045/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365604114): http://codereview.qt-project.org/53354 [PS3] - Tests: Destroy created components at the end of the tests functions From ci-noreply at qt-project.org Wed Apr 10 17:10:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 18:10:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130410_151025_066831.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 22617] QtQA::App::TestRunner: [New Thread 22618] QtQA::App::TestRunner: [New Thread 22619] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x000003d9 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 22619): QtQA::App::TestRunner: #0 0xb7787430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb609d376 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb60ccdcc in usleep (useconds=900) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #3 0xb5b0b32b in v8::internal::SignalSender::Sleep(v8::internal::SignalSender::SleepInterval) () from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #4 0xb5b0b1df in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #5 0xb5b09ac3 in ThreadEntry (arg=0x866baf8) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb629e96e in start_thread (arg=0xb355bb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb60d33ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 22618): QtQA::App::TestRunner: #0 0xb7787430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb60c5506 in *__GI___poll (fds=0xb615aff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb55fb4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb55ee0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb55ee4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb661ec34 in QEventDispatcherGlib::processEvents (this=0x8663760, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65abf7f in QEventLoop::processEvents (this=0xb3d5c2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65ac247 in QEventLoop::exec (this=0xb3d5c2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63c160f in QThread::exec (this=0x866e118) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb761a2e0 in QQmlThreadPrivate::run (this=0x866e118) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb63c823f in QThreadPrivate::start (arg=0x866e118) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb629e96e in start_thread (arg=0xb3d5cb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb60d33ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 22617): QtQA::App::TestRunner: #0 0x000003d9 in ?? () QtQA::App::TestRunner: #1 0xb65f34f0 in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: pointer=0x8a62300) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #2 0xb65f1c5b in ~QScopedPointer (this=0x8a4e61c, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #3 0xb65e728a in ~QObject (this=0x8a4e618, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #4 0xb694e7f7 in ~QWindow (this=0x8a4e618, __in_chrg=) QtQA::App::TestRunner: at kernel/qwindow.cpp:231 QtQA::App::TestRunner: #5 0xb5e0b226 in ~QQuickWindow (this=0x8a4e618, QtQA::App::TestRunner: __in_chrg=) at items/qquickwindow.cpp:962 QtQA::App::TestRunner: #6 0xb5f05df7 in ~QQmlElement (this=0x8a4e618, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #7 0xb65e949d in QObjectPrivate::deleteChildren (this=0x86f18f8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #8 0xb65e7254 in ~QObject (this=0x86a7270, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #9 0xb5defe13 in ~QQuickItem (this=0x86a7270, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #10 0xb5e54daf in ~QQmlElement (this=0x86a7270, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #11 0xb5ed33b5 in QQuickViewPrivate::execute (this=0x8663568) QtQA::App::TestRunner: at items/qquickview.cpp:95 QtQA::App::TestRunner: #12 0xb5ed3bfd in QQuickView::setSource (this=0x8662930, url=...) QtQA::App::TestRunner: at items/qquickview.cpp:235 QtQA::App::TestRunner: #13 0xb7771f5d in quick_test_main (argc=6, argv=0xbfb64184, QtQA::App::TestRunner: name=0x8048983 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:320 QtQA::App::TestRunner: #14 0x08048837 in main (argc=8, argv=0xbfb64184) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 22623] QtQA::App::TestRunner: [New Thread 22625] QtQA::App::TestRunner: [New Thread 22624] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb690bab7 in QWindow::destroy (this=0x9d88a50) at kernel/qwindow.cpp:1457 QtQA::App::TestRunner: 1457 QObject *object = childrenWindows.at(i); QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 22624): QtQA::App::TestRunner: #0 0xb7742430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6080506 in *__GI___poll (fds=0xb6115ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb55b64eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb55a90ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb55a94b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb65d9c34 in QEventDispatcherGlib::processEvents (this=0x9979760, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb6566f7f in QEventLoop::processEvents (this=0xb3d172c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb6567247 in QEventLoop::exec (this=0xb3d172c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb637c60f in QThread::exec (this=0x9984118) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb75d52e0 in QQmlThreadPrivate::run (this=0x9984118) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb638323f in QThreadPrivate::start (arg=0x9984118) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb625996e in start_thread (arg=0xb3d17b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb608e3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 22625): QtQA::App::TestRunner: #0 0xb7742430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6058376 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb6087dcc in usleep (useconds=900) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #3 0xb5ac632b in v8::internal::SignalSender::Sleep(v8::internal::SignalSender::SleepInterval) () from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #4 0xb5ac61df in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #5 0xb5ac4ac3 in ThreadEntry (arg=0x9981b28) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb625996e in start_thread (arg=0xb3516b70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb608e3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 22623): QtQA::App::TestRunner: #0 0xb690bab7 in QWindow::destroy (this=0x9d88a50) at kernel/qwindow.cpp:1457 QtQA::App::TestRunner: #1 0xb69097de in ~QWindow (this=0x9d88a50, __in_chrg=) QtQA::App::TestRunner: at kernel/qwindow.cpp:230 QtQA::App::TestRunner: #2 0xb5dc6226 in ~QQuickWindow (this=0x9d88a50, QtQA::App::TestRunner: __in_chrg=) at items/qquickwindow.cpp:962 QtQA::App::TestRunner: #3 0xb5ec0df7 in ~QQmlElement (this=0x9d88a50, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #4 0xb65a449d in QObjectPrivate::deleteChildren (this=0x9a0f258) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #5 0xb65a2254 in ~QObject (this=0x9a0b4d8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #6 0xb5daae13 in ~QQuickItem (this=0x9a0b4d8, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #7 0xb5e0fdaf in ~QQmlElement (this=0x9a0b4d8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #8 0xb5e8e3b5 in QQuickViewPrivate::execute (this=0x9979568) QtQA::App::TestRunner: at items/qquickview.cpp:95 QtQA::App::TestRunner: #9 0xb5e8ebfd in QQuickView::setSource (this=0x9978930, url=...) QtQA::App::TestRunner: at items/qquickview.cpp:235 QtQA::App::TestRunner: #10 0xb772cf5d in quick_test_main (argc=5, argv=0xbff70c14, QtQA::App::TestRunner: name=0x8048983 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:320 QtQA::App::TestRunner: #11 0x08048837 in main (argc=7, argv=0xbff70c14) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 11 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00046/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365606010): http://codereview.qt-project.org/53354 [PS3] - Tests: Destroy created components at the end of the tests functions From ci-noreply at qt-project.org Wed Apr 10 17:17:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 18:17:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130410_151750_097371.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #408: SUCCESS Tested changes (refs/builds/dev_1365602068): http://codereview.qt-project.org/53333 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 10 17:50:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 18:50:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_155008_031810.ci-noreply@qt-project.org> `make' failed :( NMAKE : fatal error U1077: 'mkdir' : return code '0x1' Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00894/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365604282): http://codereview.qt-project.org/53346 [PS3] - Android: Remove qdevice.pri warning in configure step http://codereview.qt-project.org/53374 [PS1] - Use CMake facility for verbose makefiles instead of an env var. http://codereview.qt-project.org/52664 [PS3] - Fix QFontconfigDatabase unable to fallback to a localized family http://codereview.qt-project.org/53410 [PS2] - Generate Win64 code when testing 64bit Qt on Windows. From ci-noreply at qt-project.org Wed Apr 10 18:02:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 19:02:53 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130410_160253_012623.ci-noreply@qt-project.org> Autotest `tst_qtreeview' failed :( Testing tst_QTreeView FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2044) : failure location Totals: 169 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTreeView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QTreeView::initTestCase() PASS : tst_QTreeView::getSetCheck() PASS : tst_QTreeView::construction() PASS : tst_QTreeView::alternatingRowColors() PASS : tst_QTreeView::currentIndex(-1, -1) PASS : tst_QTreeView::currentIndex(-1, 0) PASS : tst_QTreeView::currentIndex(0, -1) PASS : tst_QTreeView::currentIndex(0, 0) PASS : tst_QTreeView::currentIndex(0, 1) PASS : tst_QTreeView::currentIndex(1, 0) PASS : tst_QTreeView::currentIndex(1, 1) PASS : tst_QTreeView::currentIndex(2, 0) PASS : tst_QTreeView::currentIndex(2, 1) PASS : tst_QTreeView::currentIndex(3, -1) PASS : tst_QTreeView::currentIndex(3, 0) PASS : tst_QTreeView::currentIndex(3, 1) PASS : tst_QTreeView::dragDropMode(NoDragDrop) PASS : tst_QTreeView::dragDropMode(DragOnly) PASS : tst_QTreeView::dragDropMode(DropOnly) PASS : tst_QTreeView::dragDropMode(DragDrop) PASS : tst_QTreeView::dragDropMode(InternalMove) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop -1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 0) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 1) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 2) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 3) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 4) PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 5) PASS : tst_QTreeView::dragDropOverwriteMode() PASS : tst_QTreeView::editTriggers(NoEditTriggers 0) PASS : tst_QTreeView::editTriggers(NoEditTriggers 1) PASS : tst_QTreeView::editTriggers(NoEditTriggers 2) PASS : tst_QTreeView::editTriggers(NoEditTriggers 3) PASS : tst_QTreeView::editTriggers(NoEditTriggers 4) PASS : tst_QTreeView::editTriggers(CurrentChanged 0) PASS : tst_QTreeView::editTriggers(CurrentChanged 1) PASS : tst_QTreeView::editTriggers(CurrentChanged 2) PASS : tst_QTreeView::editTriggers(CurrentChanged 3) PASS : tst_QTreeView::editTriggers(CurrentChanged 4) PASS : tst_QTreeView::editTriggers(DoubleClicked 0) PASS : tst_QTreeView::editTriggers(DoubleClicked 1) PASS : tst_QTreeView::editTriggers(DoubleClicked 2) PASS : tst_QTreeView::editTriggers(DoubleClicked 3) PASS : tst_QTreeView::editTriggers(DoubleClicked 4) PASS : tst_QTreeView::editTriggers(SelectedClicked 0) PASS : tst_QTreeView::editTriggers(SelectedClicked 1) PASS : tst_QTreeView::editTriggers(SelectedClicked 2) PASS : tst_QTreeView::editTriggers(SelectedClicked 3) PASS : tst_QTreeView::editTriggers(SelectedClicked 4) PASS : tst_QTreeView::editTriggers(EditKeyPressed 0) PASS : tst_QTreeView::editTriggers(EditKeyPressed 1) PASS : tst_QTreeView::editTriggers(EditKeyPressed 2) PASS : tst_QTreeView::editTriggers(EditKeyPressed 3) PASS : tst_QTreeView::editTriggers(EditKeyPressed 4) PASS : tst_QTreeView::hasAutoScroll() PASS : tst_QTreeView::horizontalScrollMode() PASS : tst_QTreeView::iconSize() PASS : tst_QTreeView::indexAt() PASS : tst_QTreeView::indexWidget() PASS : tst_QTreeView::itemDelegate() PASS : tst_QTreeView::itemDelegateForColumnOrRow() PASS : tst_QTreeView::keyboardSearch() PASS : tst_QTreeView::keyboardSearchMultiColumn() PASS : tst_QTreeView::setModel() PASS : tst_QTreeView::openPersistentEditor() PASS : tst_QTreeView::rootIndex() PASS : tst_QTreeView::setHeader() PASS : tst_QTreeView::columnHidden() PASS : tst_QTreeView::rowHidden() PASS : tst_QTreeView::noDelegate() PASS : tst_QTreeView::noModel() PASS : tst_QTreeView::emptyModel() PASS : tst_QTreeView::removeRows() PASS : tst_QTreeView::removeCols() PASS : tst_QTreeView::limitedExpand() PASS : tst_QTreeView::expandAndCollapse(normal) PASS : tst_QTreeView::expandAndCollapse(animated) PASS : tst_QTreeView::expandAndCollapseAll() PASS : tst_QTreeView::expandWithNoChildren() PASS : tst_QTreeView::quickExpandCollapse() PASS : tst_QTreeView::keyboardNavigation() PASS : tst_QTreeView::headerSections() PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = false) PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = true) PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = true) PASS : tst_QTreeView::setSelection((0,0,50,20),rows) PASS : tst_QTreeView::setSelection((0,0,50,90),rows) PASS : tst_QTreeView::setSelection((50,0,0,90),rows,invalid rect) PASS : tst_QTreeView::setSelection((0,-20,20,50),rows) PASS : tst_QTreeView::setSelection((0,-50,20,90),rows) PASS : tst_QTreeView::extendedSelection(select) PASS : tst_QTreeView::extendedSelection(unselect) PASS : tst_QTreeView::indexAbove() PASS : tst_QTreeView::indexBelow() QDEBUG : tst_QTreeView::clicked() I 9 P QPoint(40,118) Viewport QRect(0,0 196x115) QDEBUG : tst_QTreeView::clicked() Screen geometry QRect(0,0 1280x800) Screen virtual geometry QRect(0,0 1280x800) Screen size QSize(1280, 800) Screen virtual size QSize(1280, 800) FAIL! : tst_QTreeView::clicked() Compared values are not the same Actual (spy.count()): 0 Expected (1): 1 tst_qtreeview.cpp(2044) : failure location WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget PASS : tst_QTreeView::mouseDoubleClick() PASS : tst_QTreeView::rowsAboutToBeRemoved() PASS : tst_QTreeView::headerSections_unhideSection() PASS : tst_QTreeView::columnAt() PASS : tst_QTreeView::scrollTo() PASS : tst_QTreeView::rowsAboutToBeRemoved_move() PASS : tst_QTreeView::resizeColumnToContents() PASS : tst_QTreeView::insertAfterSelect() PASS : tst_QTreeView::removeAfterSelect() PASS : tst_QTreeView::hiddenItems() PASS : tst_QTreeView::spanningItems() PASS : tst_QTreeView::rowSizeHint() PASS : tst_QTreeView::setSortingEnabled() PASS : tst_QTreeView::headerHidden() PASS : tst_QTreeView::selection() PASS : tst_QTreeView::removeAndInsertExpandedCol0() PASS : tst_QTreeView::selectionWithHiddenItems() PASS : tst_QTreeView::selectAll() PASS : tst_QTreeView::disabledButCheckable() PASS : tst_QTreeView::sortByColumn(sorting enabled) PASS : tst_QTreeView::sortByColumn(sorting disabled) PASS : tst_QTreeView::evilModel(visible) PASS : tst_QTreeView::indexRowSizeHint() PASS : tst_QTreeView::addRowsWhileSectionsAreHidden() PASS : tst_QTreeView::filterProxyModelCrash() PASS : tst_QTreeView::renderToPixmap(row-0) PASS : tst_QTreeView::renderToPixmap(row-1) PASS : tst_QTreeView::styleOptionViewItem() PASS : tst_QTreeView::keyboardNavigationWithDisabled() PASS : tst_QTreeView::task174627_moveLeftToRoot() PASS : tst_QTreeView::task171902_expandWith1stColHidden() PASS : tst_QTreeView::task203696_hidingColumnsAndRowsn() PASS : tst_QTreeView::task211293_removeRootIndex() PASS : tst_QTreeView::task216717_updateChildren() PASS : tst_QTreeView::task220298_selectColumns() PASS : tst_QTreeView::task224091_appendColumns() PASS : tst_QTreeView::task225539_deleteModel() PASS : tst_QTreeView::task230123_setItemsExpandable() PASS : tst_QTreeView::task202039_closePersistentEditor() PASS : tst_QTreeView::task238873_avoidAutoReopening() PASS : tst_QTreeView::task244304_clickOnDecoration() PASS : tst_QTreeView::task246536_scrollbarsNotWorking() PASS : tst_QTreeView::task250683_wrongSectionSize() PASS : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() PASS : tst_QTreeView::task254234_proxySort() PASS : tst_QTreeView::task248022_changeSelection() PASS : tst_QTreeView::task245654_changeModelAndExpandAll() PASS : tst_QTreeView::doubleClickedWithSpans() PASS : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden() PASS : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() PASS : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() PASS : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() PASS : tst_QTreeView::taskQTBUG_25333_adjustViewOptionsForIndex() PASS : tst_QTreeView::taskQTBUG_18539_emitLayoutChanged() PASS : tst_QTreeView::taskQTBUG_8176_emitOnExpandAll() PASS : tst_QTreeView::cleanupTestCase() Totals: 169 passed, 1 failed, 0 skipped ********* Finished testing of tst_QTreeView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtreeview: 33 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00803/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365604892): http://codereview.qt-project.org/44210 [PS27] - QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHint From ci-noreply at qt-project.org Wed Apr 10 18:49:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 19:49:01 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130410_164901_026086.ci-noreply@qt-project.org> Autotest `tst_qquickmultipointtoucharea' failed :( Testing tst_QQuickMultiPointTouchArea FAIL! : tst_QQuickMultiPointTouchArea::inFlickable() 'flickable->contentY() < 0' returned FALSE. () Loc: [tst_qquickmultipointtoucharea.cpp(623)] Totals: 17 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickMultiPointTouchArea ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QQuickMultiPointTouchArea::initTestCase() PASS : tst_QQuickMultiPointTouchArea::properties() PASS : tst_QQuickMultiPointTouchArea::signalTest() PASS : tst_QQuickMultiPointTouchArea::release() PASS : tst_QQuickMultiPointTouchArea::reuse() PASS : tst_QQuickMultiPointTouchArea::nonOverlapping() PASS : tst_QQuickMultiPointTouchArea::nested() FAIL! : tst_QQuickMultiPointTouchArea::inFlickable() Compared values are not the same Actual (point11->pressed()): 0 Expected (true): 1 Loc: [tst_qquickmultipointtoucharea.cpp(602)] PASS : tst_QQuickMultiPointTouchArea::inFlickable2() PASS : tst_QQuickMultiPointTouchArea::invisible() PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(2nd point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(3rd point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(all points inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(all points outside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st and 2nd points inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st and 3rd points inside) PASS : tst_QQuickMultiPointTouchArea::cleanupTestCase() Totals: 17 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQuickMultiPointTouchArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickmultipointtoucharea: 9 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00804/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365609909): http://codereview.qt-project.org/53413 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Wed Apr 10 19:53:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 20:53:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_175314_094592.ci-noreply@qt-project.org> QtBase_stable_Integration #895: SUCCESS Tested changes (refs/builds/stable_1365609248): http://codereview.qt-project.org/53374 [PS1] - Use CMake facility for verbose makefiles instead of an env var. http://codereview.qt-project.org/52182 [PS2] - Windows: Dont use black as clear color on opengl windows http://codereview.qt-project.org/53315 [PS3] - Don't use UNAME_MACHINE on Linux http://codereview.qt-project.org/53237 [PS2] - QNX: Adjust rotation according to initial orientation http://codereview.qt-project.org/53130 [PS7] - Android: Backslash workarounds for Unix Makefile generator From ci-noreply at qt-project.org Wed Apr 10 20:23:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 21:23:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130410_182357_091331.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012b01e0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10165ae00 Loc: [tst_qmenubar.cpp(1187)] QWARN : tst_QMenuBar::task256322_highlight() Problem creating accessible interface for: QWidget(0x7fff5fbfde08) Make sure to deploy Qt with accessibility plugins. PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00181/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365598212): http://codereview.qt-project.org/53191 [PS3] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 10 20:29:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 21:29:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130410_182955_048896.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #21: SUCCESS Tested changes (refs/builds/stable_1365617409): http://codereview.qt-project.org/53461 [PS1] - Mentioning of Unbuffered mode in the open() method is removed From ci-noreply at qt-project.org Wed Apr 10 20:56:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 21:56:37 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130410_185637_003678.ci-noreply@qt-project.org> QtBase_dev_Integration #805: SUCCESS Tested changes (refs/builds/dev_1365612701): http://codereview.qt-project.org/53413 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Wed Apr 10 21:01:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 22:01:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_190125_055931.ci-noreply@qt-project.org> qtbase failed to compile :( /home/qt/shadowbuild/qtbase/src/platformsupport/.moc/release-shared/moc_dbusconnection_p.cpp:98: undefined reference to `DBusConnection::enabledStateCallback(QDBusVariant const&)' make[6]: *** [../../../../plugins/platforms/libqxcb.so] Error 1 make[5]: *** [sub-xcb-plugin-pro-make_first-ordered] Error 2 make[4]: *** [sub-xcb-make_first] Error 2 make[3]: *** [sub-platforms-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00896/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/stable_1365619911): http://codereview.qt-project.org/52194 [PS5] - Let platform plugin decide if accessibility is active From ci-noreply at qt-project.org Wed Apr 10 21:07:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 22:07:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_190737_033003.ci-noreply@qt-project.org> Autotest `license' failed :( # Failed test 'tests/auto/qmltest/selftests/tst_destroy.qml does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 2262. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2262 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 2262 Failed: 1) Failed test: 1855 Non-zero exit status: 1 Files=1, Tests=2262, 4 wallclock secs ( 0.27 usr 0.02 sys + 2.90 cusr 0.21 csys = 3.40 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'tests/auto/qmltest/selftests/tst_destroy.qml does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 2262. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2262 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 2262 Failed: 1) Failed test: 1855 Non-zero exit status: 1 Files=1, Tests=2262, 3 wallclock secs ( 0.26 usr 0.04 sys + 2.86 cusr 0.23 csys = 3.39 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 7 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00393/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365620118): http://codereview.qt-project.org/53365 [PS1] - Testlib: Fix qml objects not deleted in TestCase http://codereview.qt-project.org/52392 [PS14] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Wed Apr 10 21:53:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 22:53:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130410_195339_069769.ci-noreply@qt-project.org> QtImageFormats_stable_Integration #46: SUCCESS Tested changes (refs/builds/stable_1365621570): http://codereview.qt-project.org/53463 [PS1] - Merge branch 'release' into stable From ci-noreply at qt-project.org Wed Apr 10 22:04:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 23:04:35 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130410_200435_058349.ci-noreply@qt-project.org> Autotest `tst_qsound' failed :( Testing tst_QSound Totals: 6 passed, 0 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 30353] QtQA::App::TestRunner: [New LWP 30355] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_qsound -silent -o /work/build/_artifacts/test-logs/tst_qsound-testresults'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fd02cd42b8f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fd022f3c700 (LWP 30355)): QtQA::App::TestRunner: #0 0x00007fd02d333403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fd02d03335f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #2 0x00007fd02d02476c in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #3 0x00007fd02d024dd9 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #4 0x00007fd02d024e90 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #5 0x00007fd02d03330f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #6 0x00007fd02ae9ad18 in ?? () from /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so QtQA::App::TestRunner: #7 0x00007fd02ca94e9a in start_thread (arg=0x7fd022f3c700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fd02d33edbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fd02eeba740 (LWP 30353)): QtQA::App::TestRunner: #0 0x00007fd02cd42b8f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QExplicitlySharedDataPointer (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #2 QNetworkConfiguration::~QNetworkConfiguration (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #3 0x00007fd02cd017ca in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7fd008002a70, __in_chrg=) at access/qnetworkaccessmanager.cpp:1367 QtQA::App::TestRunner: #4 0x00007fd02cd018c9 in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7fd008002a70, __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #5 0x00007fd02dd977c8 in cleanup (pointer=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #6 ~QScopedPointer (this=0x7fd008002a58, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #7 QObject::~QObject (this=0x7fd008002a50, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #8 0x00007fd02cd019b5 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7fd008002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:473 QtQA::App::TestRunner: #9 0x00007fd02cd019f9 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7fd008002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #10 0x00007fd02ea3d1a4 in QSampleCache::~QSampleCache (this=0x7fd02ecc4180, __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #11 0x00007fd02ea41ee9 in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #12 0x00007fd02d286921 in __run_exit_handlers (status=0, listp=0x7fd02d603688, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #13 0x00007fd02d2869a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #14 0x00007fd02d26c774 in __libc_start_main (main=0x4018a0 , argc=6, ubp_av=0x7fff063e3598, init=, fini=, rtld_fini=, stack_end=0x7fff063e3588) at libc-start.c:258 QtQA::App::TestRunner: #15 0x000000000040196d in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSound ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSound::initTestCase() PASS : tst_QSound::testLooping() PASS : tst_QSound::testPlay() PASS : tst_QSound::testStop() PASS : tst_QSound::testStaticPlay() PASS : tst_QSound::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of tst_QSound ********* QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 30362] QtQA::App::TestRunner: [New LWP 30364] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_qsound -o /work/build/_artifacts/test-logs/tst_qsound-testresults-00.xml,'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fc94d875b8f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: 163 inline ~QExplicitlySharedDataPointer() { if (d && !d->ref.deref()) delete d; } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fc93f9cd700 (LWP 30364)): QtQA::App::TestRunner: #0 0x00007fc94de66403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fc94db6635f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #2 0x00007fc94db5776c in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #3 0x00007fc94db57dd9 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #4 0x00007fc94db57e90 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #5 0x00007fc94db6630f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0 QtQA::App::TestRunner: #6 0x00007fc94b9cdd18 in ?? () from /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so QtQA::App::TestRunner: #7 0x00007fc94d5c7e9a in start_thread (arg=0x7fc93f9cd700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fc94de71dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fc94f9ed740 (LWP 30362)): QtQA::App::TestRunner: #0 0x00007fc94d875b8f in ~QExplicitlySharedDataPointer (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qshareddata.h:163 QtQA::App::TestRunner: #1 ~QExplicitlySharedDataPointer (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #2 QNetworkConfiguration::~QNetworkConfiguration (this=, __in_chrg=) at bearer/qnetworkconfiguration.cpp:224 QtQA::App::TestRunner: #3 0x00007fc94d8347ca in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7fc92c002a70, __in_chrg=) at access/qnetworkaccessmanager.cpp:1367 QtQA::App::TestRunner: #4 0x00007fc94d8348c9 in QNetworkAccessManagerPrivate::~QNetworkAccessManagerPrivate (this=0x7fc92c002a70, __in_chrg=) at access/qnetworkaccessmanager.cpp:1378 QtQA::App::TestRunner: #5 0x00007fc94e8ca7c8 in cleanup (pointer=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #6 ~QScopedPointer (this=0x7fc92c002a58, __in_chrg=) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #7 QObject::~QObject (this=0x7fc92c002a50, __in_chrg=) at kernel/qobject.cpp:750 QtQA::App::TestRunner: #8 0x00007fc94d8349b5 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7fc92c002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:473 QtQA::App::TestRunner: #9 0x00007fc94d8349f9 in QNetworkAccessManager::~QNetworkAccessManager (this=0x7fc92c002a50, __in_chrg=) at access/qnetworkaccessmanager.cpp:487 QtQA::App::TestRunner: #10 0x00007fc94f5701a4 in QSampleCache::~QSampleCache (this=0x7fc94f7f7180, __in_chrg=) at audio/qsamplecache_p.cpp:132 QtQA::App::TestRunner: #11 0x00007fc94f574ee9 in (anonymous namespace)::Q_QGS_sampleCache::innerFunction()::Holder::~Holder() () at audio/qsoundeffect_pulse_p.cpp:269 QtQA::App::TestRunner: #12 0x00007fc94ddb9921 in __run_exit_handlers (status=0, listp=0x7fc94e136688, run_list_atexit=true) at exit.c:78 QtQA::App::TestRunner: #13 0x00007fc94ddb99a5 in __GI_exit (status=) at exit.c:100 QtQA::App::TestRunner: #14 0x00007fc94dd9f774 in __libc_start_main (main=0x4018a0 , argc=5, ubp_av=0x7fffd96d4c58, init=, fini=, rtld_fini=, stack_end=0x7fffd96d4c48) at libc-start.c:258 QtQA::App::TestRunner: #15 0x000000000040196d in _start () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsound: 29 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtMultimedia_dev_Integration/build_00070/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1365623217): http://codereview.qt-project.org/52828 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 10 22:47:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 10 Apr 2013 23:47:37 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_204737_096730.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #394: SUCCESS Tested changes (refs/builds/stable_1365621717): http://codereview.qt-project.org/52392 [PS14] - a nested Window automatically becomes transient for its parent From ci-noreply at qt-project.org Wed Apr 10 23:06:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 00:06:46 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130410_210646_048617.ci-noreply@qt-project.org> Autotest `tst_qqmlapplicationengine' failed :( Testing tst_qqmlapplicationengine FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qqmlapplicationengine ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_qqmlapplicationengine::initTestCase() PASS : tst_qqmlapplicationengine::basicLoading() FAIL! : tst_qqmlapplicationengine::application() Compared values are not the same Actual (test_stderr): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A Expected (test_stderr_target): 53 74 61 72 74 3A 20 74 65 73 74 44 61 74 61 0D 0A 45 6E 64 0D 0A tst_qqmlapplicationengine.cpp(127) : failure location PASS : tst_qqmlapplicationengine::applicationProperties() PASS : tst_qqmlapplicationengine::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qqmlapplicationengine ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlapplicationengine: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00409/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365626537): http://codereview.qt-project.org/52669 [PS1] - Embed some default particles. From ci-noreply at qt-project.org Wed Apr 10 23:24:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 00:24:45 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_212445_097553.ci-noreply@qt-project.org> QtBase_stable_Integration #897: SUCCESS Tested changes (refs/builds/stable_1365621207): http://codereview.qt-project.org/53410 [PS3] - Generate Win64 code when testing 64bit Qt on Windows. From ci-noreply at qt-project.org Wed Apr 10 23:30:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 00:30:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_213049_039357.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00395/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365626966): http://codereview.qt-project.org/53355 [PS1] - qmlplugindump: always output exportMetaObjectRevisions From ci-noreply at qt-project.org Wed Apr 10 23:59:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 00:59:47 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130410_215947_013615.ci-noreply@qt-project.org> QtSensors_stable_Integration #37: SUCCESS Tested changes (refs/builds/stable_1365628181): http://codereview.qt-project.org/53381 [PS1] - iOS: remove unnecessary test for accelerometer available http://codereview.qt-project.org/53380 [PS1] - iOS: set data rate on accelerometer before starting it http://codereview.qt-project.org/53379 [PS1] - iOS: bugfix accelerometer timestamp http://codereview.qt-project.org/53378 [PS1] - iOS: implement gyroscope for iOS From ci-noreply at qt-project.org Thu Apr 11 00:48:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 01:48:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130410_224839_039169.ci-noreply@qt-project.org> Autotest `cmake' failed :( Test project C:/work/build/qt/qtbase/tests/auto/cmake/build Start 1: test_use_modules_function 1/18 Test #1: test_use_modules_function ........***Failed 2.06 sec Internal cmake changing into directory: C:/work/build/qt/qtbase/tests/auto/cmake/build/test_use_modules_function Error: cmake execution failed The C compiler identification is GNU 4.7.2 The CXX compiler identification is GNU 4.7.2 Check for working C compiler: C:/mingw/mingw/bin/gcc.exe Configuring Check for working C compiler: C:/mingw/mingw/bin/gcc.exe -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Check for working CXX compiler: C:/mingw/mingw/bin/g++.exe Configuring Check for working CXX compiler: C:/mingw/mingw/bin/g++.exe -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Warning at C:/work/build/qt/qtbase/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:237 (find_package): Could not find a package configuration file provided by "Qt5Test" with any of the following names: Qt5TestConfig.cmake qt5test-config.cmake Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set "Qt5Test_DIR" to a directory containing one of the above files. If "Qt5Test" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:15 (qt5_use_modules) CMake Error at C:/work/build/qt/qtbase/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:239 (message): Can not use "Test" module which has not yet been found. Call Stack (most recent call first): CMakeLists.txt:15 (qt5_use_modules) Configuring Configuring incomplete, errors occurred! Start 2: test_umbrella_config 2/18 Test #2: test_umbrella_config ............. Passed 2.05 sec Start 3: test_wrap_cpp_and_resources 3/18 Test #3: test_wrap_cpp_and_resources ...... Passed 3.85 sec Start 4: test_dependent_modules 4/18 Test #4: test_dependent_modules ........... Passed 4.70 sec Start 5: test_needsquoting_dirname 5/18 Test #5: test_needsquoting_dirname ........ Passed 4.70 sec Start 6: test_add_resource_options 6/18 Test #6: test_add_resource_options ........ Passed 3.65 sec Start 7: test_wrap_cpp_options 7/18 Test #7: test_wrap_cpp_options ............ Passed 3.22 sec Start 8: test_platform_defs_include 8/18 Test #8: test_platform_defs_include ....... Passed 3.10 sec Start 9: test_qtmainwin_library 9/18 Test #9: test_qtmainwin_library ........... Passed 3.58 sec Start 10: test_multiple_find_package 10/18 Test #10: test_multiple_find_package ....... Passed 3.49 sec Start 11: test_private_includes 11/18 Test #11: test_private_includes ............ Passed 3.23 sec Start 12: test_testlib_definitions 12/18 Test #12: test_testlib_definitions ......... Passed 12.01 sec Start 13: test_json_plugin_includes 13/18 Test #13: test_json_plugin_includes ........ Passed 3.82 sec Start 14: test_testlib_no_link_gui 14/18 Test #14: test_testlib_no_link_gui ......... Passed 5.23 sec Start 15: test_testlib_no_link_widgets 15/18 Test #15: test_testlib_no_link_widgets ..... Passed 5.47 sec Start 16: module_includes 16/18 Test #16: module_includes .................. Passed 6.66 sec Start 17: test_concurrent_module 17/18 Test #17: test_concurrent_module ........... Passed 5.12 sec Start 18: test_openglextensions_module 18/18 Test #18: test_openglextensions_module ..... Passed 5.50 sec 94% tests passed, 1 tests failed out of 18 Total Test time (real) = 81.48 sec The following tests FAILED: 1 - test_use_modules_function (Failed) Errors while running CTest QtQA::App::TestRunner: test failed, running again to see if it is flaky... Test project C:/work/build/qt/qtbase/tests/auto/cmake/build Start 1: test_use_modules_function 1/18 Test #1: test_use_modules_function ........***Failed 0.10 sec Internal cmake changing into directory: C:/work/build/qt/qtbase/tests/auto/cmake/build/test_use_modules_function Error: cmake execution failed CMake Warning at C:/work/build/qt/qtbase/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:237 (find_package): Could not find a package configuration file provided by "Qt5Test" with any of the following names: Qt5TestConfig.cmake qt5test-config.cmake Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set "Qt5Test_DIR" to a directory containing one of the above files. If "Qt5Test" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:15 (qt5_use_modules) CMake Error at C:/work/build/qt/qtbase/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:239 (message): Can not use "Test" module which has not yet been found. Call Stack (most recent call first): CMakeLists.txt:15 (qt5_use_modules) Configuring Configuring incomplete, errors occurred! Start 2: test_umbrella_config 2/18 Test #2: test_umbrella_config ............. Passed 0.28 sec Start 3: test_wrap_cpp_and_resources 3/18 Test #3: test_wrap_cpp_and_resources ...... Passed 2.01 sec Start 4: test_dependent_modules 4/18 Test #4: test_dependent_modules ........... Passed 2.79 sec Start 5: test_needsquoting_dirname 5/18 Test #5: test_needsquoting_dirname ........ Passed 2.84 sec Start 6: test_add_resource_options 6/18 Test #6: test_add_resource_options ........ Passed 0.61 sec Start 7: test_wrap_cpp_options 7/18 Test #7: test_wrap_cpp_options ............ Passed 0.79 sec Start 8: test_platform_defs_include 8/18 Test #8: test_platform_defs_include ....... Passed 1.36 sec Start 9: test_qtmainwin_library 9/18 Test #9: test_qtmainwin_library ........... Passed 1.78 sec Start 10: test_multiple_find_package 10/18 Test #10: test_multiple_find_package ....... Passed 1.63 sec Start 11: test_private_includes 11/18 Test #11: test_private_includes ............ Passed 1.47 sec Start 12: test_testlib_definitions 12/18 Test #12: test_testlib_definitions ......... Passed 9.29 sec Start 13: test_json_plugin_includes 13/18 Test #13: test_json_plugin_includes ........ Passed 1.90 sec Start 14: test_testlib_no_link_gui 14/18 Test #14: test_testlib_no_link_gui ......... Passed 0.82 sec Start 15: test_testlib_no_link_widgets 15/18 Test #15: test_testlib_no_link_widgets ..... Passed 0.82 sec Start 16: module_includes 16/18 Test #16: module_includes .................. Passed 4.37 sec Start 17: test_concurrent_module 17/18 Test #17: test_concurrent_module ........... Passed 3.35 sec Start 18: test_openglextensions_module 18/18 Test #18: test_openglextensions_module ..... Passed 3.62 sec 94% tests passed, 1 tests failed out of 18 Total Test time (real) = 39.86 sec The following tests FAILED: 1 - test_use_modules_function (Failed) Errors while running CTest QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end cmake: 122 seconds, exit code 8 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00898/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365629221): http://codereview.qt-project.org/53453 [PS1] - Make the umbrella Qt5 CMake Config file find components only in the parent directory. http://codereview.qt-project.org/53449 [PS1] - Make qt5_use_modules find dependents only in the parent directory. http://codereview.qt-project.org/53299 [PS2] - Stabilize tst_qcombobox. http://codereview.qt-project.org/53438 [PS1] - Added qtwaylandscanner rules to wayland-scanner.prf http://codereview.qt-project.org/53366 [PS1] - Do not show the warning if queryAI() returns an invalid interface. http://codereview.qt-project.org/53462 [PS1] - Merge branch 'release' into stable From ci-noreply at qt-project.org Thu Apr 11 01:15:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 02:15:23 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130410_231523_070441.ci-noreply@qt-project.org> Autotests `tst_qqmldebugjs' and `tst_qqmlenginedebuginspectorintegration' failed :( The tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlEngineDebugInspectorIntegration QFATAL : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Received signal 11 FAIL! : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Received a fatal error. Loc: [Unknown file(0)] Totals: 2 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qqmlenginedebuginspectorintegration [67217] QtQA::App::TestRunner: Path: /work/*/tst_qqmlenginedebuginspectorintegration QtQA::App::TestRunner: Identifier: tst_qqmlenginedebuginspectorintegration QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [67216] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-11 01:58:42.705 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x10: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100020000 [ 128K] r-x/rwx SM=COW /work/* QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[67217]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff940f8ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8b1137d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8b104a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001004e1d19 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001004e22c5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100a83b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8b165cfa _sigtramp + 26 QtQA::App::TestRunner: 7 tst_qqmlenginedebuginspectorintegration 0x0000000100004141 tst_QQmlEngineDebugInspectorIntegration::findRootObject() + 401 QtQA::App::TestRunner: 8 tst_qqmlenginedebuginspectorintegration 0x0000000100004c79 tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() + 313 QtQA::App::TestRunner: 9 QtCore 0x00000001006b793c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 10 QtCore 0x00000001006b758c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 11 QtTest 0x0000000100a87629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 12 QtTest 0x0000000100a84462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 13 tst_qqmlenginedebuginspectorintegration 0x00000001000055f6 main + 118 QtQA::App::TestRunner: 14 tst_qqmlenginedebuginspectorintegration 0x0000000100003fa4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff940f97e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8cc0c786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8cc0b316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2:: QProcessManager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff940f8df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x000000010065426f TestNamespace::QProcessManager::run() + 191 QtQA::App::TestRunner: 2 QtCore 0x00000001004f1157 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff8b1118bf _pthread_start + 335 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8b114b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: com.apple.CFSocket.private QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff940f8df2 __select + 10 QtQA::App::TestRunner: 1 com.apple.CoreFoundation 0x00007fff8f990c8b __CFSocketManager + 1355 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8b1118bf _pthread_start + 335 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff8b114b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfd608 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000a03 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd630 rsp: 0x00007fff5fbfd608 QtQA::App::TestRunner: r8: 0x00007fff78552fb8 r9: 0x000000010152f9c0 r10: 0x00007fff940f8d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfebb8 r13: 0x0000000000000000 r14: 0x00007fff78555960 r15: 0x0000000102923fb0 QtQA::App::TestRunner: rip: 0x00007fff940f8ce2 rfl: 0x0000000000000246 cr2: 0x00007fff7854ca28 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10001ffff +tst_qqmlenginedebuginspectorintegration (??? - ???) /work/*/tst_qqmlenginedebuginspectorintegration QtQA::App::TestRunner: 0x100038000 - 0x10024afff +QtQml (5.2.0 - compatibility 5.2.0) <82D11E15-10AE-3971-A472-5A16EFC703AB> /work/*/QtQml.framework/Versions/5/QtQml QtQA::App::TestRunner: 0x100345000 - 0x10044eff7 +QtNetwork (5.2.0 - compatibility 5.2.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x1004ca000 - 0x100974ff7 +QtCore (5.2.0 - compatibility 5.2.0) <09CD092B-7BC1-3927-885B-FBF52B9CD8B2> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100a7e000 - 0x100a9fff7 +QtTest (5.2.0 - compatibility 5.2.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100ab1000 - 0x100e14fff +QtGui (5.2.0 - compatibility 5.2.0) <315C5322-1496-376C-B0AA-055751BA761C> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100f50000 - 0x100f56fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100f5d000 - 0x101350fff +QtV8 (5.2.0 - compatibility 5.2.0) /work/*/QtV8.framework/Versions/5/QtV8 QtQA::App::TestRunner: 0x1017af000 - 0x1017d8ff7 +QtPrintSupport (5.2.0 - compatibility 5.2.0) <277FECBE-AD5F-34C5-8B46-5725EB2097CD> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x102d83000 - 0x102e09ff7 +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1047a5000 - 0x104c3eff7 +QtWidgets (5.2.0 - compatibility 5.2.0) <4F39759C-6A2A-3441-B6F3-91A466CB881F> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x7fff628a7000 - 0x7fff628dbbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff88084000 - 0x7fff88179fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8846f000 - 0x7fff884bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff884d6000 - 0x7fff885dbfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff88771000 - 0x7fff88773fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff88774000 - 0x7fff88774fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff88776000 - 0x7fff887b7fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff887b8000 - 0x7fff887e8ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff887e9000 - 0x7fff887eefff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff88883000 - 0x7fff8888dff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff88d32000 - 0x7fff88dc8ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff88dc9000 - 0x7fff891f6fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff891f7000 - 0x7fff89202fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff89203000 - 0x7fff89209fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff89217000 - 0x7fff8921afff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8925a000 - 0x7fff892aefff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff89335000 - 0x7fff8938dff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff893e2000 - 0x7fff89415ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff89416000 - 0x7fff8948cfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8948d000 - 0x7fff894f5ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff894f6000 - 0x7fff89548ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8954b000 - 0x7fff89574fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff89767000 - 0x7fff8976dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff89866000 - 0x7fff8986dfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8986e000 - 0x7fff89872fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8993b000 - 0x7fff8993cfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff89a1c000 - 0x7fff89aa1ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff89aa2000 - 0x7fff89aa7ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8a16d000 - 0x7fff8a17fff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8a277000 - 0x7fff8a278fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8a279000 - 0x7fff8a28dff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8a3c1000 - 0x7fff8a3c1fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8a3c2000 - 0x7fff8a4cffff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8a4d0000 - 0x7fff8a5d2fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8a5d3000 - 0x7fff8a709fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8a70a000 - 0x7fff8a7eeff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8ab83000 - 0x7fff8ac9cfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8ac9d000 - 0x7fff8acacff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8ad01000 - 0x7fff8ad0aff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8ad0b000 - 0x7fff8ad0cff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8ad7c000 - 0x7fff8ae83fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8ae84000 - 0x7fff8ae88ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8b0c3000 - 0x7fff8b1a0fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8b1a5000 - 0x7fff8b210ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8b211000 - 0x7fff8b2abff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8b2ac000 - 0x7fff8b2aeff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8b55e000 - 0x7fff8b5a2ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b8ea000 - 0x7fff8b8f1fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8b8f2000 - 0x7fff8b962fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8b963000 - 0x7fff8bc8ffff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8bc90000 - 0x7fff8bcf0fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8bcf2000 - 0x7fff8bcffff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8bd5e000 - 0x7fff8bd82fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8bde1000 - 0x7fff8be86fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8bedf000 - 0x7fff8beedff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8bf50000 - 0x7fff8bfc6ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8c089000 - 0x7fff8c0c4fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8c0c5000 - 0x7fff8c0c5fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c0e2000 - 0x7fff8c0e7fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8c0e8000 - 0x7fff8c2eafff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8c2eb000 - 0x7fff8c3cafff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8c3cb000 - 0x7fff8c3cbfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c3cc000 - 0x7fff8c3d9fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8c3da000 - 0x7fff8c44dfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8c874000 - 0x7fff8cb69ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8cb6a000 - 0x7fff8cb6afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8cb77000 - 0x7fff8cb7afff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8cb7b000 - 0x7fff8cbbbff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8cbbc000 - 0x7fff8cbbdfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8cbbe000 - 0x7fff8cbe4fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8cbe5000 - 0x7fff8cc06fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8cc07000 - 0x7fff8cc08fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8cc09000 - 0x7fff8cc17fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8cc18000 - 0x7fff8cc1efff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8cc1f000 - 0x7fff8cd86fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8cd87000 - 0x7fff8cde9ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cdea000 - 0x7fff8cdf1ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8cdf2000 - 0x7fff8cdf3ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8df42000 - 0x7fff8dfc5fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8e901000 - 0x7fff8e920fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8e921000 - 0x7fff8e929fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8e92a000 - 0x7fff8e92ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8ed79000 - 0x7fff8ed7fff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8ed80000 - 0x7fff8ed83fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8edca000 - 0x7fff8ede1fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8ede2000 - 0x7fff8ee66ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8eebe000 - 0x7fff8eebefff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8f568000 - 0x7fff8f593ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8f8ce000 - 0x7fff8f8d3fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8f8e6000 - 0x7fff8f8edfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8f8ee000 - 0x7fff8f8efff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8f90f000 - 0x7fff8fae3ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8fb30000 - 0x7fff8fb5cff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8fb5d000 - 0x7fff8fb60ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8fb67000 - 0x7fff9002efff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff904d9000 - 0x7fff904d9fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff904da000 - 0x7fff904defff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff904df000 - 0x7fff904fcfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9050c000 - 0x7fff9055afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff9055b000 - 0x7fff90ef9a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff90efa000 - 0x7fff90f05ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff90f1a000 - 0x7fff90f2ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90fa5000 - 0x7fff90ff9ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff90ffc000 - 0x7fff91226fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff91227000 - 0x7fff91239ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff9123a000 - 0x7fff912a2ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff9133e000 - 0x7fff91f44fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff91f45000 - 0x7fff91f5cfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff9270b000 - 0x7fff92ceffff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff92dce000 - 0x7fff930eafff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff93117000 - 0x7fff93125fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff93126000 - 0x7fff9313cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff9313d000 - 0x7fff93165fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff93172000 - 0x7fff93174fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff9331d000 - 0x7fff93398ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff935a1000 - 0x7fff935a6fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff935a7000 - 0x7fff935a7fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff935a8000 - 0x7fff935d1fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff935d2000 - 0x7fff93612fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff9363d000 - 0x7fff93956fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff93957000 - 0x7fff9397bfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff93ffe000 - 0x7fff94011ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff940c4000 - 0x7fff940e1ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff940e2000 - 0x7fff94102fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff94103000 - 0x7fff9415fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff94160000 - 0x7fff943d4fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff943f5000 - 0x7fff94400ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff94404000 - 0x7fff94404fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff94418000 - 0x7fff944cbff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff944f5000 - 0x7fff945bcff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff945cb000 - 0x7fff94626ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff94627000 - 0x7fff9463dff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff94649000 - 0x7fff94676fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff94677000 - 0x7fff946b9ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff946ba000 - 0x7fff9475cfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff9475d000 - 0x7fff94841e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff94842000 - 0x7fff949e2ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff949e3000 - 0x7fff949e7fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff949e8000 - 0x7fff94a04ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff94a05000 - 0x7fff94a3ffe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff94a40000 - 0x7fff94b4cfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff94b4d000 - 0x7fff94b4ffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff94b50000 - 0x7fff94b5ffff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff94b60000 - 0x7fff94cbdfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff94cf9000 - 0x7fff94d38fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff94f36000 - 0x7fff94f36fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff94f37000 - 0x7fff94fd8fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 8037 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=170.6M resident=130.5M(76%) swapped_out_or_unallocated=40.1M(24%) QtQA::App::TestRunner: Writable regions: Total=68.0M written=2292K(3%) resident=3076K(4%) swapped_out=0K(0%) unallocated=65.0M(96%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 152K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 160K QtQA::App::TestRunner: CoreServices 2500K QtQA::App::TestRunner: MALLOC 41.6M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 9300K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 56.1M QtQA::App::TestRunner: __TEXT 114.4M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 35.0M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 345.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlEngineDebugInspectorIntegration ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QQmlEngineDebugInspectorIntegration::initTestCase() QWARN : tst_QQmlEngineDebugInspectorIntegration::connect() App was unable to bind to port! FAIL! : tst_QQmlEngineDebugInspectorIntegration::connect() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlenginedebuginspectorintegration.cpp(114)] QWARN : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() App was unable to bind to port! FAIL! : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlenginedebuginspectorintegration.cpp(114)] PASS : tst_QQmlEngineDebugInspectorIntegration::cleanupTestCase() Totals: 2 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQmlEngineDebugInspectorIntegration ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with signal 6 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmlenginedebuginspectorintegration: 46 seconds, exit code 2 Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1208)] FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] Totals: 31 passed, 4 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() waitForSignal 2stopped() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1189)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() QWARN : tst_QQmlDebugJS::setExceptionBreak() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] QDEBUG : tst_QQmlDebugJS::setExceptionBreak() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Process State: "running" QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() QWARN : tst_QQmlDebugJS::backtrace() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] QDEBUG : tst_QQmlDebugJS::backtrace() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::backtrace() Process State: "running" QDEBUG : tst_QQmlDebugJS::backtrace() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 29 passed, 6 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 131 seconds, exit code 6 Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00410/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1365628563): http://codereview.qt-project.org/52669 [PS1] - Embed some default particles. From ci-noreply at qt-project.org Thu Apr 11 01:52:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 02:52:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130410_235203_097237.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #396: SUCCESS Tested changes (refs/builds/stable_1365633166): http://codereview.qt-project.org/53469 [PS2] - Stabilize Test From ci-noreply at qt-project.org Thu Apr 11 02:04:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 03:04:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130411_000414_005425.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qpauseanimationjob', and `tst_qqmldebugjs' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1103)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] FAIL! : tst_QQmlDebugJS::stepNext() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1541)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] Totals: 27 passed, 8 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() QWARN : tst_QQmlDebugJS::connect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] QDEBUG : tst_QQmlDebugJS::connect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::connect() Process State: "running" QDEBUG : tst_QQmlDebugJS::connect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::interrupt() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "running" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointOnEvent() QWARN : tst_QQmlDebugJS::changeBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] QDEBUG : tst_QQmlDebugJS::changeBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() QWARN : tst_QQmlDebugJS::clearBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] QDEBUG : tst_QQmlDebugJS::clearBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setExceptionBreak() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] QDEBUG : tst_QQmlDebugJS::setExceptionBreak() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Process State: "running" QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::stepNext() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] QDEBUG : tst_QQmlDebugJS::stepNext() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNext() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNext() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNextWithCount() QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() QWARN : tst_QQmlDebugJS::evaluateInGlobalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::evaluateInLocalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getScopes() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] QDEBUG : tst_QQmlDebugJS::getScopes() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopes() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopes() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getScripts() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] QDEBUG : tst_QQmlDebugJS::getScripts() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScripts() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScripts() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 20 passed, 15 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 8 QtQA::App::TestRunner: second attempt: exited with exit code 15 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 255 seconds, exit code 15 Testing tst_QPauseAnimationJob FAIL! : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(253)] Totals: 13 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPauseAnimationJob ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QPauseAnimationJob::initTestCase() PASS : tst_QPauseAnimationJob::changeDirectionWhileRunning() PASS : tst_QPauseAnimationJob::noTimerUpdates(0) PASS : tst_QPauseAnimationJob::noTimerUpdates(1) PASS : tst_QPauseAnimationJob::noTimerUpdates(2) PASS : tst_QPauseAnimationJob::noTimerUpdates(3) PASS : tst_QPauseAnimationJob::multiplePauseAnimations() FAIL! : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. () Loc: [tst_qpauseanimationjob.cpp(253)] PASS : tst_QPauseAnimationJob::pauseResume() PASS : tst_QPauseAnimationJob::sequentialPauseGroup() PASS : tst_QPauseAnimationJob::sequentialGroupWithPause() PASS : tst_QPauseAnimationJob::multipleSequentialGroups() PASS : tst_QPauseAnimationJob::zeroDuration() PASS : tst_QPauseAnimationJob::cleanupTestCase() Totals: 13 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPauseAnimationJob ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qpauseanimationjob: 13 seconds, exit code 1 Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.425949 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00182/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365618573): http://codereview.qt-project.org/53191 [PS3] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 11 02:55:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 03:55:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_005522_071148.ci-noreply@qt-project.org> QtBase_stable_Integration #899: SUCCESS Tested changes (refs/builds/stable_1365634396): http://codereview.qt-project.org/53449 [PS2] - Make qt5_use_modules find dependents only in the parent directory. http://codereview.qt-project.org/53453 [PS1] - Make the umbrella Qt5 CMake Config file find components only in the parent directory. http://codereview.qt-project.org/53290 [PS1] - QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 locales http://codereview.qt-project.org/52664 [PS3] - Fix QFontconfigDatabase unable to fallback to a localized family From ci-noreply at qt-project.org Thu Apr 11 09:00:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 10:00:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_070033_065762.ci-noreply@qt-project.org> QtBase_stable_Integration #900: SUCCESS Tested changes (refs/builds/stable_1365656336): http://codereview.qt-project.org/53299 [PS2] - Stabilize tst_qcombobox. http://codereview.qt-project.org/53462 [PS1] - Merge branch 'release' into stable From ci-noreply at qt-project.org Thu Apr 11 09:45:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 10:45:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130411_074531_064624.ci-noreply@qt-project.org> QtSensors_stable_Integration #38: SUCCESS Tested changes (refs/builds/stable_1365663691): http://codereview.qt-project.org/53329 [PS1] - Remove REVISION 1 from alwaysOn property. http://codereview.qt-project.org/53298 [PS1] - Remove TODO comments http://codereview.qt-project.org/53297 [PS1] - Add missing Q_REVISION(1) to new 5.1 signals From ci-noreply at qt-project.org Thu Apr 11 10:12:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 11:12:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130411_081243_056705.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #397: SUCCESS Tested changes (refs/builds/stable_1365663165): http://codereview.qt-project.org/53273 [PS2] - DesignerSupport: Adding separate flag for component completion From ci-noreply at qt-project.org Thu Apr 11 11:12:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 12:12:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_091257_044472.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #47: SUCCESS Tested changes (refs/builds/stable_1365668215): http://codereview.qt-project.org/53428 [PS1] - Layouts: Remove unused plugin.json From ci-noreply at qt-project.org Thu Apr 11 11:18:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 12:18:51 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_091851_076978.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 15 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 175 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00901/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365663766): http://codereview.qt-project.org/53040 [PS3] - Add devicePixelRatio metric to QPaintDevice. http://codereview.qt-project.org/53438 [PS1] - Added qtwaylandscanner rules to wayland-scanner.prf http://codereview.qt-project.org/53346 [PS3] - Android: Remove qdevice.pri warning in configure step From ci-noreply at qt-project.org Thu Apr 11 11:23:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 12:23:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130411_092300_005371.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)', `tst_qcamerabackend', and `tst_qqmldebugjs' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] Totals: 29 passed, 6 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::listBreakpoints() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] QDEBUG : tst_QQmlDebugJS::listBreakpoints() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::listBreakpoints() Process State: "running" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() QWARN : tst_QQmlDebugJS::stepNext() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] QDEBUG : tst_QQmlDebugJS::stepNext() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNext() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNext() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 28 passed, 7 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 6 QtQA::App::TestRunner: second attempt: exited with exit code 7 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 161 seconds, exit code 7 Testing tst_QCameraBackend QtQA::App::TestRunner: Process exited due to signal 10 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [59005] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [59004] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-11 11:22:39.028 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGBUS) QtQA::App::TestRunner: Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff90cdde80 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x7fff90cdde80: QtQA::App::TestRunner: __TEXT 00007fff90c31000-00007fff90cd4000 [ 652K] r-x/rwx SM=COW /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: --> __TEXT 00007fff90cd4000-00007fff90db9000 [ 916K] r-x/rwx SM=COW /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: __TEXT 00007fff90db9000-00007fff90e00000 [ 284K] r-x/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[59005]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 QtCore 0x0000000100673a9d TestNamespace::QString::operator=(TestNamespace::QString const&) + 29 QtQA::App::TestRunner: 1 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 2 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 3 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 4 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 5 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 6 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 7 QtCore 0x00000001007b394c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 8 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 9 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 10 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 11 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff906707e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff89183786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff89182316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90670192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8768a594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8768bb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90670192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8768a594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8768bb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9066e67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff9066dd71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8beb650c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8bebec74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8bebe486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff85910fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8590715a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff876888bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8768bb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x00007fff90cdde80 rbx: 0x00000001038268a0 rcx: 0x0000000074ff8549 rdx: 0x00000000000001f0 QtQA::App::TestRunner: rdi: 0x00000001038268a0 rsi: 0x000000010381f170 rbp: 0x00007fff5fbfe3d0 rsp: 0x00007fff5fbfe3b0 QtQA::App::TestRunner: r8: 0x0000000100d43e00 r9: 0x0000000000000000 r10: 0x00000000000ac000 r11: 0x0000000100673a80 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x000000010381f170 r15: 0x0000000103826880 QtQA::App::TestRunner: rip: 0x0000000100673a9d rfl: 0x0000000000010206 cr2: 0x00007fff90cdde80 QtQA::App::TestRunner: Logical CPU: 2 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <08C42F47-073F-36E2-9062-9E95461740EF> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) <9DB07822-C9D4-303E-AD65-95486AED578D> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0BE4F321-24C7-3B07-BE46-6825C9EB022C> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df1000 - 0x100df5fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101c83000 - 0x101cacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <23784D3A-B7A3-32CB-A116-5C68C4EA12AC> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <6736F015-BE0B-3314-B8C3-75A2AAD62423> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1049a5000 - 0x104a2bff7 +libqcocoa.dylib (??? - ???) <09907E53-F473-31AB-AF5A-8320324E7B23> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104a81000 - 0x104f1aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x1054db000 - 0x1054f2ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x105509000 - 0x105550fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x105582000 - 0x1055a1ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff645a0000 - 0x7fff645d4baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff845fb000 - 0x7fff846f0fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff849e6000 - 0x7fff84a32ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff84a4d000 - 0x7fff84b52fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff84ce8000 - 0x7fff84ceafff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff84ceb000 - 0x7fff84cebfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff84ced000 - 0x7fff84d2efff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff84d2f000 - 0x7fff84d5fff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff84d60000 - 0x7fff84d65fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff84dfa000 - 0x7fff84e04ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff84ea1000 - 0x7fff8524bfe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff852a9000 - 0x7fff8533fff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff85340000 - 0x7fff8576dfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8576e000 - 0x7fff85779fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8577a000 - 0x7fff85780fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8578e000 - 0x7fff85791fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff857d1000 - 0x7fff85825fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff858ac000 - 0x7fff85904ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff85905000 - 0x7fff85956ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff85959000 - 0x7fff8598cff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8598d000 - 0x7fff85a03fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff85a04000 - 0x7fff85a6cff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff85a6d000 - 0x7fff85abfff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff85ac2000 - 0x7fff85aebfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff85cc3000 - 0x7fff85cddfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff85cde000 - 0x7fff85ce4fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff85d89000 - 0x7fff85ddcfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff85ddd000 - 0x7fff85de4fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff85de5000 - 0x7fff85de9fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff85eb2000 - 0x7fff85eb3fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff85f93000 - 0x7fff86018ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff86019000 - 0x7fff8601eff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff866e4000 - 0x7fff866f6ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff867ee000 - 0x7fff867effff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff867f0000 - 0x7fff86804ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff86938000 - 0x7fff86938fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff86939000 - 0x7fff86a46fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff86a47000 - 0x7fff86b49fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff86b4a000 - 0x7fff86c80fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff86c81000 - 0x7fff86d65ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff870fa000 - 0x7fff87213fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff87214000 - 0x7fff87223ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff87278000 - 0x7fff87281ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff87282000 - 0x7fff87283ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff872f3000 - 0x7fff873fafe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff873fb000 - 0x7fff873ffff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8763a000 - 0x7fff87717fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8771c000 - 0x7fff87787ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff87788000 - 0x7fff87822ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff87823000 - 0x7fff87825ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff87ad5000 - 0x7fff87b19ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff87e61000 - 0x7fff87e68fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff87e69000 - 0x7fff87ed9fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff88206fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff88207000 - 0x7fff88267fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff88269000 - 0x7fff88276ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff882d5000 - 0x7fff882f9fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff88358000 - 0x7fff883fdfff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff88456000 - 0x7fff88464ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff884c7000 - 0x7fff8853dff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff88600000 - 0x7fff8863bfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8863c000 - 0x7fff8863cfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff88659000 - 0x7fff8865efff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8865f000 - 0x7fff88861fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff88862000 - 0x7fff88941fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff88942000 - 0x7fff88942fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff88943000 - 0x7fff88950fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff88951000 - 0x7fff889c4fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff88deb000 - 0x7fff890e0ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff890e1000 - 0x7fff890e1fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff890ee000 - 0x7fff890f1fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff890f2000 - 0x7fff89132ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff89133000 - 0x7fff89134fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff89135000 - 0x7fff8915bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8915c000 - 0x7fff8917dfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8917e000 - 0x7fff8917ffff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff89180000 - 0x7fff8918efff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8918f000 - 0x7fff89195fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff89196000 - 0x7fff892fdfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff892fe000 - 0x7fff89360ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff89361000 - 0x7fff89368ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff89369000 - 0x7fff8936aff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8936b000 - 0x7fff893b2ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8a4b9000 - 0x7fff8a53cfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8ae78000 - 0x7fff8ae97fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8ae98000 - 0x7fff8aea0fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8aea1000 - 0x7fff8aea6fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aea7000 - 0x7fff8b2daff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8b2f0000 - 0x7fff8b2f6ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8b2f7000 - 0x7fff8b2fafff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8b341000 - 0x7fff8b358fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8b359000 - 0x7fff8b3ddff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8b435000 - 0x7fff8b435fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b9e1000 - 0x7fff8badeff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8badf000 - 0x7fff8bb0aff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8be45000 - 0x7fff8be4afff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8be5d000 - 0x7fff8be64fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8be65000 - 0x7fff8be66ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8be86000 - 0x7fff8c05aff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8c0a7000 - 0x7fff8c0d3ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8c0d4000 - 0x7fff8c0d7ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8c0de000 - 0x7fff8c5a5fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8ca50000 - 0x7fff8ca50fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8ca51000 - 0x7fff8ca55fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8ca56000 - 0x7fff8ca73fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8ca83000 - 0x7fff8cad1fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8cad2000 - 0x7fff8d470a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8d471000 - 0x7fff8d47cff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8d491000 - 0x7fff8d4a6fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8d51c000 - 0x7fff8d570ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8d573000 - 0x7fff8d79dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d79e000 - 0x7fff8d7b0ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8d7b1000 - 0x7fff8d819ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8d8b5000 - 0x7fff8e4bbfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8e4bc000 - 0x7fff8e4d3fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8e4d4000 - 0x7fff8ec7cfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8ec82000 - 0x7fff8f266fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8f345000 - 0x7fff8f661fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8f68e000 - 0x7fff8f69cfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8f69d000 - 0x7fff8f6b3fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8f6b4000 - 0x7fff8f6dcfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8f6e9000 - 0x7fff8f6ebfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8f894000 - 0x7fff8f90fff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8f910000 - 0x7fff8fa9bff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8fb18000 - 0x7fff8fb1dfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8fb1e000 - 0x7fff8fb1efff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8fb1f000 - 0x7fff8fb48fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8fb49000 - 0x7fff8fb89fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8fbb4000 - 0x7fff8fecdfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8fece000 - 0x7fff8fef2fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff90575000 - 0x7fff90588ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff9063b000 - 0x7fff90658ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff90659000 - 0x7fff90679fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff9067a000 - 0x7fff906d6ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff906d7000 - 0x7fff9094bfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff9096c000 - 0x7fff90977ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9097b000 - 0x7fff9097bfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff9098f000 - 0x7fff90a42ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff90a6c000 - 0x7fff90b33ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff90b42000 - 0x7fff90b9dff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff90b9e000 - 0x7fff90bb4ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff90bc0000 - 0x7fff90bedfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff90bee000 - 0x7fff90c30ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff90c31000 - 0x7fff90cd3fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90cd4000 - 0x7fff90db8e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff90db9000 - 0x7fff90f59ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff90f5a000 - 0x7fff90f5efff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff90f5f000 - 0x7fff90f7bff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff90f7c000 - 0x7fff90fb6fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff90fb7000 - 0x7fff910c3fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff910c4000 - 0x7fff910c6fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff910c7000 - 0x7fff910d6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff910d7000 - 0x7fff91234fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff91270000 - 0x7fff912affff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff914ad000 - 0x7fff914adfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff914ae000 - 0x7fff9154ffff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 25688 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.2M(100%) swapped_out_or_unallocated=388K(0%) QtQA::App::TestRunner: Writable regions: Total=86.4M written=1976K(2%) resident=20.6M(24%) swapped_out=0K(0%) unallocated=65.9M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.6M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 356.3M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [59006] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [59004] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-11 11:22:43.143 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[59006]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9066fce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8768a7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8767ba7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddc39 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de1e5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff876dccfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a94 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b394c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff906707e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff89183786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff89182316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90670192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8768a594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8768bb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff90670192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8768a594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8768bb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9066e67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff9066dd71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8beb650c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8bebec74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8bebe486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff85910fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8590715a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff876888bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8768bb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff74ac9fb8 r9: 0x0000000000000000 r10: 0x00007fff9066fd0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x0000000000000000 r14: 0x00007fff74acc960 r15: 0x0000000100e30370 QtQA::App::TestRunner: rip: 0x00007fff9066fce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <08C42F47-073F-36E2-9062-9E95461740EF> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) <9DB07822-C9D4-303E-AD65-95486AED578D> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0BE4F321-24C7-3B07-BE46-6825C9EB022C> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df1000 - 0x100df5fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <23784D3A-B7A3-32CB-A116-5C68C4EA12AC> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <6736F015-BE0B-3314-B8C3-75A2AAD62423> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1041a5000 - 0x10422bff7 +libqcocoa.dylib (??? - ???) <09907E53-F473-31AB-AF5A-8320324E7B23> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x10464a000 - 0x104661ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104678000 - 0x1046bffff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1046f1000 - 0x104710ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x105000000 - 0x105499ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x7fff6123e000 - 0x7fff61272baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff845fb000 - 0x7fff846f0fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff849e6000 - 0x7fff84a32ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff84a4d000 - 0x7fff84b52fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff84ce8000 - 0x7fff84ceafff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff84ceb000 - 0x7fff84cebfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff84ced000 - 0x7fff84d2efff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff84d2f000 - 0x7fff84d5fff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff84d60000 - 0x7fff84d65fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff84dfa000 - 0x7fff84e04ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff84ea1000 - 0x7fff8524bfe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff852a9000 - 0x7fff8533fff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff85340000 - 0x7fff8576dfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8576e000 - 0x7fff85779fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8577a000 - 0x7fff85780fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8578e000 - 0x7fff85791fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff857d1000 - 0x7fff85825fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff858ac000 - 0x7fff85904ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff85905000 - 0x7fff85956ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff85959000 - 0x7fff8598cff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8598d000 - 0x7fff85a03fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff85a04000 - 0x7fff85a6cff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff85a6d000 - 0x7fff85abfff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff85ac2000 - 0x7fff85aebfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff85cc3000 - 0x7fff85cddfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff85cde000 - 0x7fff85ce4fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff85d89000 - 0x7fff85ddcfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff85ddd000 - 0x7fff85de4fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff85de5000 - 0x7fff85de9fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff85eb2000 - 0x7fff85eb3fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff85f93000 - 0x7fff86018ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff86019000 - 0x7fff8601eff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff866e4000 - 0x7fff866f6ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff867ee000 - 0x7fff867effff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff867f0000 - 0x7fff86804ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff86938000 - 0x7fff86938fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff86939000 - 0x7fff86a46fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff86a47000 - 0x7fff86b49fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff86b4a000 - 0x7fff86c80fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff86c81000 - 0x7fff86d65ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff870fa000 - 0x7fff87213fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff87214000 - 0x7fff87223ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff87278000 - 0x7fff87281ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff87282000 - 0x7fff87283ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff872f3000 - 0x7fff873fafe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff873fb000 - 0x7fff873ffff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8763a000 - 0x7fff87717fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8771c000 - 0x7fff87787ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff87788000 - 0x7fff87822ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff87823000 - 0x7fff87825ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff87ad5000 - 0x7fff87b19ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff87e61000 - 0x7fff87e68fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff87e69000 - 0x7fff87ed9fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff88206fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff88207000 - 0x7fff88267fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff88269000 - 0x7fff88276ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff882d5000 - 0x7fff882f9fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff88358000 - 0x7fff883fdfff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff88456000 - 0x7fff88464ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff884c7000 - 0x7fff8853dff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff88600000 - 0x7fff8863bfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8863c000 - 0x7fff8863cfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff88659000 - 0x7fff8865efff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8865f000 - 0x7fff88861fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff88862000 - 0x7fff88941fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff88942000 - 0x7fff88942fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff88943000 - 0x7fff88950fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff88951000 - 0x7fff889c4fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff88deb000 - 0x7fff890e0ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff890e1000 - 0x7fff890e1fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff890ee000 - 0x7fff890f1fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff890f2000 - 0x7fff89132ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff89133000 - 0x7fff89134fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff89135000 - 0x7fff8915bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8915c000 - 0x7fff8917dfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8917e000 - 0x7fff8917ffff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff89180000 - 0x7fff8918efff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8918f000 - 0x7fff89195fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff89196000 - 0x7fff892fdfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff892fe000 - 0x7fff89360ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff89361000 - 0x7fff89368ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff89369000 - 0x7fff8936aff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8936b000 - 0x7fff893b2ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8a4b9000 - 0x7fff8a53cfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8ae78000 - 0x7fff8ae97fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8ae98000 - 0x7fff8aea0fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8aea1000 - 0x7fff8aea6fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aea7000 - 0x7fff8b2daff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8b2f0000 - 0x7fff8b2f6ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8b2f7000 - 0x7fff8b2fafff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8b341000 - 0x7fff8b358fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8b359000 - 0x7fff8b3ddff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8b435000 - 0x7fff8b435fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b9e1000 - 0x7fff8badeff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8badf000 - 0x7fff8bb0aff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8be45000 - 0x7fff8be4afff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8be5d000 - 0x7fff8be64fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8be65000 - 0x7fff8be66ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8be86000 - 0x7fff8c05aff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8c0a7000 - 0x7fff8c0d3ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8c0d4000 - 0x7fff8c0d7ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8c0de000 - 0x7fff8c5a5fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff8ca50000 - 0x7fff8ca50fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8ca51000 - 0x7fff8ca55fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff8ca56000 - 0x7fff8ca73fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8ca83000 - 0x7fff8cad1fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8cad2000 - 0x7fff8d470a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8d471000 - 0x7fff8d47cff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8d491000 - 0x7fff8d4a6fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8d51c000 - 0x7fff8d570ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8d573000 - 0x7fff8d79dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d79e000 - 0x7fff8d7b0ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8d7b1000 - 0x7fff8d819ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8d8b5000 - 0x7fff8e4bbfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8e4bc000 - 0x7fff8e4d3fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8e4d4000 - 0x7fff8ec7cfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8ec82000 - 0x7fff8f266fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8f345000 - 0x7fff8f661fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8f68e000 - 0x7fff8f69cfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8f69d000 - 0x7fff8f6b3fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8f6b4000 - 0x7fff8f6dcfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8f6e9000 - 0x7fff8f6ebfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8f894000 - 0x7fff8f90fff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8f910000 - 0x7fff8fa9bff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8fb18000 - 0x7fff8fb1dfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8fb1e000 - 0x7fff8fb1efff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8fb1f000 - 0x7fff8fb48fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8fb49000 - 0x7fff8fb89fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8fbb4000 - 0x7fff8fecdfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8fece000 - 0x7fff8fef2fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff90575000 - 0x7fff90588ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff9063b000 - 0x7fff90658ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff90659000 - 0x7fff90679fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff9067a000 - 0x7fff906d6ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff906d7000 - 0x7fff9094bfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff9096c000 - 0x7fff90977ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9097b000 - 0x7fff9097bfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff9098f000 - 0x7fff90a42ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff90a6c000 - 0x7fff90b33ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff90b42000 - 0x7fff90b9dff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff90b9e000 - 0x7fff90bb4ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff90bc0000 - 0x7fff90bedfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff90bee000 - 0x7fff90c30ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff90c31000 - 0x7fff90cd3fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90cd4000 - 0x7fff90db8e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff90db9000 - 0x7fff90f59ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff90f5a000 - 0x7fff90f5efff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff90f5f000 - 0x7fff90f7bff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff90f7c000 - 0x7fff90fb6fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff90fb7000 - 0x7fff910c3fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff910c4000 - 0x7fff910c6fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff910c7000 - 0x7fff910d6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff910d7000 - 0x7fff91234fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff91270000 - 0x7fff912affff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff914ad000 - 0x7fff914adfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff914ae000 - 0x7fff9154ffff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 25690 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.2M(100%) swapped_out_or_unallocated=388K(0%) QtQA::App::TestRunner: Writable regions: Total=86.4M written=2076K(2%) resident=20.8M(24%) swapped_out=0K(0%) unallocated=65.6M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.6M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 356.3M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with signal 10 QtQA::App::TestRunner: second attempt: exited with signal 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qcamerabackend: 8 seconds, signal 6 Testing tst_QMessageAuthenticationCode Totals: 20 passed, 0 failed, 0 skipped QtQA::App::TestRunner: end tst_qmessageauthenticationcode: 0.086504 seconds, exit code 0 unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00183/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365656762): http://codereview.qt-project.org/53191 [PS4] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 11 11:35:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 12:35:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130411_093529_019813.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #398: SUCCESS Tested changes (refs/builds/stable_1365668071): http://codereview.qt-project.org/51899 [PS4] - Doc: Add a link to the Qt Quick Controls page From ci-noreply at qt-project.org Thu Apr 11 12:08:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 13:08:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_100838_064288.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #48: SUCCESS Tested changes (refs/builds/stable_1365671701): http://codereview.qt-project.org/53493 [PS1] - Add tst_activeFocusOnTab to .gitignore http://codereview.qt-project.org/53354 [PS4] - Tests: Destroy created components at the end of the tests functions http://codereview.qt-project.org/53490 [PS2] - Cleanup the C++ plugin implementation http://codereview.qt-project.org/53414 [PS2] - Cleanup the private C++ plugin implementation From ci-noreply at qt-project.org Thu Apr 11 12:16:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 13:16:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130411_101622_069629.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] FAIL! : tst_QQuickLoader::simultaneousSyncAsync() '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(1036)] Totals: 46 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00399/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365673038): http://codereview.qt-project.org/53365 [PS2] - Testlib: Fix qml objects not deleted in TestCase From ci-noreply at qt-project.org Thu Apr 11 13:28:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 14:28:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130411_112803_075882.ci-noreply@qt-project.org> QtTools_stable_Integration #137: SUCCESS Tested changes (refs/builds/stable_1365674280): http://codereview.qt-project.org/53426 [PS1] - Doc: replace "balloon help" with "tooltips" http://codereview.qt-project.org/53425 [PS1] - Doc: add link to Internationalization with Qt From ci-noreply at qt-project.org Thu Apr 11 13:34:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 14:34:49 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_113449_014822.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #49: SUCCESS Tested changes (refs/builds/stable_1365676877): http://codereview.qt-project.org/53402 [PS3] - Rename QQuickComponentsPrivate to QQuickTooltip From ci-noreply at qt-project.org Thu Apr 11 13:36:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 14:36:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_113618_028861.ci-noreply@qt-project.org> QtBase_stable_Integration #902: SUCCESS Tested changes (refs/builds/stable_1365672072): http://codereview.qt-project.org/53326 [PS1] - Write two missing linker options to the vcxproj file http://codereview.qt-project.org/52792 [PS2] - Call QString::normalized when it is constructed via the native API http://codereview.qt-project.org/53366 [PS1] - Do not show the warning if queryAI() returns an invalid interface. http://codereview.qt-project.org/53261 [PS1] - QVector: Fix signedness warning in assert. From ci-noreply at qt-project.org Thu Apr 11 14:04:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 15:04:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130411_120422_033775.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' .\tst_qsslsocket.cpp(555) : failure location FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(901) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2073) : failure location Totals: 564 passed, 3 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) FAIL! : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(901) : failure location PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) FAIL! : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) '!peerVerifyErrorSpy.isEmpty()' returned FALSE. () .\tst_qsslsocket.cpp(1909) : failure location PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 565 passed, 2 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 215 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00806/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365673760): http://codereview.qt-project.org/53439 [PS1] - Move QT_CPU_FEATURES from qconfig.pri to qmodule.pri From ci-noreply at qt-project.org Thu Apr 11 14:05:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 15:05:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130411_120530_068369.ci-noreply@qt-project.org> `make' failed :( make[5]: *** [sub-qtextformat-make_first] Error 3 make[4]: *** [sub-text-make_first] Error 2 make[3]: *** [sub-gui-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00184/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365679482): http://codereview.qt-project.org/53191 [PS4] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 11 14:32:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 15:32:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_123209_092837.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #50: SUCCESS Tested changes (refs/builds/stable_1365680215): http://codereview.qt-project.org/53495 [PS2] - SpinBox: enable focus on the internal TextInput From ci-noreply at qt-project.org Thu Apr 11 15:27:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 16:27:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_132717_060711.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #51: SUCCESS Tested changes (refs/builds/stable_1365683652): http://codereview.qt-project.org/53509 [PS1] - QtQuick.Layouts: Doc fixes http://codereview.qt-project.org/53415 [PS2] - Add Quick-prefix to QRangeModel/QWheelArea/QStyleItem http://codereview.qt-project.org/53520 [PS1] - doc: Fix namespace version number for QtQuickLayouts From ci-noreply at qt-project.org Thu Apr 11 15:39:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 16:39:10 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_133910_093160.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_Slider::test_updateValueWhileDragging() Compared values are not the same Actual (): 0 Expected (): 100 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(180)] Totals: 191 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() FAIL! : qtquickcontrols::Tests_Slider::test_updateValueWhileDragging() Compared values are not the same Actual (): 0 Expected (): 100 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(180)] PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() PASS : qtquickcontrols::Tests_TextField::test_inputMask() PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() PASS : qtquickcontrols::Tests_TextField::test_select() PASS : qtquickcontrols::Tests_TextField::test_selectAll() PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 191 passed, 1 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 2 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00052/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365686961): http://codereview.qt-project.org/52772 [PS4] - Tests: Add test for updateValueWhileDragging property (Slider) From ci-noreply at qt-project.org Thu Apr 11 15:56:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 16:56:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_135628_095083.ci-noreply@qt-project.org> QtBase_stable_Integration #903: SUCCESS Tested changes (refs/builds/stable_1365680311): http://codereview.qt-project.org/53346 [PS3] - Android: Remove qdevice.pri warning in configure step From ci-noreply at qt-project.org Thu Apr 11 16:08:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 17:08:44 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_140844_088525.ci-noreply@qt-project.org> qtbase failed to compile :( In file included from ../../../../../include/QtTest/qtestmouse.h:1:0, from ../../../../../include/QtTest/../../src/testlib/qtestevent.h:53, from ../../../../../include/QtTest/qtestevent.h:1, from ../../../../../include/QtTest/../../src/testlib/qtest_gui.h:55, from ../../../../../include/QtTest/qtest_gui.h:1, from ../../../../../include/QtTest/../../src/testlib/qtest.h:311, from ../../../../../include/QtTest/qtest.h:1, from tst_qimageconversion.cpp:42: ../../../../../include/QtTest/../../src/testlib/qtestmouse.h: In function 'void QTest::mouseEvent(QTest::MouseAction, QWindow*, Qt::MouseButton, Qt::KeyboardModifiers, QPoint, int)': ../../../../../include/QtTest/../../src/testlib/qtestmouse.h:88:125: error: invalid use of incomplete type 'struct QDebug' ../../../../../include/QtCore/../../src/corelib/global/qlogging.h:59:7: error: forward declaration of 'struct QDebug' make[6]: *** [.obj/release-shared/tst_qimageconversion.o] Error 1 make[5]: *** [sub-qimageconversion-make_first] Error 2 make[4]: *** [sub-image-make_first] Error 2 make[3]: *** [sub-gui-make_first] Error 2 make[2]: *** [sub-benchmarks-make_first] Error 2 In file included from ../../../../../include/QtTest/qtestmouse.h:1:0, from ../../../../../include/QtTest/../../src/testlib/qtestevent.h:53, from ../../../../../include/QtTest/qtestevent.h:1, from ../../../../../include/QtTest/../../src/testlib/qtest_gui.h:55, from ../../../../../include/QtTest/qtest_gui.h:1, from ../../../../../include/QtTest/../../src/testlib/qtest.h:311, from ../../../../../include/QtTest/qtest.h:1, from ../../../../../include/QtTest/QTest:1, from tst_qtextblock.cpp:42: ../../../../../include/QtTest/../../src/testlib/qtestmouse.h: In function 'void QTest::mouseEvent(QTest::MouseAction, QWindow*, Qt::MouseButton, Qt::KeyboardModifiers, QPoint, int)': ../../../../../include/QtTest/../../src/testlib/qtestmouse.h:88:125: error: invalid use of incomplete type 'struct QDebug' ../../../../../include/QtCore/../../src/corelib/global/qlogging.h:59:7: error: forward declaration of 'struct QDebug' make[6]: *** [.obj/release-shared/tst_qtextblock.o] Error 1 make[5]: *** [sub-qtextblock-make_first] Error 2 In file included from ../../../../../include/QtTest/qtestmouse.h:1:0, from ../../../../../include/QtTest/../../src/testlib/qtestevent.h:53, from ../../../../../include/QtTest/qtestevent.h:1, from ../../../../../include/QtTest/../../src/testlib/qtest_gui.h:55, from ../../../../../include/QtTest/qtest_gui.h:1, from ../../../../../include/QtTest/../../src/testlib/qtest.h:311, from ../../../../../include/QtTest/qtest.h:1, from ../../../../../include/QtTest/QTest:1, from tst_qbytedatabuffer.cpp:42: ../../../../../include/QtTest/../../src/testlib/qtestmouse.h: In function 'void QTest::mouseEvent(QTest::MouseAction, QWindow*, Qt::MouseButton, Qt::KeyboardModifiers, QPoint, int)': ../../../../../include/QtTest/../../src/testlib/qtestmouse.h:88:125: error: invalid use of incomplete type 'struct QDebug' ../../../../../include/QtCore/../../src/corelib/global/qlogging.h:59:7: error: forward declaration of 'struct QDebug' make[6]: *** [.obj/release-shared/tst_qbytedatabuffer.o] Error 1 make[5]: *** [sub-qbytedatabuffer-make_first] Error 2 make[4]: *** [sub-tools-make_first] Error 2 make[4]: *** [sub-text-make_first] Error 2 make[3]: *** [sub-gui-make_first] Error 2 make[3]: *** [sub-corelib-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00904/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365688722): http://codereview.qt-project.org/53474 [PS1] - Warn if mouse event occurs outside target window in tests. http://codereview.qt-project.org/53500 [PS2] - Minimize the contents of the INTERFACE_INCLUDE_DIRECTORIES http://codereview.qt-project.org/53516 [PS1] - ANGLE: Use rtti_off in CONFIG only for release http://codereview.qt-project.org/53466 [PS3] - INSTALL: Fix URL of Installing Qt documentation http://codereview.qt-project.org/53040 [PS3] - Add devicePixelRatio metric to QPaintDevice. http://codereview.qt-project.org/53502 [PS1] - QPagedPaintDevice: Fix setPageSize() to set correct metrics http://codereview.qt-project.org/53498 [PS2] - Fix the check if mouse events should be synthesized from touch events From ci-noreply at qt-project.org Thu Apr 11 16:27:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 17:27:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130411_142757_078935.ci-noreply@qt-project.org> QtBase_dev_Integration #808: SUCCESS Tested changes (refs/builds/dev_1365682071): http://codereview.qt-project.org/52192 [PS5] - Do not build QQnxScreenEventThread when not needed From ci-noreply at qt-project.org Thu Apr 11 17:39:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 18:39:42 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130411_153942_097550.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #400: SUCCESS Tested changes (refs/builds/stable_1365689921): http://codereview.qt-project.org/53365 [PS2] - Testlib: Fix qml objects not deleted in TestCase From ci-noreply at qt-project.org Thu Apr 11 17:44:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 18:44:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130411_154408_033612.ci-noreply@qt-project.org> QtMultimedia_dev_Integration #71: SUCCESS Tested changes (refs/builds/dev_1365689193): http://codereview.qt-project.org/53524 [PS3] - Delay deletion of the QNetworkAccessManager. http://codereview.qt-project.org/52828 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 11 18:14:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 19:14:35 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_161435_081481.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 21873] QtQA::App::TestRunner: [New LWP 21875] QtQA::App::TestRunner: [New LWP 21874] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fede4048d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7feddb0ec700 (LWP 21874)): QtQA::App::TestRunner: #0 0x00007fede4e70e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fede1482f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fede1483429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fede59cba71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x12ba2a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fede5956bc8 in TestNamespace::QEventLoop::processEvents (this=0x7feddb0ebd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fede5956ea1 in TestNamespace::QEventLoop::exec (this=0x7feddb0ebd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fede5715f5c in TestNamespace::QThread::exec (this=0x12ba9c0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fede3b67a2d in TestNamespace::QQmlThreadPrivate::run (this=0x12ba9c0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007fede571c9f5 in TestNamespace::QThreadPrivate::start (arg=0x12ba9c0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fede2c1eefc in start_thread (arg=0x7feddb0ec700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fede4e7cf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fede6c3a700 (LWP 21875)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fede32c8bab in v8::internal::LinuxSemaphore::Wait (this=0x12f8f70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fede319c96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fede319cb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x12fa2bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007fede32c9c18 in v8::internal::SignalSender::Run (this=0x12fa290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007fede32c890c in v8::internal::ThreadEntry (arg=0x12fa290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007fede2c1eefc in start_thread (arg=0x7fede6c3a700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007fede4e7cf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fede6c17760 (LWP 21873)): QtQA::App::TestRunner: #0 0x00007fede4048d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007fede40f9a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007fede40f9f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007fede40fef7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007fede41bed37 in TestNamespace::QQuickRepeater::clear (this=0x2408140) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007fede41bede9 in TestNamespace::QQuickRepeater::regenerate (this=0x2408140) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007fede41bec9a in TestNamespace::QQuickRepeater::itemChange (this=0x2408140, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007fede41074c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x24081f0, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007fede40ff600 in TestNamespace::QQuickItem::setParentItem (this=0x2408140, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007fede40fe3ef in TestNamespace::QQuickItem::~QQuickItem (this=0x24079d0, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007fede414c168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x24079d0, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007fede41d5321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x24079d0, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007fede414b992 in TestNamespace::QQuickRow::~QQuickRow (this=0x24079d0, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007fede415f23b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x24079d0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007fede415f274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x24079d0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007fede5995484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x2406d80) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007fede5993b8b in TestNamespace::QObject::~QObject (this=0x2406cd0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007fede40fe712 in TestNamespace::QQuickItem::~QQuickItem (this=0x2406cd0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007fede415fbb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2406cd0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007fede415fbea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2406cd0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007fede599c522 in TestNamespace::qDeleteInEventHandler (o=0x2406cd0) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007fede5993ef8 in TestNamespace::QObject::event (this=0x2406cd0, e=0x1f4e5b0) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007fede410aba6 in TestNamespace::QQuickItem::event (this=0x2406cd0, ev=0x1f4e5b0) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007fede5fd0e86 in TestNamespace::QApplicationPrivate::notify_helper (this=0x12816e0, receiver=0x2406cd0, e=0x1f4e5b0) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007fede5fce568 in TestNamespace::QApplication::notify (this=0x12816c0, receiver=0x2406cd0, e=0x1f4e5b0) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007fede595a008 in TestNamespace::QCoreApplication::notifyInternal (this=0x12816c0, receiver=0x2406cd0, event=0x1f4e5b0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007fede595dc6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x2406cd0, event=0x1f4e5b0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007fede595b0e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x1281850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007fede595acaf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007fede680cd25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007fede680e5b7 in TestNamespace::QuickTestResult::wait (this=0x2153690, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007fede6812677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x2153690, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff32e28e50) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007fede6812ba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x2153690, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff32e28e50) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007fede5962835 in TestNamespace::QMetaObject::metacall (object=0x2153690, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fff32e28e50) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007fede3bc0126 in TestNamespace::CallMethod (object=0x2153690, index=28, returnType=43, argCount=1, argTypes=0x16bfaa4, engine=0x12bc400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007fede3bc0dc2 in TestNamespace::CallPrecise (object=0x2153690, data=..., engine=0x12bc400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007fede3bc1dfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007fede2f17628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x1276150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007fede2f11cc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x1276150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007fede2f11c93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x1276150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x00000997aef0618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x00000997aef060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fff32e29520 in ?? () QtQA::App::TestRunner: #44 0x00007fff32e295a0 in ?? () QtQA::App::TestRunner: #45 0x00000997aef2c41f in ?? () QtQA::App::TestRunner: #46 0x000002a64c45dad9 in ?? () QtQA::App::TestRunner: #47 0x0000004d0ce43fa9 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x000002a64c404121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x0000004d0ce39449 in ?? () QtQA::App::TestRunner: #52 0x000002a64c45cc69 in ?? () QtQA::App::TestRunner: #53 0x000002a64c45dad9 in ?? () QtQA::App::TestRunner: #54 0x0000004d0ce43fa9 in ?? () QtQA::App::TestRunner: #55 0x0000004d0ce43f61 in ?? () QtQA::App::TestRunner: #56 0x0000004d0ce43f11 in ?? () QtQA::App::TestRunner: #57 0x00007fff32e295d0 in ?? () QtQA::App::TestRunner: #58 0x00000997aef0b22e in ?? () QtQA::App::TestRunner: #59 0x0000004d0ce39449 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x0000004d0ce43f61 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fff32e29608 in ?? () QtQA::App::TestRunner: #64 0x00000997aef43d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 22181] QtQA::App::TestRunner: [New LWP 22182] QtQA::App::TestRunner: [New LWP 22183] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f9dbae86d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f9dbda78700 (LWP 22183)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f9dba106bab in v8::internal::LinuxSemaphore::Wait (this=0x203ef70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f9db9fda96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f9db9fdab33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x20402bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f9dba107c18 in v8::internal::SignalSender::Run (this=0x2040290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f9dba10690c in v8::internal::ThreadEntry (arg=0x2040290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f9db9a5cefc in start_thread (arg=0x7f9dbda78700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f9dbbcbaf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f9db1f2a700 (LWP 22182)): QtQA::App::TestRunner: #0 0x00007f9dbbcaee23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f9db82c0f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f9db82c1429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f9dbc809a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x20002a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f9dbc794bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f9db1f29d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f9dbc794ea1 in TestNamespace::QEventLoop::exec (this=0x7f9db1f29d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f9dbc553f5c in TestNamespace::QThread::exec (this=0x1ffc520) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f9dba9a5a2d in TestNamespace::QQmlThreadPrivate::run (this=0x1ffc520) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f9dbc55a9f5 in TestNamespace::QThreadPrivate::start (arg=0x1ffc520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f9db9a5cefc in start_thread (arg=0x7f9db1f2a700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f9dbbcbaf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f9dbda55760 (LWP 22181)): QtQA::App::TestRunner: #0 0x00007f9dbae86d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f9dbaf37a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f9dbaf37f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f9dbaf3cf7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f9dbaffcd37 in TestNamespace::QQuickRepeater::clear (this=0x314e580) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f9dbaffcde9 in TestNamespace::QQuickRepeater::regenerate (this=0x314e580) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f9dbaffcc9a in TestNamespace::QQuickRepeater::itemChange (this=0x314e580, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f9dbaf454c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x314e630, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f9dbaf3d600 in TestNamespace::QQuickItem::setParentItem (this=0x314e580, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f9dbaf3c3ef in TestNamespace::QQuickItem::~QQuickItem (this=0x314de10, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f9dbaf8a168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x314de10, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f9dbb013321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x314de10, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f9dbaf89992 in TestNamespace::QQuickRow::~QQuickRow (this=0x314de10, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f9dbaf9d23b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x314de10, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f9dbaf9d274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x314de10, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f9dbc7d3484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x314d1e0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f9dbc7d1b8b in TestNamespace::QObject::~QObject (this=0x314d130, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f9dbaf3c712 in TestNamespace::QQuickItem::~QQuickItem (this=0x314d130, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f9dbaf9dbb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x314d130, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f9dbaf9dbea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x314d130, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f9dbc7da522 in TestNamespace::qDeleteInEventHandler (o=0x314d130) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f9dbc7d1ef8 in TestNamespace::QObject::event (this=0x314d130, e=0x2c94960) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f9dbaf48ba6 in TestNamespace::QQuickItem::event (this=0x314d130, ev=0x2c94960) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f9dbce0ee86 in TestNamespace::QApplicationPrivate::notify_helper (this=0x1fc76e0, receiver=0x314d130, e=0x2c94960) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f9dbce0c568 in TestNamespace::QApplication::notify (this=0x1fc76c0, receiver=0x314d130, e=0x2c94960) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f9dbc798008 in TestNamespace::QCoreApplication::notifyInternal (this=0x1fc76c0, receiver=0x314d130, event=0x2c94960) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f9dbc79bc6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x314d130, event=0x2c94960) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f9dbc7990e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x1fc7850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f9dbc798caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f9dbd64ad25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f9dbd64c5b7 in TestNamespace::QuickTestResult::wait (this=0x2924cd0, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f9dbd650677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x2924cd0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff9de63c00) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f9dbd650ba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x2924cd0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff9de63c00) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f9dbc7a0835 in TestNamespace::QMetaObject::metacall (object=0x2924cd0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fff9de63c00) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f9dba9fe126 in TestNamespace::CallMethod (object=0x2924cd0, index=28, returnType=43, argCount=1, argTypes=0x240ae74, engine=0x2002400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f9dba9fedc2 in TestNamespace::CallPrecise (object=0x2924cd0, data=..., engine=0x2002400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f9dba9ffdfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f9db9d55628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x1fbc150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f9db9d4fcc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x1fbc150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f9db9d4fc93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x1fbc150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x00002741da90618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x00002741da9060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fff9de642d0 in ?? () QtQA::App::TestRunner: #44 0x00007fff9de64350 in ?? () QtQA::App::TestRunner: #45 0x00002741da92c41f in ?? () QtQA::App::TestRunner: #46 0x00003b11f8a5dad9 in ?? () QtQA::App::TestRunner: #47 0x0000307bbae43fa9 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00003b11f8a04121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x0000307bbae39449 in ?? () QtQA::App::TestRunner: #52 0x00003b11f8a5cc69 in ?? () QtQA::App::TestRunner: #53 0x00003b11f8a5dad9 in ?? () QtQA::App::TestRunner: #54 0x0000307bbae43fa9 in ?? () QtQA::App::TestRunner: #55 0x0000307bbae43f61 in ?? () QtQA::App::TestRunner: #56 0x0000307bbae43f11 in ?? () QtQA::App::TestRunner: #57 0x00007fff9de64380 in ?? () QtQA::App::TestRunner: #58 0x00002741da90b22e in ?? () QtQA::App::TestRunner: #59 0x0000307bbae39449 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x0000307bbae43f61 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fff9de643b8 in ?? () QtQA::App::TestRunner: #64 0x00002741da943d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 55 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00053/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365696156): http://codereview.qt-project.org/53558 [PS1] - Doc fix: Change double to real From ci-noreply at qt-project.org Thu Apr 11 18:23:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 19:23:49 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_162349_050835.ci-noreply@qt-project.org> QtBase_stable_Integration #905: SUCCESS Tested changes (refs/builds/stable_1365689595): http://codereview.qt-project.org/53498 [PS2] - Fix the check if mouse events should be synthesized from touch events http://codereview.qt-project.org/53516 [PS1] - ANGLE: Use rtti_off in CONFIG only for release http://codereview.qt-project.org/53466 [PS3] - INSTALL: Fix URL of Installing Qt documentation http://codereview.qt-project.org/53500 [PS2] - Minimize the contents of the INTERFACE_INCLUDE_DIRECTORIES From ci-noreply at qt-project.org Thu Apr 11 18:28:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 19:28:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130411_162817_034138.ci-noreply@qt-project.org> QtWebKit_stable_Integration #108: SUCCESS Tested changes (refs/builds/stable_1365682224): http://codereview.qt-project.org/53307 [PS1] - [Qt] Add WOFF support when using zlib From ci-noreply at qt-project.org Thu Apr 11 18:33:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 19:33:47 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_163347_083865.ci-noreply@qt-project.org> QtBase_stable_Integration » linux-g++-32_Ubuntu_10.04_x86 #906: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00906/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365697562): http://codereview.qt-project.org/53240 [PS1] - Added eventfd detection to configure.exe http://codereview.qt-project.org/51716 [PS1] - Fix qlocalsocket_tcp.cpp build for Windows Embedded Compact 7. http://codereview.qt-project.org/52901 [PS2] - Enable qDebug to console when desired on Android. http://codereview.qt-project.org/53502 [PS1] - QPagedPaintDevice: Fix setPageSize() to set correct metrics From ci-noreply at qt-project.org Thu Apr 11 18:35:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 19:35:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130411_163549_059985.ci-noreply@qt-project.org> QtTools_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #138: FAILURE Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00138/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365694188): http://codereview.qt-project.org/52144 [PS3] - Doc: rewrite Translators topic in Qt Linguist Manual From ci-noreply at qt-project.org Thu Apr 11 18:35:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 19:35:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130411_163551_036219.ci-noreply@qt-project.org> QtBase_dev_Integration #809: SUCCESS Tested changes (refs/builds/dev_1365690612): http://codereview.qt-project.org/53439 [PS1] - Move QT_CPU_FEATURES from qconfig.pri to qmodule.pri From ci-noreply at qt-project.org Thu Apr 11 20:28:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 21:28:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130411_182804_088548.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 16790] QtQA::App::TestRunner: [New LWP 16792] QtQA::App::TestRunner: [New LWP 16791] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f3bd35f7d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f3bca69b700 (LWP 16791)): QtQA::App::TestRunner: #0 0x00007f3bd441fe23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f3bd0a31f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f3bd0a32429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f3bd4f7aa71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x217ed90, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f3bd4f05bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f3bca69ad80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f3bd4f05ea1 in TestNamespace::QEventLoop::exec (this=0x7f3bca69ad80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f3bd4cc4f5c in TestNamespace::QThread::exec (this=0x21809c0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f3bd3116a2d in TestNamespace::QQmlThreadPrivate::run (this=0x21809c0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f3bd4ccb9f5 in TestNamespace::QThreadPrivate::start (arg=0x21809c0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f3bd21cdefc in start_thread (arg=0x7f3bca69b700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f3bd442bf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f3bd61e9700 (LWP 16792)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f3bd2877bab in v8::internal::LinuxSemaphore::Wait (this=0x21bef70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f3bd274b96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f3bd274bb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x21c02bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f3bd2878c18 in v8::internal::SignalSender::Run (this=0x21c0290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f3bd287790c in v8::internal::ThreadEntry (arg=0x21c0290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f3bd21cdefc in start_thread (arg=0x7f3bd61e9700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f3bd442bf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f3bd61c6760 (LWP 16790)): QtQA::App::TestRunner: #0 0x00007f3bd35f7d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f3bd36a8a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f3bd36a8f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f3bd36adf7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f3bd376dd37 in TestNamespace::QQuickRepeater::clear (this=0x32ce0a0) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f3bd376dde9 in TestNamespace::QQuickRepeater::regenerate (this=0x32ce0a0) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f3bd376dc9a in TestNamespace::QQuickRepeater::itemChange (this=0x32ce0a0, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f3bd36b64c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x32ce150, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f3bd36ae600 in TestNamespace::QQuickItem::setParentItem (this=0x32ce0a0, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f3bd36ad3ef in TestNamespace::QQuickItem::~QQuickItem (this=0x32cd930, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f3bd36fb168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x32cd930, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f3bd3784321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x32cd930, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f3bd36fa992 in TestNamespace::QQuickRow::~QQuickRow (this=0x32cd930, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f3bd370e23b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x32cd930, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f3bd370e274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x32cd930, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f3bd4f44484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x32ccd00) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f3bd4f42b8b in TestNamespace::QObject::~QObject (this=0x32ccc50, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f3bd36ad712 in TestNamespace::QQuickItem::~QQuickItem (this=0x32ccc50, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f3bd370ebb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x32ccc50, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f3bd370ebea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x32ccc50, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f3bd4f4b522 in TestNamespace::qDeleteInEventHandler (o=0x32ccc50) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f3bd4f42ef8 in TestNamespace::QObject::event (this=0x32ccc50, e=0x2e144a0) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f3bd36b9ba6 in TestNamespace::QQuickItem::event (this=0x32ccc50, ev=0x2e144a0) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f3bd557ff48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x21476e0, receiver=0x32ccc50, e=0x2e144a0) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f3bd557d5f8 in TestNamespace::QApplication::notify (this=0x21476c0, receiver=0x32ccc50, e=0x2e144a0) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f3bd4f09008 in TestNamespace::QCoreApplication::notifyInternal (this=0x21476c0, receiver=0x32ccc50, event=0x2e144a0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f3bd4f0cc6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x32ccc50, event=0x2e144a0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f3bd4f0a0e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x2147850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f3bd4f09caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f3bd5dbbd25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f3bd5dbd5b7 in TestNamespace::QuickTestResult::wait (this=0x2743310, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f3bd5dc1677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x2743310, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffde735000) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f3bd5dc1ba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x2743310, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffde735000) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f3bd4f11835 in TestNamespace::QMetaObject::metacall (object=0x2743310, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fffde735000) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f3bd316f126 in TestNamespace::CallMethod (object=0x2743310, index=28, returnType=43, argCount=1, argTypes=0x257f9a4, engine=0x2182400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f3bd316fdc2 in TestNamespace::CallPrecise (object=0x2743310, data=..., engine=0x2182400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f3bd3170dfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f3bd24c6628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x213c150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f3bd24c0cc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x213c150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f3bd24c0c93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x213c150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x000001a82040618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x000001a8204060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fffde7356d0 in ?? () QtQA::App::TestRunner: #44 0x00007fffde735750 in ?? () QtQA::App::TestRunner: #45 0x000001a82042c41f in ?? () QtQA::App::TestRunner: #46 0x00003c1cd5a5dad9 in ?? () QtQA::App::TestRunner: #47 0x000007bf20e44669 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00003c1cd5a04121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x000007bf20e39b09 in ?? () QtQA::App::TestRunner: #52 0x00003c1cd5a5cc69 in ?? () QtQA::App::TestRunner: #53 0x00003c1cd5a5dad9 in ?? () QtQA::App::TestRunner: #54 0x000007bf20e44669 in ?? () QtQA::App::TestRunner: #55 0x000007bf20e44621 in ?? () QtQA::App::TestRunner: #56 0x000007bf20e445d1 in ?? () QtQA::App::TestRunner: #57 0x00007fffde735780 in ?? () QtQA::App::TestRunner: #58 0x000001a82040b22e in ?? () QtQA::App::TestRunner: #59 0x000007bf20e39b09 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x000007bf20e44621 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fffde7357b8 in ?? () QtQA::App::TestRunner: #64 0x000001a820443d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 16796] QtQA::App::TestRunner: [New LWP 16798] QtQA::App::TestRunner: [New LWP 16797] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f7c647f2d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f7c5b896700 (LWP 16797)): QtQA::App::TestRunner: #0 0x00007f7c6561ae23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f7c61c2cf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f7c61c2d429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f7c66175a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x14982a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f7c66100bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f7c5b895d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f7c66100ea1 in TestNamespace::QEventLoop::exec (this=0x7f7c5b895d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f7c65ebff5c in TestNamespace::QThread::exec (this=0x1494520) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f7c64311a2d in TestNamespace::QQmlThreadPrivate::run (this=0x1494520) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f7c65ec69f5 in TestNamespace::QThreadPrivate::start (arg=0x1494520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f7c633c8efc in start_thread (arg=0x7f7c5b896700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f7c65626f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f7c673e4700 (LWP 16798)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f7c63a72bab in v8::internal::LinuxSemaphore::Wait (this=0x14d6f70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f7c6394696d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f7c63946b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x14d82bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f7c63a73c18 in v8::internal::SignalSender::Run (this=0x14d8290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f7c63a7290c in v8::internal::ThreadEntry (arg=0x14d8290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f7c633c8efc in start_thread (arg=0x7f7c673e4700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f7c65626f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f7c673c1760 (LWP 16796)): QtQA::App::TestRunner: #0 0x00007f7c647f2d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f7c648a3a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f7c648a3f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f7c648a8f7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f7c64968d37 in TestNamespace::QQuickRepeater::clear (this=0x25e60c0) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f7c64968de9 in TestNamespace::QQuickRepeater::regenerate (this=0x25e60c0) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f7c64968c9a in TestNamespace::QQuickRepeater::itemChange (this=0x25e60c0, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f7c648b14c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x25e6170, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f7c648a9600 in TestNamespace::QQuickItem::setParentItem (this=0x25e60c0, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f7c648a83ef in TestNamespace::QQuickItem::~QQuickItem (this=0x25e5950, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f7c648f6168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x25e5950, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f7c6497f321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x25e5950, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f7c648f5992 in TestNamespace::QQuickRow::~QQuickRow (this=0x25e5950, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f7c6490923b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x25e5950, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f7c64909274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x25e5950, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f7c6613f484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x25e4d20) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f7c6613db8b in TestNamespace::QObject::~QObject (this=0x25e4c70, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f7c648a8712 in TestNamespace::QQuickItem::~QQuickItem (this=0x25e4c70, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f7c64909bb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x25e4c70, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f7c64909bea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x25e4c70, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f7c66146522 in TestNamespace::qDeleteInEventHandler (o=0x25e4c70) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f7c6613def8 in TestNamespace::QObject::event (this=0x25e4c70, e=0x212c560) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f7c648b4ba6 in TestNamespace::QQuickItem::event (this=0x25e4c70, ev=0x212c560) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f7c6677af48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x145f6e0, receiver=0x25e4c70, e=0x212c560) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f7c667785f8 in TestNamespace::QApplication::notify (this=0x145f6c0, receiver=0x25e4c70, e=0x212c560) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f7c66104008 in TestNamespace::QCoreApplication::notifyInternal (this=0x145f6c0, receiver=0x25e4c70, event=0x212c560) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f7c66107c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x25e4c70, event=0x212c560) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f7c661050e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x145f850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f7c66104caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f7c66fb6d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f7c66fb85b7 in TestNamespace::QuickTestResult::wait (this=0x230d990, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f7c66fbc677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x230d990, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffcc4ca440) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f7c66fbcba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x230d990, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffcc4ca440) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f7c6610c835 in TestNamespace::QMetaObject::metacall (object=0x230d990, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fffcc4ca440) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f7c6436a126 in TestNamespace::CallMethod (object=0x230d990, index=28, returnType=43, argCount=1, argTypes=0x18cce34, engine=0x149a400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f7c6436adc2 in TestNamespace::CallPrecise (object=0x230d990, data=..., engine=0x149a400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f7c6436bdfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f7c636c1628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x1454150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f7c636bbcc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x1454150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f7c636bbc93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x1454150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x0000073b2fa0618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x0000073b2fa060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fffcc4cab10 in ?? () QtQA::App::TestRunner: #44 0x00007fffcc4cab90 in ?? () QtQA::App::TestRunner: #45 0x0000073b2fa2c41f in ?? () QtQA::App::TestRunner: #46 0x00001a73e635dad9 in ?? () QtQA::App::TestRunner: #47 0x00000b64c2e44669 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00001a73e6304121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x00000b64c2e39b09 in ?? () QtQA::App::TestRunner: #52 0x00001a73e635cc69 in ?? () QtQA::App::TestRunner: #53 0x00001a73e635dad9 in ?? () QtQA::App::TestRunner: #54 0x00000b64c2e44669 in ?? () QtQA::App::TestRunner: #55 0x00000b64c2e44621 in ?? () QtQA::App::TestRunner: #56 0x00000b64c2e445d1 in ?? () QtQA::App::TestRunner: #57 0x00007fffcc4cabc0 in ?? () QtQA::App::TestRunner: #58 0x0000073b2fa0b22e in ?? () QtQA::App::TestRunner: #59 0x00000b64c2e39b09 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x00000b64c2e44621 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fffcc4cabf8 in ?? () QtQA::App::TestRunner: #64 0x0000073b2fa43d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 56 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00054/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365704231): http://codereview.qt-project.org/53558 [PS1] - Doc fix: Change double to real From ci-noreply at qt-project.org Thu Apr 11 20:29:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 21:29:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130411_182939_056145.ci-noreply@qt-project.org> Qt_4.8_Integration #1387: SUCCESS Tested changes (refs/builds/4.8_1365685255): http://codereview.qt-project.org/53465 [PS1] - BlackBerry: Adjust rotation according to initial orientation From ci-noreply at qt-project.org Thu Apr 11 20:43:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 21:43:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130411_184314_008374.ci-noreply@qt-project.org> QtWebKit_stable_Integration #109: SUCCESS Tested changes (refs/builds/stable_1365697795): http://codereview.qt-project.org/53563 [PS1] - [TexMap] Composited CSS shaders crash when using non-GL TextureMapper http://codereview.qt-project.org/53562 [PS1] - [Qt] WebGL does not require accelerated compositing http://codereview.qt-project.org/53560 [PS1] - [Qt] window.open passes height and width parameters even if not defined in a page http://codereview.qt-project.org/53561 [PS1] - [Qt][Mac] Linking fails with Qt 5.1 http://codereview.qt-project.org/53531 [PS1] - Always listen for the DidFirstLayout layout milestone From ci-noreply at qt-project.org Thu Apr 11 20:46:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 21:46:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130411_184636_061693.ci-noreply@qt-project.org> Autotest `cmake (qtscript)' failed :( Test project /work/build/qtscript/tests/auto/cmake/build Start 1: module_includes 1/1 Test #1: module_includes ..................***Failed 0.46 sec Internal cmake changing into directory: /work/build/qtscript/tests/auto/cmake/build/module_includes/build Error: cmake execution failed The C compiler identification is GNU The CXX compiler identification is GNU Check for working C compiler: /home/qt/bin/gcc Configuring Check for working C compiler: /home/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Check for working CXX compiler: /home/qt/bin/c++ Configuring Check for working CXX compiler: /home/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:34 (message): Qt5ScriptTools_VERSION variable was not ... Got 5.2.0 instead. CMake Warning at CMakeLists.txt:36 (if): given arguments: "NOT" "5" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:39 (if): given arguments: "NOT" "2" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:42 (if): given arguments: "NOT" "0" "VERSION_EQUAL" Unknown arguments specified CMake Error at CMakeLists.txt:46 (message): Qt5ScriptTools_VERSION_STRING variable was not ... Got 5.2.0 instead. Configuring Configuring incomplete, errors occurred! 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 0.47 sec The following tests FAILED: 1 - module_includes (Failed) Errors while running CTest QtQA::App::TestRunner: test failed, running again to see if it is flaky... Test project /work/build/qtscript/tests/auto/cmake/build Start 1: module_includes 1/1 Test #1: module_includes ..................***Failed 0.02 sec Internal cmake changing into directory: /work/build/qtscript/tests/auto/cmake/build/module_includes/build Error: cmake execution failed CMake Error at CMakeLists.txt:34 (message): Qt5ScriptTools_VERSION variable was not ... Got 5.2.0 instead. CMake Warning at CMakeLists.txt:36 (if): given arguments: "NOT" "5" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:39 (if): given arguments: "NOT" "2" "VERSION_EQUAL" Unknown arguments specified CMake Warning at CMakeLists.txt:42 (if): given arguments: "NOT" "0" "VERSION_EQUAL" Unknown arguments specified CMake Error at CMakeLists.txt:46 (message): Qt5ScriptTools_VERSION_STRING variable was not ... Got 5.2.0 instead. Configuring Configuring incomplete, errors occurred! 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 0.04 sec The following tests FAILED: 1 - module_includes (Failed) Errors while running CTest QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end cmake (qtscript): 0.53151 seconds, exit code 8 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00106/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365697821): http://codereview.qt-project.org/46445 [PS67] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 11 20:59:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 21:59:55 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_185955_069905.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' .\tst_qsslsocket.cpp(555) : failure location Totals: 566 passed, 1 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(901) : failure location PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) FAIL! : tst_QSslSocket::waitForEncrypted(WithHttpProxy) 'socket->waitForEncrypted(10000)' returned FALSE. () .\tst_qsslsocket.cpp(1255) : failure location PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 565 passed, 2 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 167 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00907/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365698282): http://codereview.qt-project.org/51716 [PS1] - Fix qlocalsocket_tcp.cpp build for Windows Embedded Compact 7. From ci-noreply at qt-project.org Thu Apr 11 21:41:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 22:41:26 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130411_194126_076938.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #116: SUCCESS Tested changes (refs/builds/stable_1365706410): http://codereview.qt-project.org/53104 [PS2] - Fix warnings found by GCC 4.8 in qtmultimedia From ci-noreply at qt-project.org Thu Apr 11 22:00:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 23:00:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#dev Message-ID: <20130411_200055_000434.ci-noreply@qt-project.org> QtScript_dev_Integration #36: SUCCESS Tested changes (refs/builds/dev_1365708139): http://codereview.qt-project.org/53596 [PS1] - Merge branch 'stable' into dev From ci-noreply at qt-project.org Thu Apr 11 22:32:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 11 Apr 2013 23:32:43 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130411_203243_060679.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 29413] QtQA::App::TestRunner: [New Thread 29414] QtQA::App::TestRunner: [New Thread 29415] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb5cda0ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 29415): QtQA::App::TestRunner: #0 0xb7727430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6246245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5aaade9 in v8::internal::LinuxSemaphore::Wait (this=0x8769e60) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5983c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5983dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x8769d9c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5aac10a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5aaaac3 in ThreadEntry (arg=0x8769d78) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb623f96e in start_thread (arg=0xb34fcb70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb60743ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 29414): QtQA::App::TestRunner: #0 0xb7727430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6066506 in *__GI___poll (fds=0xb60fbff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb559c4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb558f0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb558f4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb65bfc34 in QEventDispatcherGlib::processEvents (this=0x8758cf0, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb654cf7f in QEventLoop::processEvents (this=0xb3cfd2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb654d247 in QEventLoop::exec (this=0xb3cfd2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb636260f in QThread::exec (this=0x875bc90) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb75bb43c in QQmlThreadPrivate::run (this=0x875bc90) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb636923f in QThreadPrivate::start (arg=0x875bc90) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb623f96e in start_thread (arg=0xb3cfdb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb60743ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 29413): QtQA::App::TestRunner: #0 0xb5cda0ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0xb5d8c326 in qGetPtrHelper > > (p=...) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0xb5d8c750 in QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0xb5d92118 in QQuickItem::setParentItem (this=0x0, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0xb5e53fdf in QQuickRepeater::clear (this=0x931d9e8) QtQA::App::TestRunner: at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0xb5e54099 in QQuickRepeater::regenerate (this=0x931d9e8) QtQA::App::TestRunner: at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0xb5e53f38 in QQuickRepeater::itemChange (this=0x931d9e8, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, value=...) QtQA::App::TestRunner: at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0xb5d99fce in QQuickItemPrivate::itemChange (this=0x931da48, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, data=...) QtQA::App::TestRunner: at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0xb5d926c7 in QQuickItem::setParentItem (this=0x931d9e8, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0xb5d90f2d in ~QQuickItem (this=0x931d5e8, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0xb5de100f in ~QQuickImplicitSizeItem (this=0x931d5e8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #11 0xb5e69056 in ~QQuickBasePositioner (this=0x931d5e8, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #12 0xb5de0727 in ~QQuickRow (this=0x931d5e8, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners_p.h:191 QtQA::App::TestRunner: #13 0xb5df5ccf in ~QQmlElement (this=0x931d5e8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #14 0xb658a49d in QObjectPrivate::deleteChildren (this=0x931cee0) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #15 0xb6588254 in ~QObject (this=0x931ce80, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #16 0xb5d911d3 in ~QQuickItem (this=0x931ce80, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #17 0xb5df69a3 in ~QQmlElement (this=0x931ce80, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #18 0xb6590fc8 in qDeleteInEventHandler (o=0x931ce80) QtQA::App::TestRunner: at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #19 0xb6588fe0 in QObject::event (this=0x931ce80, e=0x8fbd838) QtQA::App::TestRunner: at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #20 0xb5d9d17a in QQuickItem::event (this=0x931ce80, ev=0x8fbd838) QtQA::App::TestRunner: at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #21 0xb6ef7cf4 in QApplicationPrivate::notify_helper (this=0x8728d58, QtQA::App::TestRunner: receiver=0x931ce80, e=0x8fbd838) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #22 0xb6ef5554 in QApplication::notify (this=0x87285a8, receiver=0x931ce80, QtQA::App::TestRunner: e=0x8fbd838) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #23 0xb6550d85 in QCoreApplication::notifyInternal (this=0x87285a8, QtQA::App::TestRunner: receiver=0x931ce80, event=0x8fbd838) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #24 0xb6554945 in QCoreApplication::sendEvent (receiver=0x931ce80, QtQA::App::TestRunner: event=0x8fbd838) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #25 0xb6551ef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52, data=0x8728e28) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #26 0xb65519af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #27 0xb77193c2 in qWait (ms=0) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 0xb771ad33 in QuickTestResult::wait (this=0x8d3f2c0, ms=0) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0xb771e93d in QuickTestResult::qt_static_metacall (_o=0x8d3f2c0, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfaf8cd0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #30 0xb771ee12 in QuickTestResult::qt_metacall (this=0x8d3f2c0, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfaf8cd0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #31 0xb65596b2 in QMetaObject::metacall (object=0x8d3f2c0, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbfaf8cd0) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #32 0xb76123e4 in CallMethod (object=0x8d3f2c0, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0x8b3e494, engine=0x875d400, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #33 0xb761303d in CallPrecise (object=0x8d3f2c0, data=..., engine=0x875d400, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #34 0xb7613fec in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #35 0xb5703700 in HandleApiCallHelper (args=..., isolate=0x8720038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #36 0xb56fdb07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x8720038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #37 0xb56fdae2 in Builtin_HandleApiCall (args=..., isolate=0x8720038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #38 0x3a20a376 in ?? () QtQA::App::TestRunner: #39 0x3a227924 in ?? () QtQA::App::TestRunner: #40 0x3a20e361 in ?? () QtQA::App::TestRunner: #41 0x3a239e0e in ?? () QtQA::App::TestRunner: #42 0x3a23491c in ?? () QtQA::App::TestRunner: #43 0x3a232622 in ?? () QtQA::App::TestRunner: #44 0x3a221f59 in ?? () QtQA::App::TestRunner: #45 0x3a2130ca in ?? () QtQA::App::TestRunner: #46 0xb5753075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbfaf934f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #47 0xb575344a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfaf934f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #48 0xb575324d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfaf934f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #49 0xb56b7f16 in v8::Function::Call (this=0x876b9c8, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #50 0xb75868fe in QQmlJavaScriptExpression::evaluate (this=0x8d41530, QtQA::App::TestRunner: context=0x8c4e5a8, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #51 0xb7586622 in QQmlJavaScriptExpression::evaluate (this=0x8d41530, QtQA::App::TestRunner: context=0x8c4e5a8, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #52 0xb751577e in QQmlBoundSignalExpression::evaluate (this=0x8d41520, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #53 0xb75163f5 in QQmlBoundSignal_callback (e=0x8fc42fc, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #54 0xb756815c in QQmlNotifier::emitNotify (endpoint=0x8fc42fc, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #55 0xb74b1a31 in QQmlData::signalEmitted (object=0x8c41d18, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #56 0xb658f083 in QMetaObject::activate (sender=0x8c41d18, signalOffset=29, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #57 0xb74ac86c in QQmlVMEMetaObject::activate (this=0x874b7a8, QtQA::App::TestRunner: object=0x8c41d18, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #58 0xb74aa724 in QQmlVMEMetaObject::metaCall (this=0x874b7a8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfafa394) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #59 0xb7498a1d in QAbstractDynamicMetaObject::metaCall (this=0x874b7a8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfafa394) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #60 0xb74ab0d8 in QQmlVMEMetaObject::metaCall (this=0x8d53728, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfafa394) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #61 0xb7498a1d in QAbstractDynamicMetaObject::metaCall (this=0x8d53728, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfafa394) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #62 0xb6559689 in QMetaObject::metacall (object=0x8c41d18, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbfafa394) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #63 0xb75e56bd in QV4Bindings::run (this=0x91e9530, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x9318f60, context=0x8d36f60, error=0x9318f44, QtQA::App::TestRunner: scope=0x8c41d18, output=0x8c41d18, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #64 0xb75dd9f5 in QV4Bindings::run (this=0x91e9530, binding=0x9318f3c, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #65 0xb75dd265 in QV4Bindings::subscriptionNotify (this=0x91e9530, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #66 0xb75dd1d3 in QV4BindingsSubscription_callback (e=0x8c3143c) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #67 0xb756815c in QQmlNotifier::emitNotify (endpoint=0x8c3143c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #68 0xb74b1a31 in QQmlData::signalEmitted (object=0x8c41d18, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #69 0xb658f083 in QMetaObject::activate (sender=0x8c41d18, signalOffset=29, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #70 0xb74ac86c in QQmlVMEMetaObject::activate (this=0x874b7a8, QtQA::App::TestRunner: object=0x8c41d18, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #71 0xb74aa724 in QQmlVMEMetaObject::metaCall (this=0x874b7a8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfafafc8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #72 0xb7498a1d in QAbstractDynamicMetaObject::metaCall (this=0x874b7a8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfafafc8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #73 0xb74ab0d8 in QQmlVMEMetaObject::metaCall (this=0x8d53728, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfafafc8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #74 0xb7498a1d in QAbstractDynamicMetaObject::metaCall (this=0x8d53728, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfafafc8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #75 0xb6559689 in QMetaObject::metacall (object=0x8c41d18, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbfafafc8) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #76 0xb74d0369 in QQmlPropertyPrivate::write (object=0x8c41d18, property=..., QtQA::App::TestRunner: value=..., context=0x8c4e5a8, flags=...) at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #77 0xb74cfd5d in QQmlPropertyPrivate::writeValueProperty (object=0x8c41d18, QtQA::App::TestRunner: core=..., value=..., context=0x8c4e5a8, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #78 0xb74d1cfc in QQmlPropertyPrivate::writeBinding (object=0x8c41d18, QtQA::App::TestRunner: core=..., context=0x8c4e5a8, expression=0x91e3d24, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #79 0xb762658c in QV8Bindings::Binding::update (this=0x91e3d24, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #80 0xb7626875 in QV8Bindings::Binding::expressionChanged (e=0x91e3d24) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #81 0xb7587b9c in QQmlJavaScriptExpressionGuard_callback (e=0x912c600) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #82 0xb756815c in QQmlNotifier::emitNotify (endpoint=0x912c600, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #83 0xb74b1a31 in QQmlData::signalEmitted (object=0xbfafb744, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #84 0xb658f083 in QMetaObject::activate (sender=0xbfafb744, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #85 0xb658eef4 in QMetaObject::activate (sender=0xbfafb744, m=0xb7723c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #86 0xb771270d in QTestRootObject::windowShownChanged (this=0xbfafb744) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #87 0xb7713b9a in QTestRootObject::setWindowShown (this=0xbfafb744, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #88 0xb77121fc in quick_test_main (argc=6, argv=0xbfafb9a4, QtQA::App::TestRunner: name=0x8048980 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #89 0x08048837 in main (argc=8, argv=0xbfafb9a4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 29419] QtQA::App::TestRunner: [New Thread 29421] QtQA::App::TestRunner: [New Thread 29420] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb5d2f0ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 29420): QtQA::App::TestRunner: #0 0xb777c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb60bb506 in *__GI___poll (fds=0xb6150ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb55f14eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb55e40ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb55e44b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb6614c34 in QEventDispatcherGlib::processEvents (this=0x9fed0b0, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65a1f7f in QEventLoop::processEvents (this=0xb3d522c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65a2247 in QEventLoop::exec (this=0xb3d522c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63b760f in QThread::exec (this=0x9fdcc90) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb761043c in QQmlThreadPrivate::run (this=0x9fdcc90) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb63be23f in QThreadPrivate::start (arg=0x9fdcc90) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb629496e in start_thread (arg=0xb3d52b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb60c93ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 29421): QtQA::App::TestRunner: #0 0xb777c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb629b245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5affde9 in v8::internal::LinuxSemaphore::Wait (this=0x9feae60) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb59d8c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb59d8dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x9fead9c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5b0110a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5affac3 in ThreadEntry (arg=0x9fead78) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb629496e in start_thread (arg=0xb3551b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb60c93ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 29419): QtQA::App::TestRunner: #0 0xb5d2f0ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0xb5de1326 in qGetPtrHelper > > (p=...) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0xb5de1750 in QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0xb5de7118 in QQuickItem::setParentItem (this=0x0, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0xb5ea8fdf in QQuickRepeater::clear (this=0xaba9a30) QtQA::App::TestRunner: at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0xb5ea9099 in QQuickRepeater::regenerate (this=0xaba9a30) QtQA::App::TestRunner: at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0xb5ea8f38 in QQuickRepeater::itemChange (this=0xaba9a30, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, value=...) QtQA::App::TestRunner: at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0xb5deefce in QQuickItemPrivate::itemChange (this=0xaba9a90, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, data=...) QtQA::App::TestRunner: at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0xb5de76c7 in QQuickItem::setParentItem (this=0xaba9a30, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0xb5de5f2d in ~QQuickItem (this=0xaba9630, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0xb5e3600f in ~QQuickImplicitSizeItem (this=0xaba9630, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #11 0xb5ebe056 in ~QQuickBasePositioner (this=0xaba9630, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #12 0xb5e35727 in ~QQuickRow (this=0xaba9630, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners_p.h:191 QtQA::App::TestRunner: #13 0xb5e4accf in ~QQmlElement (this=0xaba9630, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #14 0xb65df49d in QObjectPrivate::deleteChildren (this=0xaba8f28) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #15 0xb65dd254 in ~QObject (this=0xaba8ec8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #16 0xb5de61d3 in ~QQuickItem (this=0xaba8ec8, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #17 0xb5e4b9a3 in ~QQmlElement (this=0xaba8ec8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #18 0xb65e5fc8 in qDeleteInEventHandler (o=0xaba8ec8) QtQA::App::TestRunner: at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #19 0xb65ddfe0 in QObject::event (this=0xaba8ec8, e=0xa83e6e0) QtQA::App::TestRunner: at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #20 0xb5df217a in QQuickItem::event (this=0xaba8ec8, ev=0xa83e6e0) QtQA::App::TestRunner: at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #21 0xb6f4ccf4 in QApplicationPrivate::notify_helper (this=0x9fa9d58, QtQA::App::TestRunner: receiver=0xaba8ec8, e=0xa83e6e0) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #22 0xb6f4a554 in QApplication::notify (this=0x9fa95a8, receiver=0xaba8ec8, QtQA::App::TestRunner: e=0xa83e6e0) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #23 0xb65a5d85 in QCoreApplication::notifyInternal (this=0x9fa95a8, QtQA::App::TestRunner: receiver=0xaba8ec8, event=0xa83e6e0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #24 0xb65a9945 in QCoreApplication::sendEvent (receiver=0xaba8ec8, QtQA::App::TestRunner: event=0xa83e6e0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #25 0xb65a6ef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52, data=0x9fa9e28) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #26 0xb65a69af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #27 0xb776e3c2 in qWait (ms=0) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 0xb776fd33 in QuickTestResult::wait (this=0xa5d2cf8, ms=0) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0xb777393d in QuickTestResult::qt_static_metacall (_o=0xa5d2cf8, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbf86f0e0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #30 0xb7773e12 in QuickTestResult::qt_metacall (this=0xa5d2cf8, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbf86f0e0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #31 0xb65ae6b2 in QMetaObject::metacall (object=0xa5d2cf8, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbf86f0e0) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #32 0xb76673e4 in CallMethod (object=0xa5d2cf8, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0xa3b3374, engine=0x9fde400, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #33 0xb766803d in CallPrecise (object=0xa5d2cf8, data=..., engine=0x9fde400, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #34 0xb7668fec in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #35 0xb5758700 in HandleApiCallHelper (args=..., isolate=0x9fa1038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #36 0xb5752b07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x9fa1038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #37 0xb5752ae2 in Builtin_HandleApiCall (args=..., isolate=0x9fa1038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #38 0x3d80a376 in ?? () QtQA::App::TestRunner: #39 0x3d827924 in ?? () QtQA::App::TestRunner: #40 0x3d80e361 in ?? () QtQA::App::TestRunner: #41 0x3d839e0e in ?? () QtQA::App::TestRunner: #42 0x3d83491c in ?? () QtQA::App::TestRunner: #43 0x3d832622 in ?? () QtQA::App::TestRunner: #44 0x3d821f59 in ?? () QtQA::App::TestRunner: #45 0x3d8130ca in ?? () QtQA::App::TestRunner: #46 0xb57a8075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbf86f75f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #47 0xb57a844a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf86f75f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #48 0xb57a824d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf86f75f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #49 0xb570cf16 in v8::Function::Call (this=0xa455a08, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #50 0xb75db8fe in QQmlJavaScriptExpression::evaluate (this=0xa530fb0, QtQA::App::TestRunner: context=0xa566b98, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #51 0xb75db622 in QQmlJavaScriptExpression::evaluate (this=0xa530fb0, QtQA::App::TestRunner: context=0xa566b98, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #52 0xb756a77e in QQmlBoundSignalExpression::evaluate (this=0xa530fa0, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #53 0xb756b3f5 in QQmlBoundSignal_callback (e=0xab9496c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #54 0xb75bd15c in QQmlNotifier::emitNotify (endpoint=0xab9496c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #55 0xb7506a31 in QQmlData::signalEmitted (object=0xa5683b0, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #56 0xb65e4083 in QMetaObject::activate (sender=0xa5683b0, signalOffset=29, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #57 0xb750186c in QQmlVMEMetaObject::activate (this=0xa8e4788, QtQA::App::TestRunner: object=0xa5683b0, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #58 0xb74ff724 in QQmlVMEMetaObject::metaCall (this=0xa8e4788, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf8707a4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #59 0xb74eda1d in QAbstractDynamicMetaObject::metaCall (this=0xa8e4788, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf8707a4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #60 0xb75000d8 in QQmlVMEMetaObject::metaCall (this=0xa583338, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf8707a4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #61 0xb74eda1d in QAbstractDynamicMetaObject::metaCall (this=0xa583338, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf8707a4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #62 0xb65ae689 in QMetaObject::metacall (object=0xa5683b0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbf8707a4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #63 0xb763a6bd in QV4Bindings::run (this=0xa993be0, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0xa96e2e0, context=0xa58add8, error=0xa96e2c4, QtQA::App::TestRunner: scope=0xa5683b0, output=0xa5683b0, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #64 0xb76329f5 in QV4Bindings::run (this=0xa993be0, binding=0xa96e2bc, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #65 0xb7632265 in QV4Bindings::subscriptionNotify (this=0xa993be0, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #66 0xb76321d3 in QV4BindingsSubscription_callback (e=0xa60a78c) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #67 0xb75bd15c in QQmlNotifier::emitNotify (endpoint=0xa60a78c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #68 0xb7506a31 in QQmlData::signalEmitted (object=0xa5683b0, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #69 0xb65e4083 in QMetaObject::activate (sender=0xa5683b0, signalOffset=29, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #70 0xb750186c in QQmlVMEMetaObject::activate (this=0xa8e4788, QtQA::App::TestRunner: object=0xa5683b0, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #71 0xb74ff724 in QQmlVMEMetaObject::metaCall (this=0xa8e4788, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf8713d8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #72 0xb74eda1d in QAbstractDynamicMetaObject::metaCall (this=0xa8e4788, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf8713d8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #73 0xb75000d8 in QQmlVMEMetaObject::metaCall (this=0xa583338, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf8713d8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #74 0xb74eda1d in QAbstractDynamicMetaObject::metaCall (this=0xa583338, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf8713d8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #75 0xb65ae689 in QMetaObject::metacall (object=0xa5683b0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbf8713d8) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #76 0xb7525369 in QQmlPropertyPrivate::write (object=0xa5683b0, property=..., QtQA::App::TestRunner: value=..., context=0xa566b98, flags=...) at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #77 0xb7524d5d in QQmlPropertyPrivate::writeValueProperty (object=0xa5683b0, QtQA::App::TestRunner: core=..., value=..., context=0xa566b98, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #78 0xb7526cfc in QQmlPropertyPrivate::writeBinding (object=0xa5683b0, QtQA::App::TestRunner: core=..., context=0xa566b98, expression=0xaaa8edc, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #79 0xb767b58c in QV8Bindings::Binding::update (this=0xaaa8edc, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #80 0xb767b875 in QV8Bindings::Binding::expressionChanged (e=0xaaa8edc) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #81 0xb75dcb9c in QQmlJavaScriptExpressionGuard_callback (e=0xa9ae510) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #82 0xb75bd15c in QQmlNotifier::emitNotify (endpoint=0xa9ae510, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #83 0xb7506a31 in QQmlData::signalEmitted (object=0xbf871b54, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #84 0xb65e4083 in QMetaObject::activate (sender=0xbf871b54, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #85 0xb65e3ef4 in QMetaObject::activate (sender=0xbf871b54, m=0xb7778c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #86 0xb776770d in QTestRootObject::windowShownChanged (this=0xbf871b54) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #87 0xb7768b9a in QTestRootObject::setWindowShown (this=0xbf871b54, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #88 0xb77671fc in quick_test_main (argc=5, argv=0xbf871db4, QtQA::App::TestRunner: name=0x8048980 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #89 0x08048837 in main (argc=7, argv=0xbf871db4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 59 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00185/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365703641): http://codereview.qt-project.org/53191 [PS5] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 11 23:05:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 00:05:47 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_210547_095443.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 15 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() SKIP : tst_QFileSystemWatcher::removeFileAndUnWatch() Skipping remaining test due to race condition. .\tst_qfilesystemwatcher.cpp(528) : failure location PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 15 passed, 1 failed, 1 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 172 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00908/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365706936): http://codereview.qt-project.org/53589 [PS2] - QPrinter - Fix doc errors http://codereview.qt-project.org/53502 [PS1] - QPagedPaintDevice: Fix setPageSize() to set correct metrics From ci-noreply at qt-project.org Thu Apr 11 23:16:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 00:16:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130411_211658_046043.ci-noreply@qt-project.org> QtQuick1_stable_Integration #110: SUCCESS Tested changes (refs/builds/stable_1365701238): http://codereview.qt-project.org/53522 [PS1] - test: Remove CONFIG+=parallel_test from tst_examples From ci-noreply at qt-project.org Fri Apr 12 00:42:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 01:42:56 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130411_224256_077078.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] Totals: 26 passed, 9 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() QWARN : tst_QQmlDebugJS::applyV8Flags() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1103)] QDEBUG : tst_QQmlDebugJS::applyV8Flags() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::applyV8Flags() Process State: "running" QDEBUG : tst_QQmlDebugJS::applyV8Flags() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::disconnect() QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointOnEvent() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpoint() QWARN : tst_QQmlDebugJS::changeBreakpointOnCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() QWARN : tst_QQmlDebugJS::stepOut() waitForSignal 2stopped() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepOut() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1612)] QDEBUG : tst_QQmlDebugJS::stepOut() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepOut() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepOut() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::continueDebugging() QWARN : tst_QQmlDebugJS::backtrace() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] QDEBUG : tst_QQmlDebugJS::backtrace() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::backtrace() Process State: "running" QDEBUG : tst_QQmlDebugJS::backtrace() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() QWARN : tst_QQmlDebugJS::evaluateInGlobalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() QWARN : tst_QQmlDebugJS::getSource() waitForSignal 2stopped() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getSource() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1792)] QDEBUG : tst_QQmlDebugJS::getSource() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getSource() Process State: "running" QDEBUG : tst_QQmlDebugJS::getSource() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 24 passed, 11 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 9 QtQA::App::TestRunner: second attempt: exited with exit code 11 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 217 seconds, exit code 11 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00401/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365716909): http://codereview.qt-project.org/53355 [PS1] - qmlplugindump: always output exportMetaObjectRevisions From ci-noreply at qt-project.org Fri Apr 12 00:51:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 01:51:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130411_225114_018589.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 12472] QtQA::App::TestRunner: [New Thread 12474] QtQA::App::TestRunner: [New Thread 12473] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb5d910ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 12473): QtQA::App::TestRunner: #0 0xb77de430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb611d506 in *__GI___poll (fds=0xb61b2ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb56534eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb56460ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb56464b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb6676c34 in QEventDispatcherGlib::processEvents (this=0x8a38898, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb6603f7f in QEventLoop::processEvents (this=0xb3db42c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb6604247 in QEventLoop::exec (this=0xb3db42c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb641960f in QThread::exec (this=0x8a41048) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb767243c in QQmlThreadPrivate::run (this=0x8a41048) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb642023f in QThreadPrivate::start (arg=0x8a41048) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb62f696e in start_thread (arg=0xb3db4b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb612b3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 12474): QtQA::App::TestRunner: #0 0xb77de430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62fd245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5b61de9 in v8::internal::LinuxSemaphore::Wait (this=0x8a3eb28) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5a3ac34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5a3adc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x8a3ea64) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5b6310a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5b61ac3 in ThreadEntry (arg=0x8a3ea40) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb62f696e in start_thread (arg=0xb3583b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb612b3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 12472): QtQA::App::TestRunner: #0 0xb5d910ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0xb5e43326 in qGetPtrHelper > > (p=...) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0xb5e43750 in QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0xb5e49118 in QQuickItem::setParentItem (this=0x0, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0xb5f0afdf in QQuickRepeater::clear (this=0x9612148) QtQA::App::TestRunner: at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0xb5f0b099 in QQuickRepeater::regenerate (this=0x9612148) QtQA::App::TestRunner: at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0xb5f0af38 in QQuickRepeater::itemChange (this=0x9612148, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, value=...) QtQA::App::TestRunner: at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0xb5e50fce in QQuickItemPrivate::itemChange (this=0x96121a8, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, data=...) QtQA::App::TestRunner: at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0xb5e496c7 in QQuickItem::setParentItem (this=0x9612148, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0xb5e47f2d in ~QQuickItem (this=0x9611d48, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0xb5e9800f in ~QQuickImplicitSizeItem (this=0x9611d48, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #11 0xb5f20056 in ~QQuickBasePositioner (this=0x9611d48, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #12 0xb5e97727 in ~QQuickRow (this=0x9611d48, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners_p.h:191 QtQA::App::TestRunner: #13 0xb5eacccf in ~QQmlElement (this=0x9611d48, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #14 0xb664149d in QObjectPrivate::deleteChildren (this=0x9611670) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #15 0xb663f254 in ~QObject (this=0x9611610, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #16 0xb5e481d3 in ~QQuickItem (this=0x9611610, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #17 0xb5ead9a3 in ~QQmlElement (this=0x9611610, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #18 0xb6647fc8 in qDeleteInEventHandler (o=0x9611610) QtQA::App::TestRunner: at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #19 0xb663ffe0 in QObject::event (this=0x9611610, e=0x929a610) QtQA::App::TestRunner: at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #20 0xb5e5417a in QQuickItem::event (this=0x9611610, ev=0x929a610) QtQA::App::TestRunner: at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #21 0xb6faecf4 in QApplicationPrivate::notify_helper (this=0x8a05d58, QtQA::App::TestRunner: receiver=0x9611610, e=0x929a610) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #22 0xb6fac554 in QApplication::notify (this=0x8a055a8, receiver=0x9611610, QtQA::App::TestRunner: e=0x929a610) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #23 0xb6607d85 in QCoreApplication::notifyInternal (this=0x8a055a8, QtQA::App::TestRunner: receiver=0x9611610, event=0x929a610) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #24 0xb660b945 in QCoreApplication::sendEvent (receiver=0x9611610, QtQA::App::TestRunner: event=0x929a610) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #25 0xb6608ef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52, data=0x8a05e28) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #26 0xb66089af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #27 0xb77d03c2 in qWait (ms=0) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 0xb77d1d33 in QuickTestResult::wait (this=0x8fc8928, ms=0) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0xb77d593d in QuickTestResult::qt_static_metacall (_o=0x8fc8928, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfd54c50) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #30 0xb77d5e12 in QuickTestResult::qt_metacall (this=0x8fc8928, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfd54c50) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #31 0xb66106b2 in QMetaObject::metacall (object=0x8fc8928, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbfd54c50) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #32 0xb76c93e4 in CallMethod (object=0x8fc8928, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0x8e32a7c, engine=0x8a429b0, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #33 0xb76ca03d in CallPrecise (object=0x8fc8928, data=..., engine=0x8a429b0, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #34 0xb76cafec in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #35 0xb57ba700 in HandleApiCallHelper (args=..., isolate=0x89fd038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #36 0xb57b4b07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x89fd038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #37 0xb57b4ae2 in Builtin_HandleApiCall (args=..., isolate=0x89fd038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #38 0x4250a376 in ?? () QtQA::App::TestRunner: #39 0x42527924 in ?? () QtQA::App::TestRunner: #40 0x4250e361 in ?? () QtQA::App::TestRunner: #41 0x42539e0e in ?? () QtQA::App::TestRunner: #42 0x4253491c in ?? () QtQA::App::TestRunner: #43 0x42532622 in ?? () QtQA::App::TestRunner: #44 0x42521f59 in ?? () QtQA::App::TestRunner: #45 0x425130ca in ?? () QtQA::App::TestRunner: #46 0xb580a075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbfd552cf, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #47 0xb580a44a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfd552cf, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #48 0xb580a24d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfd552cf, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #49 0xb576ef16 in v8::Function::Call (this=0x8ee70c0, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #50 0xb763d8fe in QQmlJavaScriptExpression::evaluate (this=0x8fe2030, QtQA::App::TestRunner: context=0x8fb10b8, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #51 0xb763d622 in QQmlJavaScriptExpression::evaluate (this=0x8fe2030, QtQA::App::TestRunner: context=0x8fb10b8, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #52 0xb75cc77e in QQmlBoundSignalExpression::evaluate (this=0x8fe2020, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #53 0xb75cd3f5 in QQmlBoundSignal_callback (e=0x9602bc4, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #54 0xb761f15c in QQmlNotifier::emitNotify (endpoint=0x9602bc4, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #55 0xb7568a31 in QQmlData::signalEmitted (object=0x90227b0, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #56 0xb6646083 in QMetaObject::activate (sender=0x90227b0, signalOffset=29, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #57 0xb756386c in QQmlVMEMetaObject::activate (this=0x8f8a538, QtQA::App::TestRunner: object=0x90227b0, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #58 0xb7561724 in QQmlVMEMetaObject::metaCall (this=0x8f8a538, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfd56314) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #59 0xb754fa1d in QAbstractDynamicMetaObject::metaCall (this=0x8f8a538, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfd56314) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #60 0xb75620d8 in QQmlVMEMetaObject::metaCall (this=0x8fe3168, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfd56314) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #61 0xb754fa1d in QAbstractDynamicMetaObject::metaCall (this=0x8fe3168, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfd56314) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #62 0xb6610689 in QMetaObject::metacall (object=0x90227b0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbfd56314) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #63 0xb769c6bd in QV4Bindings::run (this=0x93efdb8, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x939ca80, context=0x8faad68, error=0x939ca64, QtQA::App::TestRunner: scope=0x90227b0, output=0x90227b0, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #64 0xb76949f5 in QV4Bindings::run (this=0x93efdb8, binding=0x939ca5c, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #65 0xb7694265 in QV4Bindings::subscriptionNotify (this=0x93efdb8, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #66 0xb76941d3 in QV4BindingsSubscription_callback (e=0x8e1d3a4) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #67 0xb761f15c in QQmlNotifier::emitNotify (endpoint=0x8e1d3a4, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #68 0xb7568a31 in QQmlData::signalEmitted (object=0x90227b0, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #69 0xb6646083 in QMetaObject::activate (sender=0x90227b0, signalOffset=29, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #70 0xb756386c in QQmlVMEMetaObject::activate (this=0x8f8a538, QtQA::App::TestRunner: object=0x90227b0, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #71 0xb7561724 in QQmlVMEMetaObject::metaCall (this=0x8f8a538, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfd56f48) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #72 0xb754fa1d in QAbstractDynamicMetaObject::metaCall (this=0x8f8a538, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfd56f48) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #73 0xb75620d8 in QQmlVMEMetaObject::metaCall (this=0x8fe3168, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfd56f48) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #74 0xb754fa1d in QAbstractDynamicMetaObject::metaCall (this=0x8fe3168, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfd56f48) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #75 0xb6610689 in QMetaObject::metacall (object=0x90227b0, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbfd56f48) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #76 0xb7587369 in QQmlPropertyPrivate::write (object=0x90227b0, property=..., QtQA::App::TestRunner: value=..., context=0x8fb10b8, flags=...) at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #77 0xb7586d5d in QQmlPropertyPrivate::writeValueProperty (object=0x90227b0, QtQA::App::TestRunner: core=..., value=..., context=0x8fb10b8, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #78 0xb7588cfc in QQmlPropertyPrivate::writeBinding (object=0x90227b0, QtQA::App::TestRunner: core=..., context=0x8fb10b8, expression=0x94769f4, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #79 0xb76dd58c in QV8Bindings::Binding::update (this=0x94769f4, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #80 0xb76dd875 in QV8Bindings::Binding::expressionChanged (e=0x94769f4) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #81 0xb763eb9c in QQmlJavaScriptExpressionGuard_callback (e=0x93f5e68) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #82 0xb761f15c in QQmlNotifier::emitNotify (endpoint=0x93f5e68, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #83 0xb7568a31 in QQmlData::signalEmitted (object=0xbfd576c4, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #84 0xb6646083 in QMetaObject::activate (sender=0xbfd576c4, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #85 0xb6645ef4 in QMetaObject::activate (sender=0xbfd576c4, m=0xb77dac40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #86 0xb77c970d in QTestRootObject::windowShownChanged (this=0xbfd576c4) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #87 0xb77cab9a in QTestRootObject::setWindowShown (this=0xbfd576c4, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #88 0xb77c91fc in quick_test_main (argc=6, argv=0xbfd57924, QtQA::App::TestRunner: name=0x8048980 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #89 0x08048837 in main (argc=8, argv=0xbfd57924) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 12478] QtQA::App::TestRunner: [New Thread 12480] QtQA::App::TestRunner: [New Thread 12479] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb5cfd0ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 12479): QtQA::App::TestRunner: #0 0xb774a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6089506 in *__GI___poll (fds=0xb611eff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb55bf4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb55b20ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb55b24b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb65e2c34 in QEventDispatcherGlib::processEvents (this=0x981fff8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb656ff7f in QEventLoop::processEvents (this=0xb3d202c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb6570247 in QEventLoop::exec (this=0xb3d202c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb638560f in QThread::exec (this=0x9829048) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb75de43c in QQmlThreadPrivate::run (this=0x9829048) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb638c23f in QThreadPrivate::start (arg=0x9829048) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb626296e in start_thread (arg=0xb3d20b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb60973ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 12480): QtQA::App::TestRunner: #0 0xb774a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6269245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5acdde9 in v8::internal::LinuxSemaphore::Wait (this=0x981d178) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb59a6c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb59a6dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0xb3420714) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5acf10a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5acdac3 in ThreadEntry (arg=0xb34206f0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb626296e in start_thread (arg=0xb351fb70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb60973ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 12478): QtQA::App::TestRunner: #0 0xb5cfd0ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0xb5daf326 in qGetPtrHelper > > (p=...) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0xb5daf750 in QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0xb5db5118 in QQuickItem::setParentItem (this=0x0, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0xb5e76fdf in QQuickRepeater::clear (this=0xb0794288) QtQA::App::TestRunner: at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0xb5e77099 in QQuickRepeater::regenerate (this=0xb0794288) QtQA::App::TestRunner: at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0xb5e76f38 in QQuickRepeater::itemChange (this=0xb0794288, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, value=...) QtQA::App::TestRunner: at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0xb5dbcfce in QQuickItemPrivate::itemChange (this=0xb07942e8, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, data=...) QtQA::App::TestRunner: at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0xb5db56c7 in QQuickItem::setParentItem (this=0xb0794288, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0xb5db3f2d in ~QQuickItem (this=0xb0793e88, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0xb5e0400f in ~QQuickImplicitSizeItem (this=0xb0793e88, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #11 0xb5e8c056 in ~QQuickBasePositioner (this=0xb0793e88, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #12 0xb5e03727 in ~QQuickRow (this=0xb0793e88, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners_p.h:191 QtQA::App::TestRunner: #13 0xb5e18ccf in ~QQmlElement (this=0xb0793e88, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #14 0xb65ad49d in QObjectPrivate::deleteChildren (this=0xb0793780) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #15 0xb65ab254 in ~QObject (this=0xb0793720, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #16 0xb5db41d3 in ~QQuickItem (this=0xb0793720, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #17 0xb5e199a3 in ~QQmlElement (this=0xb0793720, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #18 0xb65b3fc8 in qDeleteInEventHandler (o=0xb0793720) QtQA::App::TestRunner: at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #19 0xb65abfe0 in QObject::event (this=0xb0793720, e=0xb090e290) QtQA::App::TestRunner: at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #20 0xb5dc017a in QQuickItem::event (this=0xb0793720, ev=0xb090e290) QtQA::App::TestRunner: at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #21 0xb6f1acf4 in QApplicationPrivate::notify_helper (this=0x97edd58, QtQA::App::TestRunner: receiver=0xb0793720, e=0xb090e290) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #22 0xb6f18554 in QApplication::notify (this=0x97ed5a8, receiver=0xb0793720, QtQA::App::TestRunner: e=0xb090e290) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #23 0xb6573d85 in QCoreApplication::notifyInternal (this=0x97ed5a8, QtQA::App::TestRunner: receiver=0xb0793720, event=0xb090e290) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #24 0xb6577945 in QCoreApplication::sendEvent (receiver=0xb0793720, QtQA::App::TestRunner: event=0xb090e290) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #25 0xb6574ef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52, data=0x97ede28) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #26 0xb65749af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #27 0xb773c3c2 in qWait (ms=0) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 0xb773dd33 in QuickTestResult::wait (this=0xb3485bb0, ms=0) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0xb774193d in QuickTestResult::qt_static_metacall (_o=0xb3485bb0, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfb507d0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #30 0xb7741e12 in QuickTestResult::qt_metacall (this=0xb3485bb0, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbfb507d0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #31 0xb657c6b2 in QMetaObject::metacall (object=0xb3485bb0, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbfb507d0) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #32 0xb76353e4 in CallMethod (object=0xb3485bb0, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0xb3442c84, engine=0xb34006b0, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #33 0xb763603d in CallPrecise (object=0xb3485bb0, data=..., QtQA::App::TestRunner: engine=0xb34006b0, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #34 0xb7636fec in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #35 0xb5726700 in HandleApiCallHelper (args=..., isolate=0x97e5038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #36 0xb5720b07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x97e5038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #37 0xb5720ae2 in Builtin_HandleApiCall (args=..., isolate=0x97e5038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #38 0x55b0a376 in ?? () QtQA::App::TestRunner: #39 0x55b27924 in ?? () QtQA::App::TestRunner: #40 0x55b0e361 in ?? () QtQA::App::TestRunner: #41 0x55b39e0e in ?? () QtQA::App::TestRunner: #42 0x55b3491c in ?? () QtQA::App::TestRunner: #43 0x55b32622 in ?? () QtQA::App::TestRunner: #44 0x55b21f59 in ?? () QtQA::App::TestRunner: #45 0x55b130ca in ?? () QtQA::App::TestRunner: #46 0xb5776075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbfb50e4f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #47 0xb577644a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfb50e4f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #48 0xb577624d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfb50e4f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #49 0xb56daf16 in v8::Function::Call (this=0xb3427c30, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #50 0xb75a98fe in QQmlJavaScriptExpression::evaluate (this=0xb34bedd0, QtQA::App::TestRunner: context=0xb3465ed0, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #51 0xb75a9622 in QQmlJavaScriptExpression::evaluate (this=0xb34bedd0, QtQA::App::TestRunner: context=0xb3465ed0, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #52 0xb753877e in QQmlBoundSignalExpression::evaluate (this=0xb34bedc0, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #53 0xb75393f5 in QQmlBoundSignal_callback (e=0xb0a149d4, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #54 0xb758b15c in QQmlNotifier::emitNotify (endpoint=0xb0a149d4, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #55 0xb74d4a31 in QQmlData::signalEmitted (object=0xb3441a80, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #56 0xb65b2083 in QMetaObject::activate (sender=0xb3441a80, signalOffset=29, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #57 0xb74cf86c in QQmlVMEMetaObject::activate (this=0xb34f1500, QtQA::App::TestRunner: object=0xb3441a80, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #58 0xb74cd724 in QQmlVMEMetaObject::metaCall (this=0xb34f1500, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfb51e94) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #59 0xb74bba1d in QAbstractDynamicMetaObject::metaCall (this=0xb34f1500, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfb51e94) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #60 0xb74ce0d8 in QQmlVMEMetaObject::metaCall (this=0xb34f0f68, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfb51e94) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #61 0xb74bba1d in QAbstractDynamicMetaObject::metaCall (this=0xb34f0f68, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfb51e94) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #62 0xb657c689 in QMetaObject::metacall (object=0xb3441a80, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbfb51e94) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #63 0xb76086bd in QV4Bindings::run (this=0xb0a14db0, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0xb3440548, context=0xb34f0740, error=0xb344052c, QtQA::App::TestRunner: scope=0xb3441a80, output=0xb3441a80, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #64 0xb76009f5 in QV4Bindings::run (this=0xb0a14db0, binding=0xb3440524, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #65 0xb7600265 in QV4Bindings::subscriptionNotify (this=0xb0a14db0, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #66 0xb76001d3 in QV4BindingsSubscription_callback (e=0xb0b0cd3c) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #67 0xb758b15c in QQmlNotifier::emitNotify (endpoint=0xb0b0cd3c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #68 0xb74d4a31 in QQmlData::signalEmitted (object=0xb3441a80, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #69 0xb65b2083 in QMetaObject::activate (sender=0xb3441a80, signalOffset=29, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #70 0xb74cf86c in QQmlVMEMetaObject::activate (this=0xb34f1500, QtQA::App::TestRunner: object=0xb3441a80, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #71 0xb74cd724 in QQmlVMEMetaObject::metaCall (this=0xb34f1500, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfb52ac8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #72 0xb74bba1d in QAbstractDynamicMetaObject::metaCall (this=0xb34f1500, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfb52ac8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #73 0xb74ce0d8 in QQmlVMEMetaObject::metaCall (this=0xb34f0f68, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfb52ac8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #74 0xb74bba1d in QAbstractDynamicMetaObject::metaCall (this=0xb34f0f68, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfb52ac8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #75 0xb657c689 in QMetaObject::metacall (object=0xb3441a80, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbfb52ac8) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #76 0xb74f3369 in QQmlPropertyPrivate::write (object=0xb3441a80, QtQA::App::TestRunner: property=..., value=..., context=0xb3465ed0, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #77 0xb74f2d5d in QQmlPropertyPrivate::writeValueProperty (object=0xb3441a80, QtQA::App::TestRunner: core=..., value=..., context=0xb3465ed0, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #78 0xb74f4cfc in QQmlPropertyPrivate::writeBinding (object=0xb3441a80, QtQA::App::TestRunner: core=..., context=0xb3465ed0, expression=0xb0a14bec, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #79 0xb764958c in QV8Bindings::Binding::update (this=0xb0a14bec, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #80 0xb7649875 in QV8Bindings::Binding::expressionChanged (e=0xb0a14bec) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #81 0xb75aab9c in QQmlJavaScriptExpressionGuard_callback (e=0xb0a0d768) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #82 0xb758b15c in QQmlNotifier::emitNotify (endpoint=0xb0a0d768, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #83 0xb74d4a31 in QQmlData::signalEmitted (object=0xbfb53244, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #84 0xb65b2083 in QMetaObject::activate (sender=0xbfb53244, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #85 0xb65b1ef4 in QMetaObject::activate (sender=0xbfb53244, m=0xb7746c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #86 0xb773570d in QTestRootObject::windowShownChanged (this=0xbfb53244) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #87 0xb7736b9a in QTestRootObject::setWindowShown (this=0xbfb53244, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #88 0xb77351fc in quick_test_main (argc=5, argv=0xbfb534a4, QtQA::App::TestRunner: name=0x8048980 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #89 0x08048837 in main (argc=7, argv=0xbfb534a4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 34 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00186/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365712778): http://codereview.qt-project.org/53191 [PS5] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 12 01:25:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 02:25:40 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130411_232540_069107.ci-noreply@qt-project.org> QtBase_stable_Integration #909: SUCCESS Tested changes (refs/builds/stable_1365714489): http://codereview.qt-project.org/53473 [PS1] - Only test cmake module versions if available for test. http://codereview.qt-project.org/51848 [PS1] - Remove unused private members [tools] From ci-noreply at qt-project.org Fri Apr 12 02:36:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 03:36:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130412_003607_041466.ci-noreply@qt-project.org> Qt_4.8_Integration #1388: SUCCESS Tested changes (refs/builds/4.8_1365706500): http://codereview.qt-project.org/53553 [PS1] - Don't use UNAME_MACHINE on Linux http://codereview.qt-project.org/53537 [PS1] - QGtkStyle: remove an unnecessary sanity check for theme name From ci-noreply at qt-project.org Fri Apr 12 03:00:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 04:00:10 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130412_010010_065261.ci-noreply@qt-project.org> Autotests `tst_qcolumnview', `tst_qmenubar', and `tst_qscriptenginedebugger' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QScriptEngineDebugger QtQA::App::TestRunner: Process exited due to signal 5 QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter. QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QScriptEngineDebugger ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QScriptEngineDebugger::initTestCase() PASS : tst_QScriptEngineDebugger::attachAndDetach() PASS : tst_QScriptEngineDebugger::action() PASS : tst_QScriptEngineDebugger::widget() PASS : tst_QScriptEngineDebugger::standardObjects() PASS : tst_QScriptEngineDebugger::debuggerSignals() SKIP : tst_QScriptEngineDebugger::consoleCommands() This test can hang / misbehave because of timing/event loop issues (task 241300) Loc: [tst_qscriptenginedebugger.cpp(348)] QWARN : tst_QScriptEngineDebugger::multithreadedDebugging() Problem creating accessible interface for: QWidget(0x10aa52740) Make sure to deploy Qt with accessibility plugins. PASS : tst_QScriptEngineDebugger::multithreadedDebugging() PASS : tst_QScriptEngineDebugger::autoShowStandardWindow() tst_qscriptenginedebugger(19994,0x7fff77452960) malloc: *** error for object 0x10aa4f100: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter. QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with signal 5 QtQA::App::TestRunner: second attempt: exited with signal 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qscriptenginedebugger: 13 seconds, signal 6 Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x101539ce0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x103123f10 Loc: [tst_qmenubar.cpp(1187)] QWARN : tst_QMenuBar::task256322_highlight() Problem creating accessible interface for: QWidget(0x7fff5fbfde58) Make sure to deploy Qt with accessibility plugins. PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Testing tst_QColumnView 2013-04-12 01:43:59.689 tst_qcolumnview[94800:2703] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qcolumnview.savedState/window_1.data: Permission denied (13) FAIL! : tst_QColumnView::scrollTo(normal) 'last > view.HorizontalOffset()' returned FALSE. () Loc: [tst_qcolumnview.cpp(443)] Totals: 33 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QColumnView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QColumnView::initTestCase() QWARN : tst_QColumnView::rootIndex() Problem creating accessible interface for: QWidget(0x7fff5fbfde88) Make sure to deploy Qt with accessibility plugins. PASS : tst_QColumnView::rootIndex() PASS : tst_QColumnView::grips() PASS : tst_QColumnView::isIndexHidden() PASS : tst_QColumnView::indexAt() PASS : tst_QColumnView::scrollContentsBy(normal) PASS : tst_QColumnView::scrollContentsBy(reverse) 2013-04-12 01:44:28.542 tst_qcolumnview[94831:4907] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qcolumnview.savedState/window_1.data: Permission denied (13) FAIL! : tst_QColumnView::scrollTo(normal) 'last > view.HorizontalOffset()' returned FALSE. () Loc: [tst_qcolumnview.cpp(443)] PASS : tst_QColumnView::scrollTo(reverse) XFAIL : tst_QColumnView::moveCursor(normal) QTBUG-23697 Loc: [tst_qcolumnview.cpp(543)] PASS : tst_QColumnView::moveCursor(normal) XFAIL : tst_QColumnView::moveCursor(reverse) QTBUG-23697 Loc: [tst_qcolumnview.cpp(543)] PASS : tst_QColumnView::moveCursor(reverse) PASS : tst_QColumnView::selectAll() PASS : tst_QColumnView::clicked() PASS : tst_QColumnView::selectedColumns() PASS : tst_QColumnView::setSelection() PASS : tst_QColumnView::setSelectionModel() PASS : tst_QColumnView::visualRegionForSelection() PASS : tst_QColumnView::dynamicModelChanges() PASS : tst_QColumnView::moveGrip_basic() PASS : tst_QColumnView::moveGrip(normal) PASS : tst_QColumnView::moveGrip(reverse) PASS : tst_QColumnView::doubleClick() PASS : tst_QColumnView::gripMoved() PASS : tst_QColumnView::preview() PASS : tst_QColumnView::swapPreview() PASS : tst_QColumnView::sizes() PASS : tst_QColumnView::rowDelegate() PASS : tst_QColumnView::resize() PASS : tst_QColumnView::changeSameColumn() XFAIL : tst_QColumnView::parentCurrentIndex(down) QTBUG-22707 Loc: [tst_qcolumnview.cpp(981)] PASS : tst_QColumnView::parentCurrentIndex(down) XFAIL : tst_QColumnView::parentCurrentIndex(up) QTBUG-22707 Loc: [tst_qcolumnview.cpp(981)] PASS : tst_QColumnView::parentCurrentIndex(up) PASS : tst_QColumnView::pullRug(model) PASS : tst_QColumnView::pullRug(index) PASS : tst_QColumnView::cleanupTestCase() Totals: 33 passed, 1 failed, 0 skipped ********* Finished testing of tst_QColumnView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcolumnview: 46 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00107/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1365713298): http://codereview.qt-project.org/46445 [PS68] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 12 03:30:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 04:30:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_013028_030794.ci-noreply@qt-project.org> QtBase_stable_Integration #910: SUCCESS Tested changes (refs/builds/stable_1365722875): http://codereview.qt-project.org/52901 [PS2] - Enable qDebug to console when desired on Android. http://codereview.qt-project.org/53474 [PS3] - Warn if mouse event occurs outside target window in tests. From ci-noreply at qt-project.org Fri Apr 12 04:17:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 05:17:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_021739_026089.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00911/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365730380): http://codereview.qt-project.org/53126 [PS1] - Fix leaking of QFontEngineData From ci-noreply at qt-project.org Fri Apr 12 05:51:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 06:51:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130412_035149_025353.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 29657] QtQA::App::TestRunner: [New Thread 29658] QtQA::App::TestRunner: [New Thread 29659] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb5d370ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 29659): QtQA::App::TestRunner: #0 0xb7784430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62a3245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5b07de9 in v8::internal::LinuxSemaphore::Wait (this=0x8384b28) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb59e0c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb59e0dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x8384a64) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5b0910a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5b07ac3 in ThreadEntry (arg=0x8384a40) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb629c96e in start_thread (arg=0xb3559b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb60d13ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 29658): QtQA::App::TestRunner: #0 0xb7784430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb60c3506 in *__GI___poll (fds=0xb6158ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb55f94eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb55ec0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb55ec4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb661cc34 in QEventDispatcherGlib::processEvents (this=0x837bef8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb65a9f7f in QEventLoop::processEvents (this=0xb3d5a2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb65aa247 in QEventLoop::exec (this=0xb3d5a2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb63bf60f in QThread::exec (this=0x8387048) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb761843c in QQmlThreadPrivate::run (this=0x8387048) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb63c623f in QThreadPrivate::start (arg=0x8387048) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb629c96e in start_thread (arg=0xb3d5ab70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb60d13ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 29657): QtQA::App::TestRunner: #0 0xb5d370ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0xb5de9326 in qGetPtrHelper > > (p=...) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0xb5de9750 in QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0xb5def118 in QQuickItem::setParentItem (this=0x0, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0xb5eb0fdf in QQuickRepeater::clear (this=0x8f58098) QtQA::App::TestRunner: at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0xb5eb1099 in QQuickRepeater::regenerate (this=0x8f58098) QtQA::App::TestRunner: at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0xb5eb0f38 in QQuickRepeater::itemChange (this=0x8f58098, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, value=...) QtQA::App::TestRunner: at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0xb5df6fce in QQuickItemPrivate::itemChange (this=0x8f580f8, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, data=...) QtQA::App::TestRunner: at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0xb5def6c7 in QQuickItem::setParentItem (this=0x8f58098, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0xb5dedf2d in ~QQuickItem (this=0x8f57c98, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0xb5e3e00f in ~QQuickImplicitSizeItem (this=0x8f57c98, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #11 0xb5ec6056 in ~QQuickBasePositioner (this=0x8f57c98, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #12 0xb5e3d727 in ~QQuickRow (this=0x8f57c98, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners_p.h:191 QtQA::App::TestRunner: #13 0xb5e52ccf in ~QQmlElement (this=0x8f57c98, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #14 0xb65e749d in QObjectPrivate::deleteChildren (this=0x8f575c0) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #15 0xb65e5254 in ~QObject (this=0x8f57560, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #16 0xb5dee1d3 in ~QQuickItem (this=0x8f57560, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #17 0xb5e539a3 in ~QQmlElement (this=0x8f57560, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #18 0xb65edfc8 in qDeleteInEventHandler (o=0x8f57560) QtQA::App::TestRunner: at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #19 0xb65e5fe0 in QObject::event (this=0x8f57560, e=0x8be0528) QtQA::App::TestRunner: at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #20 0xb5dfa17a in QQuickItem::event (this=0x8f57560, ev=0x8be0528) QtQA::App::TestRunner: at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #21 0xb6f54cf4 in QApplicationPrivate::notify_helper (this=0x834bd58, QtQA::App::TestRunner: receiver=0x8f57560, e=0x8be0528) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #22 0xb6f52554 in QApplication::notify (this=0x834b5a8, receiver=0x8f57560, QtQA::App::TestRunner: e=0x8be0528) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #23 0xb65add85 in QCoreApplication::notifyInternal (this=0x834b5a8, QtQA::App::TestRunner: receiver=0x8f57560, event=0x8be0528) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #24 0xb65b1945 in QCoreApplication::sendEvent (receiver=0x8f57560, QtQA::App::TestRunner: event=0x8be0528) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #25 0xb65aeef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52, data=0x834be28) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #26 0xb65ae9af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #27 0xb77763c2 in qWait (ms=0) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 0xb7777d33 in QuickTestResult::wait (this=0x892af38, ms=0) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0xb777b93d in QuickTestResult::qt_static_metacall (_o=0x892af38, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbf92d5e0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #30 0xb777be12 in QuickTestResult::qt_metacall (this=0x892af38, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbf92d5e0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #31 0xb65b66b2 in QMetaObject::metacall (object=0x892af38, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbf92d5e0) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #32 0xb766f3e4 in CallMethod (object=0x892af38, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0x8756fa4, engine=0x83889b0, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #33 0xb767003d in CallPrecise (object=0x892af38, data=..., engine=0x83889b0, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #34 0xb7670fec in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #35 0xb5760700 in HandleApiCallHelper (args=..., isolate=0x8343038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #36 0xb575ab07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x8343038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #37 0xb575aae2 in Builtin_HandleApiCall (args=..., isolate=0x8343038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #38 0x56f0a376 in ?? () QtQA::App::TestRunner: #39 0x56f27924 in ?? () QtQA::App::TestRunner: #40 0x56f0e361 in ?? () QtQA::App::TestRunner: #41 0x56f39e0e in ?? () QtQA::App::TestRunner: #42 0x56f3491c in ?? () QtQA::App::TestRunner: #43 0x56f32622 in ?? () QtQA::App::TestRunner: #44 0x56f21f59 in ?? () QtQA::App::TestRunner: #45 0x56f130ca in ?? () QtQA::App::TestRunner: #46 0xb57b0075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbf92dc5f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #47 0xb57b044a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf92dc5f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #48 0xb57b024d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf92dc5f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #49 0xb5714f16 in v8::Function::Call (this=0x8386690, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #50 0xb75e38fe in QQmlJavaScriptExpression::evaluate (this=0x89ab610, QtQA::App::TestRunner: context=0x8870048, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #51 0xb75e3622 in QQmlJavaScriptExpression::evaluate (this=0x89ab610, QtQA::App::TestRunner: context=0x8870048, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #52 0xb757277e in QQmlBoundSignalExpression::evaluate (this=0x89ab600, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #53 0xb75733f5 in QQmlBoundSignal_callback (e=0x8f385fc, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #54 0xb75c515c in QQmlNotifier::emitNotify (endpoint=0x8f385fc, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #55 0xb750ea31 in QQmlData::signalEmitted (object=0x88e3700, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #56 0xb65ec083 in QMetaObject::activate (sender=0x88e3700, signalOffset=29, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #57 0xb750986c in QQmlVMEMetaObject::activate (this=0x890d1b8, QtQA::App::TestRunner: object=0x88e3700, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #58 0xb7507724 in QQmlVMEMetaObject::metaCall (this=0x890d1b8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf92eca4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #59 0xb74f5a1d in QAbstractDynamicMetaObject::metaCall (this=0x890d1b8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf92eca4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #60 0xb75080d8 in QQmlVMEMetaObject::metaCall (this=0x8964f08, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf92eca4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #61 0xb74f5a1d in QAbstractDynamicMetaObject::metaCall (this=0x8964f08, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf92eca4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #62 0xb65b6689 in QMetaObject::metacall (object=0x88e3700, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbf92eca4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #63 0xb76426bd in QV4Bindings::run (this=0x8d35c48, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x8c400d8, context=0x88e3158, error=0x8c400bc, QtQA::App::TestRunner: scope=0x88e3700, output=0x88e3700, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #64 0xb763a9f5 in QV4Bindings::run (this=0x8d35c48, binding=0x8c400b4, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #65 0xb763a265 in QV4Bindings::subscriptionNotify (this=0x8d35c48, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #66 0xb763a1d3 in QV4BindingsSubscription_callback (e=0x8873ce4) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #67 0xb75c515c in QQmlNotifier::emitNotify (endpoint=0x8873ce4, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #68 0xb750ea31 in QQmlData::signalEmitted (object=0x88e3700, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #69 0xb65ec083 in QMetaObject::activate (sender=0x88e3700, signalOffset=29, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #70 0xb750986c in QQmlVMEMetaObject::activate (this=0x890d1b8, QtQA::App::TestRunner: object=0x88e3700, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #71 0xb7507724 in QQmlVMEMetaObject::metaCall (this=0x890d1b8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf92f8d8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #72 0xb74f5a1d in QAbstractDynamicMetaObject::metaCall (this=0x890d1b8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf92f8d8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #73 0xb75080d8 in QQmlVMEMetaObject::metaCall (this=0x8964f08, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf92f8d8) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #74 0xb74f5a1d in QAbstractDynamicMetaObject::metaCall (this=0x8964f08, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf92f8d8) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #75 0xb65b6689 in QMetaObject::metacall (object=0x88e3700, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbf92f8d8) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #76 0xb752d369 in QQmlPropertyPrivate::write (object=0x88e3700, property=..., QtQA::App::TestRunner: value=..., context=0x8870048, flags=...) at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #77 0xb752cd5d in QQmlPropertyPrivate::writeValueProperty (object=0x88e3700, QtQA::App::TestRunner: core=..., value=..., context=0x8870048, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #78 0xb752ecfc in QQmlPropertyPrivate::writeBinding (object=0x88e3700, QtQA::App::TestRunner: core=..., context=0x8870048, expression=0x8daa3cc, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #79 0xb768358c in QV8Bindings::Binding::update (this=0x8daa3cc, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #80 0xb7683875 in QV8Bindings::Binding::expressionChanged (e=0x8daa3cc) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #81 0xb75e4b9c in QQmlJavaScriptExpressionGuard_callback (e=0x8d3bcf8) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #82 0xb75c515c in QQmlNotifier::emitNotify (endpoint=0x8d3bcf8, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #83 0xb750ea31 in QQmlData::signalEmitted (object=0xbf930054, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #84 0xb65ec083 in QMetaObject::activate (sender=0xbf930054, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #85 0xb65ebef4 in QMetaObject::activate (sender=0xbf930054, m=0xb7780c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #86 0xb776f70d in QTestRootObject::windowShownChanged (this=0xbf930054) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #87 0xb7770b9a in QTestRootObject::setWindowShown (this=0xbf930054, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #88 0xb776f1fc in quick_test_main (argc=6, argv=0xbf9302b4, QtQA::App::TestRunner: name=0x8048980 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #89 0x08048837 in main (argc=8, argv=0xbf9302b4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 29663] QtQA::App::TestRunner: [New Thread 29665] QtQA::App::TestRunner: [New Thread 29664] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb5cc70ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 29664): QtQA::App::TestRunner: #0 0xb7714430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6053506 in *__GI___poll (fds=0xb60e8ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb55894eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb557c0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb557c4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb65acc34 in QEventDispatcherGlib::processEvents (this=0x8cfd168, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb6539f7f in QEventLoop::processEvents (this=0xb3cea2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb653a247 in QEventLoop::exec (this=0xb3cea2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb634f60f in QThread::exec (this=0x8d0c048) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb75a843c in QQmlThreadPrivate::run (this=0x8d0c048) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb635623f in QThreadPrivate::start (arg=0x8d0c048) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb622c96e in start_thread (arg=0xb3ceab70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb60613ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 29665): QtQA::App::TestRunner: #0 0xb7714430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6233245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb5a97de9 in v8::internal::LinuxSemaphore::Wait (this=0x8d09b28) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb5970c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb5970dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x8d09a64) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb5a9910a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb5a97ac3 in ThreadEntry (arg=0x8d09a40) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb622c96e in start_thread (arg=0xb34e9b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb60613ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 29663): QtQA::App::TestRunner: #0 0xb5cc70ea in QScopedPointer >::data (this=0x4) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0xb5d79326 in qGetPtrHelper > > (p=...) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0xb5d79750 in QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0xb5d7f118 in QQuickItem::setParentItem (this=0x0, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0xb5e40fdf in QQuickRepeater::clear (this=0x98dd350) QtQA::App::TestRunner: at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0xb5e41099 in QQuickRepeater::regenerate (this=0x98dd350) QtQA::App::TestRunner: at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0xb5e40f38 in QQuickRepeater::itemChange (this=0x98dd350, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, value=...) QtQA::App::TestRunner: at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0xb5d86fce in QQuickItemPrivate::itemChange (this=0x98dd3b0, QtQA::App::TestRunner: change=QQuickItem::ItemParentHasChanged, data=...) QtQA::App::TestRunner: at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0xb5d7f6c7 in QQuickItem::setParentItem (this=0x98dd350, parentItem=0x0) QtQA::App::TestRunner: at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0xb5d7df2d in ~QQuickItem (this=0x98dcf50, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0xb5dce00f in ~QQuickImplicitSizeItem (this=0x98dcf50, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #11 0xb5e56056 in ~QQuickBasePositioner (this=0x98dcf50, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #12 0xb5dcd727 in ~QQuickRow (this=0x98dcf50, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners_p.h:191 QtQA::App::TestRunner: #13 0xb5de2ccf in ~QQmlElement (this=0x98dcf50, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #14 0xb657749d in QObjectPrivate::deleteChildren (this=0x98dc878) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #15 0xb6575254 in ~QObject (this=0x98dc818, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #16 0xb5d7e1d3 in ~QQuickItem (this=0x98dc818, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #17 0xb5de39a3 in ~QQmlElement (this=0x98dc818, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #18 0xb657dfc8 in qDeleteInEventHandler (o=0x98dc818) QtQA::App::TestRunner: at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #19 0xb6575fe0 in QObject::event (this=0x98dc818, e=0x95657e0) QtQA::App::TestRunner: at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #20 0xb5d8a17a in QQuickItem::event (this=0x98dc818, ev=0x95657e0) QtQA::App::TestRunner: at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #21 0xb6ee4cf4 in QApplicationPrivate::notify_helper (this=0x8cd0d58, QtQA::App::TestRunner: receiver=0x98dc818, e=0x95657e0) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #22 0xb6ee2554 in QApplication::notify (this=0x8cd05a8, receiver=0x98dc818, QtQA::App::TestRunner: e=0x95657e0) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #23 0xb653dd85 in QCoreApplication::notifyInternal (this=0x8cd05a8, QtQA::App::TestRunner: receiver=0x98dc818, event=0x95657e0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #24 0xb6541945 in QCoreApplication::sendEvent (receiver=0x98dc818, QtQA::App::TestRunner: event=0x95657e0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #25 0xb653eef4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52, data=0x8cd0e28) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #26 0xb653e9af in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #27 0xb77063c2 in qWait (ms=0) QtQA::App::TestRunner: at /work/build/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 0xb7707d33 in QuickTestResult::wait (this=0x931ecd8, ms=0) QtQA::App::TestRunner: at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0xb770b93d in QuickTestResult::qt_static_metacall (_o=0x931ecd8, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbffc3ca0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #30 0xb770be12 in QuickTestResult::qt_metacall (this=0x931ecd8, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0xbffc3ca0) QtQA::App::TestRunner: at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #31 0xb65466b2 in QMetaObject::metacall (object=0x931ecd8, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=28, argv=0xbffc3ca0) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #32 0xb75ff3e4 in CallMethod (object=0x931ecd8, index=28, returnType=43, QtQA::App::TestRunner: argCount=1, argTypes=0x90eb7cc, engine=0x8d0d940, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #33 0xb760003d in CallPrecise (object=0x931ecd8, data=..., engine=0x8d0d940, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #34 0xb7600fec in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #35 0xb56f0700 in HandleApiCallHelper (args=..., isolate=0x8cc8038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #36 0xb56eab07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x8cc8038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #37 0xb56eaae2 in Builtin_HandleApiCall (args=..., isolate=0x8cc8038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #38 0x2390a376 in ?? () QtQA::App::TestRunner: #39 0x23927924 in ?? () QtQA::App::TestRunner: #40 0x2390e361 in ?? () QtQA::App::TestRunner: #41 0x23939e0e in ?? () QtQA::App::TestRunner: #42 0x2393491c in ?? () QtQA::App::TestRunner: #43 0x23932622 in ?? () QtQA::App::TestRunner: #44 0x23921f59 in ?? () QtQA::App::TestRunner: #45 0x239130ca in ?? () QtQA::App::TestRunner: #46 0xb5740075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbffc431f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #47 0xb574044a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbffc431f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #48 0xb574024d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbffc431f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #49 0xb56a4f16 in v8::Function::Call (this=0x91e82c8, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #50 0xb75738fe in QQmlJavaScriptExpression::evaluate (this=0x9330dc8, QtQA::App::TestRunner: context=0x9301100, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #51 0xb7573622 in QQmlJavaScriptExpression::evaluate (this=0x9330dc8, QtQA::App::TestRunner: context=0x9301100, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #52 0xb750277e in QQmlBoundSignalExpression::evaluate (this=0x9330db8, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #53 0xb75033f5 in QQmlBoundSignal_callback (e=0x963289c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #54 0xb755515c in QQmlNotifier::emitNotify (endpoint=0x963289c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #55 0xb749ea31 in QQmlData::signalEmitted (object=0x9249438, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #56 0xb657c083 in QMetaObject::activate (sender=0x9249438, signalOffset=29, QtQA::App::TestRunner: local_signal_index=1, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #57 0xb749986c in QQmlVMEMetaObject::activate (this=0x927d2d0, QtQA::App::TestRunner: object=0x9249438, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #58 0xb7497724 in QQmlVMEMetaObject::metaCall (this=0x927d2d0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbffc5364) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #59 0xb7485a1d in QAbstractDynamicMetaObject::metaCall (this=0x927d2d0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbffc5364) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #60 0xb74980d8 in QQmlVMEMetaObject::metaCall (this=0x92ef490, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbffc5364) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #61 0xb7485a1d in QAbstractDynamicMetaObject::metaCall (this=0x92ef490, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbffc5364) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #62 0xb6546689 in QMetaObject::metacall (object=0x9249438, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbffc5364) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #63 0xb75d26bd in QV4Bindings::run (this=0x97806e8, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x9667bf0, context=0x92557e0, error=0x9667bd4, QtQA::App::TestRunner: scope=0x9249438, output=0x9249438, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #64 0xb75ca9f5 in QV4Bindings::run (this=0x97806e8, binding=0x9667bcc, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #65 0xb75ca265 in QV4Bindings::subscriptionNotify (this=0x97806e8, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #66 0xb75ca1d3 in QV4BindingsSubscription_callback (e=0x92aa5fc) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:490 QtQA::App::TestRunner: #67 0xb755515c in QQmlNotifier::emitNotify (endpoint=0x92aa5fc, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #68 0xb749ea31 in QQmlData::signalEmitted (object=0x9249438, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #69 0xb657c083 in QMetaObject::activate (sender=0x9249438, signalOffset=29, QtQA::App::TestRunner: local_signal_index=5, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #70 0xb749986c in QQmlVMEMetaObject::activate (this=0x927d2d0, QtQA::App::TestRunner: object=0x9249438, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #71 0xb7497724 in QQmlVMEMetaObject::metaCall (this=0x927d2d0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbffc5f98) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:834 QtQA::App::TestRunner: #72 0xb7485a1d in QAbstractDynamicMetaObject::metaCall (this=0x927d2d0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbffc5f98) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #73 0xb74980d8 in QQmlVMEMetaObject::metaCall (this=0x92ef490, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbffc5f98) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #74 0xb7485a1d in QAbstractDynamicMetaObject::metaCall (this=0x92ef490, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbffc5f98) QtQA::App::TestRunner: at /work/build/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #75 0xb6546689 in QMetaObject::metacall (object=0x9249438, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbffc5f98) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #76 0xb74bd369 in QQmlPropertyPrivate::write (object=0x9249438, property=..., QtQA::App::TestRunner: value=..., context=0x9301100, flags=...) at qml/qqmlproperty.cpp:1341 QtQA::App::TestRunner: #77 0xb74bcd5d in QQmlPropertyPrivate::writeValueProperty (object=0x9249438, QtQA::App::TestRunner: core=..., value=..., context=0x9301100, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #78 0xb74becfc in QQmlPropertyPrivate::writeBinding (object=0x9249438, QtQA::App::TestRunner: core=..., context=0x9301100, expression=0x977aecc, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #79 0xb761358c in QV8Bindings::Binding::update (this=0x977aecc, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #80 0xb7613875 in QV8Bindings::Binding::expressionChanged (e=0x977aecc) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #81 0xb7574b9c in QQmlJavaScriptExpressionGuard_callback (e=0x96c0f88) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #82 0xb755515c in QQmlNotifier::emitNotify (endpoint=0x96c0f88, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #83 0xb749ea31 in QQmlData::signalEmitted (object=0xbffc6714, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #84 0xb657c083 in QMetaObject::activate (sender=0xbffc6714, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #85 0xb657bef4 in QMetaObject::activate (sender=0xbffc6714, m=0xb7710c40, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #86 0xb76ff70d in QTestRootObject::windowShownChanged (this=0xbffc6714) QtQA::App::TestRunner: at .moc/debug-shared/quicktest.moc:183 QtQA::App::TestRunner: #87 0xb7700b9a in QTestRootObject::setWindowShown (this=0xbffc6714, QtQA::App::TestRunner: value=true) at quicktest.cpp:87 QtQA::App::TestRunner: #88 0xb76ff1fc in quick_test_main (argc=5, argv=0xbffc6974, QtQA::App::TestRunner: name=0x8048980 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x8048950 "/work/build/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #89 0x08048837 in main (argc=7, argv=0xbffc6974) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 32 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00187/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365731579): http://codereview.qt-project.org/53191 [PS6] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 12 06:28:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 07:28:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_042818_016938.ci-noreply@qt-project.org> QtBase_stable_Integration #912: SUCCESS Tested changes (refs/builds/stable_1365733547): http://codereview.qt-project.org/53126 [PS1] - Fix leaking of QFontEngineData From ci-noreply at qt-project.org Fri Apr 12 08:31:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 09:31:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130412_063133_020796.ci-noreply@qt-project.org> QtImageFormats_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #47: FAILURE Build log: http://testresults.qt-project.org/ci/QtImageFormats_stable_Integration/build_00047/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1365747043): http://codereview.qt-project.org/51913 [PS2] - Fix tiff imageformat plugin build for WEC7. From ci-noreply at qt-project.org Fri Apr 12 08:33:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 09:33:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130412_063333_053798.ci-noreply@qt-project.org> Autotest `license' failed :( # Failed test 'src/corelib/tools/qstring_mips_dsp_asm.S does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 6225. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6225 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6225 Failed: 1) Failed test: 2394 Non-zero exit status: 1 Files=1, Tests=6225, 13 wallclock secs ( 0.78 usr 0.10 sys + 11.87 cusr 0.76 csys = 13.51 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/corelib/tools/qstring_mips_dsp_asm.S does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 6225. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6225 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6225 Failed: 1) Failed test: 2394 Non-zero exit status: 1 Files=1, Tests=6225, 12 wallclock secs ( 0.74 usr 0.05 sys + 11.58 cusr 0.69 csys = 13.06 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 25 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00810/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ Autotest `license' failed :( # Failed test 'src/corelib/tools/qstring_mips_dsp_asm.S does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 6225. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6225 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6225 Failed: 1) Failed test: 2394 Non-zero exit status: 1 Files=1, Tests=6225, 13 wallclock secs ( 0.73 usr 0.10 sys + 11.72 cusr 0.86 csys = 13.41 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/corelib/tools/qstring_mips_dsp_asm.S does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 6225. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6225 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6225 Failed: 1) Failed test: 2394 Non-zero exit status: 1 Files=1, Tests=6225, 13 wallclock secs ( 0.84 usr 0.13 sys + 12.00 cusr 0.68 csys = 13.65 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 26 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00810/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1365747757): http://codereview.qt-project.org/45479 [PS7] - MIPS: Optimized ucstrncmp() using MIPS DSP instructions http://codereview.qt-project.org/45477 [PS7] - MIPS: Optimized QString::fromLatin1() using MIPS DSP http://codereview.qt-project.org/45476 [PS7] - MIPS: Fast path for ARGB premultiplication http://codereview.qt-project.org/45475 [PS7] - MIPS: Fast path for rgb16-on-rgb16 blending http://codereview.qt-project.org/45474 [PS7] - MIPS: Fast path for rgb888 to rgb32 conversion http://codereview.qt-project.org/45473 [PS7] - MIPS: Support recognition of the DSP ASE at run-time http://codereview.qt-project.org/47828 [PS5] - Json writer, support larger signed integers upto 2^53 http://codereview.qt-project.org/47398 [PS8] - Json writer, emit full precision for floating point Number types http://codereview.qt-project.org/47397 [PS5] - Json writer, only emit floating point finite numbers, ignore INF/NaN From ci-noreply at qt-project.org Fri Apr 12 08:43:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 09:43:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_064307_033606.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 18931] QtQA::App::TestRunner: [New LWP 18932] QtQA::App::TestRunner: [New LWP 18933] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f945de5ed48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f9460a50700 (LWP 18933)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f945d0debab in v8::internal::LinuxSemaphore::Wait (this=0x128ef70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f945cfb296d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f945cfb2b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x12902bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f945d0dfc18 in v8::internal::SignalSender::Run (this=0x1290290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f945d0de90c in v8::internal::ThreadEntry (arg=0x1290290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f945ca34efc in start_thread (arg=0x7f9460a50700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f945ec92f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f9454f02700 (LWP 18932)): QtQA::App::TestRunner: #0 0x00007f945ec86e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f945b298f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f945b299429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f945f7e1a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x124bf10, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f945f76cbc8 in TestNamespace::QEventLoop::processEvents (this=0x7f9454f01d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f945f76cea1 in TestNamespace::QEventLoop::exec (this=0x7f9454f01d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f945f52bf5c in TestNamespace::QThread::exec (this=0x12509c0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f945d97da2d in TestNamespace::QQmlThreadPrivate::run (this=0x12509c0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f945f5329f5 in TestNamespace::QThreadPrivate::start (arg=0x12509c0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f945ca34efc in start_thread (arg=0x7f9454f02700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f945ec92f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f9460a2d760 (LWP 18931)): QtQA::App::TestRunner: #0 0x00007f945de5ed48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f945df0fa7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f945df0ff5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f945df14f7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f945dfd4d37 in TestNamespace::QQuickRepeater::clear (this=0x2388970) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f945dfd4de9 in TestNamespace::QQuickRepeater::regenerate (this=0x2388970) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f945dfd4c9a in TestNamespace::QQuickRepeater::itemChange (this=0x2388970, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f945df1d4c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x2388a20, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f945df15600 in TestNamespace::QQuickItem::setParentItem (this=0x2388970, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f945df143ef in TestNamespace::QQuickItem::~QQuickItem (this=0x2388200, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f945df62168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x2388200, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f945dfeb321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x2388200, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f945df61992 in TestNamespace::QQuickRow::~QQuickRow (this=0x2388200, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f945df7523b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2388200, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f945df75274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2388200, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f945f7ab484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x23875d0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f945f7a9b8b in TestNamespace::QObject::~QObject (this=0x2387520, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f945df14712 in TestNamespace::QQuickItem::~QQuickItem (this=0x2387520, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f945df75bb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2387520, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f945df75bea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2387520, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f945f7b2522 in TestNamespace::qDeleteInEventHandler (o=0x2387520) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f945f7a9ef8 in TestNamespace::QObject::event (this=0x2387520, e=0x1f05360) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f945df20ba6 in TestNamespace::QQuickItem::event (this=0x2387520, ev=0x1f05360) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f945fde6f48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x12176e0, receiver=0x2387520, e=0x1f05360) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f945fde45f8 in TestNamespace::QApplication::notify (this=0x12176c0, receiver=0x2387520, e=0x1f05360) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f945f770008 in TestNamespace::QCoreApplication::notifyInternal (this=0x12176c0, receiver=0x2387520, event=0x1f05360) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f945f773c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x2387520, event=0x1f05360) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f945f7710e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x1217850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f945f770caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f9460622d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f94606245b7 in TestNamespace::QuickTestResult::wait (this=0x1667e00, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f9460628677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x1667e00, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffe9fc6aa0) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f9460628ba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x1667e00, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffe9fc6aa0) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f945f778835 in TestNamespace::QMetaObject::metacall (object=0x1667e00, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fffe9fc6aa0) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f945d9d6126 in TestNamespace::CallMethod (object=0x1667e00, index=28, returnType=43, argCount=1, argTypes=0x1658434, engine=0x1252300, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f945d9d6dc2 in TestNamespace::CallPrecise (object=0x1667e00, data=..., engine=0x1252300, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f945d9d7dfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f945cd2d628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x120c150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f945cd27cc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x120c150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f945cd27c93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x120c150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x000035a57590618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x000035a5759060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fffe9fc7170 in ?? () QtQA::App::TestRunner: #44 0x00007fffe9fc71f0 in ?? () QtQA::App::TestRunner: #45 0x000035a57592c41f in ?? () QtQA::App::TestRunner: #46 0x0000287e2465dad9 in ?? () QtQA::App::TestRunner: #47 0x000026eaade3f059 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x0000287e24604121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x000026eaade344f9 in ?? () QtQA::App::TestRunner: #52 0x0000287e2465cc69 in ?? () QtQA::App::TestRunner: #53 0x0000287e2465dad9 in ?? () QtQA::App::TestRunner: #54 0x000026eaade3f059 in ?? () QtQA::App::TestRunner: #55 0x000026eaade3f011 in ?? () QtQA::App::TestRunner: #56 0x000026eaade3efc1 in ?? () QtQA::App::TestRunner: #57 0x00007fffe9fc7220 in ?? () QtQA::App::TestRunner: #58 0x000035a57590b22e in ?? () QtQA::App::TestRunner: #59 0x000026eaade344f9 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x000026eaade3f011 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fffe9fc7258 in ?? () QtQA::App::TestRunner: #64 0x000035a575943d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(261)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(265)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 18937] QtQA::App::TestRunner: [New LWP 18939] QtQA::App::TestRunner: [New LWP 18938] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f2ce18b0d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f2cd8954700 (LWP 18938)): QtQA::App::TestRunner: #0 0x00007f2ce26d8e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f2cdeceaf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f2cdeceb429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f2ce3233a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x18712a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f2ce31bebc8 in TestNamespace::QEventLoop::processEvents (this=0x7f2cd8953d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f2ce31beea1 in TestNamespace::QEventLoop::exec (this=0x7f2cd8953d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f2ce2f7df5c in TestNamespace::QThread::exec (this=0x186d520) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f2ce13cfa2d in TestNamespace::QQmlThreadPrivate::run (this=0x186d520) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f2ce2f849f5 in TestNamespace::QThreadPrivate::start (arg=0x186d520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f2ce0486efc in start_thread (arg=0x7f2cd8954700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f2ce26e4f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f2ce44a2700 (LWP 18939)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f2ce0b30bab in v8::internal::LinuxSemaphore::Wait (this=0x18aff70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f2ce0a0496d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f2ce0a04b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x18b12bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f2ce0b31c18 in v8::internal::SignalSender::Run (this=0x18b1290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f2ce0b3090c in v8::internal::ThreadEntry (arg=0x18b1290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f2ce0486efc in start_thread (arg=0x7f2ce44a2700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f2ce26e4f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f2ce447f760 (LWP 18937)): QtQA::App::TestRunner: #0 0x00007f2ce18b0d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f2ce1961a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f2ce1961f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f2ce1966f7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f2ce1a26d37 in TestNamespace::QQuickRepeater::clear (this=0x29d2530) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f2ce1a26de9 in TestNamespace::QQuickRepeater::regenerate (this=0x29d2530) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f2ce1a26c9a in TestNamespace::QQuickRepeater::itemChange (this=0x29d2530, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f2ce196f4c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x29d25e0, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f2ce1967600 in TestNamespace::QQuickItem::setParentItem (this=0x29d2530, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f2ce19663ef in TestNamespace::QQuickItem::~QQuickItem (this=0x29d1dc0, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f2ce19b4168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x29d1dc0, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f2ce1a3d321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x29d1dc0, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f2ce19b3992 in TestNamespace::QQuickRow::~QQuickRow (this=0x29d1dc0, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f2ce19c723b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x29d1dc0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f2ce19c7274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x29d1dc0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f2ce31fd484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x29d1170) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f2ce31fbb8b in TestNamespace::QObject::~QObject (this=0x29d10c0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f2ce1966712 in TestNamespace::QQuickItem::~QQuickItem (this=0x29d10c0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f2ce19c7bb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x29d10c0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f2ce19c7bea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x29d10c0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f2ce3204522 in TestNamespace::qDeleteInEventHandler (o=0x29d10c0) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f2ce31fbef8 in TestNamespace::QObject::event (this=0x29d10c0, e=0x2526370) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f2ce1972ba6 in TestNamespace::QQuickItem::event (this=0x29d10c0, ev=0x2526370) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f2ce3838f48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x18386e0, receiver=0x29d10c0, e=0x2526370) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f2ce38365f8 in TestNamespace::QApplication::notify (this=0x18386c0, receiver=0x29d10c0, e=0x2526370) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f2ce31c2008 in TestNamespace::QCoreApplication::notifyInternal (this=0x18386c0, receiver=0x29d10c0, event=0x2526370) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f2ce31c5c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x29d10c0, event=0x2526370) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f2ce31c30e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x1838850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f2ce31c2caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f2ce4074d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f2ce40765b7 in TestNamespace::QuickTestResult::wait (this=0x2171b10, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f2ce407a677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x2171b10, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff6b3691b0) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f2ce407aba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x2171b10, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff6b3691b0) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f2ce31ca835 in TestNamespace::QMetaObject::metacall (object=0x2171b10, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fff6b3691b0) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f2ce1428126 in TestNamespace::CallMethod (object=0x2171b10, index=28, returnType=43, argCount=1, argTypes=0x1c817a4, engine=0x1873400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f2ce1428dc2 in TestNamespace::CallPrecise (object=0x2171b10, data=..., engine=0x1873400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f2ce1429dfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f2ce077f628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x182d150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f2ce0779cc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x182d150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f2ce0779c93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x182d150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x0000090002a0618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x0000090002a060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fff6b369880 in ?? () QtQA::App::TestRunner: #44 0x00007fff6b369900 in ?? () QtQA::App::TestRunner: #45 0x0000090002a2c41f in ?? () QtQA::App::TestRunner: #46 0x00003492c3c5dad9 in ?? () QtQA::App::TestRunner: #47 0x0000265b2de42d41 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00003492c3c04121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x0000265b2de381e1 in ?? () QtQA::App::TestRunner: #52 0x00003492c3c5cc69 in ?? () QtQA::App::TestRunner: #53 0x00003492c3c5dad9 in ?? () QtQA::App::TestRunner: #54 0x0000265b2de42d41 in ?? () QtQA::App::TestRunner: #55 0x0000265b2de42cf9 in ?? () QtQA::App::TestRunner: #56 0x0000265b2de42ca9 in ?? () QtQA::App::TestRunner: #57 0x00007fff6b369930 in ?? () QtQA::App::TestRunner: #58 0x0000090002a0b22e in ?? () QtQA::App::TestRunner: #59 0x0000265b2de381e1 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x0000265b2de42cf9 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fff6b369968 in ?? () QtQA::App::TestRunner: #64 0x0000090002a43d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 88 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00055/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365747806): http://codereview.qt-project.org/53409 [PS2] - Tests: Add autotests for ComboBox http://codereview.qt-project.org/53408 [PS2] - ComboBox: Add activeFocusOnPress property http://codereview.qt-project.org/53407 [PS2] - Tests: add more tests for activeFocusOnTab property From ci-noreply at qt-project.org Fri Apr 12 09:06:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 10:06:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130412_070613_034644.ci-noreply@qt-project.org> QtImageFormats_stable_Integration #48: SUCCESS Tested changes (refs/builds/stable_1365748541): http://codereview.qt-project.org/51913 [PS2] - Fix tiff imageformat plugin build for WEC7. From ci-noreply at qt-project.org Fri Apr 12 09:31:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 10:31:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_073155_098543.ci-noreply@qt-project.org> QtBase_stable_Integration #913: SUCCESS Tested changes (refs/builds/stable_1365744320): http://codereview.qt-project.org/52108 [PS1] - tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52107 [PS1] - tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0 http://codereview.qt-project.org/52106 [PS1] - tst_qdataurl: Remove QT_DISABLE_DEPRECATED_BEFORE=0 From ci-noreply at qt-project.org Fri Apr 12 09:41:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 10:41:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_074107_072257.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #56: SUCCESS Tested changes (refs/builds/stable_1365749240): http://codereview.qt-project.org/53407 [PS2] - Tests: add more tests for activeFocusOnTab property From ci-noreply at qt-project.org Fri Apr 12 09:57:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 10:57:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_075722_016963.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 15529] QtQA::App::TestRunner: [New LWP 15531] QtQA::App::TestRunner: [New LWP 15530] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007ff679fe5d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7ff671089700 (LWP 15530)): QtQA::App::TestRunner: #0 0x00007ff67ae0de23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007ff67741ff68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007ff677420429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007ff67b968a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2049f10, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007ff67b8f3bc8 in TestNamespace::QEventLoop::processEvents (this=0x7ff671088d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007ff67b8f3ea1 in TestNamespace::QEventLoop::exec (this=0x7ff671088d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007ff67b6b2f5c in TestNamespace::QThread::exec (this=0x204e9c0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007ff679b04a2d in TestNamespace::QQmlThreadPrivate::run (this=0x204e9c0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007ff67b6b99f5 in TestNamespace::QThreadPrivate::start (arg=0x204e9c0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007ff678bbbefc in start_thread (arg=0x7ff671089700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007ff67ae19f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7ff67cbd7700 (LWP 15531)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007ff679265bab in v8::internal::LinuxSemaphore::Wait (this=0x208cf70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007ff67913996d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007ff679139b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x208e2bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007ff679266c18 in v8::internal::SignalSender::Run (this=0x208e290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007ff67926590c in v8::internal::ThreadEntry (arg=0x208e290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007ff678bbbefc in start_thread (arg=0x7ff67cbd7700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007ff67ae19f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7ff67cbb4760 (LWP 15529)): QtQA::App::TestRunner: #0 0x00007ff679fe5d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007ff67a096a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007ff67a096f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007ff67a09bf7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007ff67a15bd37 in TestNamespace::QQuickRepeater::clear (this=0x31b9200) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007ff67a15bde9 in TestNamespace::QQuickRepeater::regenerate (this=0x31b9200) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007ff67a15bc9a in TestNamespace::QQuickRepeater::itemChange (this=0x31b9200, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007ff67a0a44c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x31b92b0, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007ff67a09c600 in TestNamespace::QQuickItem::setParentItem (this=0x31b9200, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007ff67a09b3ef in TestNamespace::QQuickItem::~QQuickItem (this=0x31b8a90, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007ff67a0e9168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x31b8a90, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007ff67a172321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x31b8a90, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007ff67a0e8992 in TestNamespace::QQuickRow::~QQuickRow (this=0x31b8a90, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007ff67a0fc23b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x31b8a90, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007ff67a0fc274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x31b8a90, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007ff67b932484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x31b7e60) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007ff67b930b8b in TestNamespace::QObject::~QObject (this=0x31b7db0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007ff67a09b712 in TestNamespace::QQuickItem::~QQuickItem (this=0x31b7db0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007ff67a0fcbb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x31b7db0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007ff67a0fcbea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x31b7db0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007ff67b939522 in TestNamespace::qDeleteInEventHandler (o=0x31b7db0) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007ff67b930ef8 in TestNamespace::QObject::event (this=0x31b7db0, e=0x2d037d0) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007ff67a0a7ba6 in TestNamespace::QQuickItem::event (this=0x31b7db0, ev=0x2d037d0) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007ff67bf6df48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x20156e0, receiver=0x31b7db0, e=0x2d037d0) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007ff67bf6b5f8 in TestNamespace::QApplication::notify (this=0x20156c0, receiver=0x31b7db0, e=0x2d037d0) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007ff67b8f7008 in TestNamespace::QCoreApplication::notifyInternal (this=0x20156c0, receiver=0x31b7db0, event=0x2d037d0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007ff67b8fac6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x31b7db0, event=0x2d037d0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007ff67b8f80e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x2015850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007ff67b8f7caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007ff67c7a9d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007ff67c7ab5b7 in TestNamespace::QuickTestResult::wait (this=0x2581e50, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007ff67c7af677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x2581e50, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff0557bca0) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007ff67c7afba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x2581e50, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff0557bca0) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007ff67b8ff835 in TestNamespace::QMetaObject::metacall (object=0x2581e50, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fff0557bca0) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007ff679b5d126 in TestNamespace::CallMethod (object=0x2581e50, index=28, returnType=43, argCount=1, argTypes=0x245e714, engine=0x2050400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007ff679b5ddc2 in TestNamespace::CallPrecise (object=0x2581e50, data=..., engine=0x2050400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007ff679b5edfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007ff678eb4628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x200a150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007ff678eaecc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x200a150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007ff678eaec93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x200a150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x00003efeaeb0618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x00003efeaeb060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fff0557c370 in ?? () QtQA::App::TestRunner: #44 0x00007fff0557c3f0 in ?? () QtQA::App::TestRunner: #45 0x00003efeaeb2c41f in ?? () QtQA::App::TestRunner: #46 0x00003fcbd575dad9 in ?? () QtQA::App::TestRunner: #47 0x000029dad3e44329 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00003fcbd5704121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x000029dad3e397c9 in ?? () QtQA::App::TestRunner: #52 0x00003fcbd575cc69 in ?? () QtQA::App::TestRunner: #53 0x00003fcbd575dad9 in ?? () QtQA::App::TestRunner: #54 0x000029dad3e44329 in ?? () QtQA::App::TestRunner: #55 0x000029dad3e442e1 in ?? () QtQA::App::TestRunner: #56 0x000029dad3e44291 in ?? () QtQA::App::TestRunner: #57 0x00007fff0557c420 in ?? () QtQA::App::TestRunner: #58 0x00003efeaeb0b22e in ?? () QtQA::App::TestRunner: #59 0x000029dad3e397c9 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x000029dad3e442e1 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fff0557c458 in ?? () QtQA::App::TestRunner: #64 0x00003efeaeb43d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(261)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(265)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 15534] QtQA::App::TestRunner: [New LWP 15535] QtQA::App::TestRunner: [New LWP 15536] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f565bb71d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f565e763700 (LWP 15536)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f565adf1bab in v8::internal::LinuxSemaphore::Wait (this=0x7f564c0008b0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f565acc596d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f565acc5b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x26282bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f565adf2c18 in v8::internal::SignalSender::Run (this=0x2628290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f565adf190c in v8::internal::ThreadEntry (arg=0x2628290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f565a747efc in start_thread (arg=0x7f565e763700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f565c9a5f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f5652c15700 (LWP 15535)): QtQA::App::TestRunner: #0 0x00007f565c999e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f5658fabf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f5658fac429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f565d4f4a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x25e6d90, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f565d47fbc8 in TestNamespace::QEventLoop::processEvents (this=0x7f5652c14d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f565d47fea1 in TestNamespace::QEventLoop::exec (this=0x7f5652c14d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f565d23ef5c in TestNamespace::QThread::exec (this=0x25e4520) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f565b690a2d in TestNamespace::QQmlThreadPrivate::run (this=0x25e4520) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f565d2459f5 in TestNamespace::QThreadPrivate::start (arg=0x25e4520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f565a747efc in start_thread (arg=0x7f5652c15700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f565c9a5f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f565e740760 (LWP 15534)): QtQA::App::TestRunner: #0 0x00007f565bb71d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f565bc22a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f565bc22f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f565bc27f7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f565bce7d37 in TestNamespace::QQuickRepeater::clear (this=0x3753070) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f565bce7de9 in TestNamespace::QQuickRepeater::regenerate (this=0x3753070) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f565bce7c9a in TestNamespace::QQuickRepeater::itemChange (this=0x3753070, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f565bc304c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x3753120, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f565bc28600 in TestNamespace::QQuickItem::setParentItem (this=0x3753070, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f565bc273ef in TestNamespace::QQuickItem::~QQuickItem (this=0x3752900, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f565bc75168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x3752900, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f565bcfe321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x3752900, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f565bc74992 in TestNamespace::QQuickRow::~QQuickRow (this=0x3752900, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f565bc8823b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x3752900, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f565bc88274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x3752900, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f565d4be484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x3751cd0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f565d4bcb8b in TestNamespace::QObject::~QObject (this=0x3751c20, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f565bc27712 in TestNamespace::QQuickItem::~QQuickItem (this=0x3751c20, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f565bc88bb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x3751c20, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f565bc88bea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x3751c20, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f565d4c5522 in TestNamespace::qDeleteInEventHandler (o=0x3751c20) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f565d4bcef8 in TestNamespace::QObject::event (this=0x3751c20, e=0x329d720) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f565bc33ba6 in TestNamespace::QQuickItem::event (this=0x3751c20, ev=0x329d720) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f565daf9f48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x25af6e0, receiver=0x3751c20, e=0x329d720) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f565daf75f8 in TestNamespace::QApplication::notify (this=0x25af6c0, receiver=0x3751c20, e=0x329d720) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f565d483008 in TestNamespace::QCoreApplication::notifyInternal (this=0x25af6c0, receiver=0x3751c20, event=0x329d720) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f565d486c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x3751c20, event=0x329d720) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f565d4840e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x25af850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f565d483caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f565e335d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f565e3375b7 in TestNamespace::QuickTestResult::wait (this=0x2b07af0, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f565e33b677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x2b07af0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff19557620) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f565e33bba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x2b07af0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff19557620) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f565d48b835 in TestNamespace::QMetaObject::metacall (object=0x2b07af0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fff19557620) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f565b6e9126 in TestNamespace::CallMethod (object=0x2b07af0, index=28, returnType=43, argCount=1, argTypes=0x29e3744, engine=0x25ea400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f565b6e9dc2 in TestNamespace::CallPrecise (object=0x2b07af0, data=..., engine=0x25ea400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f565b6eadfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f565aa40628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x25a4150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f565aa3acc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x25a4150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f565aa3ac93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x25a4150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x00003c6fe370618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x00003c6fe37060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fff19557cf0 in ?? () QtQA::App::TestRunner: #44 0x00007fff19557d70 in ?? () QtQA::App::TestRunner: #45 0x00003c6fe372c41f in ?? () QtQA::App::TestRunner: #46 0x00003f00ac65dad9 in ?? () QtQA::App::TestRunner: #47 0x000004ec3fe44329 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00003f00ac604121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x000004ec3fe397c9 in ?? () QtQA::App::TestRunner: #52 0x00003f00ac65cc69 in ?? () QtQA::App::TestRunner: #53 0x00003f00ac65dad9 in ?? () QtQA::App::TestRunner: #54 0x000004ec3fe44329 in ?? () QtQA::App::TestRunner: #55 0x000004ec3fe442e1 in ?? () QtQA::App::TestRunner: #56 0x000004ec3fe44291 in ?? () QtQA::App::TestRunner: #57 0x00007fff19557da0 in ?? () QtQA::App::TestRunner: #58 0x00003c6fe370b22e in ?? () QtQA::App::TestRunner: #59 0x000004ec3fe397c9 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x000004ec3fe442e1 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fff19557dd8 in ?? () QtQA::App::TestRunner: #64 0x00003c6fe3743d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 68 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00057/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365752725): http://codereview.qt-project.org/53409 [PS2] - Tests: Add autotests for ComboBox http://codereview.qt-project.org/53408 [PS2] - ComboBox: Add activeFocusOnPress property From ci-noreply at qt-project.org Fri Apr 12 10:11:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 11:11:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_081117_099074.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 14837] QtQA::App::TestRunner: [New LWP 14839] QtQA::App::TestRunner: [New LWP 14838] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f50043e3d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f4ffb487700 (LWP 14838)): QtQA::App::TestRunner: #0 0x00007f500520be23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f500181df68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f500181e429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f5005d66a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1b5cd90, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f5005cf1bc8 in TestNamespace::QEventLoop::processEvents (this=0x7f4ffb486d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f5005cf1ea1 in TestNamespace::QEventLoop::exec (this=0x7f4ffb486d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f5005ab0f5c in TestNamespace::QThread::exec (this=0x1b5e9c0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f5003f02a2d in TestNamespace::QQmlThreadPrivate::run (this=0x1b5e9c0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f5005ab79f5 in TestNamespace::QThreadPrivate::start (arg=0x1b5e9c0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f5002fb9efc in start_thread (arg=0x7f4ffb487700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f5005217f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f5006fd5700 (LWP 14839)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f5003663bab in v8::internal::LinuxSemaphore::Wait (this=0x1b9cf70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f500353796d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f5003537b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1b9e2bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f5003664c18 in v8::internal::SignalSender::Run (this=0x1b9e290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f500366390c in v8::internal::ThreadEntry (arg=0x1b9e290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f5002fb9efc in start_thread (arg=0x7f5006fd5700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f5005217f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f5006fb2760 (LWP 14837)): QtQA::App::TestRunner: #0 0x00007f50043e3d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007f5004494a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007f5004494f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007f5004499f7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007f5004559d37 in TestNamespace::QQuickRepeater::clear (this=0x2cb6440) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007f5004559de9 in TestNamespace::QQuickRepeater::regenerate (this=0x2cb6440) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007f5004559c9a in TestNamespace::QQuickRepeater::itemChange (this=0x2cb6440, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007f50044a24c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x2cb64f0, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007f500449a600 in TestNamespace::QQuickItem::setParentItem (this=0x2cb6440, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007f50044993ef in TestNamespace::QQuickItem::~QQuickItem (this=0x2cb5cd0, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007f50044e7168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x2cb5cd0, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007f5004570321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x2cb5cd0, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007f50044e6992 in TestNamespace::QQuickRow::~QQuickRow (this=0x2cb5cd0, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007f50044fa23b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2cb5cd0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007f50044fa274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2cb5cd0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007f5005d30484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x2cb50a0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007f5005d2eb8b in TestNamespace::QObject::~QObject (this=0x2cb4ff0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007f5004499712 in TestNamespace::QQuickItem::~QQuickItem (this=0x2cb4ff0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007f50044fabb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2cb4ff0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007f50044fabea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x2cb4ff0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007f5005d37522 in TestNamespace::qDeleteInEventHandler (o=0x2cb4ff0) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007f5005d2eef8 in TestNamespace::QObject::event (this=0x2cb4ff0, e=0x28009c0) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f50044a5ba6 in TestNamespace::QQuickItem::event (this=0x2cb4ff0, ev=0x28009c0) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007f500636bf48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x1b256e0, receiver=0x2cb4ff0, e=0x28009c0) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007f50063695f8 in TestNamespace::QApplication::notify (this=0x1b256c0, receiver=0x2cb4ff0, e=0x28009c0) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007f5005cf5008 in TestNamespace::QCoreApplication::notifyInternal (this=0x1b256c0, receiver=0x2cb4ff0, event=0x28009c0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007f5005cf8c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x2cb4ff0, event=0x28009c0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007f5005cf60e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x1b25850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007f5005cf5caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007f5006ba7d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007f5006ba95b7 in TestNamespace::QuickTestResult::wait (this=0x207b610, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007f5006bad677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x207b610, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffa638fb90) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007f5006badba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x207b610, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffa638fb90) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007f5005cfd835 in TestNamespace::QMetaObject::metacall (object=0x207b610, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7fffa638fb90) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007f5003f5b126 in TestNamespace::CallMethod (object=0x207b610, index=28, returnType=43, argCount=1, argTypes=0x1f67bb4, engine=0x1b60400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007f5003f5bdc2 in TestNamespace::CallPrecise (object=0x207b610, data=..., engine=0x1b60400, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007f5003f5cdfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007f50032b2628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x1b1a150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007f50032accc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x1b1a150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007f50032acc93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x1b1a150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x00000c1fbf40618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x00000c1fbf4060e1 in ?? () QtQA::App::TestRunner: #43 0x00007fffa6390260 in ?? () QtQA::App::TestRunner: #44 0x00007fffa63902e0 in ?? () QtQA::App::TestRunner: #45 0x00000c1fbf42c41f in ?? () QtQA::App::TestRunner: #46 0x00000dee5bf5dad9 in ?? () QtQA::App::TestRunner: #47 0x000005f2cffc7401 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x00000dee5bf04121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x000005f2cffbc781 in ?? () QtQA::App::TestRunner: #52 0x00000dee5bf5cc69 in ?? () QtQA::App::TestRunner: #53 0x00000dee5bf5dad9 in ?? () QtQA::App::TestRunner: #54 0x000005f2cffc7401 in ?? () QtQA::App::TestRunner: #55 0x000005f2cffc73b9 in ?? () QtQA::App::TestRunner: #56 0x000005f2cffc7369 in ?? () QtQA::App::TestRunner: #57 0x00007fffa6390310 in ?? () QtQA::App::TestRunner: #58 0x00000c1fbf40b22e in ?? () QtQA::App::TestRunner: #59 0x000005f2cffbc781 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x000005f2cffc73b9 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007fffa6390348 in ?? () QtQA::App::TestRunner: #64 0x00000c1fbf443d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 14844] QtQA::App::TestRunner: [New LWP 14845] QtQA::App::TestRunner: [New LWP 14846] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fe2ec533d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: 132 return d; QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fe2ef125700 (LWP 14846)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fe2eb7b3bab in v8::internal::LinuxSemaphore::Wait (this=0x1475f70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fe2eb68796d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fe2eb687b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x14772bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007fe2eb7b4c18 in v8::internal::SignalSender::Run (this=0x1477290) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007fe2eb7b390c in v8::internal::ThreadEntry (arg=0x1477290) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007fe2eb109efc in start_thread (arg=0x7fe2ef125700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007fe2ed367f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fe2e35d7700 (LWP 14845)): QtQA::App::TestRunner: #0 0x00007fe2ed35be23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fe2e996df68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fe2e996e429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fe2edeb6a71 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1432f10, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fe2ede41bc8 in TestNamespace::QEventLoop::processEvents (this=0x7fe2e35d6d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fe2ede41ea1 in TestNamespace::QEventLoop::exec (this=0x7fe2e35d6d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fe2edc00f5c in TestNamespace::QThread::exec (this=0x1433520) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fe2ec052a2d in TestNamespace::QQmlThreadPrivate::run (this=0x1433520) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007fe2edc079f5 in TestNamespace::QThreadPrivate::start (arg=0x1433520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fe2eb109efc in start_thread (arg=0x7fe2e35d7700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fe2ed367f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fe2ef102760 (LWP 14844)): QtQA::App::TestRunner: #0 0x00007fe2ec533d48 in TestNamespace::QScopedPointer >::data (this=0x8) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qscopedpointer.h:132 QtQA::App::TestRunner: #1 0x00007fe2ec5e4a7d in TestNamespace::qGetPtrHelper > (p=...) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:882 QtQA::App::TestRunner: #2 0x00007fe2ec5e4f5a in TestNamespace::QQuickItem::d_func (this=0x0) at items/qquickitem.h:440 QtQA::App::TestRunner: #3 0x00007fe2ec5e9f7e in TestNamespace::QQuickItem::setParentItem (this=0x0, parentItem=0x0) at items/qquickitem.cpp:2148 QtQA::App::TestRunner: #4 0x00007fe2ec6a9d37 in TestNamespace::QQuickRepeater::clear (this=0x258fa20) at items/qquickrepeater.cpp:357 QtQA::App::TestRunner: #5 0x00007fe2ec6a9de9 in TestNamespace::QQuickRepeater::regenerate (this=0x258fa20) at items/qquickrepeater.cpp:371 QtQA::App::TestRunner: #6 0x00007fe2ec6a9c9a in TestNamespace::QQuickRepeater::itemChange (this=0x258fa20, change=TestNamespace::QQuickItem::ItemParentHasChanged, value=...) at items/qquickrepeater.cpp:343 QtQA::App::TestRunner: #7 0x00007fe2ec5f24c0 in TestNamespace::QQuickItemPrivate::itemChange (this=0x258fad0, change=TestNamespace::QQuickItem::ItemParentHasChanged, data=...) at items/qquickitem.cpp:5394 QtQA::App::TestRunner: #8 0x00007fe2ec5ea600 in TestNamespace::QQuickItem::setParentItem (this=0x258fa20, parentItem=0x0) at items/qquickitem.cpp:2257 QtQA::App::TestRunner: #9 0x00007fe2ec5e93ef in TestNamespace::QQuickItem::~QQuickItem (this=0x258f2b0, __in_chrg=) at items/qquickitem.cpp:2000 QtQA::App::TestRunner: #10 0x00007fe2ec637168 in TestNamespace::QQuickImplicitSizeItem::~QQuickImplicitSizeItem (this=0x258f2b0, __in_chrg=) at /work/build/qt/qtbase/include/QtQuick/5.1.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/items/qquickimplicitsizeitem_p.h:51 QtQA::App::TestRunner: #11 0x00007fe2ec6c0321 in TestNamespace::QQuickBasePositioner::~QQuickBasePositioner (this=0x258f2b0, __in_chrg=) at items/qquickpositioners.cpp:163 QtQA::App::TestRunner: #12 0x00007fe2ec636992 in TestNamespace::QQuickRow::~QQuickRow (this=0x258f2b0, __in_chrg=) at items/qquickpositioners_p.h:190 QtQA::App::TestRunner: #13 0x00007fe2ec64a23b in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x258f2b0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #14 0x00007fe2ec64a274 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x258f2b0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #15 0x00007fe2ede80484 in TestNamespace::QObjectPrivate::deleteChildren (this=0x258e680) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #16 0x00007fe2ede7eb8b in TestNamespace::QObject::~QObject (this=0x258e5d0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #17 0x00007fe2ec5e9712 in TestNamespace::QQuickItem::~QQuickItem (this=0x258e5d0, __in_chrg=) at items/qquickitem.cpp:1979 QtQA::App::TestRunner: #18 0x00007fe2ec64abb1 in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x258e5d0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #19 0x00007fe2ec64abea in TestNamespace::QQmlPrivate::QQmlElement::~QQmlElement (this=0x258e5d0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 0x00007fe2ede87522 in TestNamespace::qDeleteInEventHandler (o=0x258e5d0) at kernel/qobject.cpp:4158 QtQA::App::TestRunner: #21 0x00007fe2ede7eef8 in TestNamespace::QObject::event (this=0x258e5d0, e=0x20da080) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007fe2ec5f5ba6 in TestNamespace::QQuickItem::event (this=0x258e5d0, ev=0x20da080) at items/qquickitem.cpp:6871 QtQA::App::TestRunner: #23 0x00007fe2ee4bbf48 in TestNamespace::QApplicationPrivate::notify_helper (this=0x13fe6e0, receiver=0x258e5d0, e=0x20da080) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #24 0x00007fe2ee4b95f8 in TestNamespace::QApplication::notify (this=0x13fe6c0, receiver=0x258e5d0, e=0x20da080) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #25 0x00007fe2ede45008 in TestNamespace::QCoreApplication::notifyInternal (this=0x13fe6c0, receiver=0x258e5d0, event=0x20da080) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #26 0x00007fe2ede48c6d in TestNamespace::QCoreApplication::sendEvent (receiver=0x258e5d0, event=0x20da080) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #27 0x00007fe2ede460e8 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x13fe850) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #28 0x00007fe2ede45caf in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=52) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #29 0x00007fe2eecf7d25 in TestNamespace::QTest::qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #30 0x00007fe2eecf95b7 in TestNamespace::QuickTestResult::wait (this=0x197e550, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #31 0x00007fe2eecfd677 in TestNamespace::QuickTestResult::qt_static_metacall (_o=0x197e550, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7ffff6afa1a0) at .moc/debug-shared/moc_quicktestresult_p.cpp:286 QtQA::App::TestRunner: #32 0x00007fe2eecfdba7 in TestNamespace::QuickTestResult::qt_metacall (this=0x197e550, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=23, _a=0x7ffff6afa1a0) at .moc/debug-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #33 0x00007fe2ede4d835 in TestNamespace::QMetaObject::metacall (object=0x197e550, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=28, argv=0x7ffff6afa1a0) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #34 0x00007fe2ec0ab126 in TestNamespace::CallMethod (object=0x197e550, index=28, returnType=43, argCount=1, argTypes=0x1840ed4, engine=0x1439300, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #35 0x00007fe2ec0abdc2 in TestNamespace::CallPrecise (object=0x197e550, data=..., engine=0x1439300, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #36 0x00007fe2ec0acdfa in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #37 0x00007fe2eb402628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x13f3150) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #38 0x00007fe2eb3fccc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x13f3150) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #39 0x00007fe2eb3fcc93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x13f3150) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #40 0x00002fa06370618e in ?? () QtQA::App::TestRunner: #41 0x00007fff00000006 in ?? () QtQA::App::TestRunner: #42 0x00002fa0637060e1 in ?? () QtQA::App::TestRunner: #43 0x00007ffff6afa870 in ?? () QtQA::App::TestRunner: #44 0x00007ffff6afa8f0 in ?? () QtQA::App::TestRunner: #45 0x00002fa06372c41f in ?? () QtQA::App::TestRunner: #46 0x000007c565e5dad9 in ?? () QtQA::App::TestRunner: #47 0x000021ad45fc6c11 in ?? () QtQA::App::TestRunner: #48 0x0000000100000000 in ?? () QtQA::App::TestRunner: #49 0x000007c565e04121 in ?? () QtQA::App::TestRunner: #50 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #51 0x000021ad45fbbf91 in ?? () QtQA::App::TestRunner: #52 0x000007c565e5cc69 in ?? () QtQA::App::TestRunner: #53 0x000007c565e5dad9 in ?? () QtQA::App::TestRunner: #54 0x000021ad45fc6c11 in ?? () QtQA::App::TestRunner: #55 0x000021ad45fc6bc9 in ?? () QtQA::App::TestRunner: #56 0x000021ad45fc6b79 in ?? () QtQA::App::TestRunner: #57 0x00007ffff6afa920 in ?? () QtQA::App::TestRunner: #58 0x00002fa06370b22e in ?? () QtQA::App::TestRunner: #59 0x000021ad45fbbf91 in ?? () QtQA::App::TestRunner: #60 0x0000000100000000 in ?? () QtQA::App::TestRunner: #61 0x000021ad45fc6bc9 in ?? () QtQA::App::TestRunner: #62 0x0000000800000000 in ?? () QtQA::App::TestRunner: #63 0x00007ffff6afa958 in ?? () QtQA::App::TestRunner: #64 0x00002fa063743d19 in ?? () QtQA::App::TestRunner: #65 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 73 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00058/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365753567): http://codereview.qt-project.org/53558 [PS1] - Doc fix: Change double to real From ci-noreply at qt-project.org Fri Apr 12 11:46:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 12:46:05 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_094605_097391.ci-noreply@qt-project.org> QtBase_stable_Integration #914: SUCCESS Tested changes (refs/builds/stable_1365752047): http://codereview.qt-project.org/52752 [PS7] - Widgets: Propagate 'accepted'-state of touch begin events. http://codereview.qt-project.org/53555 [PS1] - Fix Windows CE compilation. http://codereview.qt-project.org/51716 [PS1] - Fix qlocalsocket_tcp.cpp build for Windows Embedded Compact 7. From ci-noreply at qt-project.org Fri Apr 12 12:22:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 13:22:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_102217_083050.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #59: SUCCESS Tested changes (refs/builds/stable_1365758879): http://codereview.qt-project.org/53573 [PS1] - doc: Minor changes to qtquicklayouts.qdocconf From ci-noreply at qt-project.org Fri Apr 12 12:31:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 13:31:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130412_103116_039334.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012a9f00 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1031553b0 Loc: [tst_qmenubar.cpp(1187)] QWARN : tst_QMenuBar::task256322_highlight() Problem creating accessible interface for: QWidget(0x7fff5fbfde58) Make sure to deploy Qt with accessibility plugins. PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00108/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1365746950): http://codereview.qt-project.org/46445 [PS68] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 12 13:10:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 14:10:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130412_111058_063205.ci-noreply@qt-project.org> QtTools_stable_Integration #139: SUCCESS Tested changes (refs/builds/stable_1365754244): http://codereview.qt-project.org/52144 [PS3] - Doc: rewrite Translators topic in Qt Linguist Manual From ci-noreply at qt-project.org Fri Apr 12 13:18:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 14:18:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_111822_044599.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #60: SUCCESS Tested changes (refs/builds/stable_1365762262): http://codereview.qt-project.org/53605 [PS1] - plugins.qmltypes: change file format from UTF-16 to ASCII From ci-noreply at qt-project.org Fri Apr 12 13:52:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 14:52:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_115230_042785.ci-noreply@qt-project.org> QtBase_stable_Integration #915: SUCCESS Tested changes (refs/builds/stable_1365760099): http://codereview.qt-project.org/52598 [PS2] - QDateTime - Fix auto tests on Windows before 1980 http://codereview.qt-project.org/53589 [PS2] - QPrinter - Fix doc errors http://codereview.qt-project.org/53502 [PS1] - QPagedPaintDevice: Fix setPageSize() to set correct metrics http://codereview.qt-project.org/53572 [PS1] - s/uint32_t/quint32/ From ci-noreply at qt-project.org Fri Apr 12 14:29:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 15:29:23 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#stable Message-ID: <20130412_122923_085710.ci-noreply@qt-project.org> QtX11Extras_stable_Integration #11: SUCCESS Tested changes (refs/builds/stable_1365768726): http://codereview.qt-project.org/53621 [PS3] - Doc: landing and module page for Qt X11 Extras From ci-noreply at qt-project.org Fri Apr 12 15:16:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 16:16:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_131633_053823.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #61: SUCCESS Tested changes (refs/builds/stable_1365769342): http://codereview.qt-project.org/53654 [PS2] - Add missing calls to destroy() From ci-noreply at qt-project.org Fri Apr 12 15:17:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 16:17:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_131733_051763.ci-noreply@qt-project.org> Autotest `tst_qfiledialog' failed :( Testing tst_QFiledialog FAIL! : tst_QFiledialog::trailingDotsAndSpaces() 'currentChildrenCount == list->model()->rowCount(list->rootIndex())' returned FALSE. () tst_qfiledialog.cpp(1383) : failure location Totals: 60 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFiledialog ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFiledialog::initTestCase() PASS : tst_QFiledialog::currentChangedSignal() PASS : tst_QFiledialog::directoryEnteredSignal() PASS : tst_QFiledialog::filesSelectedSignal(any) PASS : tst_QFiledialog::filesSelectedSignal(existing) PASS : tst_QFiledialog::filesSelectedSignal(directory) PASS : tst_QFiledialog::filesSelectedSignal(directoryOnly) PASS : tst_QFiledialog::filesSelectedSignal(existingFiles) PASS : tst_QFiledialog::filterSelectedSignal() PASS : tst_QFiledialog::args() PASS : tst_QFiledialog::directory() PASS : tst_QFiledialog::completer(r, 10) PASS : tst_QFiledialog::completer(x, 0) PASS : tst_QFiledialog::completer(../, -1) PASS : tst_QFiledialog::completer(goto root) PASS : tst_QFiledialog::completer(start at root) PASS : tst_QFiledialog::completer(start at one below root r) PASS : tst_QFiledialog::completer(start at one below root ../) PASS : tst_QFiledialog::completer_up() PASS : tst_QFiledialog::acceptMode() PASS : tst_QFiledialog::confirmOverwrite() PASS : tst_QFiledialog::defaultSuffix() PASS : tst_QFiledialog::fileMode() PASS : tst_QFiledialog::filters() PASS : tst_QFiledialog::history() PASS : tst_QFiledialog::iconProvider() PASS : tst_QFiledialog::isReadOnly() PASS : tst_QFiledialog::itemDelegate() PASS : tst_QFiledialog::labelText() PASS : tst_QFiledialog::resolveSymlinks() PASS : tst_QFiledialog::selectFile(null) PASS : tst_QFiledialog::selectFile(file) PASS : tst_QFiledialog::selectFile(tmp) PASS : tst_QFiledialog::selectFiles() PASS : tst_QFiledialog::selectFilter() PASS : tst_QFiledialog::viewMode() PASS : tst_QFiledialog::proxymodel() PASS : tst_QFiledialog::setNameFilter(namedetailsvisible-empty) PASS : tst_QFiledialog::setNameFilter(namedetailsinvisible-empty) PASS : tst_QFiledialog::setNameFilter(namedetailsvisible-images) PASS : tst_QFiledialog::setNameFilter(namedetailsinvisible-images) PASS : tst_QFiledialog::setNameFilter(namedetailsvisible-invalid) PASS : tst_QFiledialog::setNameFilter(namedetailsinvisible-invalid) PASS : tst_QFiledialog::setEmptyNameFilter() PASS : tst_QFiledialog::focus() PASS : tst_QFiledialog::caption() PASS : tst_QFiledialog::historyBack() PASS : tst_QFiledialog::historyForward() PASS : tst_QFiledialog::disableSaveButton(valid path) PASS : tst_QFiledialog::disableSaveButton(no path) PASS : tst_QFiledialog::disableSaveButton(file) PASS : tst_QFiledialog::saveButtonText(empty path) PASS : tst_QFiledialog::saveButtonText(file path) PASS : tst_QFiledialog::saveButtonText(dir) PASS : tst_QFiledialog::saveButtonText(setTextLabel) PASS : tst_QFiledialog::saveButtonText(dir & label) PASS : tst_QFiledialog::clearLineEdit() PASS : tst_QFiledialog::enableChooseButton() PASS : tst_QFiledialog::hooks() FAIL! : tst_QFiledialog::trailingDotsAndSpaces() 'currentChildrenCount == list->model()->rowCount(list->rootIndex())' returned FALSE. () tst_qfiledialog.cpp(1383) : failure location PASS : tst_QFiledialog::cleanupTestCase() Totals: 60 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFiledialog ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfiledialog: 62 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00916/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365767684): http://codereview.qt-project.org/53040 [PS3] - Add devicePixelRatio metric to QPaintDevice. http://codereview.qt-project.org/53619 [PS1] - Micro-optimization of list string list construction in qmetaobject. http://codereview.qt-project.org/53492 [PS3] - Strip any trailing spaces from the filename before trying to open it From ci-noreply at qt-project.org Fri Apr 12 15:22:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 16:22:47 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130412_132247_045611.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] Totals: 23 passed, 12 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() QWARN : tst_QQmlDebugJS::connect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] QDEBUG : tst_QQmlDebugJS::connect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::connect() Process State: "running" QDEBUG : tst_QQmlDebugJS::connect() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() QWARN : tst_QQmlDebugJS::stepOut() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] QDEBUG : tst_QQmlDebugJS::stepOut() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepOut() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepOut() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() QWARN : tst_QQmlDebugJS::getSource() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] QDEBUG : tst_QQmlDebugJS::getSource() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getSource() Process State: "running" QDEBUG : tst_QQmlDebugJS::getSource() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 28 passed, 7 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 12 QtQA::App::TestRunner: second attempt: exited with exit code 7 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 218 seconds, exit code 7 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00188/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365757778): http://codereview.qt-project.org/53191 [PS7] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 12 15:33:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 16:33:28 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_133328_051800.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_ScrollView::test_viewport() 'contentItem should be null' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_scrollview.qml(99)] Totals: 205 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() FAIL! : qtquickcontrols::Tests_ScrollView::test_viewport() 'contentItem should be null' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_scrollview.qml(99)] PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() PASS : qtquickcontrols::Tests_TextField::test_inputMask() PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() PASS : qtquickcontrols::Tests_TextField::test_select() PASS : qtquickcontrols::Tests_TextField::test_selectAll() PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 205 passed, 1 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 15 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00062/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1365772718): http://codereview.qt-project.org/53558 [PS1] - Doc fix: Change double to real http://codereview.qt-project.org/53454 [PS8] - Remove StyleItem dependencies from controls http://codereview.qt-project.org/53602 [PS1] - Remove wrong and not needed .gitattributes From ci-noreply at qt-project.org Fri Apr 12 16:15:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 17:15:19 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_141519_012194.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 15 QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 15 QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 900 seconds, signal 15 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00063/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365773733): http://codereview.qt-project.org/53409 [PS2] - Tests: Add autotests for ComboBox http://codereview.qt-project.org/53408 [PS2] - ComboBox: Add activeFocusOnPress property From ci-noreply at qt-project.org Fri Apr 12 16:56:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 17:56:06 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130412_145606_039813.ci-noreply@qt-project.org> QtBase_dev_Integration #811: SUCCESS Tested changes (refs/builds/dev_1365770765): http://codereview.qt-project.org/53650 [PS1] - iOS: Don't quote -force_load, it broke when generating Makefiles From ci-noreply at qt-project.org Fri Apr 12 17:11:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 18:11:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_151128_092208.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #64: SUCCESS Tested changes (refs/builds/stable_1365776245): http://codereview.qt-project.org/53558 [PS1] - Doc fix: Change double to real http://codereview.qt-project.org/53602 [PS1] - Remove wrong and not needed .gitattributes From ci-noreply at qt-project.org Fri Apr 12 17:15:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 18:15:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130412_151525_076124.ci-noreply@qt-project.org> QtDoc_stable_Integration » win32-msvc2010_Windows_7 #136: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00136/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1365779407): http://codereview.qt-project.org/53548 [PS3] - Doc: Adding link to modules new in Qt 5.1. http://codereview.qt-project.org/53652 [PS1] - Doc: Enabled crosslinking for Qt X11 Extras and Qt Serial Port From ci-noreply at qt-project.org Fri Apr 12 17:35:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 18:35:53 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_153553_028353.ci-noreply@qt-project.org> QtBase_stable_Integration #917: SUCCESS Tested changes (refs/builds/stable_1365772789): http://codereview.qt-project.org/53662 [PS1] - iOS: Automatically disable rpath since it's not supported http://codereview.qt-project.org/53594 [PS2] - Fix C++11 support in clang prior to 3.2 http://codereview.qt-project.org/53657 [PS1] - iOS: Automatically disable pkgconfig, and don't build examples and tests From ci-noreply at qt-project.org Fri Apr 12 17:41:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 18:41:41 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130412_154141_018168.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 8 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00812/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1365778701): http://codereview.qt-project.org/53647 [PS1] - Make QT_CPU_FEATURES a map of features based on architecture From ci-noreply at qt-project.org Fri Apr 12 18:13:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 19:13:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130412_161303_081789.ci-noreply@qt-project.org> QtJSBackend_dev_Integration #26: SUCCESS Tested changes (refs/builds/dev_1365779482): http://codereview.qt-project.org/53154 [PS1] - [V8] Fix MinGW build after V8 update http://codereview.qt-project.org/51679 [PS3] - [V8] Include windows headers first http://codereview.qt-project.org/51678 [PS1] - [V8] Disable inline cache optimization http://codereview.qt-project.org/51677 [PS1] - [V8] Port to Windows Embedded Compact 7 http://codereview.qt-project.org/51676 [PS1] - [V8] Implement some compiler intrinsic functions http://codereview.qt-project.org/51675 [PS1] - [V8] Undef various macros to not disturb V8 http://codereview.qt-project.org/51674 [PS1] - [V8] Rename PrintF to FPrintF for file calls http://codereview.qt-project.org/51673 [PS1] - [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1 http://codereview.qt-project.org/51672 [PS1] - [V8] Disable randomize hashes in V8 http://codereview.qt-project.org/51671 [PS1] - [V8] Fix compilation with Intel CC. http://codereview.qt-project.org/51670 [PS1] - [V8] Add support for QNX platform http://codereview.qt-project.org/51669 [PS1] - [V8] Add flag to avoid breakpoint relocation http://codereview.qt-project.org/51668 [PS1] - [V8] Fix warnings http://codereview.qt-project.org/51667 [PS1] - [V8] Remove execute flag from v8-debug.h http://codereview.qt-project.org/51666 [PS1] - [V8] Add new v8 api to check if a value is an error. http://codereview.qt-project.org/51665 [PS1] - [V8] Allow a script to be flagged as "native" http://codereview.qt-project.org/51664 [PS1] - [V8] Add custom object compare callback http://codereview.qt-project.org/51663 [PS1] - [V8] Allow access to the calling script data http://codereview.qt-project.org/51662 [PS1] - [V8] Introduce a QML compilation mode http://codereview.qt-project.org/51661 [PS2] - [V8] Generalize external object resources http://codereview.qt-project.org/51660 [PS1] - [V8] Add a "fallback" mode for named property interceptors http://codereview.qt-project.org/51659 [PS2] - [V8] Add hashing and comparison methods to v8::String http://codereview.qt-project.org/51658 [PS1] - Updated V8 from git://github.com/v8/v8.git to 05b6bb1d641e01b550d497dcbefe342a81eb3178 From ci-noreply at qt-project.org Fri Apr 12 18:17:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 19:17:47 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_161747_099948.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #66: SUCCESS Tested changes (refs/builds/stable_1365779612): http://codereview.qt-project.org/53231 [PS1] - Menu: Add API for inserting items, separators, submenus http://codereview.qt-project.org/53700 [PS1] - Rename QtExclusiveGroup to QQuickExclusiveGroup http://codereview.qt-project.org/53698 [PS1] - Rename QtAction to QQuickAction From ci-noreply at qt-project.org Fri Apr 12 18:20:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 19:20:06 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130412_162006_050339.ci-noreply@qt-project.org> QtDoc_stable_Integration #138: SUCCESS Tested changes (refs/builds/stable_1365780014): http://codereview.qt-project.org/53652 [PS1] - Doc: Enabled crosslinking for Qt X11 Extras and Qt Serial Port http://codereview.qt-project.org/53548 [PS3] - Doc: Adding link to modules new in Qt 5.1. From ci-noreply at qt-project.org Fri Apr 12 19:00:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 20:00:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_170003_046103.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 15 QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 15 QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 900 seconds, signal 15 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00067/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365783592): http://codereview.qt-project.org/53604 [PS3] - Update due to recent API additions. http://codereview.qt-project.org/53454 [PS12] - Remove StyleItem dependencies from controls http://codereview.qt-project.org/53408 [PS2] - ComboBox: Add activeFocusOnPress property From ci-noreply at qt-project.org Fri Apr 12 19:30:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 20:30:20 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_173020_019562.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x103149900 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012a0300 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00918/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365781087): http://codereview.qt-project.org/53086 [PS2] - Cocoa: Fix popup menus on modal windows http://codereview.qt-project.org/53619 [PS1] - Micro-optimization of list string list construction in qmetaobject. From ci-noreply at qt-project.org Fri Apr 12 19:35:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 20:35:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130412_173538_004658.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #402: SUCCESS Tested changes (refs/builds/stable_1365783154): http://codereview.qt-project.org/53704 [PS2] - Improve focus documentation From ci-noreply at qt-project.org Fri Apr 12 19:45:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 20:45:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_174516_042166.ci-noreply@qt-project.org> qtbase failed to compile :( compiling text/qfontengine.cpp text/qfontengine.cpp: In member function ‘void* QFontEngine::harfbuzzFont() const’: text/qfontengine.cpp:269:24: error: assignment of read-only variable ‘emSquare’ make[3]: *** [.obj/release-shared/qfontengine.o] Error 1 make[2]: *** [sub-gui-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00919/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1365787954): http://codereview.qt-project.org/53131 [PS4] - Android: Handle ':' in makeabs for Windows usage. http://codereview.qt-project.org/53127 [PS3] - QFontCache: Make clear() really clear/free cached data it maintains http://codereview.qt-project.org/52209 [PS7] - Fix integer overflow for very large fonts From ci-noreply at qt-project.org Fri Apr 12 19:49:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 20:49:05 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttranslations#stable Message-ID: <20130412_174905_097201.ci-noreply@qt-project.org> QtTranslations_stable_Integration #25: SUCCESS Tested changes (refs/builds/stable_1365786611): http://codereview.qt-project.org/53464 [PS1] - Merge branch 'release' into stable From ci-noreply at qt-project.org Fri Apr 12 20:13:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 21:13:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130412_181334_042688.ci-noreply@qt-project.org> Qt5_dev_Integration #109: SUCCESS Tested changes (refs/builds/dev_1365770306): http://codereview.qt-project.org/46445 [PS68] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 12 20:18:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 21:18:12 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130412_181812_059346.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #117: SUCCESS Tested changes (refs/builds/stable_1365786797): http://codereview.qt-project.org/53499 [PS4] - Fix for build break on QNX From ci-noreply at qt-project.org Fri Apr 12 20:36:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 21:36:47 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_183647_057079.ci-noreply@qt-project.org> Autotest `tst_qquickmultipointtoucharea' failed :( Testing tst_QQuickMultiPointTouchArea FAIL! : tst_QQuickMultiPointTouchArea::inFlickable() Compared values are not the same Actual (point11->pressed()): 0 Expected (true): 1 Loc: [tst_qquickmultipointtoucharea.cpp(602)] Totals: 17 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickMultiPointTouchArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickMultiPointTouchArea::initTestCase() PASS : tst_QQuickMultiPointTouchArea::properties() PASS : tst_QQuickMultiPointTouchArea::signalTest() PASS : tst_QQuickMultiPointTouchArea::release() PASS : tst_QQuickMultiPointTouchArea::reuse() PASS : tst_QQuickMultiPointTouchArea::nonOverlapping() PASS : tst_QQuickMultiPointTouchArea::nested() WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable() Mouse event occurs outside of target window. PASS : tst_QQuickMultiPointTouchArea::inFlickable() WARNING: tst_QQuickMultiPointTouchArea::inFlickable2() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable2() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable2() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable2() Mouse event occurs outside of target window. WARNING: tst_QQuickMultiPointTouchArea::inFlickable2() Mouse event occurs outside of target window. FAIL! : tst_QQuickMultiPointTouchArea::inFlickable2() 'point11->pressed()' returned FALSE. () Loc: [tst_qquickmultipointtoucharea.cpp(724)] PASS : tst_QQuickMultiPointTouchArea::invisible() PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(2nd point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(3rd point inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(all points inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(all points outside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st and 2nd points inside) PASS : tst_QQuickMultiPointTouchArea::transformedTouchArea(1st and 3rd points inside) PASS : tst_QQuickMultiPointTouchArea::cleanupTestCase() Totals: 17 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQuickMultiPointTouchArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickmultipointtoucharea: 13 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00920/revdep-qtdeclarative_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365788852): http://codereview.qt-project.org/53619 [PS1] - Micro-optimization of list string list construction in qmetaobject. From ci-noreply at qt-project.org Fri Apr 12 20:56:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 21:56:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_185650_048896.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #68: SUCCESS Tested changes (refs/builds/stable_1365789747): http://codereview.qt-project.org/53480 [PS3] - Tests: Remove tst_applicationwindow.qml From ci-noreply at qt-project.org Fri Apr 12 21:21:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 22:21:02 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130412_192102_028348.ci-noreply@qt-project.org> Autotest `tst_qcombobox' failed :( Testing tst_QComboBox FAIL! : tst_QComboBox::task190205_setModelAdjustToContents() Compared values are not the same Actual (box.size()): QSize(99x20) Expected (correctBox.size()): QSize(104x20) tst_qcombobox.cpp(2179) : failure location Totals: 147 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QComboBox ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QComboBox::initTestCase() PASS : tst_QComboBox::getSetCheck() PASS : tst_QComboBox::ensureReturnIsIgnored() PASS : tst_QComboBox::setEditable() PASS : tst_QComboBox::setPalette() PASS : tst_QComboBox::sizeAdjustPolicy() PASS : tst_QComboBox::clear() PASS : tst_QComboBox::insertPolicy(NoInsert-NoInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-OneInitial) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-NoInitial) PASS : tst_QComboBox::insertPolicy(AtTop-OneInitial) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtTop-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-NoInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-OneInitial) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-NoInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-OneInitial) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-LastCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-NoInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-OneInitial) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-FirstCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-ThirdCurrent) PASS : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-LastCurrent) PASS : tst_QComboBox::virtualAutocompletion() PASS : tst_QComboBox::autoCompletionCaseSensitivity() PASS : tst_QComboBox::hide() PASS : tst_QComboBox::currentIndex(first added item is set to current if there is no current) PASS : tst_QComboBox::currentIndex(check that setting the index works) PASS : tst_QComboBox::currentIndex(check that isetting the index to -1 works) PASS : tst_QComboBox::currentIndex(check that current index is invalid when removing the only item) PASS : tst_QComboBox::currentIndex(check that the current index follows the item when removing an item above) PASS : tst_QComboBox::currentIndex(check that the current index uses the next item if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is moved to the one before if current is removed) PASS : tst_QComboBox::currentIndex(check that the current index is unchanged if you remove an item after) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert before current) PASS : tst_QComboBox::currentIndex(check that the current index follows the item if you insert on the current) PASS : tst_QComboBox::currentIndex(check that the current index stays the same if you insert after the current) PASS : tst_QComboBox::insertItems(prepend) PASS : tst_QComboBox::insertItems(prepend with negative value) PASS : tst_QComboBox::insertItems(append) PASS : tst_QComboBox::insertItems(append with too high value) PASS : tst_QComboBox::insertItems(insert) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertItem(Insert less then 0) PASS : tst_QComboBox::insertItem(Insert at 0) PASS : tst_QComboBox::insertItem(Insert beyond count) PASS : tst_QComboBox::insertItem(Insert at count) PASS : tst_QComboBox::insertItem(Insert in the middle) PASS : tst_QComboBox::insertOnCurrentIndex() PASS : tst_QComboBox::textpixmapdata(just text) PASS : tst_QComboBox::textpixmapdata(just icons) PASS : tst_QComboBox::textpixmapdata(just user data) PASS : tst_QComboBox::textpixmapdata(text, icons and user data) PASS : tst_QComboBox::currentTextChanged(editable) PASS : tst_QComboBox::currentTextChanged(not editable) PASS : tst_QComboBox::editTextChanged() PASS : tst_QComboBox::setModel() PASS : tst_QComboBox::modelDeleted() PASS : tst_QComboBox::setMaxCount() PASS : tst_QComboBox::setCurrentIndex() PASS : tst_QComboBox::setCurrentText(editable) PASS : tst_QComboBox::setCurrentText(not editable) PASS : tst_QComboBox::convenienceViews() PASS : tst_QComboBox::findText(CaseSensitive_1) PASS : tst_QComboBox::findText(CaseSensitive_2) PASS : tst_QComboBox::findText(CaseSensitive_3) PASS : tst_QComboBox::findText(CaseSensitive_4) PASS : tst_QComboBox::findText(CaseInsensitive_1) PASS : tst_QComboBox::findText(CaseInsensitive_2) PASS : tst_QComboBox::findText(CaseInsensitive_3) PASS : tst_QComboBox::findText(CaseInsensitive_4) QWARN : tst_QComboBox::flaggedItems(non-editable:normal) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:normal) QWARN : tst_QComboBox::flaggedItems(non-editable:non-selectable) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:non-selectable) QWARN : tst_QComboBox::flaggedItems(non-editable:disabled) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:mixed) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:mixed) QWARN : tst_QComboBox::flaggedItems(non-editable:nearly-empty) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:nearly-empty) QWARN : tst_QComboBox::flaggedItems(non-editable:only one enabled) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:only one enabled) QWARN : tst_QComboBox::flaggedItems(non-editable:home-disabled) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:home-disabled) QWARN : tst_QComboBox::flaggedItems(non-editable:end-key) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:end-key) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard-search) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard-search) QWARN : tst_QComboBox::flaggedItems(non-editable:search same start letter) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:search same start letter) QWARN : tst_QComboBox::flaggedItems(non-editable:keyboard search item) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:keyboard search item) QWARN : tst_QComboBox::flaggedItems(non-editable:all key combinations) setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::flaggedItems(non-editable:all key combinations) PASS : tst_QComboBox::flaggedItems(editable:normal) PASS : tst_QComboBox::flaggedItems(editable:non-selectable) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:mixed) PASS : tst_QComboBox::flaggedItems(editable:nearly-empty) PASS : tst_QComboBox::flaggedItems(editable:only one enabled) PASS : tst_QComboBox::flaggedItems(editable:disabled) PASS : tst_QComboBox::flaggedItems(editable:broken autocompletion) PASS : tst_QComboBox::pixmapIcon() PASS : tst_QComboBox::mouseWheel(upper locked) PASS : tst_QComboBox::mouseWheel(jump over) PASS : tst_QComboBox::mouseWheel(single Item enabled) PASS : tst_QComboBox::layoutDirection() QWARN : tst_QComboBox::itemListPosition() setGeometry: Unable to set geometry 2448x20+320+138 on 'QWidgetClassWindow'. Resulting geometry: 1284x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::itemListPosition() PASS : tst_QComboBox::separatorItem(test) QWARN : tst_QComboBox::task190351_layout() setGeometry: Unable to set geometry 60x22+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x22+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190351_layout() PASS : tst_QComboBox::task191329_size() PASS : tst_QComboBox::task166349_setEditableOnReturn() QWARN : tst_QComboBox::task190205_setModelAdjustToContents() setGeometry: Unable to set geometry 47x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::task190205_setModelAdjustToContents() setGeometry: Unable to set geometry 99x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task190205_setModelAdjustToContents() PASS : tst_QComboBox::task248169_popupWithMinimalSize() QWARN : tst_QComboBox::task247863_keyBoardSelection() setGeometry: Unable to set geometry 49x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task247863_keyBoardSelection() QWARN : tst_QComboBox::task220195_keyBoardSelection2() setGeometry: Unable to set geometry 53x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task220195_keyBoardSelection2() PASS : tst_QComboBox::setModelColumn() QWARN : tst_QComboBox::noScrollbar(normal) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(normal) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(normal) QWARN : tst_QComboBox::noScrollbar(border) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(border) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(border) QWARN : tst_QComboBox::noScrollbar(margin) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(margin) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(margin) QWARN : tst_QComboBox::noScrollbar(padding) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(padding) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(padding) QWARN : tst_QComboBox::noScrollbar(everything) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything) QWARN : tst_QComboBox::noScrollbar(everything and more) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QComboBox::noScrollbar(everything and more) setGeometry: Unable to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::noScrollbar(everything and more) PASS : tst_QComboBox::setItemDelegate() PASS : tst_QComboBox::task253944_itemDelegateIsReset() PASS : tst_QComboBox::subControlRectsWithOffset(editable = true) PASS : tst_QComboBox::subControlRectsWithOffset(editable = false) QWARN : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() PASS : tst_QComboBox::removeItem() PASS : tst_QComboBox::resetModel() QWARN : tst_QComboBox::keyBoardNavigationWithMouse() setGeometry: Unable to set geometry 43x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. () tst_qcombobox.cpp(2552) : failure location PASS : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated() QWARN : tst_QComboBox::maxVisibleItems() setGeometry: Unable to set geometry 43x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry: 104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QComboBox::maxVisibleItems() PASS : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn() PASS : tst_QComboBox::highlightedSignal() PASS : tst_QComboBox::cleanupTestCase() Totals: 147 passed, 1 failed, 0 skipped ********* Finished testing of tst_QComboBox ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcombobox: 30 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00813/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365788676): http://codereview.qt-project.org/53648 [PS1] - Scope QT_COMPILER_SUPPORTS_xxx by processor architecture in qconfig.h http://codereview.qt-project.org/53647 [PS1] - Make QT_CPU_FEATURES a map of features based on architecture From ci-noreply at qt-project.org Fri Apr 12 22:30:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 23:30:12 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130412_203012_065156.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #69: SUCCESS Tested changes (refs/builds/stable_1365795346): http://codereview.qt-project.org/53604 [PS3] - Update due to recent API additions. From ci-noreply at qt-project.org Fri Apr 12 22:43:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 12 Apr 2013 23:43:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_204321_019646.ci-noreply@qt-project.org> QtBase_stable_Integration #921: SUCCESS Tested changes (refs/builds/stable_1365791941): http://codereview.qt-project.org/52209 [PS8] - Fix integer overflow for very large fonts http://codereview.qt-project.org/53127 [PS3] - QFontCache: Make clear() really clear/free cached data it maintains From ci-noreply at qt-project.org Fri Apr 12 23:38:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 00:38:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130412_213803_075413.ci-noreply@qt-project.org> QtWebKit_stable_Integration #111: SUCCESS Tested changes (refs/builds/stable_1365779385): http://codereview.qt-project.org/53262 [PS3] - [Qt] Avoid "QFont::setPixelSize: Pixel size <= 0 (0)" http://codereview.qt-project.org/53674 [PS1] - Apply our MSVC 2012 optimizer bug workaround to all minor releases http://codereview.qt-project.org/53673 [PS1] - [Qt] Add API in QWebSettings for setting the CSS media type http://codereview.qt-project.org/53672 [PS1] - [Texmap] Update a dirty region which is not covered with keepRect. http://codereview.qt-project.org/53699 [PS3] - Coordinated Graphics: a long page is scaled vertically while loading. From ci-noreply at qt-project.org Sat Apr 13 00:52:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 01:52:05 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130412_225205_023728.ci-noreply@qt-project.org> QtBase_stable_Integration #922: SUCCESS Tested changes (refs/builds/stable_1365799536): http://codereview.qt-project.org/53131 [PS4] - Android: Handle ':' in makeabs for Windows usage. From ci-noreply at qt-project.org Sat Apr 13 01:34:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 02:34:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130412_233421_034035.ci-noreply@qt-project.org> QtBase_dev_Integration #814: SUCCESS Tested changes (refs/builds/dev_1365801843): http://codereview.qt-project.org/47828 [PS5] - Json writer, support larger signed integers upto 2^53 http://codereview.qt-project.org/47398 [PS8] - Json writer, emit full precision for floating point Number types http://codereview.qt-project.org/47397 [PS5] - Json writer, only emit floating point finite numbers, ignore INF/NaN From ci-noreply at qt-project.org Sat Apr 13 02:39:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 03:39:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130413_003915_081323.ci-noreply@qt-project.org> Qt5_dev_Integration #110: SUCCESS Tested changes (refs/builds/dev_1365794114): http://codereview.qt-project.org/53724 [PS1] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 13 03:46:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 04:46:06 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130413_014606_032985.ci-noreply@qt-project.org> Autotest `license' failed :( # Failed test 'src/corelib/tools/qstring_mips_dsp_asm.S does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 6223. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6223 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6223 Failed: 1) Failed test: 2394 Non-zero exit status: 1 Files=1, Tests=6223, 12 wallclock secs ( 0.65 usr 0.04 sys + 10.36 cusr 0.69 csys = 11.74 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/corelib/tools/qstring_mips_dsp_asm.S does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 6223. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6223 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 6223 Failed: 1) Failed test: 2394 Non-zero exit status: 1 Files=1, Tests=6223, 10 wallclock secs ( 0.65 usr 0.04 sys + 10.12 cusr 0.66 csys = 11.47 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 22 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00815/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1365817038): http://codereview.qt-project.org/45479 [PS7] - MIPS: Optimized ucstrncmp() using MIPS DSP instructions http://codereview.qt-project.org/45477 [PS7] - MIPS: Optimized QString::fromLatin1() using MIPS DSP http://codereview.qt-project.org/45473 [PS7] - MIPS: Support recognition of the DSP ASE at run-time From ci-noreply at qt-project.org Sat Apr 13 03:48:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 04:48:54 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130413_014854_096128.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10317bae0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10314dd90 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00924/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365807259): http://codereview.qt-project.org/51846 [PS1] - Mark as unused the private members that aren't and CANNOT be used From ci-noreply at qt-project.org Sat Apr 13 04:35:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 05:35:10 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130413_023510_030973.ci-noreply@qt-project.org> Autotest `tst_qdeclarativegridview' failed :( Testing tst_QDeclarativeGridView FAIL! : tst_QDeclarativeGridView::currentIndex() Compared values are not the same Actual (gridview->currentIndex()): 35 Expected (34): 34 Loc: [tst_qdeclarativegridview.cpp(783)] Totals: 52 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QDeclarativeGridView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QDeclarativeGridView::initTestCase() PASS : tst_QDeclarativeGridView::items() PASS : tst_QDeclarativeGridView::changed() PASS : tst_QDeclarativeGridView::inserted() PASS : tst_QDeclarativeGridView::removed() PASS : tst_QDeclarativeGridView::clear() PASS : tst_QDeclarativeGridView::moved() PASS : tst_QDeclarativeGridView::changeFlow() FAIL! : tst_QDeclarativeGridView::currentIndex() Compared values are not the same Actual (gridview->currentIndex()): 0 Expected (5): 5 Loc: [tst_qdeclarativegridview.cpp(734)] PASS : tst_QDeclarativeGridView::noCurrentIndex() PASS : tst_QDeclarativeGridView::defaultValues() PASS : tst_QDeclarativeGridView::properties() PASS : tst_QDeclarativeGridView::propertyChanges() PASS : tst_QDeclarativeGridView::componentChanges() PASS : tst_QDeclarativeGridView::modelChanges() PASS : tst_QDeclarativeGridView::positionViewAtIndex() PASS : tst_QDeclarativeGridView::positionViewAtIndex_rightToLeft() PASS : tst_QDeclarativeGridView::mirroring() PASS : tst_QDeclarativeGridView::snapping() PASS : tst_QDeclarativeGridView::resetModel() PASS : tst_QDeclarativeGridView::enforceRange() PASS : tst_QDeclarativeGridView::enforceRange_rightToLeft() PASS : tst_QDeclarativeGridView::QTBUG_8456() PASS : tst_QDeclarativeGridView::manualHighlight() PASS : tst_QDeclarativeGridView::footer() PASS : tst_QDeclarativeGridView::header() PASS : tst_QDeclarativeGridView::indexAt() PASS : tst_QDeclarativeGridView::onAdd(0, add 1) PASS : tst_QDeclarativeGridView::onAdd(0, add 2) PASS : tst_QDeclarativeGridView::onAdd(0, add 10) PASS : tst_QDeclarativeGridView::onAdd(1, add 1) PASS : tst_QDeclarativeGridView::onAdd(1, add 2) PASS : tst_QDeclarativeGridView::onAdd(1, add 10) PASS : tst_QDeclarativeGridView::onAdd(5, add 1) PASS : tst_QDeclarativeGridView::onAdd(5, add 2) PASS : tst_QDeclarativeGridView::onAdd(5, add 10) PASS : tst_QDeclarativeGridView::onRemove(remove first) PASS : tst_QDeclarativeGridView::onRemove(two items, remove first) PASS : tst_QDeclarativeGridView::onRemove(two items, remove last) PASS : tst_QDeclarativeGridView::onRemove(two items, remove all) PASS : tst_QDeclarativeGridView::onRemove(four items, remove first) PASS : tst_QDeclarativeGridView::onRemove(four items, remove 0-2) PASS : tst_QDeclarativeGridView::onRemove(four items, remove 1-3) PASS : tst_QDeclarativeGridView::onRemove(four items, remove 2-4) PASS : tst_QDeclarativeGridView::onRemove(four items, remove last) PASS : tst_QDeclarativeGridView::onRemove(four items, remove all) PASS : tst_QDeclarativeGridView::onRemove(ten items, remove 1-8) PASS : tst_QDeclarativeGridView::onRemove(ten items, remove 2-7) PASS : tst_QDeclarativeGridView::onRemove(ten items, remove 4-10) PASS : tst_QDeclarativeGridView::testQtQuick11Attributes(positionViewAtBeginning) PASS : tst_QDeclarativeGridView::testQtQuick11Attributes(positionViewAtEnd) PASS : tst_QDeclarativeGridView::contentPosJump() PASS : tst_QDeclarativeGridView::cleanupTestCase() Totals: 52 passed, 1 failed, 0 skipped ********* Finished testing of tst_QDeclarativeGridView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativegridview: 6 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00189/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1365813211): http://codereview.qt-project.org/53191 [PS8] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 13 13:30:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 14:30:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130413_113028_030535.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #70: SUCCESS Tested changes (refs/builds/stable_1365849378): http://codereview.qt-project.org/53454 [PS12] - Remove StyleItem dependencies from controls From ci-noreply at qt-project.org Sat Apr 13 13:34:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 14:34:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130413_113459_093945.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1189)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] Totals: 26 passed, 9 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() QWARN : tst_QQmlDebugJS::getVersion() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getVersion() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1078)] QDEBUG : tst_QQmlDebugJS::getVersion() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getVersion() Process State: "running" QDEBUG : tst_QQmlDebugJS::getVersion() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointOnEvent() QWARN : tst_QQmlDebugJS::changeBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] QDEBUG : tst_QQmlDebugJS::changeBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() QWARN : tst_QQmlDebugJS::backtrace() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] QDEBUG : tst_QQmlDebugJS::backtrace() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::backtrace() Process State: "running" QDEBUG : tst_QQmlDebugJS::backtrace() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() QWARN : tst_QQmlDebugJS::getScopes() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] QDEBUG : tst_QQmlDebugJS::getScopes() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopes() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopes() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getScripts() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] QDEBUG : tst_QQmlDebugJS::getScripts() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScripts() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScripts() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 26 passed, 9 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmldebugjs: 206 seconds, exit code 9 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00190/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365838619): http://codereview.qt-project.org/53191 [PS8] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 13 20:00:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 21:00:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130413_180004_075986.ci-noreply@qt-project.org> QtBase_stable_Integration #925: SUCCESS Tested changes (refs/builds/stable_1365868565): http://codereview.qt-project.org/53619 [PS1] - Micro-optimization of list string list construction in qmetaobject. From ci-noreply at qt-project.org Sat Apr 13 21:09:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 13 Apr 2013 22:09:02 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130413_190902_044057.ci-noreply@qt-project.org> QtBase_dev_Integration #816: SUCCESS Tested changes (refs/builds/dev_1365872036): http://codereview.qt-project.org/53648 [PS1] - Scope QT_COMPILER_SUPPORTS_xxx by processor architecture in qconfig.h http://codereview.qt-project.org/53647 [PS1] - Make QT_CPU_FEATURES a map of features based on architecture From ci-noreply at qt-project.org Sat Apr 13 23:47:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 14 Apr 2013 00:47:58 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130413_214758_091961.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] Totals: 29 passed, 6 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() QWARN : tst_QQmlDebugJS::interrupt() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "running" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() QWARN : tst_QQmlDebugJS::stepNext() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] QDEBUG : tst_QQmlDebugJS::stepNext() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNext() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNext() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() QWARN : tst_QQmlDebugJS::stepOut() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] QDEBUG : tst_QQmlDebugJS::stepOut() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepOut() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepOut() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() QWARN : tst_QQmlDebugJS::evaluateInGlobalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::evaluateInLocalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getScopes() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] QDEBUG : tst_QQmlDebugJS::getScopes() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopes() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopes() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 24 passed, 11 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 6 QtQA::App::TestRunner: second attempt: exited with exit code 11 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 198 seconds, exit code 11 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00191/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1365874611): http://codereview.qt-project.org/53191 [PS9] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 14 03:35:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 14 Apr 2013 04:35:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130414_013517_056705.ci-noreply@qt-project.org> Qt_4.8_Integration #1389: SUCCESS Tested changes (refs/builds/4.8_1365883225): http://codereview.qt-project.org/53738 [PS1] - Rename qAbs Function for timeval http://codereview.qt-project.org/53737 [PS1] - Silence warning from clang From ci-noreply at qt-project.org Sun Apr 14 12:40:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 14 Apr 2013 13:40:52 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130414_104052_080422.ci-noreply@qt-project.org> QtSensors_stable_Integration #39: SUCCESS Tested changes (refs/builds/stable_1365934178): http://codereview.qt-project.org/53385 [PS1] - iOS: implement magnetometer http://codereview.qt-project.org/53384 [PS1] - iOS: remove unneeded void pointer casting in private headers http://codereview.qt-project.org/53383 [PS1] - iOS: add QPointer guard to accelerometer and gyro http://codereview.qt-project.org/53382 [PS1] - iOS: refactor and simplify IOSAccelerometer code From ci-noreply at qt-project.org Sun Apr 14 16:02:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 14 Apr 2013 17:02:12 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130414_140212_091845.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00111/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1365944968): http://codereview.qt-project.org/53736 [PS2] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 14 16:39:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 14 Apr 2013 17:39:16 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130414_143916_081476.ci-noreply@qt-project.org> QtBase_stable_Integration #926: SUCCESS Tested changes (refs/builds/stable_1365942719): http://codereview.qt-project.org/53613 [PS1] - QFontEngine: Fix cache_cost might be not initialized http://codereview.qt-project.org/53612 [PS2] - QWindowsFontEngineDirectWrite: Fix resources leaking From ci-noreply at qt-project.org Mon Apr 15 00:02:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 01:02:09 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130414_220209_040275.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::writeBigChunk(WithoutProxy) 'errorBefore == errorAfter' returned FALSE. () tst_qsslsocket.cpp(2138) : failure location Totals: 566 passed, 1 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) FAIL! : tst_QSslSocket::writeBigChunk(WithoutProxy) 'errorBefore == errorAfter' returned FALSE. () tst_qsslsocket.cpp(2138) : failure location PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 86 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00817/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1365972210): http://codereview.qt-project.org/52917 [PS1] - SSL internals: do not write after shutting down the socket From ci-noreply at qt-project.org Mon Apr 15 09:59:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 10:59:45 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130415_075945_071440.ci-noreply@qt-project.org> QtBase_stable_Integration #927: SUCCESS Tested changes (refs/builds/stable_1366005483): http://codereview.qt-project.org/53040 [PS3] - Add devicePixelRatio metric to QPaintDevice. From ci-noreply at qt-project.org Mon Apr 15 10:45:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 11:45:52 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130415_084552_099702.ci-noreply@qt-project.org> QtDoc_stable_Integration #139: SUCCESS Tested changes (refs/builds/stable_1366013435): http://codereview.qt-project.org/53199 [PS2] - Doc: Mention Phonon in the porting guide From ci-noreply at qt-project.org Mon Apr 15 11:31:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 12:31:00 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_093100_058205.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #71: SUCCESS Tested changes (refs/builds/stable_1366015068): http://codereview.qt-project.org/53708 [PS2] - Rename QtMenuXxx to QQuickMenuXxx From ci-noreply at qt-project.org Mon Apr 15 11:53:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 12:53:52 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_095352_075596.ci-noreply@qt-project.org> qtquickcontrols failed to compile :( In file included from qquicklinearlayout_p.h:46:0, from qquicklinearlayout.cpp:42: qquickgridlayoutengine_p.h:59:35: fatal error: QtWidgets/qsizepolicy.h: No such file or directory make[3]: *** [.obj/release-shared/qquicklinearlayout.o] Error 1 In file included from qquicklinearlayout_p.h:46:0, from plugin.cpp:44: qquickgridlayoutengine_p.h:59:35: fatal error: QtWidgets/qsizepolicy.h: No such file or directory make[3]: *** [.obj/release-shared/plugin.o] Error 1 In file included from .moc/release-shared/../../qquicklinearlayout_p.h:46:0, from .moc/release-shared/moc_qquicklinearlayout_p.cpp:9: .moc/release-shared/../../qquickgridlayoutengine_p.h:59:35: fatal error: QtWidgets/qsizepolicy.h: No such file or directory make[3]: *** [.obj/release-shared/moc_qquicklinearlayout_p.o] Error 1 make[2]: *** [sub-layouts-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtquickcontrols] Error 2 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00072/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366019109): http://codereview.qt-project.org/53591 [PS12] - Remove hard dependency on widgets From ci-noreply at qt-project.org Mon Apr 15 12:19:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 13:19:13 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130415_101913_090978.ci-noreply@qt-project.org> Autotest `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [82621] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [82620] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-15 13:16:15.434 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[82621]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3face2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff834157d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83406a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddba9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de155 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff83467cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a04 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f711e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f6d35b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f6629d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f07 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b38bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2a8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ee4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3fb7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff84f0e786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff84f0d316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3fb192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83415594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83416b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3fb192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83415594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83416b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3f967a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8c3f8d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff87c4150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff87c49c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff87c49486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8169bfe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8169215a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff834138bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff83416b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdc68 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdc90 rsp: 0x00007fff5fbfdc68 QtQA::App::TestRunner: r8: 0x00007fff70854fb8 r9: 0x0000000000000000 r10: 0x00007fff8c3fad0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe6d8 r13: 0x0000000000000000 r14: 0x00007fff70857960 r15: 0x0000000102832250 QtQA::App::TestRunner: rip: 0x00007fff8c3face2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <541BCB48-1EBE-3E69-97D5-BCA47E3ADCAC> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <64486E51-EC02-30C6-ACA0-228DC91313AE> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <3D079088-B691-3BE1-8210-1306C6C8F9FC> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) <62329964-D466-3B87-B90E-F887FAD66F3D> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) <41B87D5B-DCE8-3D66-B426-D38CF8375CEF> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <136D599B-DC29-350C-869D-7155737C2EC7> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f09fff +libqcocoa.dylib (??? - ???) <45CDD4CF-8BB9-31DE-9388-09C218269947> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f5f000 - 0x101f79ff7 +libqavfcamera.dylib (??? - ???) <493DBBF9-8014-384A-8DF1-3875C4E6FFF1> /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8c000 - 0x101fa5fff +libqavfmediaplayer.dylib (??? - ???) <50BAAA24-08A5-3680-8F35-F4218DD40DB6> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fba000 - 0x101fd1ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1039a5000 - 0x103e3eff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <83FD1158-9878-3F94-A11C-916F0DDD5992> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104500000 - 0x104547fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <94062D3A-F0FD-3429-81BD-F96CB04043CD> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x104579000 - 0x104598ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff6a834000 - 0x7fff6a868baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff80386000 - 0x7fff8047bfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff80771000 - 0x7fff807bdff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff807d8000 - 0x7fff808ddfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff80a73000 - 0x7fff80a75fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff80a76000 - 0x7fff80a76fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff80a78000 - 0x7fff80ab9fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff80aba000 - 0x7fff80aeaff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff80aeb000 - 0x7fff80af0fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff80b85000 - 0x7fff80b8fff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff80c2c000 - 0x7fff80fd6fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff81034000 - 0x7fff810caff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff810cb000 - 0x7fff814f8fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff814f9000 - 0x7fff81504fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff81505000 - 0x7fff8150bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff81519000 - 0x7fff8151cfff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8155c000 - 0x7fff815b0fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff81637000 - 0x7fff8168fff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff81690000 - 0x7fff816e1ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff816e4000 - 0x7fff81717ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff81718000 - 0x7fff8178efff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8178f000 - 0x7fff817f7ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff817f8000 - 0x7fff8184aff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8184d000 - 0x7fff81876fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff81a4e000 - 0x7fff81a68fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff81a69000 - 0x7fff81a6ffff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff81b14000 - 0x7fff81b67fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff81b68000 - 0x7fff81b6ffff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff81b70000 - 0x7fff81b74fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff81c3d000 - 0x7fff81c3efff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff81d1e000 - 0x7fff81da3ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff81da4000 - 0x7fff81da9ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8246f000 - 0x7fff82481ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff82579000 - 0x7fff8257afff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8257b000 - 0x7fff8258fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff826c3000 - 0x7fff826c3fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff826c4000 - 0x7fff827d1fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff827d2000 - 0x7fff828d4fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff828d5000 - 0x7fff82a0bfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff82a0c000 - 0x7fff82af0ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff82e85000 - 0x7fff82f9efff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff82f9f000 - 0x7fff82faeff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff83003000 - 0x7fff8300cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8300d000 - 0x7fff8300eff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8307e000 - 0x7fff83185fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff83186000 - 0x7fff8318aff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff833c5000 - 0x7fff834a2fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff834a7000 - 0x7fff83512ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff83513000 - 0x7fff835adff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff835ae000 - 0x7fff835b0ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff83860000 - 0x7fff838a4ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff83bec000 - 0x7fff83bf3fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff83bf4000 - 0x7fff83c64fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff83c65000 - 0x7fff83f91fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff83f92000 - 0x7fff83ff2fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff83ff4000 - 0x7fff84001ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff84060000 - 0x7fff84084fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff840e3000 - 0x7fff84188fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff841e1000 - 0x7fff841efff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff84252000 - 0x7fff842c8ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8438b000 - 0x7fff843c6fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff843c7000 - 0x7fff843c7fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff843e4000 - 0x7fff843e9fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff843ea000 - 0x7fff845ecfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff845ed000 - 0x7fff846ccfff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff846cd000 - 0x7fff846cdfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff846ce000 - 0x7fff846dbfff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff846dc000 - 0x7fff8474ffff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff84b76000 - 0x7fff84e6bff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff84e6c000 - 0x7fff84e6cfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff84e79000 - 0x7fff84e7cfff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff84e7d000 - 0x7fff84ebdff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff84ebe000 - 0x7fff84ebffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff84ec0000 - 0x7fff84ee6fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff84ee7000 - 0x7fff84f08fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff84f09000 - 0x7fff84f0afff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff84f0b000 - 0x7fff84f19fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff84f1a000 - 0x7fff84f20fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff84f21000 - 0x7fff85088fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff85089000 - 0x7fff850ebff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff850ec000 - 0x7fff850f3ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff850f4000 - 0x7fff850f5ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff850f6000 - 0x7fff8513dff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff86244000 - 0x7fff862c7fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff86c03000 - 0x7fff86c22fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff86c23000 - 0x7fff86c2bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff86c2c000 - 0x7fff86c31fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff86c32000 - 0x7fff87065ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8707b000 - 0x7fff87081ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff87082000 - 0x7fff87085fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff870cc000 - 0x7fff870e3fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff870e4000 - 0x7fff87168ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff871c0000 - 0x7fff871c0fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8776c000 - 0x7fff87869ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8786a000 - 0x7fff87895ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff87bd0000 - 0x7fff87bd5fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff87be8000 - 0x7fff87beffff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff87bf0000 - 0x7fff87bf1ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff87c11000 - 0x7fff87de5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff87e32000 - 0x7fff87e5eff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff87e5f000 - 0x7fff87e62ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff87e69000 - 0x7fff88330fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff887db000 - 0x7fff887dbfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff887dc000 - 0x7fff887e0fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff887e1000 - 0x7fff887fefff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8880e000 - 0x7fff8885cfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8885d000 - 0x7fff891fba27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff891fc000 - 0x7fff89207ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8921c000 - 0x7fff89231fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff892a7000 - 0x7fff892fbff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff892fe000 - 0x7fff89528fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff89529000 - 0x7fff8953bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8953c000 - 0x7fff895a4ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff89640000 - 0x7fff8a246fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8a247000 - 0x7fff8a25efff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8a25f000 - 0x7fff8aa07fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8aa0d000 - 0x7fff8aff1fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8b0d0000 - 0x7fff8b3ecfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b419000 - 0x7fff8b427fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8b428000 - 0x7fff8b43efff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b43f000 - 0x7fff8b467fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8b474000 - 0x7fff8b476fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b61f000 - 0x7fff8b69aff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8b69b000 - 0x7fff8b826ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8b8a3000 - 0x7fff8b8a8fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8b8a9000 - 0x7fff8b8a9fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b8aa000 - 0x7fff8b8d3fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8b8d4000 - 0x7fff8b914fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8b93f000 - 0x7fff8bc58fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8bc59000 - 0x7fff8bc7dfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c300000 - 0x7fff8c313ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c3c6000 - 0x7fff8c3e3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8c3e4000 - 0x7fff8c404fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c405000 - 0x7fff8c461ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8c462000 - 0x7fff8c6d6fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8c6f7000 - 0x7fff8c702ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8c706000 - 0x7fff8c706fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c71a000 - 0x7fff8c7cdff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c7f7000 - 0x7fff8c8beff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8c8cd000 - 0x7fff8c928ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8c929000 - 0x7fff8c93fff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8c94b000 - 0x7fff8c978fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8c979000 - 0x7fff8c9bbff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8c9bc000 - 0x7fff8ca5efff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8ca5f000 - 0x7fff8cb43e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8cb44000 - 0x7fff8cce4ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8cce5000 - 0x7fff8cce9fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8ccea000 - 0x7fff8cd06ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8cd07000 - 0x7fff8cd41fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8cd42000 - 0x7fff8ce4efff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8ce4f000 - 0x7fff8ce51fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8ce52000 - 0x7fff8ce61fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8ce62000 - 0x7fff8cfbffff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8cffb000 - 0x7fff8d03afff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d238000 - 0x7fff8d238fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8d239000 - 0x7fff8d2dafff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 7442 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=126.6M(69%) swapped_out_or_unallocated=57.0M(31%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=2104K(3%) resident=3340K(5%) swapped_out=0K(0%) unallocated=66.3M(95%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [82626] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [82620] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-15 13:16:20.534 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[82626]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3face2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff834157d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83406a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddba9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de155 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff83467cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a04 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f711e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f6d35b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f6629d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f07 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b38bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2a8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ee4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3fb7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff84f0e786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff84f0d316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3fb192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83415594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83416b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3fb192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff83415594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff83416b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c3f967a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8c3f8d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff87c4150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff87c49c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff87c49486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8169bfe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8169215a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff834138bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff83416b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdc78 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdca0 rsp: 0x00007fff5fbfdc78 QtQA::App::TestRunner: r8: 0x00007fff70854fb8 r9: 0x0000000101d1ea00 r10: 0x00007fff8c3fad0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe6e8 r13: 0x0000000000000000 r14: 0x00007fff70857960 r15: 0x0000000101d23820 QtQA::App::TestRunner: rip: 0x00007fff8c3face2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <541BCB48-1EBE-3E69-97D5-BCA47E3ADCAC> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <64486E51-EC02-30C6-ACA0-228DC91313AE> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <3D079088-B691-3BE1-8210-1306C6C8F9FC> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) <62329964-D466-3B87-B90E-F887FAD66F3D> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) <41B87D5B-DCE8-3D66-B426-D38CF8375CEF> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <136D599B-DC29-350C-869D-7155737C2EC7> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f09fff +libqcocoa.dylib (??? - ???) <45CDD4CF-8BB9-31DE-9388-09C218269947> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f5f000 - 0x101f79ff7 +libqavfcamera.dylib (??? - ???) <493DBBF9-8014-384A-8DF1-3875C4E6FFF1> /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8c000 - 0x101fa5fff +libqavfmediaplayer.dylib (??? - ???) <50BAAA24-08A5-3680-8F35-F4218DD40DB6> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fba000 - 0x101fd1ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1038a5000 - 0x1038c4ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x103ec9000 - 0x103f10fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <94062D3A-F0FD-3429-81BD-F96CB04043CD> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x104800000 - 0x104c99ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <83FD1158-9878-3F94-A11C-916F0DDD5992> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x7fff63af3000 - 0x7fff63b27baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff80386000 - 0x7fff8047bfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff80771000 - 0x7fff807bdff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff807d8000 - 0x7fff808ddfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff80a73000 - 0x7fff80a75fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff80a76000 - 0x7fff80a76fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff80a78000 - 0x7fff80ab9fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff80aba000 - 0x7fff80aeaff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff80aeb000 - 0x7fff80af0fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff80b85000 - 0x7fff80b8fff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff80c2c000 - 0x7fff80fd6fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff81034000 - 0x7fff810caff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff810cb000 - 0x7fff814f8fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff814f9000 - 0x7fff81504fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff81505000 - 0x7fff8150bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff81519000 - 0x7fff8151cfff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8155c000 - 0x7fff815b0fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff81637000 - 0x7fff8168fff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff81690000 - 0x7fff816e1ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff816e4000 - 0x7fff81717ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff81718000 - 0x7fff8178efff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8178f000 - 0x7fff817f7ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff817f8000 - 0x7fff8184aff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8184d000 - 0x7fff81876fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff81a4e000 - 0x7fff81a68fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff81a69000 - 0x7fff81a6ffff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff81b14000 - 0x7fff81b67fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff81b68000 - 0x7fff81b6ffff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff81b70000 - 0x7fff81b74fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff81c3d000 - 0x7fff81c3efff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff81d1e000 - 0x7fff81da3ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff81da4000 - 0x7fff81da9ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8246f000 - 0x7fff82481ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff82579000 - 0x7fff8257afff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8257b000 - 0x7fff8258fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff826c3000 - 0x7fff826c3fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff826c4000 - 0x7fff827d1fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff827d2000 - 0x7fff828d4fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff828d5000 - 0x7fff82a0bfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff82a0c000 - 0x7fff82af0ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff82e85000 - 0x7fff82f9efff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff82f9f000 - 0x7fff82faeff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff83003000 - 0x7fff8300cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8300d000 - 0x7fff8300eff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8307e000 - 0x7fff83185fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff83186000 - 0x7fff8318aff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff833c5000 - 0x7fff834a2fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff834a7000 - 0x7fff83512ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff83513000 - 0x7fff835adff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff835ae000 - 0x7fff835b0ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff83860000 - 0x7fff838a4ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff83bec000 - 0x7fff83bf3fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff83bf4000 - 0x7fff83c64fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff83c65000 - 0x7fff83f91fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff83f92000 - 0x7fff83ff2fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff83ff4000 - 0x7fff84001ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff84060000 - 0x7fff84084fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff840e3000 - 0x7fff84188fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff841e1000 - 0x7fff841efff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff84252000 - 0x7fff842c8ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8438b000 - 0x7fff843c6fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff843c7000 - 0x7fff843c7fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff843e4000 - 0x7fff843e9fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff843ea000 - 0x7fff845ecfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff845ed000 - 0x7fff846ccfff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff846cd000 - 0x7fff846cdfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff846ce000 - 0x7fff846dbfff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff846dc000 - 0x7fff8474ffff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff84b76000 - 0x7fff84e6bff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff84e6c000 - 0x7fff84e6cfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff84e79000 - 0x7fff84e7cfff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff84e7d000 - 0x7fff84ebdff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff84ebe000 - 0x7fff84ebffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff84ec0000 - 0x7fff84ee6fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff84ee7000 - 0x7fff84f08fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff84f09000 - 0x7fff84f0afff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff84f0b000 - 0x7fff84f19fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff84f1a000 - 0x7fff84f20fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff84f21000 - 0x7fff85088fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff85089000 - 0x7fff850ebff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff850ec000 - 0x7fff850f3ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff850f4000 - 0x7fff850f5ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff850f6000 - 0x7fff8513dff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff86244000 - 0x7fff862c7fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff86c03000 - 0x7fff86c22fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff86c23000 - 0x7fff86c2bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff86c2c000 - 0x7fff86c31fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff86c32000 - 0x7fff87065ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8707b000 - 0x7fff87081ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff87082000 - 0x7fff87085fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff870cc000 - 0x7fff870e3fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff870e4000 - 0x7fff87168ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff871c0000 - 0x7fff871c0fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8776c000 - 0x7fff87869ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8786a000 - 0x7fff87895ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff87bd0000 - 0x7fff87bd5fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff87be8000 - 0x7fff87beffff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff87bf0000 - 0x7fff87bf1ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff87c11000 - 0x7fff87de5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff87e32000 - 0x7fff87e5eff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff87e5f000 - 0x7fff87e62ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff87e69000 - 0x7fff88330fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff887db000 - 0x7fff887dbfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff887dc000 - 0x7fff887e0fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff887e1000 - 0x7fff887fefff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8880e000 - 0x7fff8885cfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8885d000 - 0x7fff891fba27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff891fc000 - 0x7fff89207ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff8921c000 - 0x7fff89231fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff892a7000 - 0x7fff892fbff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff892fe000 - 0x7fff89528fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff89529000 - 0x7fff8953bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8953c000 - 0x7fff895a4ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff89640000 - 0x7fff8a246fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8a247000 - 0x7fff8a25efff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8a25f000 - 0x7fff8aa07fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8aa0d000 - 0x7fff8aff1fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8b0d0000 - 0x7fff8b3ecfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b419000 - 0x7fff8b427fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8b428000 - 0x7fff8b43efff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b43f000 - 0x7fff8b467fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8b474000 - 0x7fff8b476fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b61f000 - 0x7fff8b69aff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8b69b000 - 0x7fff8b826ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8b8a3000 - 0x7fff8b8a8fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8b8a9000 - 0x7fff8b8a9fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b8aa000 - 0x7fff8b8d3fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8b8d4000 - 0x7fff8b914fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8b93f000 - 0x7fff8bc58fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8bc59000 - 0x7fff8bc7dfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c300000 - 0x7fff8c313ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c3c6000 - 0x7fff8c3e3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8c3e4000 - 0x7fff8c404fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c405000 - 0x7fff8c461ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8c462000 - 0x7fff8c6d6fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8c6f7000 - 0x7fff8c702ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8c706000 - 0x7fff8c706fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c71a000 - 0x7fff8c7cdff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c7f7000 - 0x7fff8c8beff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8c8cd000 - 0x7fff8c928ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8c929000 - 0x7fff8c93fff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8c94b000 - 0x7fff8c978fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8c979000 - 0x7fff8c9bbff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8c9bc000 - 0x7fff8ca5efff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8ca5f000 - 0x7fff8cb43e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8cb44000 - 0x7fff8cce4ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8cce5000 - 0x7fff8cce9fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8ccea000 - 0x7fff8cd06ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8cd07000 - 0x7fff8cd41fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8cd42000 - 0x7fff8ce4efff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8ce4f000 - 0x7fff8ce51fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8ce52000 - 0x7fff8ce61fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8ce62000 - 0x7fff8cfbffff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8cffb000 - 0x7fff8d03afff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d238000 - 0x7fff8d238fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8d239000 - 0x7fff8d2dafff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 7459 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=126.6M(69%) swapped_out_or_unallocated=57.0M(31%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=2104K(3%) resident=3524K(5%) swapped_out=0K(0%) unallocated=66.1M(95%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.8M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 7 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtMultimedia_stable_Integration/build_00118/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366019463): http://codereview.qt-project.org/53543 [PS3] - Fix file path bug in audiorecorder example From ci-noreply at qt-project.org Mon Apr 15 12:37:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 13:37:06 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_103706_097391.ci-noreply@qt-project.org> qtquickcontrols failed to compile :( compiling src/main.cpp src/main.cpp:42:34: fatal error: QtWidgets/QApplication: No such file or directory make[3]: *** [.obj/main.o] Error 1 main.cpp:42:34: fatal error: QtWidgets/QApplication: No such file or directory make[3]: *** [.obj/main.o] Error 1 make[2]: *** [sub-ApplicationTemplate-make_first] Error 2 make[2]: *** [sub-text-make_first] Error 2 make[1]: *** [sub-examples-make_first] Error 2 make[3]: *** [sub-applicationwindow-make_first-ordered] Error 3 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtquickcontrols] Error 2 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00073/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366021678): http://codereview.qt-project.org/53591 [PS13] - Remove hard dependency on widgets From ci-noreply at qt-project.org Mon Apr 15 12:41:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 13:41:45 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_104145_064055.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #403: SUCCESS Tested changes (refs/builds/stable_1366017300): http://codereview.qt-project.org/53355 [PS1] - qmlplugindump: always output exportMetaObjectRevisions From ci-noreply at qt-project.org Mon Apr 15 13:17:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 14:17:32 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130415_111732_080602.ci-noreply@qt-project.org> QtBase_stable_Integration #928: SUCCESS Tested changes (refs/builds/stable_1366016540): http://codereview.qt-project.org/53765 [PS1] - Don't warn on 0x0 sized windows. http://codereview.qt-project.org/53086 [PS2] - Cocoa: Fix popup menus on modal windows http://codereview.qt-project.org/53627 [PS1] - Cocoa: Create QCocoaWindow when enabling touch. http://codereview.qt-project.org/53626 [PS1] - Cocoa: Enable touch on 0->1 counter transition. http://codereview.qt-project.org/52715 [PS1] - Make QGLPaintEngine work on retina displays. From ci-noreply at qt-project.org Mon Apr 15 13:23:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 14:23:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130415_112334_045376.ci-noreply@qt-project.org> QtDoc_stable_Integration #140: SUCCESS Tested changes (refs/builds/stable_1366022851): http://codereview.qt-project.org/53448 [PS4] - Doc: edit information about i18n From ci-noreply at qt-project.org Mon Apr 15 13:25:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 14:25:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130415_112536_090471.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #119: SUCCESS Tested changes (refs/builds/stable_1366021248): http://codereview.qt-project.org/53766 [PS1] - Fix tr()-Context in BlackBerry-plugin. From ci-noreply at qt-project.org Mon Apr 15 13:51:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 14:51:26 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_115126_076978.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_Slider::test_vertical() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(61)] FAIL! : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(375)] FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(333)] Totals: 200 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QQuickAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() FAIL! : qtquickcontrols::Tests_Slider::test_vertical() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(61)] PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() FAIL! : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(375)] PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(333)] PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() PASS : qtquickcontrols::Tests_TextField::test_inputMask() PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() PASS : qtquickcontrols::Tests_TextField::test_select() PASS : qtquickcontrols::Tests_TextField::test_selectAll() PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 200 passed, 3 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 14 seconds, exit code 3 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00074/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366025966): http://codereview.qt-project.org/53671 [PS1] - Example: Add a ComboBox in the Styles tab http://codereview.qt-project.org/53591 [PS14] - Remove hard dependency on widgets From ci-noreply at qt-project.org Mon Apr 15 14:34:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 15:34:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130415_123457_063021.ci-noreply@qt-project.org> Autotest `tst_qpaintervideosurface' failed :( Testing tst_QPainterVideoSurface FAIL! : tst_QPainterVideoSurface::shaderTypeStarted(GLSL) 'surface.start(QVideoSurfaceFormat(QSize(640, 480), QVideoFrame::Format_RGB32))' returned FALSE. () tst_qpaintervideosurface.cpp(674) : failure location FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb32 640x480) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb565 32x32) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: argb32 256x256) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: YUV420P 640x480) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb32 640x480) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture argb32 256x256) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPainterVideoSurface ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QPainterVideoSurface::initTestCase() PASS : tst_QPainterVideoSurface::colors() PASS : tst_QPainterVideoSurface::supportedFormat(rgb32 640x480) PASS : tst_QPainterVideoSurface::supportedFormat(rgb32 -640x480) PASS : tst_QPainterVideoSurface::supportedFormat(rgb24 1024x768) PASS : tst_QPainterVideoSurface::supportedFormat(rgb24 -1024x-768) PASS : tst_QPainterVideoSurface::supportedFormat(rgb565 0x0) PASS : tst_QPainterVideoSurface::supportedFormat(YUV420P 640x480) PASS : tst_QPainterVideoSurface::supportedFormat(YUV420P 640x-480) PASS : tst_QPainterVideoSurface::supportedFormat(Y8 640x480) PASS : tst_QPainterVideoSurface::supportedFormat(Texture: rgb32 640x480) PASS : tst_QPainterVideoSurface::supportedFormat(Texture: rgb32 -640x480) PASS : tst_QPainterVideoSurface::supportedFormat(rgb565 32x32) PASS : tst_QPainterVideoSurface::supportedFormat(rgb565 0x0) PASS : tst_QPainterVideoSurface::supportedFormat(argb32 256x256) PASS : tst_QPainterVideoSurface::supportedFormat(Texture: rgb24 1024x768) PASS : tst_QPainterVideoSurface::supportedFormat(Texture: rgb24 -1024x-768) PASS : tst_QPainterVideoSurface::supportedFormat(Texture: YUV420P 640x480) PASS : tst_QPainterVideoSurface::supportedFormat(Texture: YUV420P 640x-480) PASS : tst_QPainterVideoSurface::supportedFormat(User Buffer: rgb32 256x256) PASS : tst_QPainterVideoSurface::supportedFormat(Pixmap: rgb32 640x480) PASS : tst_QPainterVideoSurface::supportedFormat(Pixmap: YUV420P 640x480) PASS : tst_QPainterVideoSurface::present(rgb32 -> argb32) PASS : tst_QPainterVideoSurface::present(rgb32 -> rgb565) PASS : tst_QPainterVideoSurface::presentOpaqueFrame() QWARN : tst_QPainterVideoSurface::shaderType() class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderType() QWARN : tst_QPainterVideoSurface::shaderTypeStarted(GLSL) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderTypeStarted(GLSL) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderTypeStarted(GLSL) 'surface.start(QVideoSurfaceFormat(QSize(640, 480), QVideoFrame::Format_RGB32))' returned FALSE. () tst_qpaintervideosurface.cpp(674) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb32 640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb32 640x480) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb32 640x480) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb32 -640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb32 -640x480) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb565 32x32) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb565 32x32) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb565 32x32) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb565 0x0) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb565 0x0) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: argb32 256x256) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: argb32 256x256) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: argb32 256x256) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb24 1024x768) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb24 1024x768) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb24 -1024x-768) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: rgb24 -1024x-768) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: YUV420P 640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: YUV420P 640x480) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: YUV420P 640x480) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: YUV420P 640x-480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: YUV420P 640x-480) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Y8 640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Y8 640x480) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb32 640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb32 640x480) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb32 640x480) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb32 -640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb32 -640x480) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb565 32x32) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb565 32x32) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb565 0x0) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb565 0x0) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture argb32 256x256) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture argb32 256x256) QPainterVideoSurface: Vertex shader compile error FAIL! : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture argb32 256x256) Compared values are not the same Actual (surface.start(format)): 0 Expected (supportedFormat): 1 tst_qpaintervideosurface.cpp(925) : failure location QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb24 1024x768) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb24 1024x768) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb24 -1024x-768) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: rgb24 -1024x-768) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: YUV420P 640x480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: YUV420P 640x480) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: YUV420P 640x-480) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: Texture: YUV420P 640x-480) QWARN : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: User Buffer: rgb32 256x256) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 PASS : tst_QPainterVideoSurface::shaderSupportedFormat(GLSL: User Buffer: rgb32 256x256) QWARN : tst_QPainterVideoSurface::shaderPresent(GLSL: rgb32 -> argb32) class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289 QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qpaintervideosurface: 47 seconds, exit code 3221225477 Build log: http://testresults.qt-project.org/ci/QtMultimedia_stable_Integration/build_00120/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366026635): http://codereview.qt-project.org/53484 [PS1] - Enable tst_qpaintervideosurface. From ci-noreply at qt-project.org Mon Apr 15 14:38:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 15:38:01 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_123801_018830.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] Totals: 22 passed, 13 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() waitForSignal 2stopped() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1189)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() QWARN : tst_QQmlDebugJS::setBreakpointOnEvent() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpoint() QWARN : tst_QQmlDebugJS::changeBreakpointOnCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() QWARN : tst_QQmlDebugJS::continueDebugging() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] QDEBUG : tst_QQmlDebugJS::continueDebugging() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::continueDebugging() Process State: "running" QDEBUG : tst_QQmlDebugJS::continueDebugging() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() QWARN : tst_QQmlDebugJS::evaluateInLocalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInLocalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 26 passed, 9 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 13 QtQA::App::TestRunner: second attempt: exited with exit code 9 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 236 seconds, exit code 9 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00404/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366026243): http://codereview.qt-project.org/53702 [PS1] - Remove slow and buggy sub-image code From ci-noreply at qt-project.org Mon Apr 15 14:55:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 15:55:05 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130415_125505_015774.ci-noreply@qt-project.org> QtTools_dev_Integration » win32-msvc2010_Windows_7 #88: FAILURE Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00088/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366030328): http://codereview.qt-project.org/53642 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 15 14:59:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 15:59:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_125900_074215.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #75: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00075/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366030531): http://codereview.qt-project.org/53309 [PS3] - Fix shortcut scoping http://codereview.qt-project.org/53813 [PS1] - Added support for alignment with Layout.alignment property From ci-noreply at qt-project.org Mon Apr 15 15:13:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 16:13:29 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130415_131329_039127.ci-noreply@qt-project.org> QtQuick1_dev_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #52: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00052/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz ============================================================ QtQuick1_dev_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #52: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00052/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366031479): http://codereview.qt-project.org/53639 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 15 15:25:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 16:25:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#dev Message-ID: <20130415_132530_045697.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_Button::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_button.qml(164)] FAIL! : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(195)] FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(333)] FAIL! : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textarea.qml(126)] FAIL! : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(324)] FAIL! : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_toolbutton.qml(114)] Totals: 200 passed, 6 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_Button::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_button.qml(164)] PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QtAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_slider.qml(195)] PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(333)] PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_nanvalue() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textarea.qml(126)] PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_textfield.qml(324)] PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() PASS : qtquickcontrols::Tests_TextField::test_deselect() PASS : qtquickcontrols::Tests_TextField::test_getText() PASS : qtquickcontrols::Tests_TextField::test_inputMask() PASS : qtquickcontrols::Tests_TextField::test_insert() PASS : qtquickcontrols::Tests_TextField::test_length() PASS : qtquickcontrols::Tests_TextField::test_maximumLength() PASS : qtquickcontrols::Tests_TextField::test_readonly() PASS : qtquickcontrols::Tests_TextField::test_redo() PASS : qtquickcontrols::Tests_TextField::test_select() PASS : qtquickcontrols::Tests_TextField::test_selectAll() PASS : qtquickcontrols::Tests_TextField::test_selectWord() PASS : qtquickcontrols::Tests_TextField::test_text() PASS : qtquickcontrols::Tests_TextField::test_undo() PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() FAIL! : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_toolbutton.qml(114)] PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 200 passed, 6 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 29 seconds, exit code 6 Build log: http://testresults.qt-project.org/ci/QtQuickControls_dev_Integration/build_00065/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1366030345): http://codereview.qt-project.org/53644 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 15 15:32:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 16:32:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130415_133246_006471.ci-noreply@qt-project.org> QtBase_stable_Integration #929: SUCCESS Tested changes (refs/builds/stable_1366024946): http://codereview.qt-project.org/53795 [PS1] - Remove code for Android API level < 9 http://codereview.qt-project.org/53794 [PS1] - Remove dead code http://codereview.qt-project.org/53721 [PS1] - Fix incorrect compiler-from-mkspec selection in configure http://codereview.qt-project.org/53780 [PS1] - Add autorelease pool for cocoa plugin creation. http://codereview.qt-project.org/53781 [PS1] - Add autorelease pools needed by Qt Creator. http://codereview.qt-project.org/53711 [PS1] - Make qtbase compile with QT_NO_IMAGEFORMATPLUGIN http://codereview.qt-project.org/53691 [PS1] - fix padding periods in configure help text http://codereview.qt-project.org/53687 [PS1] - Cocoa: Fix unresponsive main window after running more than one modal session http://codereview.qt-project.org/53438 [PS2] - Added qtwaylandscanner rules to wayland-scanner.prf From ci-noreply at qt-project.org Mon Apr 15 15:53:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 16:53:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#dev Message-ID: <20130415_135330_014368.ci-noreply@qt-project.org> QtDoc_dev_Integration #22: SUCCESS Tested changes (refs/builds/dev_1366030323): http://codereview.qt-project.org/53641 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 15 16:10:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 17:10:00 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_141000_061826.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #76: SUCCESS Tested changes (refs/builds/stable_1366031519): http://codereview.qt-project.org/53591 [PS15] - Remove hard dependency on widgets From ci-noreply at qt-project.org Mon Apr 15 16:20:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 17:20:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsystems#master Message-ID: <20130415_142001_034055.ci-noreply@qt-project.org> QtSystems_master_Integration #677: SUCCESS Tested changes (refs/builds/master_1366030008): http://codereview.qt-project.org/53232 [PS1] - Fix interesting warning found in publish-and-subscribe From ci-noreply at qt-project.org Mon Apr 15 16:33:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 17:33:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_143325_087812.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] FAIL! : tst_QQmlDebugJS::getVersion() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1078)] FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1208)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] Totals: 23 passed, 12 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() QWARN : tst_QQmlDebugJS::stepNextWithCount() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNextWithCount() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1560)] QDEBUG : tst_QQmlDebugJS::stepNextWithCount() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNextWithCount() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNextWithCount() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() QWARN : tst_QQmlDebugJS::evaluateInGlobalScope() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Process State: "running" QDEBUG : tst_QQmlDebugJS::evaluateInGlobalScope() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() QWARN : tst_QQmlDebugJS::getSource() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] QDEBUG : tst_QQmlDebugJS::getSource() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getSource() Process State: "running" QDEBUG : tst_QQmlDebugJS::getSource() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 26 passed, 9 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 12 QtQA::App::TestRunner: second attempt: exited with exit code 9 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 550 seconds, exit code 9 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00405/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366033197): http://codereview.qt-project.org/53702 [PS1] - Remove slow and buggy sub-image code From ci-noreply at qt-project.org Mon Apr 15 16:56:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 17:56:20 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130415_145620_080160.ci-noreply@qt-project.org> Autotests `tst_qabstractitemview' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x103c047e0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10315f600 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 4 seconds, exit code 1 Testing tst_QAbstractItemView 2013-04-15 16:47:28.808 tst_qabstractitemview[3609:2703] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qabstractitemview.savedState/window_9.data: Permission denied (13) FAIL! : tst_QAbstractItemView::testNoActivateOnDisabledItem() 'QTest::qWaitForWindowActive(&treeView)' returned FALSE. () Loc: [tst_qabstractitemview.cpp(1656)] Totals: 56 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QAbstractItemView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QAbstractItemView::initTestCase() PASS : tst_QAbstractItemView::getSetCheck() QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QListView) QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTableView) QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTreeView) QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QHeaderView) QWARN : tst_QAbstractItemView::setModel(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QListView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QListView) QWARN : tst_QAbstractItemView::setModel(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTableView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTableView) QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTreeView) QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QHeaderView) PASS : tst_QAbstractItemView::noModel() 2013-04-15 16:47:31.310 tst_qabstractitemview[3618:2703] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qabstractitemview.savedState/window_3.data: Permission denied (13) PASS : tst_QAbstractItemView::dragSelect() PASS : tst_QAbstractItemView::rowDelegate() PASS : tst_QAbstractItemView::columnDelegate() PASS : tst_QAbstractItemView::selectAll() PASS : tst_QAbstractItemView::ctrlA() SKIP : tst_QAbstractItemView::persistentEditorFocus() Some window managers don't handle focus that well Loc: [tst_qabstractitemview.cpp(760)] PASS : tst_QAbstractItemView::setItemDelegate(4 columndelegates) PASS : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row) PASS : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column) PASS : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column) PASS : tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column) PASS : tst_QAbstractItemView::noFallbackToRoot() PASS : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) PASS : tst_QAbstractItemView::task221955_selectedEditor() PASS : tst_QAbstractItemView::task250754_fontChange() PASS : tst_QAbstractItemView::task200665_itemEntered() QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed PASS : tst_QAbstractItemView::task257481_emptyEditor() PASS : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() PASS : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() PASS : tst_QAbstractItemView::ctrlRubberbandSelection() PASS : tst_QAbstractItemView::QTBUG6407_extendedSelection() PASS : tst_QAbstractItemView::QTBUG6753_selectOnSelection() PASS : tst_QAbstractItemView::testDelegateDestroyEditor() PASS : tst_QAbstractItemView::testClickedSignal() PASS : tst_QAbstractItemView::testChangeEditorState() PASS : tst_QAbstractItemView::deselectInSingleSelection() FAIL! : tst_QAbstractItemView::testNoActivateOnDisabledItem() 'QTest::qWaitForWindowActive(&treeView)' returned FALSE. () Loc: [tst_qabstractitemview.cpp(1656)] PASS : tst_QAbstractItemView::cleanupTestCase() Totals: 56 passed, 1 failed, 1 skipped ********* Finished testing of tst_QAbstractItemView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qabstractitemview: 11 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00819/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1366030334): http://codereview.qt-project.org/53637 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 15 17:05:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 18:05:32 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_150532_005558.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #77: SUCCESS Tested changes (refs/builds/stable_1366035125): http://codereview.qt-project.org/53813 [PS1] - Added support for alignment with Layout.alignment property http://codereview.qt-project.org/53309 [PS3] - Fix shortcut scoping From ci-noreply at qt-project.org Mon Apr 15 17:25:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 18:25:23 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_152523_050339.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] Totals: 24 passed, 11 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::gc() QWARN : tst_QQmlDebugJS::listBreakpoints() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] QDEBUG : tst_QQmlDebugJS::listBreakpoints() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::listBreakpoints() Process State: "running" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() QWARN : tst_QQmlDebugJS::setBreakpointOnEvent() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointOnEvent() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::changeBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] QDEBUG : tst_QQmlDebugJS::changeBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() QWARN : tst_QQmlDebugJS::backtrace() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] QDEBUG : tst_QQmlDebugJS::backtrace() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::backtrace() Process State: "running" QDEBUG : tst_QQmlDebugJS::backtrace() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 27 passed, 8 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 11 QtQA::App::TestRunner: second attempt: exited with exit code 8 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 208 seconds, exit code 8 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00406/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366036514): http://codereview.qt-project.org/53773 [PS1] - QmlDebugServer: Ensure plugin is set http://codereview.qt-project.org/53772 [PS1] - QmlDebugServer: Remove unimplemented function From ci-noreply at qt-project.org Mon Apr 15 17:45:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 18:45:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130415_154521_005650.ci-noreply@qt-project.org> QtBase_stable_Integration #930: SUCCESS Tested changes (refs/builds/stable_1366032898): http://codereview.qt-project.org/51500 [PS7] - Fix QFSFileEngine::renameOverwrite for Windows Embedded Compact 7. http://codereview.qt-project.org/49505 [PS5] - added QMAKE_EXTENSION_STATICLIB to wince mkspec http://codereview.qt-project.org/53080 [PS2] - Move the reporting of xkbcommon's warning closer to the bottom http://codereview.qt-project.org/53079 [PS7] - Re-shuffle the configure output http://codereview.qt-project.org/51846 [PS1] - Mark as unused the private members that aren't and CANNOT be used http://codereview.qt-project.org/53797 [PS1] - eglfs: Make sure virtual functions are not called from ctor http://codereview.qt-project.org/53135 [PS3] - Android: Implement a hack for qmake /dev/null usage on Windows. http://codereview.qt-project.org/53796 [PS1] - Make surface and window accessible to subclasses From ci-noreply at qt-project.org Mon Apr 15 18:01:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 19:01:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_160131_009585.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #78: SUCCESS Tested changes (refs/builds/stable_1366038456): http://codereview.qt-project.org/53709 [PS2] - Rename QtStack to QQuickStack From ci-noreply at qt-project.org Mon Apr 15 18:50:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 19:50:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130415_165046_050432.ci-noreply@qt-project.org> QtTools_stable_Integration #140: SUCCESS Tested changes (refs/builds/stable_1366038764): http://codereview.qt-project.org/53441 [PS5] - Doc: remove details about i18n from Qt Linguist Manual From ci-noreply at qt-project.org Mon Apr 15 19:03:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 20:03:00 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_170300_001357.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #79: SUCCESS Tested changes (refs/builds/stable_1366041878): http://codereview.qt-project.org/53671 [PS1] - Example: Add a ComboBox in the Styles tab From ci-noreply at qt-project.org Mon Apr 15 19:17:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 20:17:47 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_171747_003544.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] FAIL! : tst_QQmlDebugJS::getVersion() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1078)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] Totals: 26 passed, 9 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() QWARN : tst_QQmlDebugJS::interrupt() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "running" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() QWARN : tst_QQmlDebugJS::listBreakpoints() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] QDEBUG : tst_QQmlDebugJS::listBreakpoints() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::listBreakpoints() Process State: "running" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() QWARN : tst_QQmlDebugJS::changeBreakpointOnCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() QWARN : tst_QQmlDebugJS::backtrace() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] QDEBUG : tst_QQmlDebugJS::backtrace() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::backtrace() Process State: "running" QDEBUG : tst_QQmlDebugJS::backtrace() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getFrameDetails() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] QDEBUG : tst_QQmlDebugJS::getFrameDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getFrameDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getFrameDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::getScopeDetails() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopeDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1686)] QDEBUG : tst_QQmlDebugJS::getScopeDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopeDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopeDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 26 passed, 9 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmldebugjs: 198 seconds, exit code 9 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00407/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366043240): http://codereview.qt-project.org/53599 [PS1] - Don't relayout if item is removed from scene From ci-noreply at qt-project.org Mon Apr 15 19:40:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 20:40:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130415_174024_097215.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #411: SUCCESS Tested changes (refs/builds/dev_1366041918): http://codereview.qt-project.org/52669 [PS1] - Embed some default particles. From ci-noreply at qt-project.org Mon Apr 15 19:58:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 20:58:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_175813_051599.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #80: SUCCESS Tested changes (refs/builds/stable_1366045504): http://codereview.qt-project.org/52130 [PS10] - Fix the behavior for activeFocusOnTab in ApplicationWindow From ci-noreply at qt-project.org Mon Apr 15 20:08:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 21:08:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130415_180844_011221.ci-noreply@qt-project.org> QtBase_stable_Integration #931: SUCCESS Tested changes (refs/builds/stable_1366040853): http://codereview.qt-project.org/53783 [PS1] - Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/Status From ci-noreply at qt-project.org Mon Apr 15 20:12:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 21:12:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_181200_050162.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1058)] FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1103)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1608)] FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] FAIL! : tst_QQmlDebugJS::getScopeDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1686)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] Totals: 23 passed, 12 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::listBreakpoints() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1185)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() QWARN : tst_QQmlDebugJS::changeBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] QDEBUG : tst_QQmlDebugJS::changeBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() QWARN : tst_QQmlDebugJS::stepNext() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] QDEBUG : tst_QQmlDebugJS::stepNext() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepNext() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepNext() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNextWithCount() QWARN : tst_QQmlDebugJS::stepIn() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] QDEBUG : tst_QQmlDebugJS::stepIn() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::stepIn() Process State: "running" QDEBUG : tst_QQmlDebugJS::stepIn() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 25 passed, 10 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 12 QtQA::App::TestRunner: second attempt: exited with exit code 10 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 237 seconds, exit code 10 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00408/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366046460): http://codereview.qt-project.org/53599 [PS1] - Don't relayout if item is removed from scene From ci-noreply at qt-project.org Mon Apr 15 20:21:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 21:21:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130415_182103_061314.ci-noreply@qt-project.org> qtbase failed to compile :( ../../../3rdparty/sqlite/sqlite3.c:14242:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'localtime' ../../../3rdparty/sqlite/sqlite3.c:91937:1: warning: missing initializer [-Wmissing-field-initializers] ../../../3rdparty/sqlite/sqlite3.c:91937:1: warning: (near initialization for 'sqlite3Apis.aggregate_count') [-Wmissing-field-initializers] ../../../3rdparty/sqlite/sqlite3.c: In function 'porter_stemmer': ../../../3rdparty/sqlite/sqlite3.c:125326:41: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125330:39: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125343:35: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125348:39: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125354:41: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125359:39: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125368:36: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125375:37: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125418:39: warning: value computed is not used [-Wunused-value] ../../../3rdparty/sqlite/sqlite3.c:125438:34: warning: value computed is not used [-Wunused-value] make[5]: *** [.obj/release-shared/sqlite3.o] Error 1 make[4]: *** [sub-sqlite-make_first] Error 2 make[3]: *** [sub-sqldrivers-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00932/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366049457): http://codereview.qt-project.org/53557 [PS3] - Fixed CE build of sqlite3 From ci-noreply at qt-project.org Mon Apr 15 20:27:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 21:27:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130415_182711_069292.ci-noreply@qt-project.org> Autotest `tst_qfile' failed :( QObject::connect: Cannot connect (null)::destroyed() to QHostInfoLookupManager::waitForThreadPoolDone() Testing tst_QFile QWARN : tst_QFile::open() Skipping '//./PhysicalDrive0' (requires administrative permissions) XFAIL : tst_QFile::open(noreadfile) Windows does not currently support non-readable files. ..\tst_qfile.cpp(628) : failure location XFAIL : tst_QFile::absolutePathLinkToRelativePath() Symlinking using relative paths is currently different on Windows and Unix/Symbian ..\tst_qfile.cpp(1527) : failure location FAIL! : tst_QFile::largeUncFileSupport() 'file.seek(dataOffset)' returned FALSE. () ..\tst_qfile.cpp(1669) : failure location Totals: 80 passed, 1 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::destroyed() to QHostInfoLookupManager::waitForThreadPoolDone() ********* Start testing of tst_QFile ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QFile::initTestCase() PASS : tst_QFile::exists() QWARN : tst_QFile::open() Skipping '//./PhysicalDrive0' (requires administrative permissions) XFAIL : tst_QFile::open(noreadfile) Windows does not currently support non-readable files. ..\tst_qfile.cpp(628) : failure location PASS : tst_QFile::open() PASS : tst_QFile::openUnbuffered() PASS : tst_QFile::size() PASS : tst_QFile::sizeNoExist() PASS : tst_QFile::seek() PASS : tst_QFile::setSize() PASS : tst_QFile::setSizeSeek() PASS : tst_QFile::seekToSamePosition() PASS : tst_QFile::atEnd() PASS : tst_QFile::readLine() PASS : tst_QFile::readLine2() PASS : tst_QFile::readLineNullInLine() PASS : tst_QFile::readAll() PASS : tst_QFile::readAllBuffer() PASS : tst_QFile::readAllStdin() PASS : tst_QFile::readLineStdin() PASS : tst_QFile::readLineStdin_lineByLine() PASS : tst_QFile::text() PASS : tst_QFile::missingEndOfLine() PASS : tst_QFile::readBlock() PASS : tst_QFile::getch() PASS : tst_QFile::ungetChar() PASS : tst_QFile::createFile() PASS : tst_QFile::append() PASS : tst_QFile::permissions() PASS : tst_QFile::setPermissions() PASS : tst_QFile::copy() PASS : tst_QFile::copyAfterFail() PASS : tst_QFile::copyRemovesTemporaryFile() PASS : tst_QFile::copyShouldntOverwrite() PASS : tst_QFile::copyFallback() PASS : tst_QFile::link() PASS : tst_QFile::linkToDir() XFAIL : tst_QFile::absolutePathLinkToRelativePath() Symlinking using relative paths is currently different on Windows and Unix/Symbian ..\tst_qfile.cpp(1527) : failure location PASS : tst_QFile::absolutePathLinkToRelativePath() PASS : tst_QFile::readBrokenLink() PASS : tst_QFile::readTextFile() PASS : tst_QFile::readTextFile2() PASS : tst_QFile::writeTextFile() FAIL! : tst_QFile::largeUncFileSupport() 'file.seek(dataOffset)' returned FALSE. () ..\tst_qfile.cpp(1669) : failure location SKIP : tst_QFile::tailFile() File change notifications are so far unsupported. ..\tst_qfile.cpp(1689) : failure location PASS : tst_QFile::flush() PASS : tst_QFile::bufferedRead() SKIP : tst_QFile::isSequential() Unix only test. ..\tst_qfile.cpp(1772) : failure location PASS : tst_QFile::encodeName() PASS : tst_QFile::truncate() PASS : tst_QFile::seekToPos() PASS : tst_QFile::seekAfterEndOfFile() PASS : tst_QFile::FILEReadWrite() PASS : tst_QFile::i18nFileName() PASS : tst_QFile::longFileName() PASS : tst_QFile::fileEngineHandler() PASS : tst_QFile::useQFileInAFileHandler() PASS : tst_QFile::getCharFF() PASS : tst_QFile::remove_and_exists() PASS : tst_QFile::removeOpenFile() SKIP : tst_QFile::fullDisk() /dev/full doesn't exist on this system ..\tst_qfile.cpp(2330) : failure location PASS : tst_QFile::writeLargeDataBlock() PASS : tst_QFile::readFromWriteOnlyFile() PASS : tst_QFile::writeToReadOnlyFile() SKIP : tst_QFile::virtualFile() This platform does not have 0-sized virtual files ..\tst_qfile.cpp(2477) : failure location PASS : tst_QFile::textFile() PASS : tst_QFile::rename() PASS : tst_QFile::renameWithAtEndSpecialFile() PASS : tst_QFile::renameFallback() PASS : tst_QFile::renameMultiple() PASS : tst_QFile::appendAndRead() PASS : tst_QFile::miscWithUncPathAsCurrentDir() PASS : tst_QFile::standarderror() PASS : tst_QFile::handle() PASS : tst_QFile::nativeHandleLeaks() PASS : tst_QFile::readEof() PASS : tst_QFile::map() PASS : tst_QFile::mapResource() PASS : tst_QFile::mapOpenMode() PASS : tst_QFile::openStandardStreams() PASS : tst_QFile::resize() PASS : tst_QFile::objectConstructors() PASS : tst_QFile::caseSensitivity() PASS : tst_QFile::autocloseHandle() PASS : tst_QFile::task167217() PASS : tst_QFile::openDirectory() PASS : tst_QFile::writeNothing() PASS : tst_QFile::cleanupTestCase() Totals: 80 passed, 1 failed, 4 skipped ********* Finished testing of tst_QFile ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfile: 39 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01390/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/4.8_1366033765): http://codereview.qt-project.org/53769 [PS2] - Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1 From ci-noreply at qt-project.org Mon Apr 15 20:28:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 21:28:26 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130415_182826_081093.ci-noreply@qt-project.org> QtWebKit_stable_Integration #112: SUCCESS Tested changes (refs/builds/stable_1366042240): http://codereview.qt-project.org/53803 [PS1] - [Qt] HTML5 video - sound volume bar out of widget http://codereview.qt-project.org/53802 [PS1] - [Qt] New fast/text/word-space-with-kerning-3.html fails on Qt. http://codereview.qt-project.org/53800 [PS1] - [Qt] Enable LINK_PREFETCH From ci-noreply at qt-project.org Mon Apr 15 21:34:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 22:34:23 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_193423_035389.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #409: SUCCESS Tested changes (refs/builds/stable_1366049714): http://codereview.qt-project.org/53599 [PS1] - Don't relayout if item is removed from scene From ci-noreply at qt-project.org Mon Apr 15 22:26:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 15 Apr 2013 23:26:31 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130415_202631_092188.ci-noreply@qt-project.org> Autotest `tst_qqmldebugjs' failed :( Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] Totals: 34 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() PASS : tst_QQmlDebugJS::gc() PASS : tst_QQmlDebugJS::listBreakpoints() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1203)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() PASS : tst_QQmlDebugJS::getScripts() PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 34 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmldebugjs: 27 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00410/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366054572): http://codereview.qt-project.org/53702 [PS1] - Remove slow and buggy sub-image code From ci-noreply at qt-project.org Tue Apr 16 01:55:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 02:55:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130415_235501_056507.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #81: SUCCESS Tested changes (refs/builds/stable_1366066895): http://codereview.qt-project.org/53820 [PS1] - TabView: support dynamic tabs with createObject() and destroy() From ci-noreply at qt-project.org Tue Apr 16 08:11:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 09:11:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_061130_014614.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 173 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00933/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366085533): http://codereview.qt-project.org/53801 [PS1] - Convert the new filename to native separators before checking it From ci-noreply at qt-project.org Tue Apr 16 08:58:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 09:58:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130416_065814_036974.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #121: SUCCESS Tested changes (refs/builds/stable_1366092889): http://codereview.qt-project.org/53485 [PS2] - Fix hang in tst_qaudioinput (Windows). From ci-noreply at qt-project.org Tue Apr 16 09:00:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 10:00:42 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130416_070042_020773.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration » linux-g++-32_Ubuntu_10.04_x86 #178: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00178/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtQA_sysadmin_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #178: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00178/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366095471): http://codereview.qt-project.org/53871 [PS5] - Adding MinGW 4.8.0 to be installed to ci nodes. From ci-noreply at qt-project.org Tue Apr 16 10:08:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 11:08:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_080825_031533.ci-noreply@qt-project.org> Autotests `tst_qqmldebugjs' and `tst_qquicktextinput' failed :( Testing tst_qquicktextinput 2013-04-16 11:06:15.543 tst_qquicktextinput[15523:739f] invalid drawable FAIL! : tst_qquicktextinput::cursorRectangle(left to right) Compared values are not the same Actual (input.positionToRectangle(i)): QRectF(0,0 1x16) (bottomright 1,16) Expected (r): QRectF(0,0 1x15.2969) (bottomright 1,15.2969) Loc: [tst_qquicktextinput.cpp(2963)] FAIL! : tst_qquicktextinput::cursorRectangle(right to left) Compared values are not the same Actual (input.positionToRectangle(i)): QRectF(34.6406,0 1x17) (bottomright 35.6406,17) Expected (r): QRectF(34.6406,0 1x16.8594) (bottomright 35.6406,16.8594) Loc: [tst_qquicktextinput.cpp(2963)] FAIL! : tst_qquicktextinput::cursorRectangleSize() Compared values are not the same Actual (cursorRectFromItem): QRectF(0,0 1x15.2969) (bottomright 1,15.2969) Expected (cursorRectFromPositionToRectangle): QRectF(0,0 1x16) (bottomright 1,16) Loc: [tst_qquicktextinput.cpp(4019)] Totals: 389 passed, 3 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquicktextinput ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquicktextinput::initTestCase() PASS : tst_qquicktextinput::text() PASS : tst_qquicktextinput::width() PASS : tst_qquicktextinput::font() PASS : tst_qquicktextinput::color() PASS : tst_qquicktextinput::wrap() PASS : tst_qquicktextinput::selection() PASS : tst_qquicktextinput::persistentSelection() PASS : tst_qquicktextinput::isRightToLeft(Empty) PASS : tst_qquicktextinput::isRightToLeft(Neutral) PASS : tst_qquicktextinput::isRightToLeft(LTR) PASS : tst_qquicktextinput::isRightToLeft(RTL) PASS : tst_qquicktextinput::isRightToLeft(Bidi RTL + LTR + RTL) PASS : tst_qquicktextinput::isRightToLeft(Bidi LTR + RTL + LTR) PASS : tst_qquicktextinput::moveCursorSelection((t)he|characters) PASS : tst_qquicktextinput::moveCursorSelection(do(g)|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum(p)ed|characters) PASS : tst_qquicktextinput::moveCursorSelection(jumped( )over|characters) PASS : tst_qquicktextinput::moveCursorSelection((the )|characters) PASS : tst_qquicktextinput::moveCursorSelection(( dog)|characters) PASS : tst_qquicktextinput::moveCursorSelection(( jumped )|characters) PASS : tst_qquicktextinput::moveCursorSelection(th(e qu)ick|characters) PASS : tst_qquicktextinput::moveCursorSelection(la(zy d)og|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum(ped ov)er|characters) PASS : tst_qquicktextinput::moveCursorSelection(()the|characters) PASS : tst_qquicktextinput::moveCursorSelection(dog()|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum()ped|characters) PASS : tst_qquicktextinput::moveCursorSelection(<(t)he>|words) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(over|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(jumped<( )over>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(the )>quick|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(the )quick>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(lazy<( dog)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(over|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(fox<( jumped )over>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection() PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(<()>the|words) PASS : tst_qquicktextinput::moveCursorSelection(dog<()>|words) PASS : tst_qquicktextinput::moveCursorSelection(jum<()>ped|words) PASS : tst_qquicktextinput::moveCursorSelection( |words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(,)> |words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(, )world>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(,|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello<()>,|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<()>|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( )>world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( )world>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( world)>|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( world!)>|words) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(, world!)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(world<(!)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world!<()>)|words) PASS : tst_qquicktextinput::moveCursorSelection(world<()>!)|words) PASS : tst_qquicktextinput::moveCursorSelection(<(,)>olleH |words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(,)olleH> |words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( ,)olleH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( ,ol)leH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(,<(ol)leH>,|words) PASS : tst_qquicktextinput::moveCursorSelection(,<()>olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<()>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(,olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( )>,olleH|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(dlrow )>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow )>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow ,)>olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow ,)olleH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(!)>dlrow|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(!)dlrow|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<()>!dlrow|words) PASS : tst_qquicktextinput::moveCursorSelection(!<()>dlrow|words) PASS : tst_qquicktextinput::moveCursorSelection( text |words) PASS : tst_qquicktextinput::moveCursorSelection( spacey |words) PASS : tst_qquicktextinput::moveCursorSelection(<( )>spacey text |words|ltr) PASS : tst_qquicktextinput::moveCursorSelection(<( )spacey> text |words|rtl) PASS : tst_qquicktextinput::moveCursorSelection(spacey |words|ltr) PASS : tst_qquicktextinput::moveCursorSelection(spacey text<( )>|words|rtl) PASS : tst_qquicktextinput::moveCursorSelection(<()> spacey text |words) PASS : tst_qquicktextinput::moveCursorSelection( spacey text <()>|words) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { f^ox} jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn> f^ox} jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { ^}fox jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn> ^}fox jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {} fox jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn^>} f^ox jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {^bro)wn>} fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick{<(^ bro)wn>} fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {<^quick}( bro)wn> fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {<^quick}( bro)wn> fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the{^ fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the{^ fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({t^he fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({t^he fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({, w^orld}!|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({, w^orld}!|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(!{dlro^w ,}|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(!{dlro^w ,}|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({<(^} sp)acey> text |ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({<( ^}sp)acey> text |ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(<( {s^p)acey>} text |rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(<( {^sp)acey>} text |rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey }|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey }|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey {|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey {|ltr) WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::dragMouseSelection() WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords focused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default focused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default focus on press) QWARN : tst_qquicktextinput::mouseSelectionMode_accessors() Don't know how to handle 'SelectionMode', use qRegisterMetaType to register it. PASS : tst_qquicktextinput::mouseSelectionMode_accessors() PASS : tst_qquicktextinput::selectByMouse() PASS : tst_qquicktextinput::renderType() WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::tripleClickSelectsAll() PASS : tst_qquicktextinput::horizontalAlignment_RightToLeft() PASS : tst_qquicktextinput::verticalAlignment() PASS : tst_qquicktextinput::clipRect() PASS : tst_qquicktextinput::boundingRect() PASS : tst_qquicktextinput::positionAt() 2013-04-16 11:06:58.226 tst_qquicktextinput[15526:825b] invalid drawable PASS : tst_qquicktextinput::maxLength() PASS : tst_qquicktextinput::masks() PASS : tst_qquicktextinput::validators() PASS : tst_qquicktextinput::inputMethods() PASS : tst_qquicktextinput::passwordCharacter() PASS : tst_qquicktextinput::cursorDelegate(out of line) PASS : tst_qquicktextinput::cursorDelegate(in line) PASS : tst_qquicktextinput::cursorDelegate(external) SKIP : tst_qquicktextinput::remoteCursorDelegate() This test is unstable Loc: [tst_qquicktextinput.cpp(2778)] SKIP : tst_qquicktextinput::cursorVisible() This test is unstable Loc: [tst_qquicktextinput.cpp(2813)] FAIL! : tst_qquicktextinput::cursorRectangle(left to right) Compared values are not the same Actual (input.positionToRectangle(i)): QRectF(0,0 1x16) (bottomright 1,16) Expected (r): QRectF(0,0 1x15.2969) (bottomright 1,15.2969) Loc: [tst_qquicktextinput.cpp(2963)] FAIL! : tst_qquicktextinput::cursorRectangle(right to left) Compared values are not the same Actual (input.positionToRectangle(i)): QRectF(34.6406,0 1x17) (bottomright 35.6406,17) Expected (r): QRectF(34.6406,0 1x16.8594) (bottomright 35.6406,16.8594) Loc: [tst_qquicktextinput.cpp(2963)] PASS : tst_qquicktextinput::navigation() PASS : tst_qquicktextinput::navigation_RTL() PASS : tst_qquicktextinput::copyAndPaste() PASS : tst_qquicktextinput::copyAndPasteKeySequence() PASS : tst_qquicktextinput::canPasteEmpty() PASS : tst_qquicktextinput::canPaste() WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::middleClickPaste() PASS : tst_qquicktextinput::readOnly() WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::focusOnPress() WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::openInputPanel() PASS : tst_qquicktextinput::setHAlignClearCache() PASS : tst_qquicktextinput::focusOutClearSelection() PASS : tst_qquicktextinput::focusOutNotClearSelection() PASS : tst_qquicktextinput::echoMode() SKIP : tst_qquicktextinput::passwordEchoDelay() No mask delay in use Loc: [tst_qquicktextinput.cpp(3208)] PASS : tst_qquicktextinput::geometrySignals() PASS : tst_qquicktextinput::contentSize() PASS : tst_qquicktextinput::preeditAutoScroll() PASS : tst_qquicktextinput::preeditCursorRectangle() WARNING: tst_qquicktextinput::inputContextMouseHandler() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::inputContextMouseHandler() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::inputContextMouseHandler() PASS : tst_qquicktextinput::inputMethodComposing() PASS : tst_qquicktextinput::inputMethodUpdate() FAIL! : tst_qquicktextinput::cursorRectangleSize() Compared values are not the same Actual (cursorRectFromItem): QRectF(0,0 1x15.2969) (bottomright 1,15.2969) Expected (cursorRectFromPositionToRectangle): QRectF(0,0 1x16) (bottomright 1,16) Loc: [tst_qquicktextinput.cpp(4019)] PASS : tst_qquicktextinput::getText(all plain text) PASS : tst_qquicktextinput::getText(plain text sub string) PASS : tst_qquicktextinput::getText(plain text sub string reversed) PASS : tst_qquicktextinput::getText(plain text cropped beginning) PASS : tst_qquicktextinput::getText(plain text cropped end) PASS : tst_qquicktextinput::getText(plain text cropped beginning and end) PASS : tst_qquicktextinput::insert(at cursor position (beginning)) PASS : tst_qquicktextinput::insert(at cursor position (end)) PASS : tst_qquicktextinput::insert(at cursor position (middle)) PASS : tst_qquicktextinput::insert(after cursor position (beginning)) PASS : tst_qquicktextinput::insert(before cursor position (end)) PASS : tst_qquicktextinput::insert(before cursor position (middle)) PASS : tst_qquicktextinput::insert(after cursor position (middle)) PASS : tst_qquicktextinput::insert(before selection) PASS : tst_qquicktextinput::insert(before reversed selection) PASS : tst_qquicktextinput::insert(after selection) PASS : tst_qquicktextinput::insert(after reversed selection) PASS : tst_qquicktextinput::insert(into selection) PASS : tst_qquicktextinput::insert(into reversed selection) PASS : tst_qquicktextinput::insert(rich text into plain text) PASS : tst_qquicktextinput::insert(before start) PASS : tst_qquicktextinput::insert(past end) PASS : tst_qquicktextinput::insert(mask: at cursor position (beginning)) PASS : tst_qquicktextinput::insert(mask: at cursor position (end)) PASS : tst_qquicktextinput::insert(mask: at cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: after cursor position (beginning)) PASS : tst_qquicktextinput::insert(mask: before cursor position (end)) PASS : tst_qquicktextinput::insert(mask: before cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: after cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: before selection) PASS : tst_qquicktextinput::insert(mask: before reversed selection) PASS : tst_qquicktextinput::insert(mask: after selection) PASS : tst_qquicktextinput::insert(mask: after reversed selection) PASS : tst_qquicktextinput::insert(mask: into selection) PASS : tst_qquicktextinput::insert(mask: into reversed selection) PASS : tst_qquicktextinput::insert(mask: before start) PASS : tst_qquicktextinput::insert(mask: past end) PASS : tst_qquicktextinput::insert(mask: invalid characters) PASS : tst_qquicktextinput::insert(mask: mixed validity) PASS : tst_qquicktextinput::remove(from cursor position (beginning)) PASS : tst_qquicktextinput::remove(to cursor position (beginning)) PASS : tst_qquicktextinput::remove(to cursor position (end)) PASS : tst_qquicktextinput::remove(to cursor position (end)) PASS : tst_qquicktextinput::remove(from cursor position (middle)) PASS : tst_qquicktextinput::remove(to cursor position (middle)) PASS : tst_qquicktextinput::remove(after cursor position (beginning)) PASS : tst_qquicktextinput::remove(before cursor position (end)) PASS : tst_qquicktextinput::remove(before cursor position (middle)) PASS : tst_qquicktextinput::remove(after cursor position (middle)) PASS : tst_qquicktextinput::remove(before selection) PASS : tst_qquicktextinput::remove(before reversed selection) PASS : tst_qquicktextinput::remove(after selection) PASS : tst_qquicktextinput::remove(after reversed selection) PASS : tst_qquicktextinput::remove(from selection) PASS : tst_qquicktextinput::remove(from reversed selection) PASS : tst_qquicktextinput::remove(cropped beginning) PASS : tst_qquicktextinput::remove(cropped end) PASS : tst_qquicktextinput::remove(cropped beginning and end) PASS : tst_qquicktextinput::remove(mask: from cursor position) PASS : tst_qquicktextinput::remove(mask: to cursor position) PASS : tst_qquicktextinput::remove(mask: before cursor position) PASS : tst_qquicktextinput::remove(mask: after cursor position) PASS : tst_qquicktextinput::remove(mask: before selection) PASS : tst_qquicktextinput::remove(mask: before reversed selection) PASS : tst_qquicktextinput::remove(mask: after selection) PASS : tst_qquicktextinput::remove(mask: after reversed selection) PASS : tst_qquicktextinput::remove(mask: from selection) PASS : tst_qquicktextinput::remove(mask: from reversed selection) PASS : tst_qquicktextinput::remove(mask: cropped beginning) PASS : tst_qquicktextinput::remove(mask: cropped end) PASS : tst_qquicktextinput::remove(mask: cropped beginning and end) PASS : tst_qquicktextinput::keySequence(select all) PASS : tst_qquicktextinput::keySequence(select start of line) PASS : tst_qquicktextinput::keySequence(select start of block) PASS : tst_qquicktextinput::keySequence(select end of line) PASS : tst_qquicktextinput::keySequence(select end of document) PASS : tst_qquicktextinput::keySequence(select end of block) SKIP : tst_qquicktextinput::keySequence(delete end of line) Key sequence is undefined Loc: [tst_qquicktextinput.cpp(5015)] PASS : tst_qquicktextinput::keySequence(move to start of line) PASS : tst_qquicktextinput::keySequence(move to start of block) PASS : tst_qquicktextinput::keySequence(move to next char) PASS : tst_qquicktextinput::keySequence(move to previous char (ltr)) PASS : tst_qquicktextinput::keySequence(move to previous char (rtl)) PASS : tst_qquicktextinput::keySequence(move to previous char with selection) PASS : tst_qquicktextinput::keySequence(select next char (ltr)) PASS : tst_qquicktextinput::keySequence(select next char (rtl)) PASS : tst_qquicktextinput::keySequence(select previous char (ltr)) PASS : tst_qquicktextinput::keySequence(select previous char (rtl)) PASS : tst_qquicktextinput::keySequence(move to next word (ltr)) PASS : tst_qquicktextinput::keySequence(move to next word (rtl)) PASS : tst_qquicktextinput::keySequence(move to next word (password,ltr)) PASS : tst_qquicktextinput::keySequence(move to next word (password,rtl)) PASS : tst_qquicktextinput::keySequence(move to previous word (ltr)) PASS : tst_qquicktextinput::keySequence(move to previous word (rlt)) PASS : tst_qquicktextinput::keySequence(move to previous word (password,ltr)) PASS : tst_qquicktextinput::keySequence(move to previous word (password,rtl)) PASS : tst_qquicktextinput::keySequence(select next word) PASS : tst_qquicktextinput::keySequence(select previous word) PASS : tst_qquicktextinput::keySequence(delete (selection)) PASS : tst_qquicktextinput::keySequence(delete (no selection)) PASS : tst_qquicktextinput::keySequence(delete end of word) PASS : tst_qquicktextinput::keySequence(delete start of word) PASS : tst_qquicktextinput::undo(insert_numbers) PASS : tst_qquicktextinput::undo(insert_helloworld) PASS : tst_qquicktextinput::undo(insert_patterns) PASS : tst_qquicktextinput::undo(keyboard_numbers) PASS : tst_qquicktextinput::undo(keyboard_helloworld) PASS : tst_qquicktextinput::undo(keyboard_patterns) PASS : tst_qquicktextinput::redo(Inserts and setting cursor) PASS : tst_qquicktextinput::undo_keypressevents(Inserts and moving cursor) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and delete) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection, delete and undo) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and undo, removing selection) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,backspace) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,backspace,inserts) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and overwriting) PASS : tst_qquicktextinput::undo_keypressevents(Insert,undo,redo) PASS : tst_qquicktextinput::undo_keypressevents(Insert,delete previous word,undo,redo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,select previous word,remove,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,delete previous word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,delete next word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,select,delete next word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Cut,paste) PASS : tst_qquicktextinput::undo_keypressevents(Copy,paste) PASS : tst_qquicktextinput::backspaceSurrogatePairs() PASS : tst_qquicktextinput::QTBUG_19956(intvalidator) PASS : tst_qquicktextinput::QTBUG_19956(doublevalidator) PASS : tst_qquicktextinput::QTBUG_19956_regexp() PASS : tst_qquicktextinput::implicitSize(plain) PASS : tst_qquicktextinput::implicitSize(plain_wrap) PASS : tst_qquicktextinput::implicitSizeBinding(plain) PASS : tst_qquicktextinput::implicitSizeBinding(plain_wrap) PASS : tst_qquicktextinput::negativeDimensions() PASS : tst_qquicktextinput::setInputMask(keys ip_localhost) PASS : tst_qquicktextinput::setInputMask(keys mac) PASS : tst_qquicktextinput::setInputMask(keys mac2) PASS : tst_qquicktextinput::setInputMask(keys byte) PASS : tst_qquicktextinput::setInputMask(keys halfbytes) PASS : tst_qquicktextinput::setInputMask(keys blank char same type as content) PASS : tst_qquicktextinput::setInputMask(keys parts of ip_localhost) PASS : tst_qquicktextinput::setInputMask(keys ip_null) PASS : tst_qquicktextinput::setInputMask(keys ip_null_hash) PASS : tst_qquicktextinput::setInputMask(keys ip_overflow) PASS : tst_qquicktextinput::setInputMask(keys uppercase) PASS : tst_qquicktextinput::setInputMask(keys lowercase) PASS : tst_qquicktextinput::setInputMask(keys nocase) PASS : tst_qquicktextinput::setInputMask(keys nocase1) PASS : tst_qquicktextinput::setInputMask(keys nocase2) PASS : tst_qquicktextinput::setInputMask(keys reserved) PASS : tst_qquicktextinput::setInputMask(keys escape01) PASS : tst_qquicktextinput::setInputMask(keys escape02) PASS : tst_qquicktextinput::setInputMask(keys escape03) PASS : tst_qquicktextinput::setInputMask(keys upper_lower_nocase1) PASS : tst_qquicktextinput::setInputMask(keys upper_lower_nocase2) PASS : tst_qquicktextinput::setInputMask(keys exact_case1) PASS : tst_qquicktextinput::setInputMask(keys exact_case2) PASS : tst_qquicktextinput::setInputMask(keys exact_case3) PASS : tst_qquicktextinput::setInputMask(keys exact_case4) PASS : tst_qquicktextinput::setInputMask(keys exact_case5) PASS : tst_qquicktextinput::setInputMask(keys exact_case6) PASS : tst_qquicktextinput::setInputMask(keys illegal_keys1) PASS : tst_qquicktextinput::setInputMask(keys illegal_keys2) XFAIL : tst_qquicktextinput::setInputMask(keys blank=input) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6026)] PASS : tst_qquicktextinput::setInputMask(keys blank=input) PASS : tst_qquicktextinput::setInputMask(insert ip_localhost) PASS : tst_qquicktextinput::setInputMask(insert mac) PASS : tst_qquicktextinput::setInputMask(insert mac2) PASS : tst_qquicktextinput::setInputMask(insert byte) PASS : tst_qquicktextinput::setInputMask(insert halfbytes) PASS : tst_qquicktextinput::setInputMask(insert blank char same type as content) PASS : tst_qquicktextinput::setInputMask(insert parts of ip_localhost) PASS : tst_qquicktextinput::setInputMask(insert ip_null) PASS : tst_qquicktextinput::setInputMask(insert ip_null_hash) PASS : tst_qquicktextinput::setInputMask(insert ip_overflow) PASS : tst_qquicktextinput::setInputMask(insert uppercase) PASS : tst_qquicktextinput::setInputMask(insert lowercase) PASS : tst_qquicktextinput::setInputMask(insert nocase) PASS : tst_qquicktextinput::setInputMask(insert nocase1) PASS : tst_qquicktextinput::setInputMask(insert nocase2) PASS : tst_qquicktextinput::setInputMask(insert reserved) PASS : tst_qquicktextinput::setInputMask(insert escape01) PASS : tst_qquicktextinput::setInputMask(insert escape02) PASS : tst_qquicktextinput::setInputMask(insert escape03) PASS : tst_qquicktextinput::setInputMask(insert upper_lower_nocase1) PASS : tst_qquicktextinput::setInputMask(insert upper_lower_nocase2) PASS : tst_qquicktextinput::setInputMask(insert exact_case1) PASS : tst_qquicktextinput::setInputMask(insert exact_case2) PASS : tst_qquicktextinput::setInputMask(insert exact_case3) PASS : tst_qquicktextinput::setInputMask(insert exact_case4) PASS : tst_qquicktextinput::setInputMask(insert exact_case5) PASS : tst_qquicktextinput::setInputMask(insert exact_case6) PASS : tst_qquicktextinput::setInputMask(insert illegal_keys1) PASS : tst_qquicktextinput::setInputMask(insert illegal_keys2) XFAIL : tst_qquicktextinput::setInputMask(insert blank=input) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6026)] PASS : tst_qquicktextinput::setInputMask(insert blank=input) PASS : tst_qquicktextinput::inputMask(nul 1) PASS : tst_qquicktextinput::inputMask(nul 2) PASS : tst_qquicktextinput::inputMask(mask 1) PASS : tst_qquicktextinput::inputMask(mask 2) PASS : tst_qquicktextinput::inputMask(mask 3) PASS : tst_qquicktextinput::inputMask(mask 4) PASS : tst_qquicktextinput::inputMask(invalid) PASS : tst_qquicktextinput::inputMask(unset) PASS : tst_qquicktextinput::clearInputMask() PASS : tst_qquicktextinput::keypress_inputMask(jumping on period(separator)) PASS : tst_qquicktextinput::keypress_inputMask(jumping on input) PASS : tst_qquicktextinput::keypress_inputMask(delete) PASS : tst_qquicktextinput::keypress_inputMask(deleting all) PASS : tst_qquicktextinput::keypress_inputMask(backspace) PASS : tst_qquicktextinput::keypress_inputMask(uppercase) PASS : tst_qquicktextinput::hasAcceptableInputMask(Alphabetic optional and required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Alphanumeric optional and require) XFAIL : tst_qquicktextinput::hasAcceptableInputMask(Any optional and required) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6197)] PASS : tst_qquicktextinput::hasAcceptableInputMask(Any optional and required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Numeric (0-9) required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Numeric (1-9) optional and required) PASS : tst_qquicktextinput::maskCharacter(Hex) PASS : tst_qquicktextinput::maskCharacter(hex) PASS : tst_qquicktextinput::maskCharacter(HexInvalid) PASS : tst_qquicktextinput::maskCharacter(hexInvalid) PASS : tst_qquicktextinput::maskCharacter(Bin) PASS : tst_qquicktextinput::maskCharacter(bin) PASS : tst_qquicktextinput::maskCharacter(BinInvalid) PASS : tst_qquicktextinput::maskCharacter(binInvalid) PASS : tst_qquicktextinput::cleanupTestCase() Totals: 389 passed, 3 failed, 4 skipped ********* Finished testing of tst_qquicktextinput ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquicktextinput: 84 seconds, exit code 3 Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1067)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1267)] FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1372)] FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1700)] FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1720)] FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] Totals: 25 passed, 10 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() PASS : tst_QQmlDebugJS::disconnect() QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::listBreakpoints() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] QDEBUG : tst_QQmlDebugJS::listBreakpoints() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::listBreakpoints() Process State: "running" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1245)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1288)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() PASS : tst_QQmlDebugJS::setBreakpointOnEvent() PASS : tst_QQmlDebugJS::changeBreakpoint() PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() QWARN : tst_QQmlDebugJS::clearBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1484)] QDEBUG : tst_QQmlDebugJS::clearBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::setExceptionBreak() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] QDEBUG : tst_QQmlDebugJS::setExceptionBreak() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Process State: "running" QDEBUG : tst_QQmlDebugJS::setExceptionBreak() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() QWARN : tst_QQmlDebugJS::continueDebugging() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1632)] QDEBUG : tst_QQmlDebugJS::continueDebugging() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::continueDebugging() Process State: "running" QDEBUG : tst_QQmlDebugJS::continueDebugging() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::backtrace() PASS : tst_QQmlDebugJS::getFrameDetails() QWARN : tst_QQmlDebugJS::getScopeDetails() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopeDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1686)] QDEBUG : tst_QQmlDebugJS::getScopeDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopeDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopeDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() QWARN : tst_QQmlDebugJS::getScopes() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] QDEBUG : tst_QQmlDebugJS::getScopes() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScopes() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScopes() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScripts() QWARN : tst_QQmlDebugJS::getSource() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1788)] QDEBUG : tst_QQmlDebugJS::getSource() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getSource() Process State: "running" QDEBUG : tst_QQmlDebugJS::getSource() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 25 passed, 10 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmldebugjs: 218 seconds, exit code 10 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00411/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366096286): http://codereview.qt-project.org/53289 [PS1] - TextInput: Fix cursor height http://codereview.qt-project.org/53527 [PS1] - Use triangle strips for particles on Mac OS X, ATI cards. From ci-noreply at qt-project.org Tue Apr 16 10:41:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 11:41:52 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_084152_014067.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) 'socket->waitForDisconnected(10000)' returned FALSE. () .\tst_qsslsocket.cpp(1932) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2073) : failure location Totals: 565 passed, 2 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) FAIL! : tst_QSslSocket::protocol(WithSocks5Proxy) 'socket->waitForEncrypted()' returned FALSE. (Network operation timed out) .\tst_qsslsocket.cpp(818) : failure location PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 2 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 150 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00934/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366093530): http://codereview.qt-project.org/53412 [PS1] - Correct dir entries caching in QFileDialog From ci-noreply at qt-project.org Tue Apr 16 11:35:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 12:35:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_093525_004383.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #412: SUCCESS Tested changes (refs/builds/stable_1366099814): http://codereview.qt-project.org/53772 [PS1] - QmlDebugServer: Remove unimplemented function http://codereview.qt-project.org/53773 [PS2] - QmlDebugServer: Ensure plugin is set http://codereview.qt-project.org/53852 [PS2] - Revert "QmlDebugging: Remove 'insignificant_test'" From ci-noreply at qt-project.org Tue Apr 16 11:35:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 12:35:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130416_093557_022777.ci-noreply@qt-project.org> QtBase_dev_Integration #820: SUCCESS Tested changes (refs/builds/dev_1366097140): http://codereview.qt-project.org/53649 [PS2] - iOS: Don't mangle QT_ARCH when being more specific about what arch to build From ci-noreply at qt-project.org Tue Apr 16 12:14:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 13:14:55 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130416_101455_050922.ci-noreply@qt-project.org> QtQuick1_stable_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #111: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuick1_stable_Integration/build_00111/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366104296): http://codereview.qt-project.org/53631 [PS2] - Doc: Remove instructions for using qtdemo from examples README From ci-noreply at qt-project.org Tue Apr 16 12:36:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 13:36:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_103616_069724.ci-noreply@qt-project.org> Autotest `tst_qabstractitemview' failed :( Testing tst_QAbstractItemView FAIL! : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column) 'QTest::qWaitForWindowActive(&v)' returned FALSE. () .\tst_qabstractitemview.cpp(1053) : failure location Totals: 57 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QAbstractItemView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QAbstractItemView::initTestCase() PASS : tst_QAbstractItemView::getSetCheck() QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QListView) QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTableView) QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTreeView) QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QHeaderView) QWARN : tst_QAbstractItemView::setModel(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QListView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QListView) QWARN : tst_QAbstractItemView::setModel(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTableView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTableView) QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTreeView) QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QHeaderView) PASS : tst_QAbstractItemView::noModel() PASS : tst_QAbstractItemView::dragSelect() PASS : tst_QAbstractItemView::rowDelegate() PASS : tst_QAbstractItemView::columnDelegate() PASS : tst_QAbstractItemView::selectAll() PASS : tst_QAbstractItemView::ctrlA() PASS : tst_QAbstractItemView::persistentEditorFocus() PASS : tst_QAbstractItemView::setItemDelegate(4 columndelegates) FAIL! : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row) 'QTest::qWaitForWindowActive(&v)' returned FALSE. () .\tst_qabstractitemview.cpp(1053) : failure location PASS : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column) PASS : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column) PASS : tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column) PASS : tst_QAbstractItemView::noFallbackToRoot() PASS : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) PASS : tst_QAbstractItemView::task221955_selectedEditor() PASS : tst_QAbstractItemView::task250754_fontChange() PASS : tst_QAbstractItemView::task200665_itemEntered() QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed PASS : tst_QAbstractItemView::task257481_emptyEditor() PASS : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() PASS : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() PASS : tst_QAbstractItemView::ctrlRubberbandSelection() PASS : tst_QAbstractItemView::QTBUG6407_extendedSelection() PASS : tst_QAbstractItemView::QTBUG6753_selectOnSelection() PASS : tst_QAbstractItemView::testDelegateDestroyEditor() PASS : tst_QAbstractItemView::testClickedSignal() PASS : tst_QAbstractItemView::testChangeEditorState() PASS : tst_QAbstractItemView::deselectInSingleSelection() PASS : tst_QAbstractItemView::testNoActivateOnDisabledItem() PASS : tst_QAbstractItemView::cleanupTestCase() Totals: 57 passed, 1 failed, 0 skipped ********* Finished testing of tst_QAbstractItemView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qabstractitemview: 12 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00935/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366101845): http://codereview.qt-project.org/53860 [PS1] - QFontConfigDatabase: Fix performance regression http://codereview.qt-project.org/53823 [PS1] - Doc: Fix \group and \ingroup usage for a number of examples From ci-noreply at qt-project.org Tue Apr 16 12:43:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 13:43:40 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtactiveqt#stable Message-ID: <20130416_104340_043685.ci-noreply@qt-project.org> QtActiveQt_stable_Integration #52: SUCCESS Tested changes (refs/builds/stable_1366107000): http://codereview.qt-project.org/53630 [PS2] - Doc: Remove instructions for using qtdemo from examples README From ci-noreply at qt-project.org Tue Apr 16 12:52:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 13:52:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130416_105251_088934.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #179: SUCCESS Tested changes (refs/builds/master_1366108833): http://codereview.qt-project.org/53871 [PS6] - Adding MinGW 4.8.0 to be installed to ci nodes. From ci-noreply at qt-project.org Tue Apr 16 12:54:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 13:54:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130416_105428_025145.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #56: SUCCESS Tested changes (refs/builds/stable_1366107040): http://codereview.qt-project.org/53632 [PS2] - Doc: Remove instructions for using qtdemo from examples README From ci-noreply at qt-project.org Tue Apr 16 12:59:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 13:59:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130416_105928_044791.ci-noreply@qt-project.org> QtTools_stable_Integration #141: SUCCESS Tested changes (refs/builds/stable_1366096248): http://codereview.qt-project.org/53427 [PS6] - Doc: describe translation sources in Developer topic From ci-noreply at qt-project.org Tue Apr 16 13:17:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 14:17:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_111725_075237.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #413: SUCCESS Tested changes (refs/builds/stable_1366105033): http://codereview.qt-project.org/53564 [PS1] - Fixed WindowsCE build http://codereview.qt-project.org/53527 [PS1] - Use triangle strips for particles on Mac OS X, ATI cards. http://codereview.qt-project.org/53702 [PS1] - Remove slow and buggy sub-image code From ci-noreply at qt-project.org Tue Apr 16 13:46:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 14:46:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_114633_056276.ci-noreply@qt-project.org> Autotest `tst_qqmldebugserverconnection' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugServerConnection FAIL! : tst_QQmlDebugServerConnection::oneConnectionForMultipleServers(local) 'connection2.waitForConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(252) : failure location FAIL! : tst_QQmlDebugServerConnection::multipleConnectionsForMultipleServers(tcp) 'connection12.isConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(312) : failure location FAIL! : tst_QQmlDebugServerConnection::multipleConnectionsForMultipleServers(local) 'connection2.waitForConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(332) : failure location Totals: 7 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugServerConnection ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugServerConnection::initTestCase() PASS : tst_QQmlDebugServerConnection::oneConnectionToServer(tcp) PASS : tst_QQmlDebugServerConnection::oneConnectionToServer(local) FAIL! : tst_QQmlDebugServerConnection::multipleConnectionsToServer(tcp) 'connection2.isConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(190) : failure location PASS : tst_QQmlDebugServerConnection::multipleConnectionsToServer(local) PASS : tst_QQmlDebugServerConnection::oneConnectionForMultipleServers(tcp) QWARN : tst_QQmlDebugServerConnection::oneConnectionForMultipleServers(local) Qml Debug Client: Did not get handshake answer in time FAIL! : tst_QQmlDebugServerConnection::oneConnectionForMultipleServers(local) 'connection2.waitForConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(252) : failure location FAIL! : tst_QQmlDebugServerConnection::multipleConnectionsForMultipleServers(tcp) 'connection12.isConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(312) : failure location QWARN : tst_QQmlDebugServerConnection::multipleConnectionsForMultipleServers(local) Qml Debug Client: Did not get handshake answer in time FAIL! : tst_QQmlDebugServerConnection::multipleConnectionsForMultipleServers(local) 'connection2.waitForConnected()' returned FALSE. () tst_qqmldebugserverconnection.cpp(332) : failure location PASS : tst_QQmlDebugServerConnection::cleanupTestCase() Totals: 6 passed, 4 failed, 0 skipped ********* Finished testing of tst_QQmlDebugServerConnection ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3 QtQA::App::TestRunner: second attempt: exited with exit code 4 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugserverconnection: 271 seconds, exit code 4 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00414/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366111153): http://codereview.qt-project.org/52700 [PS2] - Fix for Positioner attached property http://codereview.qt-project.org/53895 [PS2] - Doc: Add required include statement for qmlRegisterSingletonType docs http://codereview.qt-project.org/53272 [PS7] - QmlDebugging: Add plugin for connection using QLocalServer http://codereview.qt-project.org/53846 [PS2] - QmlDebugging: Auto tests use port range http://codereview.qt-project.org/53877 [PS2] - fix typo in warning From ci-noreply at qt-project.org Tue Apr 16 14:12:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 15:12:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130416_121203_086116.ci-noreply@qt-project.org> Qt_4.8_Integration #1391: SUCCESS Tested changes (refs/builds/4.8_1366093594): http://codereview.qt-project.org/53774 [PS1] - QNetworkConfigurationManager: check whether app is shutting down From ci-noreply at qt-project.org Tue Apr 16 14:51:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 15:51:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#dev Message-ID: <20130416_125136_096567.ci-noreply@qt-project.org> QtX11Extras_dev_Integration #3: SUCCESS Tested changes (refs/builds/dev_1366115422): http://codereview.qt-project.org/53645 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 16 14:57:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 15:57:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130416_125730_090684.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00089/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366115369): http://codereview.qt-project.org/53642 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 16 15:02:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 16:02:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130416_130217_046106.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #122: SUCCESS Tested changes (refs/builds/stable_1366113596): http://codereview.qt-project.org/53543 [PS3] - Fix file path bug in audiorecorder example From ci-noreply at qt-project.org Tue Apr 16 15:06:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 16:06:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_130625_089145.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 173 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00936/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366108772): http://codereview.qt-project.org/53823 [PS1] - Doc: Fix \group and \ingroup usage for a number of examples http://codereview.qt-project.org/53855 [PS1] - Don't use the CMake MinGW if cross-compiling. http://codereview.qt-project.org/49082 [PS2] - Do not send clipboard message to application under debugger. http://codereview.qt-project.org/51301 [PS3] - [QNX] Fix build/runtime if QT_NO_OPENGL defined From ci-noreply at qt-project.org Tue Apr 16 15:09:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 16:09:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130416_130933_033291.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00053/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366115131): http://codereview.qt-project.org/53639 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 16 15:20:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 16:20:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_132048_022191.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #415: SUCCESS Tested changes (refs/builds/stable_1366112967): http://codereview.qt-project.org/53895 [PS2] - Doc: Add required include statement for qmlRegisterSingletonType docs From ci-noreply at qt-project.org Tue Apr 16 16:00:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 17:00:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130416_140036_082862.ci-noreply@qt-project.org> QtQuick1_stable_Integration #112: SUCCESS Tested changes (refs/builds/stable_1366108347): http://codereview.qt-project.org/53631 [PS2] - Doc: Remove instructions for using qtdemo from examples README From ci-noreply at qt-project.org Tue Apr 16 16:18:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 17:18:11 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130416_141811_005082.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #123: SUCCESS Tested changes (refs/builds/stable_1366118518): http://codereview.qt-project.org/53665 [PS1] - AVFoundation: Remove stray semicolon after condition From ci-noreply at qt-project.org Tue Apr 16 16:30:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 17:30:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130416_143037_088364.ci-noreply@qt-project.org> Autotests `tst_qabstractitemview' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012ac910 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012580a0 Loc: [tst_qmenubar.cpp(1187)] QWARN : tst_QMenuBar::task256322_highlight() Problem creating accessible interface for: QWidget(0x7fff5fbfde48) Make sure to deploy Qt with accessibility plugins. PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Testing tst_QAbstractItemView 2013-04-16 16:22:50.217 tst_qabstractitemview[17889:2703] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qabstractitemview.savedState/window_9.data: Permission denied (13) FAIL! : tst_QAbstractItemView::testChangeEditorState() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qabstractitemview.cpp(1596)] Totals: 56 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QAbstractItemView ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QAbstractItemView::initTestCase() PASS : tst_QAbstractItemView::getSetCheck() QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: editing failed QWARN : tst_QAbstractItemView::emptyModels(QListView) Problem creating accessible interface for: QWidget(0x101528dc0) Make sure to deploy Qt with accessibility plugins. PASS : tst_QAbstractItemView::emptyModels(QListView) QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTableView) QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTreeView) QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QHeaderView) QWARN : tst_QAbstractItemView::setModel(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QListView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QListView) QWARN : tst_QAbstractItemView::setModel(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTableView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTableView) QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTreeView) QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QHeaderView) PASS : tst_QAbstractItemView::noModel() PASS : tst_QAbstractItemView::dragSelect() PASS : tst_QAbstractItemView::rowDelegate() PASS : tst_QAbstractItemView::columnDelegate() PASS : tst_QAbstractItemView::selectAll() PASS : tst_QAbstractItemView::ctrlA() SKIP : tst_QAbstractItemView::persistentEditorFocus() Some window managers don't handle focus that well Loc: [tst_qabstractitemview.cpp(760)] PASS : tst_QAbstractItemView::setItemDelegate(4 columndelegates) PASS : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row) PASS : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column) PASS : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column) PASS : tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column) PASS : tst_QAbstractItemView::noFallbackToRoot() PASS : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) PASS : tst_QAbstractItemView::task221955_selectedEditor() PASS : tst_QAbstractItemView::task250754_fontChange() PASS : tst_QAbstractItemView::task200665_itemEntered() QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed PASS : tst_QAbstractItemView::task257481_emptyEditor() PASS : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() PASS : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() PASS : tst_QAbstractItemView::ctrlRubberbandSelection() FAIL! : tst_QAbstractItemView::QTBUG6407_extendedSelection() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qabstractitemview.cpp(1460)] PASS : tst_QAbstractItemView::QTBUG6753_selectOnSelection() PASS : tst_QAbstractItemView::testDelegateDestroyEditor() PASS : tst_QAbstractItemView::testClickedSignal() PASS : tst_QAbstractItemView::testChangeEditorState() PASS : tst_QAbstractItemView::deselectInSingleSelection() PASS : tst_QAbstractItemView::testNoActivateOnDisabledItem() PASS : tst_QAbstractItemView::cleanupTestCase() Totals: 56 passed, 1 failed, 1 skipped ********* Finished testing of tst_QAbstractItemView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qabstractitemview: 12 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00821/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1366115889): http://codereview.qt-project.org/53879 [PS3] - QNX: Fix filenames returned by the file dialog. From ci-noreply at qt-project.org Tue Apr 16 16:32:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 17:32:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130416_143254_060080.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #22: SUCCESS Tested changes (refs/builds/stable_1366121406): http://codereview.qt-project.org/53087 [PS2] - doc: Minor changes to qtserialport.qdocconf From ci-noreply at qt-project.org Tue Apr 16 17:04:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 18:04:35 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130416_150435_098719.ci-noreply@qt-project.org> Autotest `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter. QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.2.0, Qt 5.2.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [42601] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [42599] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-16 17:48:16.422 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[42601]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff94339ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8b3547d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8b345a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005dac69 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005db215 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d01b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8b3a6cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x00000001006709d4 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f631e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f5f35b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f5829d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002e438 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004bf13 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f07 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b08ec TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d05060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d020ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2a8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ee4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9433a7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8ce4d786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8ce4c316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9433a192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8b354594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8b355b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9433a192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8b354594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8b355b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9433867a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff94337d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8fb8050c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8fb88c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8fb88486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff895dafe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff895d115a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8b3528bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8b355b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdc78 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdca0 rsp: 0x00007fff5fbfdc78 QtQA::App::TestRunner: r8: 0x00007fff78793fb8 r9: 0x0000000101c115c0 r10: 0x00007fff94339d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe6e8 r13: 0x0000000000000000 r14: 0x00007fff78796960 r15: 0x00000001048178e0 QtQA::App::TestRunner: rip: 0x00007fff94339ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0a800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.2.0 - compatibility 5.2.0) <2299C67F-6BEE-3629-BF24-639CE6089DA7> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100128000 - 0x100487fff +QtGui (5.2.0 - compatibility 5.2.0) <7D873552-D924-3C04-B8AB-E2B1DFE71F4A> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c3000 - 0x100a6dff7 +QtCore (5.2.0 - compatibility 5.2.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b77000 - 0x100c80ff7 +QtNetwork (5.2.0 - compatibility 5.2.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cfc000 - 0x100d1dff7 +QtTest (5.2.0 - compatibility 5.2.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d2f000 - 0x100d35fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100dee000 - 0x100df2fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b06000 - 0x101b8cff7 +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f00000 - 0x101f29ff7 +QtPrintSupport (5.2.0 - compatibility 5.2.0) <4A42C326-C800-33B0-84E2-54CDA099D614> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f51000 - 0x101f6bff7 +libqavfcamera.dylib (??? - ???) <51C39820-156D-3C84-9BEE-7DAF692174BD> /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f7e000 - 0x101f97fff +libqavfmediaplayer.dylib (??? - ???) <891444F9-EFC1-33D5-B0B4-A2B0D5518A4F> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fac000 - 0x101fc3ff7 +QtMultimediaWidgets (5.2.0 - compatibility 5.2.0) <975E9059-40CD-32F7-9B13-495944627096> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1037a5000 - 0x1037c4ff7 +libqqt7engine.dylib (??? - ???) <824C4A73-7121-3D4C-A5C8-909117F4E079> /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x103900000 - 0x103d99ff7 +QtWidgets (5.2.0 - compatibility 5.2.0) <4C023C8F-25B3-321F-8CC2-59ACAB3A128E> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104cc9000 - 0x104d10fff +QtOpenGL (5.2.0 - compatibility 5.2.0) <775DB480-AF97-3501-889B-323C5B50DD67> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x7fff65420000 - 0x7fff65454baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff882c5000 - 0x7fff883bafff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff886b0000 - 0x7fff886fcff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff88717000 - 0x7fff8881cfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff889b2000 - 0x7fff889b4fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff889b5000 - 0x7fff889b5fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff889b7000 - 0x7fff889f8fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff889f9000 - 0x7fff88a29ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff88a2a000 - 0x7fff88a2ffff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff88ac4000 - 0x7fff88aceff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff88b6b000 - 0x7fff88f15fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff88f73000 - 0x7fff89009ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8900a000 - 0x7fff89437fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff89438000 - 0x7fff89443fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff89444000 - 0x7fff8944afff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff89458000 - 0x7fff8945bfff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8949b000 - 0x7fff894effff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff89576000 - 0x7fff895ceff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff895cf000 - 0x7fff89620ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff89623000 - 0x7fff89656ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff89657000 - 0x7fff896cdfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff896ce000 - 0x7fff89736ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89737000 - 0x7fff89789ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8978c000 - 0x7fff897b5fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8998d000 - 0x7fff899a7fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff899a8000 - 0x7fff899aefff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff89a53000 - 0x7fff89aa6fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff89aa7000 - 0x7fff89aaefff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff89aaf000 - 0x7fff89ab3fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff89b7c000 - 0x7fff89b7dfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff89c5d000 - 0x7fff89ce2ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff89ce3000 - 0x7fff89ce8ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8a3ae000 - 0x7fff8a3c0ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8a4b8000 - 0x7fff8a4b9fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8a4ba000 - 0x7fff8a4ceff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8a602000 - 0x7fff8a602fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8a603000 - 0x7fff8a710fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8a711000 - 0x7fff8a813fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8a814000 - 0x7fff8a94afff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8a94b000 - 0x7fff8aa2fff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8adc4000 - 0x7fff8aeddfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8aede000 - 0x7fff8aeedff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8af42000 - 0x7fff8af4bff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8af4c000 - 0x7fff8af4dff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8afbd000 - 0x7fff8b0c4fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8b0c5000 - 0x7fff8b0c9ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8b304000 - 0x7fff8b3e1fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8b3e6000 - 0x7fff8b451ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8b452000 - 0x7fff8b4ecff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8b4ed000 - 0x7fff8b4efff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8b79f000 - 0x7fff8b7e3ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8bb2b000 - 0x7fff8bb32fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8bb33000 - 0x7fff8bba3fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8bba4000 - 0x7fff8bed0fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8bed1000 - 0x7fff8bf31fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8bf33000 - 0x7fff8bf40ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8bf9f000 - 0x7fff8bfc3fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8c022000 - 0x7fff8c0c7fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8c120000 - 0x7fff8c12eff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8c191000 - 0x7fff8c207ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8c2ca000 - 0x7fff8c305fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8c306000 - 0x7fff8c306fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c323000 - 0x7fff8c328fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8c329000 - 0x7fff8c52bfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8c52c000 - 0x7fff8c60bfff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8c60c000 - 0x7fff8c60cfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c60d000 - 0x7fff8c61afff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8c61b000 - 0x7fff8c68efff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8cab5000 - 0x7fff8cdaaff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8cdab000 - 0x7fff8cdabfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8cdb8000 - 0x7fff8cdbbfff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8cdbc000 - 0x7fff8cdfcff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8cdfd000 - 0x7fff8cdfefff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8cdff000 - 0x7fff8ce25fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8ce26000 - 0x7fff8ce47fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ce48000 - 0x7fff8ce49fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8ce4a000 - 0x7fff8ce58fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8ce59000 - 0x7fff8ce5ffff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8ce60000 - 0x7fff8cfc7fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8cfc8000 - 0x7fff8d02aff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8d02b000 - 0x7fff8d032ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8d033000 - 0x7fff8d034ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d035000 - 0x7fff8d07cff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8e183000 - 0x7fff8e206fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8eb42000 - 0x7fff8eb61fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8eb62000 - 0x7fff8eb6afff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8eb6b000 - 0x7fff8eb70fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8eb71000 - 0x7fff8efa4ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8efba000 - 0x7fff8efc0ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8efc1000 - 0x7fff8efc4fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8f00b000 - 0x7fff8f022fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f023000 - 0x7fff8f0a7ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8f0ff000 - 0x7fff8f0fffff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8f6ab000 - 0x7fff8f7a8ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8f7a9000 - 0x7fff8f7d4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8fb0f000 - 0x7fff8fb14fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8fb27000 - 0x7fff8fb2efff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8fb2f000 - 0x7fff8fb30ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8fb50000 - 0x7fff8fd24ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8fd71000 - 0x7fff8fd9dff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8fd9e000 - 0x7fff8fda1ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8fda8000 - 0x7fff9026ffff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9071a000 - 0x7fff9071afff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff9071b000 - 0x7fff9071ffff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff90720000 - 0x7fff9073dfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff9074d000 - 0x7fff9079bfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff9079c000 - 0x7fff9113aa27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff9113b000 - 0x7fff91146ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff9115b000 - 0x7fff91170fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff911e6000 - 0x7fff9123aff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff9123d000 - 0x7fff91467fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff91468000 - 0x7fff9147aff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff9147b000 - 0x7fff914e3ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff9157f000 - 0x7fff92185fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92186000 - 0x7fff9219dfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff9219e000 - 0x7fff92946fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff9294c000 - 0x7fff92f30fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff9300f000 - 0x7fff9332bfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff93358000 - 0x7fff93366fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff93367000 - 0x7fff9337dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff9337e000 - 0x7fff933a6fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff933b3000 - 0x7fff933b5fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff9355e000 - 0x7fff935d9ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff935da000 - 0x7fff93765ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff937e2000 - 0x7fff937e7fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff937e8000 - 0x7fff937e8fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff937e9000 - 0x7fff93812fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff93813000 - 0x7fff93853fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff9387e000 - 0x7fff93b97fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff93b98000 - 0x7fff93bbcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff9423f000 - 0x7fff94252ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff94305000 - 0x7fff94322ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff94323000 - 0x7fff94343fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff94344000 - 0x7fff943a0ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff943a1000 - 0x7fff94615fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff94636000 - 0x7fff94641ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff94645000 - 0x7fff94645fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff94659000 - 0x7fff9470cff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff94736000 - 0x7fff947fdff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9480c000 - 0x7fff94867ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff94868000 - 0x7fff9487eff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff9488a000 - 0x7fff948b7fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff948b8000 - 0x7fff948faff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff948fb000 - 0x7fff9499dfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff9499e000 - 0x7fff94a82e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff94a83000 - 0x7fff94c23ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff94c24000 - 0x7fff94c28fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff94c29000 - 0x7fff94c45ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff94c46000 - 0x7fff94c80fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff94c81000 - 0x7fff94d8dfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff94d8e000 - 0x7fff94d90fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff94d91000 - 0x7fff94da0fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff94da1000 - 0x7fff94efefff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff94f3a000 - 0x7fff94f79fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff95177000 - 0x7fff95177fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff95178000 - 0x7fff95219fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 3609 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=126.3M(69%) swapped_out_or_unallocated=57.3M(31%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=1952K(3%) resident=3348K(5%) swapped_out=0K(0%) unallocated=66.3M(95%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 2500K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 354.1M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 71 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtMultimedia_dev_Integration/build_00072/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1366116022): http://codereview.qt-project.org/53643 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 16 17:05:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 18:05:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_150530_086237.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #416: SUCCESS Tested changes (refs/builds/stable_1366118556): http://codereview.qt-project.org/53877 [PS2] - fix typo in warning http://codereview.qt-project.org/53289 [PS2] - TextInput: Fix cursor height From ci-noreply at qt-project.org Tue Apr 16 17:09:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 18:09:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130416_150944_072984.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #412: SUCCESS Tested changes (refs/builds/dev_1366120135): http://codereview.qt-project.org/53793 [PS2] - Add a way of transforming texture coordinates of a simple textured quad http://codereview.qt-project.org/53914 [PS1] - Make QSGNode and friends extensible via a d-pointer From ci-noreply at qt-project.org Tue Apr 16 17:30:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 18:30:41 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_153041_093864.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(901) : failure location Totals: 566 passed, 1 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) FAIL! : tst_QSslSocket::waitForEncrypted(WithHttpProxy) 'socket->waitForEncrypted(10000)' returned FALSE. () .\tst_qsslsocket.cpp(1255) : failure location PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 152 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00937/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366117930): http://codereview.qt-project.org/49082 [PS2] - Do not send clipboard message to application under debugger. http://codereview.qt-project.org/51301 [PS3] - [QNX] Fix build/runtime if QT_NO_OPENGL defined http://codereview.qt-project.org/53855 [PS1] - Don't use the CMake MinGW if cross-compiling. http://codereview.qt-project.org/53748 [PS1] - Fix typo in qWarning() http://codereview.qt-project.org/53911 [PS1] - Cocoa: Fix menu popup, again http://codereview.qt-project.org/53814 [PS2] - Cocoa: Make sure no invisible proxy icon button is created http://codereview.qt-project.org/52883 [PS1] - Accessibility Mac: Implement accessibilityFocusedUIElement http://codereview.qt-project.org/52638 [PS2] - Added grabbing option for qevdevkeyboard and mouse. http://codereview.qt-project.org/53557 [PS4] - Fixed CE build of sqlite3 From ci-noreply at qt-project.org Tue Apr 16 18:38:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 19:38:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130416_163856_038635.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #417: SUCCESS Tested changes (refs/builds/stable_1366124839): http://codereview.qt-project.org/53930 [PS1] - Fixed alpha blending for native text. http://codereview.qt-project.org/52700 [PS2] - Fix for Positioner attached property http://codereview.qt-project.org/53846 [PS2] - QmlDebugging: Auto tests use port range From ci-noreply at qt-project.org Tue Apr 16 19:22:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 20:22:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130416_172216_096269.ci-noreply@qt-project.org> Autotest `tst_qfile' failed :( QObject::connect: Cannot connect (null)::destroyed() to QHostInfoLookupManager::waitForThreadPoolDone() Testing tst_QFile QWARN : tst_QFile::open() Skipping '//./PhysicalDrive0' (requires administrative permissions) XFAIL : tst_QFile::open(noreadfile) Windows does not currently support non-readable files. ..\tst_qfile.cpp(628) : failure location XFAIL : tst_QFile::absolutePathLinkToRelativePath() Symlinking using relative paths is currently different on Windows and Unix/Symbian ..\tst_qfile.cpp(1527) : failure location FAIL! : tst_QFile::largeUncFileSupport() 'file.seek(dataOffset)' returned FALSE. () ..\tst_qfile.cpp(1669) : failure location Totals: 80 passed, 1 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... QObject::connect: Cannot connect (null)::destroyed() to QHostInfoLookupManager::waitForThreadPoolDone() ********* Start testing of tst_QFile ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QFile::initTestCase() PASS : tst_QFile::exists() QWARN : tst_QFile::open() Skipping '//./PhysicalDrive0' (requires administrative permissions) XFAIL : tst_QFile::open(noreadfile) Windows does not currently support non-readable files. ..\tst_qfile.cpp(628) : failure location PASS : tst_QFile::open() PASS : tst_QFile::openUnbuffered() PASS : tst_QFile::size() PASS : tst_QFile::sizeNoExist() PASS : tst_QFile::seek() PASS : tst_QFile::setSize() PASS : tst_QFile::setSizeSeek() PASS : tst_QFile::seekToSamePosition() PASS : tst_QFile::atEnd() PASS : tst_QFile::readLine() PASS : tst_QFile::readLine2() PASS : tst_QFile::readLineNullInLine() PASS : tst_QFile::readAll() PASS : tst_QFile::readAllBuffer() PASS : tst_QFile::readAllStdin() PASS : tst_QFile::readLineStdin() PASS : tst_QFile::readLineStdin_lineByLine() PASS : tst_QFile::text() PASS : tst_QFile::missingEndOfLine() PASS : tst_QFile::readBlock() PASS : tst_QFile::getch() PASS : tst_QFile::ungetChar() PASS : tst_QFile::createFile() PASS : tst_QFile::append() PASS : tst_QFile::permissions() PASS : tst_QFile::setPermissions() PASS : tst_QFile::copy() PASS : tst_QFile::copyAfterFail() PASS : tst_QFile::copyRemovesTemporaryFile() PASS : tst_QFile::copyShouldntOverwrite() PASS : tst_QFile::copyFallback() PASS : tst_QFile::link() PASS : tst_QFile::linkToDir() XFAIL : tst_QFile::absolutePathLinkToRelativePath() Symlinking using relative paths is currently different on Windows and Unix/Symbian ..\tst_qfile.cpp(1527) : failure location PASS : tst_QFile::absolutePathLinkToRelativePath() PASS : tst_QFile::readBrokenLink() PASS : tst_QFile::readTextFile() PASS : tst_QFile::readTextFile2() PASS : tst_QFile::writeTextFile() FAIL! : tst_QFile::largeUncFileSupport() 'file.seek(dataOffset)' returned FALSE. () ..\tst_qfile.cpp(1669) : failure location SKIP : tst_QFile::tailFile() File change notifications are so far unsupported. ..\tst_qfile.cpp(1689) : failure location PASS : tst_QFile::flush() PASS : tst_QFile::bufferedRead() SKIP : tst_QFile::isSequential() Unix only test. ..\tst_qfile.cpp(1772) : failure location PASS : tst_QFile::encodeName() PASS : tst_QFile::truncate() PASS : tst_QFile::seekToPos() PASS : tst_QFile::seekAfterEndOfFile() PASS : tst_QFile::FILEReadWrite() PASS : tst_QFile::i18nFileName() PASS : tst_QFile::longFileName() PASS : tst_QFile::fileEngineHandler() PASS : tst_QFile::useQFileInAFileHandler() PASS : tst_QFile::getCharFF() PASS : tst_QFile::remove_and_exists() PASS : tst_QFile::removeOpenFile() SKIP : tst_QFile::fullDisk() /dev/full doesn't exist on this system ..\tst_qfile.cpp(2330) : failure location PASS : tst_QFile::writeLargeDataBlock() PASS : tst_QFile::readFromWriteOnlyFile() PASS : tst_QFile::writeToReadOnlyFile() SKIP : tst_QFile::virtualFile() This platform does not have 0-sized virtual files ..\tst_qfile.cpp(2477) : failure location PASS : tst_QFile::textFile() PASS : tst_QFile::rename() PASS : tst_QFile::renameWithAtEndSpecialFile() PASS : tst_QFile::renameFallback() PASS : tst_QFile::renameMultiple() PASS : tst_QFile::appendAndRead() PASS : tst_QFile::miscWithUncPathAsCurrentDir() PASS : tst_QFile::standarderror() PASS : tst_QFile::handle() PASS : tst_QFile::nativeHandleLeaks() PASS : tst_QFile::readEof() PASS : tst_QFile::map() PASS : tst_QFile::mapResource() PASS : tst_QFile::mapOpenMode() PASS : tst_QFile::openStandardStreams() PASS : tst_QFile::resize() PASS : tst_QFile::objectConstructors() PASS : tst_QFile::caseSensitivity() PASS : tst_QFile::autocloseHandle() PASS : tst_QFile::task167217() PASS : tst_QFile::openDirectory() PASS : tst_QFile::writeNothing() PASS : tst_QFile::cleanupTestCase() Totals: 80 passed, 1 failed, 4 skipped ********* Finished testing of tst_QFile ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfile: 40 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01392/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/4.8_1366115818): http://codereview.qt-project.org/53332 [PS2] - qmlplugindump: correctly handle various versions of a meta object http://codereview.qt-project.org/53769 [PS2] - Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1 From ci-noreply at qt-project.org Tue Apr 16 19:45:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 20:45:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_174518_048630.ci-noreply@qt-project.org> QtBase_stable_Integration #938: SUCCESS Tested changes (refs/builds/stable_1366126375): http://codereview.qt-project.org/52884 [PS2] - Accessibility Mac: Enable ignoring of children http://codereview.qt-project.org/53929 [PS2] - QGtkStyle: Remove widget dependency from GroupBox http://codereview.qt-project.org/53860 [PS1] - QFontConfigDatabase: Fix performance regression From ci-noreply at qt-project.org Tue Apr 16 19:58:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 20:58:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130416_175829_008808.ci-noreply@qt-project.org> QtWebKit_stable_Integration #113: SUCCESS Tested changes (refs/builds/stable_1366110584): http://codereview.qt-project.org/53888 [PS3] - Improve Windows cmd.exe detection From ci-noreply at qt-project.org Tue Apr 16 20:00:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 21:00:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130416_180008_000904.ci-noreply@qt-project.org> QtBase_dev_Integration #822: SUCCESS Tested changes (refs/builds/dev_1366127614): http://codereview.qt-project.org/53819 [PS5] - qmake: do not write timestamps to generated Makefiles From ci-noreply at qt-project.org Tue Apr 16 20:03:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 21:03:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130416_180333_044058.ci-noreply@qt-project.org> QtTools_stable_Integration #142: SUCCESS Tested changes (refs/builds/stable_1366124106): http://codereview.qt-project.org/53872 [PS1] - Doc: remove help output from the Qt Linguist Manual From ci-noreply at qt-project.org Tue Apr 16 21:03:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 22:03:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130416_190316_055931.ci-noreply@qt-project.org> Autotests `tst_qcamerabackend', `tst_qqmldebugjs', and `tst_qtableview' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1165)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1224)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1439)] FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1526)] FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1537)] FAIL! : tst_QQmlDebugJS::stepNextWithCount() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1560)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1584)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1656)] FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] FAIL! : tst_QQmlDebugJS::getScopeDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1686)] FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1754)] Totals: 23 passed, 12 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() PASS : tst_QQmlDebugJS::connect() PASS : tst_QQmlDebugJS::interrupt() PASS : tst_QQmlDebugJS::getVersion() PASS : tst_QQmlDebugJS::applyV8Flags() QWARN : tst_QQmlDebugJS::disconnect() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1114)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "running" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::gc() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1125)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::gc() Process State: "running" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "QML Debugger: Waiting for connection on port 3771... " QWARN : tst_QQmlDebugJS::listBreakpoints() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1140)] QDEBUG : tst_QQmlDebugJS::listBreakpoints() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::listBreakpoints() Process State: "running" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() PASS : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1250)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() waitForSignal 2stopped() timed out after 1 ms XFAIL : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now Loc: [tst_qqmldebugjs.cpp(1272)] PASS : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() PASS : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() QWARN : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1309)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "running" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::setBreakpointOnEvent() QWARN : tst_QQmlDebugJS::changeBreakpoint() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1394)] QDEBUG : tst_QQmlDebugJS::changeBreakpoint() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "running" QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::changeBreakpointOnCondition() PASS : tst_QQmlDebugJS::clearBreakpoint() PASS : tst_QQmlDebugJS::setExceptionBreak() PASS : tst_QQmlDebugJS::stepNext() PASS : tst_QQmlDebugJS::stepNextWithCount() PASS : tst_QQmlDebugJS::stepIn() PASS : tst_QQmlDebugJS::stepOut() PASS : tst_QQmlDebugJS::continueDebugging() PASS : tst_QQmlDebugJS::backtrace() QWARN : tst_QQmlDebugJS::getFrameDetails() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1671)] QDEBUG : tst_QQmlDebugJS::getFrameDetails() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getFrameDetails() Process State: "running" QDEBUG : tst_QQmlDebugJS::getFrameDetails() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getScopeDetails() PASS : tst_QQmlDebugJS::evaluateInGlobalScope() PASS : tst_QQmlDebugJS::evaluateInLocalScope() PASS : tst_QQmlDebugJS::getScopes() QWARN : tst_QQmlDebugJS::getScripts() waitForSignal 2enabled() timed out after 10000 ms FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1768)] QDEBUG : tst_QQmlDebugJS::getScripts() DEBUGGEE OUTPUT: "QML Debugger: Waiting for connection on port 3771... " QDEBUG : tst_QQmlDebugJS::getScripts() Process State: "running" QDEBUG : tst_QQmlDebugJS::getScripts() Application Output: "QML Debugger: Waiting for connection on port 3771... " PASS : tst_QQmlDebugJS::getSource() PASS : tst_QQmlDebugJS::cleanupTestCase() Totals: 28 passed, 7 failed, 0 skipped ********* Finished testing of tst_QQmlDebugJS ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 12 QtQA::App::TestRunner: second attempt: exited with exit code 7 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qqmldebugjs: 216 seconds, exit code 7 Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [32217] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [32216] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-16 20:47:59.977 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000004000000001 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x4000000001: QtQA::App::TestRunner: CG shared images 00000001c000c000-00000001c0014000 [ 32K] rw-/rw- SM=SHM QtQA::App::TestRunner: --> QtQA::App::TestRunner: STACK GUARD 00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[32217]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d5ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff836f07d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff836e1a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddba9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de155 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff83742cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a04 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101d951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101d9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101d8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b38bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d67e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff851e9786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff851e8316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff836f0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff836f1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff836f0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff836f1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d467a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8c6d3d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff87f1c50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff87f24c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff87f24486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff81976fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8196d15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff836ee8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff836f1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff70b2ffb8 r9: 0x0000000101b059b0 r10: 0x00007fff8c6d5d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff70b32960 r15: 0x0000000101b1edb0 QtQA::App::TestRunner: rip: 0x00007fff8c6d5ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <18F17DC1-A4CC-35D5-B853-567D896E210A> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) <4BFB669A-8C20-36F6-8F76-A165570057A4> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0BE4F321-24C7-3B07-BE46-6825C9EB022C> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <26E7432B-A1BE-380A-8AAB-9980E2B4D860> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101d83000 - 0x101d9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101db0000 - 0x101dc9fff +libqavfmediaplayer.dylib (??? - ???) <6736F015-BE0B-3314-B8C3-75A2AAD62423> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101f00000 - 0x101f86fff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1037a5000 - 0x1037bcff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104100000 - 0x104599ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104791000 - 0x1047b0ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x1056b9000 - 0x105700fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7D59176D-119F-319D-9BCD-2F9A136B1757> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x7fff68b97000 - 0x7fff68bcbbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff80661000 - 0x7fff80756fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff80a4c000 - 0x7fff80a98ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff80ab3000 - 0x7fff80bb8fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff80d4e000 - 0x7fff80d50fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff80d51000 - 0x7fff80d51fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff80d53000 - 0x7fff80d94fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff80d95000 - 0x7fff80dc5ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff80dc6000 - 0x7fff80dcbfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff80e60000 - 0x7fff80e6aff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff80f07000 - 0x7fff812b1fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8130f000 - 0x7fff813a5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff813a6000 - 0x7fff817d3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff817d4000 - 0x7fff817dffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff817e0000 - 0x7fff817e6fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff817f4000 - 0x7fff817f7fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff81837000 - 0x7fff8188bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff81912000 - 0x7fff8196aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8196b000 - 0x7fff819bcff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff819bf000 - 0x7fff819f2ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff819f3000 - 0x7fff81a69fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff81a6a000 - 0x7fff81ad2ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff81ad3000 - 0x7fff81b25ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff81b28000 - 0x7fff81b51fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff81d29000 - 0x7fff81d43fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff81d44000 - 0x7fff81d4afff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff81def000 - 0x7fff81e42fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff81e43000 - 0x7fff81e4afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff81e4b000 - 0x7fff81e4ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff81f18000 - 0x7fff81f19fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff81ff9000 - 0x7fff8207eff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8207f000 - 0x7fff82084ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8274a000 - 0x7fff8275cff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff82854000 - 0x7fff82855fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff82856000 - 0x7fff8286aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8299e000 - 0x7fff8299efff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8299f000 - 0x7fff82aacfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff82aad000 - 0x7fff82baffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff82bb0000 - 0x7fff82ce6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff82ce7000 - 0x7fff82dcbff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff83160000 - 0x7fff83279fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8327a000 - 0x7fff83289ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff832de000 - 0x7fff832e7ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff832e8000 - 0x7fff832e9ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff83359000 - 0x7fff83460fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff83461000 - 0x7fff83465ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff836a0000 - 0x7fff8377dfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff83782000 - 0x7fff837edff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff837ee000 - 0x7fff83888ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff83889000 - 0x7fff8388bff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff83b3b000 - 0x7fff83b7fff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff83ec7000 - 0x7fff83ecefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff83ecf000 - 0x7fff83f3ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff83f40000 - 0x7fff8426cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8426d000 - 0x7fff842cdfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff842cf000 - 0x7fff842dcff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8433b000 - 0x7fff8435ffff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff843be000 - 0x7fff84463fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff844bc000 - 0x7fff844caff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8452d000 - 0x7fff845a3ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff84666000 - 0x7fff846a1fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff846a2000 - 0x7fff846a2fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff846bf000 - 0x7fff846c4fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff846c5000 - 0x7fff848c7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff848c8000 - 0x7fff849a7fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff849a8000 - 0x7fff849a8fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff849a9000 - 0x7fff849b6fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff849b7000 - 0x7fff84a2afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff84e51000 - 0x7fff85146ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff85147000 - 0x7fff85147fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff85154000 - 0x7fff85157fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff85158000 - 0x7fff85198ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff85199000 - 0x7fff8519afff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8519b000 - 0x7fff851c1fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff851c2000 - 0x7fff851e3fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff851e4000 - 0x7fff851e5fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff851e6000 - 0x7fff851f4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff851f5000 - 0x7fff851fbfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff851fc000 - 0x7fff85363fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff85364000 - 0x7fff853c6ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff853c7000 - 0x7fff853ceff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff853cf000 - 0x7fff853d0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff853d1000 - 0x7fff85418ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8651f000 - 0x7fff865a2fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff86ede000 - 0x7fff86efdfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff86efe000 - 0x7fff86f06fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff86f07000 - 0x7fff86f0cfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff86f0d000 - 0x7fff87340ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff87356000 - 0x7fff8735cff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8735d000 - 0x7fff87360fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff873a7000 - 0x7fff873befff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff873bf000 - 0x7fff87443ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8749b000 - 0x7fff8749bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff87a47000 - 0x7fff87b44ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff87b45000 - 0x7fff87b70ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff87eab000 - 0x7fff87eb0fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff87ec3000 - 0x7fff87ecafff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff87ecb000 - 0x7fff87eccff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff87eec000 - 0x7fff880c0ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8810d000 - 0x7fff88139ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8813a000 - 0x7fff8813dff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff88144000 - 0x7fff8860bfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff88ab6000 - 0x7fff88ab6fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88ab7000 - 0x7fff88abbfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff88abc000 - 0x7fff88ad9fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff88ae9000 - 0x7fff88b37fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff88b38000 - 0x7fff894d6a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff894d7000 - 0x7fff894e2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff894f7000 - 0x7fff8950cfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff89582000 - 0x7fff895d6ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff895d9000 - 0x7fff89803fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff89804000 - 0x7fff89816ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff89817000 - 0x7fff8987fff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8991b000 - 0x7fff8a521fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8a522000 - 0x7fff8a539fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8a53a000 - 0x7fff8ace2fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8ace8000 - 0x7fff8b2ccfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8b3ab000 - 0x7fff8b6c7fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b6f4000 - 0x7fff8b702fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8b703000 - 0x7fff8b719fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b71a000 - 0x7fff8b742fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8b74f000 - 0x7fff8b751fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b8fa000 - 0x7fff8b975ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8b976000 - 0x7fff8bb01ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8bb7e000 - 0x7fff8bb83fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8bb84000 - 0x7fff8bb84fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8bb85000 - 0x7fff8bbaefff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8bbaf000 - 0x7fff8bbeffe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8bc1a000 - 0x7fff8bf33fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8bf34000 - 0x7fff8bf58fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c5db000 - 0x7fff8c5eeff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c6a1000 - 0x7fff8c6beff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8c6bf000 - 0x7fff8c6dffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c6e0000 - 0x7fff8c73cff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8c73d000 - 0x7fff8c9b1fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8c9d2000 - 0x7fff8c9ddff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8c9e1000 - 0x7fff8c9e1fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c9f5000 - 0x7fff8caa8ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8cad2000 - 0x7fff8cb99ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8cba8000 - 0x7fff8cc03ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8cc04000 - 0x7fff8cc1aff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8cc26000 - 0x7fff8cc53fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8cc54000 - 0x7fff8cc96ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8cc97000 - 0x7fff8cd39fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8cd3a000 - 0x7fff8ce1ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8ce1f000 - 0x7fff8cfbfff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8cfc0000 - 0x7fff8cfc4fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8cfc5000 - 0x7fff8cfe1ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8cfe2000 - 0x7fff8d01cfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8d01d000 - 0x7fff8d129fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8d12a000 - 0x7fff8d12cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8d12d000 - 0x7fff8d13cfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8d13d000 - 0x7fff8d29afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8d2d6000 - 0x7fff8d315fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d513000 - 0x7fff8d513fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8d514000 - 0x7fff8d5b5fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 27164 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=356K(0%) QtQA::App::TestRunner: Writable regions: Total=84.6M written=2348K(3%) resident=18.8M(22%) swapped_out=0K(0%) unallocated=65.8M(78%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [32343] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [32216] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-16 20:48:09.330 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[32343]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d5ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff836f07d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff836e1a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005ddba9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005de155 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d04b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff83742cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100673a04 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b38bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d08060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d050ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d67e6 kevent + 10 (... 6 lines omitted; there are too many errors!) QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d6192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff836f0594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff836f1b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8c6d467a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff8c6d3d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff87f1c50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff87f24c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff87f24486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff81976fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8196d15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff836ee8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff836f1b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff70b2ffb8 r9: 0x0000000100e24d60 r10: 0x00007fff8c6d5d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x0000000000000000 r14: 0x00007fff70b32960 r15: 0x0000000100e3dff0 QtQA::App::TestRunner: rip: 0x00007fff8c6d5ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d0d800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048afff +QtGui (5.1.0 - compatibility 5.1.0) <18F17DC1-A4CC-35D5-B853-567D896E210A> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c6000 - 0x100a70ff7 +QtCore (5.1.0 - compatibility 5.1.0) <4BFB669A-8C20-36F6-8F76-A165570057A4> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7a000 - 0x100c83fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0BE4F321-24C7-3B07-BE46-6825C9EB022C> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100cff000 - 0x100d20ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d32000 - 0x100d38fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df3000 - 0x100df7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101c83000 - 0x101cacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <26E7432B-A1BE-380A-8AAB-9980E2B4D860> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101f83000 - 0x101f9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101fb0000 - 0x101fc9fff +libqavfmediaplayer.dylib (??? - ???) <6736F015-BE0B-3314-B8C3-75A2AAD62423> /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x1048a5000 - 0x10492bfff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104981000 - 0x104e1aff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x105012000 - 0x105029ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x105040000 - 0x105087fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7D59176D-119F-319D-9BCD-2F9A136B1757> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1050ba000 - 0x1050d9ff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff65d96000 - 0x7fff65dcabaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff80661000 - 0x7fff80756fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff80a4c000 - 0x7fff80a98ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff80ab3000 - 0x7fff80bb8fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff80d4e000 - 0x7fff80d50fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff80d51000 - 0x7fff80d51fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff80d53000 - 0x7fff80d94fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff80d95000 - 0x7fff80dc5ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff80dc6000 - 0x7fff80dcbfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff80e60000 - 0x7fff80e6aff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff80f07000 - 0x7fff812b1fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8130f000 - 0x7fff813a5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff813a6000 - 0x7fff817d3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff817d4000 - 0x7fff817dffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff817e0000 - 0x7fff817e6fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff817f4000 - 0x7fff817f7fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff81837000 - 0x7fff8188bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff81912000 - 0x7fff8196aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8196b000 - 0x7fff819bcff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff819bf000 - 0x7fff819f2ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff819f3000 - 0x7fff81a69fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff81a6a000 - 0x7fff81ad2ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff81ad3000 - 0x7fff81b25ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff81b28000 - 0x7fff81b51fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff81d29000 - 0x7fff81d43fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff81d44000 - 0x7fff81d4afff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff81def000 - 0x7fff81e42fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff81e43000 - 0x7fff81e4afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff81e4b000 - 0x7fff81e4ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff81f18000 - 0x7fff81f19fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff81ff9000 - 0x7fff8207eff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8207f000 - 0x7fff82084ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8274a000 - 0x7fff8275cff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff82854000 - 0x7fff82855fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff82856000 - 0x7fff8286aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8299e000 - 0x7fff8299efff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8299f000 - 0x7fff82aacfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff82aad000 - 0x7fff82baffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff82bb0000 - 0x7fff82ce6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff82ce7000 - 0x7fff82dcbff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff83160000 - 0x7fff83279fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8327a000 - 0x7fff83289ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff832de000 - 0x7fff832e7ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff832e8000 - 0x7fff832e9ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff83359000 - 0x7fff83460fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff83461000 - 0x7fff83465ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff836a0000 - 0x7fff8377dfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff83782000 - 0x7fff837edff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff837ee000 - 0x7fff83888ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff83889000 - 0x7fff8388bff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff83b3b000 - 0x7fff83b7fff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff83ec7000 - 0x7fff83ecefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff83ecf000 - 0x7fff83f3ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff83f40000 - 0x7fff8426cfff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8426d000 - 0x7fff842cdfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff842cf000 - 0x7fff842dcff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8433b000 - 0x7fff8435ffff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff843be000 - 0x7fff84463fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff844bc000 - 0x7fff844caff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8452d000 - 0x7fff845a3ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff84666000 - 0x7fff846a1fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff846a2000 - 0x7fff846a2fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff846bf000 - 0x7fff846c4fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff846c5000 - 0x7fff848c7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff848c8000 - 0x7fff849a7fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff849a8000 - 0x7fff849a8fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff849a9000 - 0x7fff849b6fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff849b7000 - 0x7fff84a2afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff84e51000 - 0x7fff85146ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff85147000 - 0x7fff85147fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff85154000 - 0x7fff85157fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff85158000 - 0x7fff85198ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff85199000 - 0x7fff8519afff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8519b000 - 0x7fff851c1fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff851c2000 - 0x7fff851e3fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff851e4000 - 0x7fff851e5fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff851e6000 - 0x7fff851f4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff851f5000 - 0x7fff851fbfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff851fc000 - 0x7fff85363fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff85364000 - 0x7fff853c6ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff853c7000 - 0x7fff853ceff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff853cf000 - 0x7fff853d0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff853d1000 - 0x7fff85418ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8651f000 - 0x7fff865a2fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff86ede000 - 0x7fff86efdfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff86efe000 - 0x7fff86f06fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff86f07000 - 0x7fff86f0cfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff86f0d000 - 0x7fff87340ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff87356000 - 0x7fff8735cff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8735d000 - 0x7fff87360fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff873a7000 - 0x7fff873befff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff873bf000 - 0x7fff87443ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8749b000 - 0x7fff8749bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff87a47000 - 0x7fff87b44ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff87b45000 - 0x7fff87b70ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff87eab000 - 0x7fff87eb0fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff87ec3000 - 0x7fff87ecafff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff87ecb000 - 0x7fff87eccff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff87eec000 - 0x7fff880c0ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8810d000 - 0x7fff88139ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8813a000 - 0x7fff8813dff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff88144000 - 0x7fff8860bfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff88ab6000 - 0x7fff88ab6fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88ab7000 - 0x7fff88abbfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff88abc000 - 0x7fff88ad9fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff88ae9000 - 0x7fff88b37fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff88b38000 - 0x7fff894d6a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff894d7000 - 0x7fff894e2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff894f7000 - 0x7fff8950cfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff89582000 - 0x7fff895d6ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff895d9000 - 0x7fff89803fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff89804000 - 0x7fff89816ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff89817000 - 0x7fff8987fff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8991b000 - 0x7fff8a521fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8a522000 - 0x7fff8a539fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff8a53a000 - 0x7fff8ace2fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff8ace8000 - 0x7fff8b2ccfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8b3ab000 - 0x7fff8b6c7fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b6f4000 - 0x7fff8b702fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8b703000 - 0x7fff8b719fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b71a000 - 0x7fff8b742fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8b74f000 - 0x7fff8b751fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b8fa000 - 0x7fff8b975ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8b976000 - 0x7fff8bb01ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff8bb7e000 - 0x7fff8bb83fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8bb84000 - 0x7fff8bb84fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8bb85000 - 0x7fff8bbaefff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8bbaf000 - 0x7fff8bbeffe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8bc1a000 - 0x7fff8bf33fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8bf34000 - 0x7fff8bf58fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c5db000 - 0x7fff8c5eeff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c6a1000 - 0x7fff8c6beff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8c6bf000 - 0x7fff8c6dffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8c6e0000 - 0x7fff8c73cff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff8c73d000 - 0x7fff8c9b1fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8c9d2000 - 0x7fff8c9ddff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8c9e1000 - 0x7fff8c9e1fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c9f5000 - 0x7fff8caa8ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8cad2000 - 0x7fff8cb99ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8cba8000 - 0x7fff8cc03ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8cc04000 - 0x7fff8cc1aff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8cc26000 - 0x7fff8cc53fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8cc54000 - 0x7fff8cc96ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8cc97000 - 0x7fff8cd39fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8cd3a000 - 0x7fff8ce1ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8ce1f000 - 0x7fff8cfbfff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8cfc0000 - 0x7fff8cfc4fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8cfc5000 - 0x7fff8cfe1ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8cfe2000 - 0x7fff8d01cfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8d01d000 - 0x7fff8d129fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8d12a000 - 0x7fff8d12cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8d12d000 - 0x7fff8d13cfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8d13d000 - 0x7fff8d29afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8d2d6000 - 0x7fff8d315fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d513000 - 0x7fff8d513fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8d514000 - 0x7fff8d5b5fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 27167 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.6M resident=183.3M(100%) swapped_out_or_unallocated=356K(0%) QtQA::App::TestRunner: Writable regions: Total=84.6M written=2440K(3%) resident=18.8M(22%) swapped_out=0K(0%) unallocated=65.9M(78%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.2M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.8M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 13 seconds, signal 6 Testing tst_QTableView FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] Totals: 240 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTableView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QTableView::initTestCase() PASS : tst_QTableView::getSetCheck() PASS : tst_QTableView::noDelegate() PASS : tst_QTableView::noModel() PASS : tst_QTableView::emptyModel() PASS : tst_QTableView::removeRows(2x2) PASS : tst_QTableView::removeRows(10x10) PASS : tst_QTableView::removeColumns(2x2) PASS : tst_QTableView::removeColumns(10x10) FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] PASS : tst_QTableView::keyboardNavigation(no tab) PASS : tst_QTableView::headerSections() PASS : tst_QTableView::moveCursor(MoveRight (0,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,3)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext (0,0)) PASS : tst_QTableView::moveCursor(MoveNext (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (0,3)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (3,3)) PASS : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft (0,0)) PASS : tst_QTableView::moveCursor(MoveLeft (0,3)) PASS : tst_QTableView::moveCursor(MoveLeft (1,0)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious (0,3)) PASS : tst_QTableView::moveCursor(MovePrevious (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap (1,0)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0)) PASS : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2)) PASS : tst_QTableView::moveCursor(MoveDown (0,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,3)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (3, 0)) PASS : tst_QTableView::moveCursor(MoveUp (0,1)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row (1,0)) PASS : tst_QTableView::moveCursor(MoveHome (0,0)) PASS : tst_QTableView::moveCursor(MoveHome (3,3)) PASS : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (3,3)) PASS : tst_QTableView::moveCursor(MovePageDown (3, 3)) PASS : tst_QTableView::moveCursor(MovePageDown (0, 3)) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled) PASS : tst_QTableView::moveCursorStrikesBack(Move through span right) PASS : tst_QTableView::moveCursorStrikesBack(Move through span left) PASS : tst_QTableView::moveCursorStrikesBack(Move through span down) PASS : tst_QTableView::moveCursorStrikesBack(Move through span up) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL) PASS : tst_QTableView::hideRows(show row 0, hide row 3, no span) PASS : tst_QTableView::hideRows(show row 0, hide row 3, span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, no span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, span) PASS : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select) PASS : tst_QTableView::selectRow(SingleSelection and SelectItems) PASS : tst_QTableView::selectRow(SingleSelection and SelectRows) PASS : tst_QTableView::selectRow(SingleSelection and SelectColumns) PASS : tst_QTableView::selectRow(MultiSelection and SelectItems) PASS : tst_QTableView::selectRow(MultiSelection and SelectRows) PASS : tst_QTableView::selectRow(MultiSelection and SelectColumns) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectColumns) PASS : tst_QTableView::selectColumn(SingleSelection and SelectItems) PASS : tst_QTableView::selectColumn(SingleSelection and SelectRows) PASS : tst_QTableView::selectColumn(SingleSelection and SelectColumns) PASS : tst_QTableView::selectColumn(MultiSelection and SelectItems) PASS : tst_QTableView::selectColumn(MultiSelection and SelectRows) PASS : tst_QTableView::selectColumn(MultiSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns) PASS : tst_QTableView::visualRect((0,0)) PASS : tst_QTableView::visualRect((0,0) hidden row) PASS : tst_QTableView::visualRect((0,0) hidden column) PASS : tst_QTableView::visualRect((0,0) hidden row and column) PASS : tst_QTableView::visualRect((0,0) out of bounds) PASS : tst_QTableView::visualRect((5,5), hidden row) PASS : tst_QTableView::visualRect((9,9)) PASS : tst_QTableView::fetchMore() PASS : tst_QTableView::setHeaders() PASS : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per item 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5) PASS : tst_QTableView::rowAt(row at 100) PASS : tst_QTableView::rowAt(row at 180) PASS : tst_QTableView::rowAt(row at 20) PASS : tst_QTableView::rowHeight(increasing) PASS : tst_QTableView::rowHeight(decreasing) PASS : tst_QTableView::rowHeight(random) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per item 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5) PASS : tst_QTableView::columnAt(column at 100) PASS : tst_QTableView::columnAt(column at 180) PASS : tst_QTableView::columnAt(column at 20) PASS : tst_QTableView::columnWidth(increasing) PASS : tst_QTableView::columnWidth(decreasing) PASS : tst_QTableView::columnWidth(random) PASS : tst_QTableView::hiddenRow(first hidden) PASS : tst_QTableView::hiddenRow(last hidden) PASS : tst_QTableView::hiddenRow(none hidden) PASS : tst_QTableView::hiddenRow(all hidden) PASS : tst_QTableView::hiddenColumn(first hidden) PASS : tst_QTableView::hiddenColumn(last hidden) PASS : tst_QTableView::hiddenColumn(none hidden) PASS : tst_QTableView::hiddenColumn(all hidden) PASS : tst_QTableView::sortingEnabled() QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QWARN : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) PASS : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20)) PASS : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20)) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(top left 1x2) PASS : tst_QTableView::span(top left 2x1) PASS : tst_QTableView::span(invalid 2x2) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(bottom right 2x2) PASS : tst_QTableView::span(invalid span 2x2) PASS : tst_QTableView::span(invalid span 3x3) PASS : tst_QTableView::spans(1x3 span, query 3,0) PASS : tst_QTableView::spans(1x3 span, query 3,1) PASS : tst_QTableView::spans(1x3 span, query 3,2) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0) PASS : tst_QTableView::spans(how to order spans (1,1)) PASS : tst_QTableView::spans(how to order spans (2,1)) PASS : tst_QTableView::spans(how to order spans (3,1)) PASS : tst_QTableView::spans(how to order spans (1,2)) PASS : tst_QTableView::spans(how to order spans (2,2)) PASS : tst_QTableView::spans(spans with hidden rows) PASS : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-9631: remove one span) PASS : tst_QTableView::spansAfterRowInsertion() PASS : tst_QTableView::spansAfterColumnInsertion() PASS : tst_QTableView::spansAfterRowRemoval() PASS : tst_QTableView::spansAfterColumnRemoval() PASS : tst_QTableView::checkHeaderReset() PASS : tst_QTableView::checkHeaderMinSize() PASS : tst_QTableView::resizeToContents() SKIP : tst_QTableView::tabFocus() This test requires full keyboard control to be enabled. Loc: [tst_qtableview.cpp(3354)] PASS : tst_QTableView::bigModel() PASS : tst_QTableView::selectionSignal() PASS : tst_QTableView::setCurrentIndex() PASS : tst_QTableView::task173773_updateVerticalHeader() PASS : tst_QTableView::task227953_setRootIndex() PASS : tst_QTableView::task240266_veryBigColumn() PASS : tst_QTableView::task248688_autoScrollNavigation() PASS : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections() PASS : tst_QTableView::task191545_dragSelectRows() PASS : tst_QTableView::taskQTBUG_5062_spansInconsistency() PASS : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel() PASS : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader() PASS : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason() PASS : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection() PASS : tst_QTableView::taskQTBUG_8777_scrollToSpans() PASS : tst_QTableView::taskQTBUG_10169_sizeHintForRow() PASS : tst_QTableView::mouseWheel(scroll up per item) PASS : tst_QTableView::mouseWheel(scroll down per item) PASS : tst_QTableView::mouseWheel(scroll down per pixel) PASS : tst_QTableView::addColumnWhileEditing() PASS : tst_QTableView::task234926_setHeaderSorting() PASS : tst_QTableView::changeHeaderData() PASS : tst_QTableView::viewOptions() PASS : tst_QTableView::cleanupTestCase() Totals: 240 passed, 1 failed, 1 skipped ********* Finished testing of tst_QTableView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtableview: 58 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00192/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366114193): http://codereview.qt-project.org/53191 [PS15] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 16 21:38:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 22:38:59 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130416_193859_043969.ci-noreply@qt-project.org> QtWebKit_stable_Integration #114: SUCCESS Tested changes (refs/builds/stable_1366135205): http://codereview.qt-project.org/53891 [PS3] - Add more assertions to the property storage use in arrays From ci-noreply at qt-project.org Tue Apr 16 22:40:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 16 Apr 2013 23:40:37 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130416_204037_088085.ci-noreply@qt-project.org> QtSensors_stable_Integration #40: SUCCESS Tested changes (refs/builds/stable_1366142993): http://codereview.qt-project.org/53909 [PS3] - iOS: implement proximity sensor http://codereview.qt-project.org/53908 [PS3] - iOS: implement compass From ci-noreply at qt-project.org Tue Apr 16 23:42:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 00:42:58 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130416_214258_035429.ci-noreply@qt-project.org> Autotest `tst_qimage' failed :( ********* Start testing of tst_QImage ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QImage::initTestCase() PASS : tst_QImage::swap() QWARN : tst_QImage::create() QImage::setColorCount: null image PASS : tst_QImage::create() PASS : tst_QImage::createInvalidXPM() PASS : tst_QImage::createFromUChar() PASS : tst_QImage::convertBitOrder() PASS : tst_QImage::formatHandlersInput() PASS : tst_QImage::setAlphaChannel() PASS : tst_QImage::alphaChannel() tst_qimage(60520,0x7fff799ac960) malloc: *** error for object 0x1018c1c00: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qimage [60520] QtQA::App::TestRunner: Path: /work/*/tst_qimage.app/Contents/MacOS/tst_qimage QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qimage QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [60519] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-16 23:14:44.571 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[60520]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x1018c1c00: incorrect checksum for freed object - object was probably modified after being freed. QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d6ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff901607d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90151a7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff901734ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff901734e8 free_list_checksum_botch + 29 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90173ae0 small_free_list_remove_ptr + 264 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90177c53 szone_free_definite_size + 3495 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff901b0789 free + 194 QtQA::App::TestRunner: 8 QtGui 0x0000000100884183 QImageData::~QImageData() + 77 QtQA::App::TestRunner: 9 QtGui 0x00000001008842a3 QImage::~QImage() + 63 QtQA::App::TestRunner: 10 com.yourcompany.tst_qimage 0x00000001000204b6 tst_QImage::convertToFormat() + 4676 (tst_qimage.cpp:828) QtQA::App::TestRunner: 11 com.yourcompany.tst_qimage 0x0000000100004998 tst_QImage::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 348 (tst_qimage.moc:136) QtQA::App::TestRunner: 12 QtCore 0x000000010019ae1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 13 QtCore 0x000000010019c4b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 14 QtTest 0x000000010004f559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 15 QtTest 0x0000000100051287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 16 com.yourcompany.tst_qimage 0x0000000100023de9 main + 89 (tst_qimage.cpp:2040) QtQA::App::TestRunner: 17 com.yourcompany.tst_qimage 0x0000000100004644 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d77e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff91668786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff91667316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d7192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90160594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90161b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d7192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90160594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90161b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdb98 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000a03 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdbc0 rsp: 0x00007fff5fbfdb98 QtQA::App::TestRunner: r8: 0x00007fff799a9fb8 r9: 0x0000000000000000 r10: 0x00007fff907d6d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x000000010154c000 r13: 0x00000001025ff000 r14: 0x00007fff799ac960 r15: 0x00000001025ff0c0 QtQA::App::TestRunner: rip: 0x00007fff907d6ce2 rfl: 0x0000000000000246 cr2: 0x00000001048fe000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100037fe7 +com.yourcompany.tst_qimage (??? - ???) <2C21FB2A-713D-3944-BE33-7DE7A6080790> /work/*/tst_qimage.app/Contents/MacOS/tst_qimage QtQA::App::TestRunner: 0x10004a000 - 0x10006cfff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10007b000 - 0x100328fff +QtCore (4.8.5 - compatibility 4.8.0) <9BF70D30-B2C7-36F2-84E1-646E0DF800BD> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x1003b6000 - 0x100616fe7 +Qt3Support (4.8.5 - compatibility 4.8.0) <72C2A9FA-A678-3E6E-8E77-CBBE08F0B79E> /work/*/Qt3Support.framework/Versions/4/Qt3Support QtQA::App::TestRunner: 0x1006dd000 - 0x100712fe7 +QtSql (4.8.5 - compatibility 4.8.0) <0BC79DA9-9CDA-3086-9603-B7FEFD651BB7> /work/*/QtSql.framework/Versions/4/QtSql QtQA::App::TestRunner: 0x100726000 - 0x100769fe7 +QtXml (4.8.5 - compatibility 4.8.0) <6B44F4BA-C7B4-302D-AEC9-40ECF61992C2> /work/*/QtXml.framework/Versions/4/QtXml QtQA::App::TestRunner: 0x100780000 - 0x101139fe7 +QtGui (4.8.5 - compatibility 4.8.0) <80DDC863-D1D2-38FE-A009-60FD213037A9> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x1013b7000 - 0x1014eeff7 +QtNetwork (4.8.5 - compatibility 4.8.0) <12351994-61B9-323E-9A99-1C00646E7F23> /work/*/QtNetwork.framework/Versions/4/QtNetwork QtQA::App::TestRunner: 0x102283000 - 0x1022b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x104f37000 - 0x104f3dfff +libqgif.dylib (??? - ???) <341A4AB7-7A96-36DE-AE3A-515BCA69EB94> /work/*/libqgif.dylib QtQA::App::TestRunner: 0x104f41000 - 0x104f47ff7 +libqico.dylib (??? - ???) <56B1F91C-EBBE-38C7-A8A7-A33064324751> /work/*/libqico.dylib QtQA::App::TestRunner: 0x104f4c000 - 0x104f85fff +libqjpeg.dylib (??? - ???) <28B27174-1939-3A9C-9B2E-05141600BE93> /work/*/libqjpeg.dylib QtQA::App::TestRunner: 0x104f8e000 - 0x104fdffef +libqmng.dylib (??? - ???) <393212F0-8BB7-3EAA-A275-CE5C4715046E> /work/*/libqmng.dylib QtQA::App::TestRunner: 0x104ff2000 - 0x104ff7ff7 +libqsvg.dylib (??? - ???) <549D794F-6804-35B9-8C93-F002B1B34698> /work/*/libqsvg.dylib QtQA::App::TestRunner: 0x105a09000 - 0x105a55fff +QtSvg (4.8.5 - compatibility 4.8.0) <7D957E78-2295-36AA-B71E-475D5EB95A60> /work/*/QtSvg.framework/Versions/4/QtSvg QtQA::App::TestRunner: 0x105a71000 - 0x105a75fff +libqtga.dylib (??? - ???) /work/*/libqtga.dylib QtQA::App::TestRunner: 0x105a79000 - 0x105acefef +libqtiff.dylib (??? - ???) <2A448C17-DD13-3A6A-ADE3-47CE6C3EBF9E> /work/*/libqtiff.dylib QtQA::App::TestRunner: 0x7fff69a17000 - 0x7fff69a4bbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff88d55000 - 0x7fff88d79fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff88dae000 - 0x7fff88daefff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88dd8000 - 0x7fff88ddcfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff88ddd000 - 0x7fff88decff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff88ded000 - 0x7fff88efafff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff88efb000 - 0x7fff88f00fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff890ba000 - 0x7fff890bffff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff890c0000 - 0x7fff89136ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff89137000 - 0x7fff891a7fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff891f5000 - 0x7fff8920afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff89216000 - 0x7fff89418fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff89af1000 - 0x7fff89b4dff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff89b4e000 - 0x7fff89b52fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff89b53000 - 0x7fff89bf4fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff89bf5000 - 0x7fff89e69fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff89e6a000 - 0x7fff89ea9fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff89eaa000 - 0x7fff89ee5fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8a7e7000 - 0x7fff8a7e8ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8a7e9000 - 0x7fff8a989ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8a98a000 - 0x7fff8a990fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8acec000 - 0x7fff8acf5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8ad85000 - 0x7fff8ae7afff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8ae7b000 - 0x7fff8b1a7fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8b1a8000 - 0x7fff8b21bfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8b21c000 - 0x7fff8b2b2ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b2c9000 - 0x7fff8b329fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8b336000 - 0x7fff8b388ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8b3a4000 - 0x7fff8b3e4ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8b70c000 - 0x7fff8b818fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8b819000 - 0x7fff8b83ffff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8b840000 - 0x7fff8b843fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8b8e0000 - 0x7fff8b934fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8baaa000 - 0x7fff8c6b0fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8c6b1000 - 0x7fff8c6d5fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c6e0000 - 0x7fff8c709fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c70a000 - 0x7fff8c70bff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8c75a000 - 0x7fff8c760fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8c761000 - 0x7fff8c761fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c8b4000 - 0x7fff8c8c8ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8c8f3000 - 0x7fff8c8f4fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8c97c000 - 0x7fff8cf60fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8cfb8000 - 0x7fff8cff8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8cff9000 - 0x7fff8d000fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8d22d000 - 0x7fff8d2c7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8d57f000 - 0x7fff8d5a7fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8d5a8000 - 0x7fff8d7d2fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d7df000 - 0x7fff8d863ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8d864000 - 0x7fff8d86bfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8d86c000 - 0x7fff8d879ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8d87a000 - 0x7fff8d87cfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8d902000 - 0x7fff8d935ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8d936000 - 0x7fff8d953fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8d954000 - 0x7fff8d9f6fff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8da08000 - 0x7fff8da09fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8da53000 - 0x7fff8da55ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8da56000 - 0x7fff8dadbff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8e09b000 - 0x7fff8e0aeff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e3d5000 - 0x7fff8e3d5fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8e3d6000 - 0x7fff8e3edfff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f133000 - 0x7fff8f154fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8f15d000 - 0x7fff8f1a1ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8f1a3000 - 0x7fff8f1a4ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8f280000 - 0x7fff8f29dff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8f29e000 - 0x7fff8f2cbfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8f2d1000 - 0x7fff8f33cff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8f33d000 - 0x7fff8f4a4fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8f4cf000 - 0x7fff8f511ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8f512000 - 0x7fff8f6e6ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8f704000 - 0x7fff8f750ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8f9f4000 - 0x7fff8fad3fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8fad4000 - 0x7fff8fb87ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8fbb6000 - 0x7fff8fbb8fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fdd7fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8fdd8000 - 0x7fff8fe5bfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8fe9d000 - 0x7fff8fea2fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff90110000 - 0x7fff901edfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff901ee000 - 0x7fff90264fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff90279000 - 0x7fff90287ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff90288000 - 0x7fff9038ffe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff903a5000 - 0x7fff903abfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff903ac000 - 0x7fff903d8ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff903e6000 - 0x7fff903e6fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff904e5000 - 0x7fff90526fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff905a1000 - 0x7fff905effff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff905f0000 - 0x7fff90602ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff9065a000 - 0x7fff906aeff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff906af000 - 0x7fff906baff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9074f000 - 0x7fff907b7ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff907b8000 - 0x7fff907bfff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff907c0000 - 0x7fff907e0fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff907e1000 - 0x7fff907e1fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff90951000 - 0x7fff90968fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff90969000 - 0x7fff90999ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff9099a000 - 0x7fff909c5ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff909c6000 - 0x7fff909ccff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff909cd000 - 0x7fff909dcfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff9108e000 - 0x7fff913aafff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff913ab000 - 0x7fff913abfff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff91665000 - 0x7fff91673fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff916af000 - 0x7fff916b7fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff916ba000 - 0x7fff917f0fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff917ff000 - 0x7fff91811ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff91fbb000 - 0x7fff91fbefff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff91fef000 - 0x7fff91ff2fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff91ff3000 - 0x7fff91ff4fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92073000 - 0x7fff92073fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff92074000 - 0x7fff92081fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff920a8000 - 0x7fff923c1fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff9274f000 - 0x7fff92754fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff92755000 - 0x7fff92839ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff9283a000 - 0x7fff92845ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92846000 - 0x7fff92850ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92851000 - 0x7fff92935e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff92936000 - 0x7fff9293afff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff9293b000 - 0x7fff9299dff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff929e1000 - 0x7fff92ae3fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff92ae4000 - 0x7fff92babff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff92c68000 - 0x7fff92d6dfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff92d6e000 - 0x7fff92dc9ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff92e14000 - 0x7fff92e15fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92e35000 - 0x7fff92e3aff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff9334e000 - 0x7fff93350fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff93869000 - 0x7fff93874fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff938e4000 - 0x7fff93a41fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff93a5d000 - 0x7fff93a61ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff93a63000 - 0x7fff93a68fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff93a69000 - 0x7fff93b82fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff93bea000 - 0x7fff93c13fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff93c14000 - 0x7fff93c6cff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff93c6d000 - 0x7fff93f62ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff93f63000 - 0x7fff93f63fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff93f64000 - 0x7fff93f67ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff940a2000 - 0x7fff940a9fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff940e9000 - 0x7fff94105ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff94106000 - 0x7fff94aa4a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff94b22000 - 0x7fff94b5cfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff94b5d000 - 0x7fff94b5dfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff94c6a000 - 0x7fff95097fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff95098000 - 0x7fff950aefff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff950c2000 - 0x7fff95167fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff952f4000 - 0x7fff9530aff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff9530b000 - 0x7fff9532afff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff953f2000 - 0x7fff9545aff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff9545b000 - 0x7fff95922fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9592f000 - 0x7fff959aaff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff95a2d000 - 0x7fff95af4ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22164 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=166.1M resident=126.9M(76%) swapped_out_or_unallocated=39.2M(24%) QtQA::App::TestRunner: Writable regions: Total=55.3M written=3720K(7%) resident=7384K(13%) swapped_out=0K(0%) unallocated=48.0M(87%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2084K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 9752K QtQA::App::TestRunner: VM_ALLOCATE 96K QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 12.5M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 53.2M QtQA::App::TestRunner: __TEXT 112.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 67.9M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 358.5M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QImage ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QImage::initTestCase() PASS : tst_QImage::swap() QWARN : tst_QImage::create() QImage::setColorCount: null image PASS : tst_QImage::create() PASS : tst_QImage::createInvalidXPM() PASS : tst_QImage::createFromUChar() PASS : tst_QImage::convertBitOrder() PASS : tst_QImage::formatHandlersInput() PASS : tst_QImage::setAlphaChannel() PASS : tst_QImage::alphaChannel() tst_qimage(60521,0x7fff799ac960) malloc: *** error for object 0x1018be600: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qimage [60521] QtQA::App::TestRunner: Path: /work/*/tst_qimage.app/Contents/MacOS/tst_qimage QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qimage QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [60519] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-16 23:14:47.137 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[60521]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x1018be600: incorrect checksum for freed object - object was probably modified after being freed. QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d6ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff901607d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90151a7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff901734ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff901734e8 free_list_checksum_botch + 29 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90173ae0 small_free_list_remove_ptr + 264 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90177c53 szone_free_definite_size + 3495 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff901b0789 free + 194 QtQA::App::TestRunner: 8 QtGui 0x0000000100884183 QImageData::~QImageData() + 77 QtQA::App::TestRunner: 9 QtGui 0x00000001008842a3 QImage::~QImage() + 63 QtQA::App::TestRunner: 10 com.yourcompany.tst_qimage 0x00000001000204b6 tst_QImage::convertToFormat() + 4676 (tst_qimage.cpp:828) QtQA::App::TestRunner: 11 com.yourcompany.tst_qimage 0x0000000100004998 tst_QImage::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 348 (tst_qimage.moc:136) QtQA::App::TestRunner: 12 QtCore 0x000000010019ae1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 13 QtCore 0x000000010019c4b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 14 QtTest 0x000000010004f559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 15 QtTest 0x0000000100051287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 16 com.yourcompany.tst_qimage 0x0000000100023de9 main + 89 (tst_qimage.cpp:2040) QtQA::App::TestRunner: 17 com.yourcompany.tst_qimage 0x0000000100004644 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d77e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff91668786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff91667316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d7192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90160594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90161b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff907d7192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90160594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90161b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdb98 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000a03 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdbc0 rsp: 0x00007fff5fbfdb98 QtQA::App::TestRunner: r8: 0x00007fff799a9fb8 r9: 0x0000000000000000 r10: 0x00007fff907d6d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x000000010154c000 r13: 0x00000001027fe000 r14: 0x00007fff799ac960 r15: 0x00000001027fe0c0 QtQA::App::TestRunner: rip: 0x00007fff907d6ce2 rfl: 0x0000000000000246 cr2: 0x0000000103fdf000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100037fe7 +com.yourcompany.tst_qimage (??? - ???) <2C21FB2A-713D-3944-BE33-7DE7A6080790> /work/*/tst_qimage.app/Contents/MacOS/tst_qimage QtQA::App::TestRunner: 0x10004a000 - 0x10006cfff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10007b000 - 0x100328fff +QtCore (4.8.5 - compatibility 4.8.0) <9BF70D30-B2C7-36F2-84E1-646E0DF800BD> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x1003b6000 - 0x100616fe7 +Qt3Support (4.8.5 - compatibility 4.8.0) <72C2A9FA-A678-3E6E-8E77-CBBE08F0B79E> /work/*/Qt3Support.framework/Versions/4/Qt3Support QtQA::App::TestRunner: 0x1006dd000 - 0x100712fe7 +QtSql (4.8.5 - compatibility 4.8.0) <0BC79DA9-9CDA-3086-9603-B7FEFD651BB7> /work/*/QtSql.framework/Versions/4/QtSql QtQA::App::TestRunner: 0x100726000 - 0x100769fe7 +QtXml (4.8.5 - compatibility 4.8.0) <6B44F4BA-C7B4-302D-AEC9-40ECF61992C2> /work/*/QtXml.framework/Versions/4/QtXml QtQA::App::TestRunner: 0x100780000 - 0x101139fe7 +QtGui (4.8.5 - compatibility 4.8.0) <80DDC863-D1D2-38FE-A009-60FD213037A9> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x1013b7000 - 0x1014eeff7 +QtNetwork (4.8.5 - compatibility 4.8.0) <12351994-61B9-323E-9A99-1C00646E7F23> /work/*/QtNetwork.framework/Versions/4/QtNetwork QtQA::App::TestRunner: 0x102283000 - 0x1022b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x103f12000 - 0x103f18fff +libqgif.dylib (??? - ???) <341A4AB7-7A96-36DE-AE3A-515BCA69EB94> /work/*/libqgif.dylib QtQA::App::TestRunner: 0x103f1c000 - 0x103f22ff7 +libqico.dylib (??? - ???) <56B1F91C-EBBE-38C7-A8A7-A33064324751> /work/*/libqico.dylib QtQA::App::TestRunner: 0x103f27000 - 0x103f60fff +libqjpeg.dylib (??? - ???) <28B27174-1939-3A9C-9B2E-05141600BE93> /work/*/libqjpeg.dylib QtQA::App::TestRunner: 0x103f69000 - 0x103fbafef +libqmng.dylib (??? - ???) <393212F0-8BB7-3EAA-A275-CE5C4715046E> /work/*/libqmng.dylib QtQA::App::TestRunner: 0x103fcd000 - 0x103fd2ff7 +libqsvg.dylib (??? - ???) <549D794F-6804-35B9-8C93-F002B1B34698> /work/*/libqsvg.dylib QtQA::App::TestRunner: 0x103fd7000 - 0x103fdbfff +libqtga.dylib (??? - ???) /work/*/libqtga.dylib QtQA::App::TestRunner: 0x10890a000 - 0x108956fff +QtSvg (4.8.5 - compatibility 4.8.0) <7D957E78-2295-36AA-B71E-475D5EB95A60> /work/*/QtSvg.framework/Versions/4/QtSvg QtQA::App::TestRunner: 0x108972000 - 0x1089c7fef +libqtiff.dylib (??? - ???) <2A448C17-DD13-3A6A-ADE3-47CE6C3EBF9E> /work/*/libqtiff.dylib QtQA::App::TestRunner: 0x7fff680d8000 - 0x7fff6810cbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff88d55000 - 0x7fff88d79fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff88dae000 - 0x7fff88daefff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff88dd8000 - 0x7fff88ddcfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff88ddd000 - 0x7fff88decff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff88ded000 - 0x7fff88efafff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff88efb000 - 0x7fff88f00fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff890ba000 - 0x7fff890bffff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff890c0000 - 0x7fff89136ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff89137000 - 0x7fff891a7fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff891f5000 - 0x7fff8920afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff89216000 - 0x7fff89418fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff89af1000 - 0x7fff89b4dff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff89b4e000 - 0x7fff89b52fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff89b53000 - 0x7fff89bf4fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff89bf5000 - 0x7fff89e69fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff89e6a000 - 0x7fff89ea9fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff89eaa000 - 0x7fff89ee5fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8a7e7000 - 0x7fff8a7e8ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8a7e9000 - 0x7fff8a989ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8a98a000 - 0x7fff8a990fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8acec000 - 0x7fff8acf5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8ad85000 - 0x7fff8ae7afff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8ae7b000 - 0x7fff8b1a7fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8b1a8000 - 0x7fff8b21bfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8b21c000 - 0x7fff8b2b2ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b2c9000 - 0x7fff8b329fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8b336000 - 0x7fff8b388ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8b3a4000 - 0x7fff8b3e4ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8b70c000 - 0x7fff8b818fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8b819000 - 0x7fff8b83ffff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8b840000 - 0x7fff8b843fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8b8e0000 - 0x7fff8b934fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8baaa000 - 0x7fff8c6b0fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8c6b1000 - 0x7fff8c6d5fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c6e0000 - 0x7fff8c709fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c70a000 - 0x7fff8c70bff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8c75a000 - 0x7fff8c760fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8c761000 - 0x7fff8c761fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c8b4000 - 0x7fff8c8c8ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8c8f3000 - 0x7fff8c8f4fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8c97c000 - 0x7fff8cf60fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8cfb8000 - 0x7fff8cff8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8cff9000 - 0x7fff8d000fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8d22d000 - 0x7fff8d2c7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8d57f000 - 0x7fff8d5a7fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8d5a8000 - 0x7fff8d7d2fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8d7df000 - 0x7fff8d863ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8d864000 - 0x7fff8d86bfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8d86c000 - 0x7fff8d879ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8d87a000 - 0x7fff8d87cfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8d902000 - 0x7fff8d935ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8d936000 - 0x7fff8d953fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8d954000 - 0x7fff8d9f6fff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8da08000 - 0x7fff8da09fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8da53000 - 0x7fff8da55ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8da56000 - 0x7fff8dadbff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8e09b000 - 0x7fff8e0aeff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e3d5000 - 0x7fff8e3d5fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8e3d6000 - 0x7fff8e3edfff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8f133000 - 0x7fff8f154fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8f15d000 - 0x7fff8f1a1ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8f1a3000 - 0x7fff8f1a4ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8f280000 - 0x7fff8f29dff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff8f29e000 - 0x7fff8f2cbfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8f2d1000 - 0x7fff8f33cff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8f33d000 - 0x7fff8f4a4fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8f4cf000 - 0x7fff8f511ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8f512000 - 0x7fff8f6e6ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8f704000 - 0x7fff8f750ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8f9f4000 - 0x7fff8fad3fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8fad4000 - 0x7fff8fb87ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8fbb6000 - 0x7fff8fbb8fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fdd7fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8fdd8000 - 0x7fff8fe5bfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8fe9d000 - 0x7fff8fea2fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff90110000 - 0x7fff901edfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff901ee000 - 0x7fff90264fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff90279000 - 0x7fff90287ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff90288000 - 0x7fff9038ffe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff903a5000 - 0x7fff903abfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff903ac000 - 0x7fff903d8ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff903e6000 - 0x7fff903e6fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff904e5000 - 0x7fff90526fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff905a1000 - 0x7fff905effff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff905f0000 - 0x7fff90602ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff9065a000 - 0x7fff906aeff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff906af000 - 0x7fff906baff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff9074f000 - 0x7fff907b7ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff907b8000 - 0x7fff907bfff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff907c0000 - 0x7fff907e0fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff907e1000 - 0x7fff907e1fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff90951000 - 0x7fff90968fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff90969000 - 0x7fff90999ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff9099a000 - 0x7fff909c5ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff909c6000 - 0x7fff909ccff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff909cd000 - 0x7fff909dcfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff9108e000 - 0x7fff913aafff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff913ab000 - 0x7fff913abfff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff91665000 - 0x7fff91673fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff916af000 - 0x7fff916b7fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff916ba000 - 0x7fff917f0fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff917ff000 - 0x7fff91811ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff91fbb000 - 0x7fff91fbefff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff91fef000 - 0x7fff91ff2fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff91ff3000 - 0x7fff91ff4fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92073000 - 0x7fff92073fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff92074000 - 0x7fff92081fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff920a8000 - 0x7fff923c1fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff9274f000 - 0x7fff92754fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff92755000 - 0x7fff92839ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff9283a000 - 0x7fff92845ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92846000 - 0x7fff92850ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92851000 - 0x7fff92935e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff92936000 - 0x7fff9293afff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff9293b000 - 0x7fff9299dff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff929e1000 - 0x7fff92ae3fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff92ae4000 - 0x7fff92babff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff92c68000 - 0x7fff92d6dfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff92d6e000 - 0x7fff92dc9ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff92e14000 - 0x7fff92e15fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff92e35000 - 0x7fff92e3aff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff9334e000 - 0x7fff93350fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff93869000 - 0x7fff93874fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff938e4000 - 0x7fff93a41fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff93a5d000 - 0x7fff93a61ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff93a63000 - 0x7fff93a68fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff93a69000 - 0x7fff93b82fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff93bea000 - 0x7fff93c13fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff93c14000 - 0x7fff93c6cff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff93c6d000 - 0x7fff93f62ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff93f63000 - 0x7fff93f63fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff93f64000 - 0x7fff93f67ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff940a2000 - 0x7fff940a9fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff940e9000 - 0x7fff94105ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff94106000 - 0x7fff94aa4a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff94b22000 - 0x7fff94b5cfe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff94b5d000 - 0x7fff94b5dfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff94c6a000 - 0x7fff95097fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff95098000 - 0x7fff950aefff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff950c2000 - 0x7fff95167fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff952f4000 - 0x7fff9530aff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff9530b000 - 0x7fff9532afff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff953f2000 - 0x7fff9545aff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff9545b000 - 0x7fff95922fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9592f000 - 0x7fff959aaff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff95a2d000 - 0x7fff95af4ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 22166 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=166.1M resident=126.9M(76%) swapped_out_or_unallocated=39.2M(24%) QtQA::App::TestRunner: Writable regions: Total=55.2M written=2644K(5%) resident=7048K(12%) swapped_out=0K(0%) unallocated=48.3M(88%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2084K QtQA::App::TestRunner: MALLOC 41.6M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 9752K QtQA::App::TestRunner: VM_ALLOCATE 96K QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 12.5M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 53.2M QtQA::App::TestRunner: __TEXT 112.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 67.9M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 358.4M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qimage: 4 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01393/macx-g++_developer-build_OSX_10.7/log.txt.gz Tested changes (refs/builds/4.8_1366134429): http://codereview.qt-project.org/53917 [PS2] - Prevent crash when moving elements of a ListView's ListModel. From ci-noreply at qt-project.org Wed Apr 17 00:13:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 01:13:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130416_221336_019292.ci-noreply@qt-project.org> QtBase_stable_Integration #939: SUCCESS Tested changes (refs/builds/stable_1366134453): http://codereview.qt-project.org/53911 [PS1] - Cocoa: Fix menu popup, again http://codereview.qt-project.org/53814 [PS2] - Cocoa: Make sure no invisible proxy icon button is created http://codereview.qt-project.org/53963 [PS1] - Prevent recursions when triggering menus in QToolButton http://codereview.qt-project.org/53607 [PS1] - Make QBuffer unbuffered http://codereview.qt-project.org/51301 [PS3] - [QNX] Fix build/runtime if QT_NO_OPENGL defined http://codereview.qt-project.org/53606 [PS1] - Make QBuffer::bytesAvailable() work http://codereview.qt-project.org/53557 [PS4] - Fixed CE build of sqlite3 http://codereview.qt-project.org/53855 [PS1] - Don't use the CMake MinGW if cross-compiling. From ci-noreply at qt-project.org Wed Apr 17 02:31:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 03:31:32 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130417_003132_027409.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #124: SUCCESS Tested changes (refs/builds/stable_1366156121): http://codereview.qt-project.org/53664 [PS3] - AVFoundation: Emit error when media fails to load From ci-noreply at qt-project.org Wed Apr 17 04:38:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 05:38:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130417_023808_048407.ci-noreply@qt-project.org> QtBase_dev_Integration #823: SUCCESS Tested changes (refs/builds/dev_1366158302): http://codereview.qt-project.org/53879 [PS3] - QNX: Fix filenames returned by the file dialog. From ci-noreply at qt-project.org Wed Apr 17 06:47:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 07:47:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_044718_096534.ci-noreply@qt-project.org> QtBase_stable_Integration #940: SUCCESS Tested changes (refs/builds/stable_1366158302): http://codereview.qt-project.org/53748 [PS1] - Fix typo in qWarning() From ci-noreply at qt-project.org Wed Apr 17 07:43:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 08:43:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_054336_072653.ci-noreply@qt-project.org> qtbase failed to compile :( In file included from ../../../../include/QtGui/5.1.0/QtGui/private/qguiapplication_p.h:1:0, from /work/build/qt/qtbase/tests/auto/other/qaccessibility/tst_qaccessibility.cpp:68: ../../../../include/QtGui/5.1.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qguiapplication_p.h:59:47: fatal error: QtCore/private/qcoreapplication_p.h: No such file or directory make[5]: *** [.obj/release-shared/tst_qaccessibility.o] Error 1 make[4]: *** [sub-qaccessibility-make_first] Error 2 make[3]: *** [sub-other-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00941/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/stable_1366176626): http://codereview.qt-project.org/52194 [PS8] - Let platform plugin decide if accessibility is active From ci-noreply at qt-project.org Wed Apr 17 10:20:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 11:20:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_082000_076346.ci-noreply@qt-project.org> qtdeclarative failed to compile :( threadrenderer.cpp:91:21: error: reference to ‘QOffscreenSurface’ is ambiguous threadrenderer.h:47:7: error: candidates are: struct QOffscreenSurface /work/build/qt/qtbase/include/QtGui/../../src/gui/kernel/qoffscreensurface.h:55:46: error: class TestNamespace::QOffscreenSurface threadrenderer.cpp:91:21: error: ‘QOffscreenSurface’ has not been declared threadrenderer.cpp:153:5: error: reference to ‘QOffscreenSurface’ is ambiguous threadrenderer.h:47:7: error: candidates are: struct QOffscreenSurface /work/build/qt/qtbase/include/QtGui/../../src/gui/kernel/qoffscreensurface.h:55:46: error: class TestNamespace::QOffscreenSurface threadrenderer.cpp:153:5: error: ‘QOffscreenSurface’ does not name a type threadrenderer.cpp: In constructor ‘RenderThread::RenderThread(const TestNamespace::QSize&, TestNamespace::QOpenGLContext*)’: threadrenderer.cpp:70:11: error: class ‘RenderThread’ does not have any field named ‘m_fakeSurface’ threadrenderer.cpp:86:9: error: ‘m_fakeSurface’ was not declared in this scope threadrenderer.cpp:86:29: error: expected type-specifier before ‘QOffscreenSurface’ threadrenderer.cpp:86:29: error: expected ‘;’ before ‘QOffscreenSurface’ threadrenderer.cpp: In member function ‘void RenderThread::setSurface(int*)’: threadrenderer.cpp:91:51: error: ‘m_fakeSurface’ was not declared in this scope threadrenderer.cpp: In member function ‘void RenderThread::renderNext()’: threadrenderer.cpp:99:32: error: ‘m_fakeSurface’ was not declared in this scope threadrenderer.cpp: In member function ‘void RenderThread::shutDown()’: threadrenderer.cpp:129:32: error: ‘m_fakeSurface’ was not declared in this scope make[5]: *** [.obj/debug-shared/threadrenderer.o] Error 1 make[4]: *** [sub-textureinthread-make_first] Error 2 make[3]: *** [sub-scenegraph-make_first] Error 2 make[2]: *** [sub-quick-make_first] Error 2 make[1]: *** [sub-examples-make_first] Error 2 make: *** [module-qtdeclarative] Error 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00418/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366186096): http://codereview.qt-project.org/52902 [PS1] - Create BG context and fake surface on GUI thread http://codereview.qt-project.org/53880 [PS1] - Remove dead code. From ci-noreply at qt-project.org Wed Apr 17 10:45:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 11:45:12 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_084512_083841.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » linux-android-g++_Ubuntu_12.04_x64 #419: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00419/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366187632): http://codereview.qt-project.org/53880 [PS1] - Remove dead code. http://codereview.qt-project.org/53897 [PS2] - Don't use bitfields, reading/wrting them is not atomic From ci-noreply at qt-project.org Wed Apr 17 11:16:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:16:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130417_091600_061121.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » linux-arm-gnueabi-g++_Ubuntu_11.10_x86 #28: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00028/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/dev_1366189899): http://codereview.qt-project.org/53779 [PS2] - [V8] Removed RuntimeProfilerRateLimiter class and RuntimeProfiler::IsSomeIsolateInJS. From ci-noreply at qt-project.org Wed Apr 17 11:18:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:18:24 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130417_091824_048559.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » win32-msvc2010_developer-build_qtnamespace_Windows_7 #82: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00082/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366189450): http://codereview.qt-project.org/53554 [PS4] - Add documentation for the Layout attached property. From ci-noreply at qt-project.org Wed Apr 17 11:18:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:18:29 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_091829_072118.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » linux-g++-32_developer-build_Ubuntu_10.04_x86 #420: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00420/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366189532): http://codereview.qt-project.org/53897 [PS2] - Don't use bitfields, reading/wrting them is not atomic http://codereview.qt-project.org/53880 [PS1] - Remove dead code. From ci-noreply at qt-project.org Wed Apr 17 11:18:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:18:50 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130417_091850_009326.ci-noreply@qt-project.org> QtQA_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #493: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_master_Integration/build_00493/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366190126): http://codereview.qt-project.org/52676 [PS2] - Getting prepared for relative submodule specs From ci-noreply at qt-project.org Wed Apr 17 11:21:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:21:40 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130417_092140_094589.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #125: SUCCESS Tested changes (refs/builds/stable_1366187598): http://codereview.qt-project.org/53984 [PS1] - Fix crash on idle status change with 64 bit architectures. From ci-noreply at qt-project.org Wed Apr 17 11:27:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:27:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130417_092738_059728.ci-noreply@qt-project.org> QtTools_stable_Integration #143: SUCCESS Tested changes (refs/builds/stable_1366179697): http://codereview.qt-project.org/51529 [PS1] - Make linguist's source viewer read all files as UTF-8. From ci-noreply at qt-project.org Wed Apr 17 11:59:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 12:59:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#dev Message-ID: <20130417_095948_038737.ci-noreply@qt-project.org> QtSensors_dev_Integration #73: SUCCESS Tested changes (refs/builds/dev_1366189878): http://codereview.qt-project.org/53918 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 17 12:09:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:09:00 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_100900_001390.ci-noreply@qt-project.org> QtBase_stable_Integration #942: SUCCESS Tested changes (refs/builds/stable_1366177550): http://codereview.qt-project.org/53195 [PS5] - Move Fusion styles palette into QtGui From ci-noreply at qt-project.org Wed Apr 17 12:15:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:15:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130417_101514_018622.ci-noreply@qt-project.org> QtQA_master_Integration #494: SUCCESS Tested changes (refs/builds/master_1366191888): http://codereview.qt-project.org/53786 [PS1] - Remove all CIs for 'buildsystem' branch From ci-noreply at qt-project.org Wed Apr 17 12:18:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:18:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130417_101801_055725.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #83: SUCCESS Tested changes (refs/builds/stable_1366190585): http://codereview.qt-project.org/53554 [PS4] - Add documentation for the Layout attached property. From ci-noreply at qt-project.org Wed Apr 17 12:22:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:22:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130417_102200_039349.ci-noreply@qt-project.org> QtDoc_stable_Integration » linux-g++_shadow-build_Ubuntu_11.10_x86 #141: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00141/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/stable_1366193448): http://codereview.qt-project.org/53928 [PS2] - qdoc: Add index of obsolete members to obsolete page From ci-noreply at qt-project.org Wed Apr 17 12:29:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:29:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_102914_090388.ci-noreply@qt-project.org> qtbase failed to compile :( /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang .pch/release-static/Qt5Widgets/c++.pch -pipe -fvisibility=hidden -fpascal-strings -fmessage-length=0 -Wno-trigraphs -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -Wno-sign-conversion -fexceptions -fasm-blocks -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wformat -Wno-missing-braces -Wno-unused-function -Wno-unused-label -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-sign-compare -Wpointer-sign -Wno-newline-eof -Wdeprecated-declarations -Winvalid-offsetof -Wno-conversion -fvisibility-inlines-hidden -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -arch armv7 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -miphoneos-version-min=4.3 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -DDARWIN_NO_CARBON -DQT_NO_CORESERVICES -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_NO_CORESERVICES -DQT_NO_USING_NAMESPACE -DQT_BUILD_WIDGETS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_STYLE_MAC -DQT_STYLE_WINDOWS -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_GTK -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_ANDROID -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../mkspecs/unsupported/macx-ios-clang -I. -I/work/build/qt/qtbase/mkspecs/unsupported/macx-ios-clang/ios -I../../include -I../../include/QtWidgets -I../../include/QtWidgets/5.1.0 -I../../include/QtWidgets/5.1.0/QtWidgets -Idialogs -I.uic/release-static -I../../include/QtGui -I../../include/QtGui/5.1.0 -I../../include/QtGui/5.1.0/QtGui -I../../include/QtCore -I../../include/QtCore/5.1.0 -I../../include/QtCore/5.1.0/QtCore -I.moc/release-static -o .obj/release-static/qcommonstyle.o styles/qcommonstyle.cpp styles/qcommonstyle.cpp:4909:68: error: expected a class or namespace make[3]: *** [.obj/release-static/qcommonstyle.o] Error 1 make[2]: *** [sub-widgets-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00943/macx-ios-clang_OSX_10.8/log.txt.gz Tested changes (refs/builds/stable_1366193475): http://codereview.qt-project.org/53927 [PS1] - qdoc: Add index of obsolete members to obsolete page http://codereview.qt-project.org/53950 [PS1] - Don't show a separate inspector for child windows. http://codereview.qt-project.org/54002 [PS1] - Reduce qmetatype autotest build time for Windows CE. http://codereview.qt-project.org/54001 [PS2] - Fix tst_qfile build for WEC7. http://codereview.qt-project.org/53798 [PS5] - Android: Don't crash when displaying multiple top-levels http://codereview.qt-project.org/52194 [PS9] - Let platform plugin decide if accessibility is active http://codereview.qt-project.org/53939 [PS1] - QOpenGLPaintDevice: correct painting on retina. http://codereview.qt-project.org/53132 [PS3] - Android: Fixes for building under MSYS. http://codereview.qt-project.org/53412 [PS1] - Correct dir entries caching in QFileDialog http://codereview.qt-project.org/53989 [PS3] - Calling wglMakeCurrent on an already current context gives 100% cpu load http://codereview.qt-project.org/53823 [PS1] - Doc: Fix \group and \ingroup usage for a number of examples http://codereview.qt-project.org/53990 [PS2] - Emit animation driver signals after we change the state. http://codereview.qt-project.org/49082 [PS2] - Do not send clipboard message to application under debugger. http://codereview.qt-project.org/53906 [PS2] - Make password mask characters themeable. http://codereview.qt-project.org/53934 [PS1] - Compile with changes to the accessibility API. http://codereview.qt-project.org/53933 [PS1] - Remove nativeResourceForWindow warning. http://codereview.qt-project.org/53869 [PS1] - Fix the QTouchEventSequence code snippet so that it compiles http://codereview.qt-project.org/53801 [PS1] - Convert the new filename to native separators before checking it From ci-noreply at qt-project.org Wed Apr 17 12:41:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:41:56 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_104156_013712.ci-noreply@qt-project.org> Autotest `tst_qquickaccessible' failed :( Testing tst_QQuickAccessible FAIL! : tst_QQuickAccessible::hitTest() 'itemHit' returned FALSE. () Loc: [tst_qquickaccessible.cpp(346)] Totals: 7 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickAccessible ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickAccessible::initTestCase() QDEBUG : tst_QQuickAccessible::commonTests(StaticText) testing "statictext.qml" PASS : tst_QQuickAccessible::commonTests(StaticText) QDEBUG : tst_QQuickAccessible::commonTests(PushButton) testing "pushbutton.qml" PASS : tst_QQuickAccessible::commonTests(PushButton) PASS : tst_QQuickAccessible::quickAttachedProperties() PASS : tst_QQuickAccessible::basicPropertiesTest() QWARN : tst_QQuickAccessible::hitTest() QQuickRootItem QVariant(Invalid) QRect(0,0 0x0) FAIL! : tst_QQuickAccessible::hitTest() 'itemHit' returned FALSE. () Loc: [tst_qquickaccessible.cpp(346)] PASS : tst_QQuickAccessible::checkableTest() PASS : tst_QQuickAccessible::cleanupTestCase() Totals: 7 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQuickAccessible ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickaccessible: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00421/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366192789): http://codereview.qt-project.org/53991 [PS1] - Restore checkbox toggling on pressAction. http://codereview.qt-project.org/53988 [PS1] - Make accessibleRoot() return the contentItem. From ci-noreply at qt-project.org Wed Apr 17 12:55:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 13:55:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130417_105539_023280.ci-noreply@qt-project.org> QtQA_master_Integration #495: SUCCESS Tested changes (refs/builds/master_1366193870): http://codereview.qt-project.org/52676 [PS2] - Getting prepared for relative submodule specs From ci-noreply at qt-project.org Wed Apr 17 13:05:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 14:05:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130417_110513_082082.ci-noreply@qt-project.org> QtBase_dev_Integration #824: SUCCESS Tested changes (refs/builds/dev_1366188792): http://codereview.qt-project.org/53637 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 17 13:08:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 14:08:23 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130417_110823_099513.ci-noreply@qt-project.org> QtDoc_stable_Integration #142: SUCCESS Tested changes (refs/builds/stable_1366194342): http://codereview.qt-project.org/53928 [PS2] - qdoc: Add index of obsolete members to obsolete page From ci-noreply at qt-project.org Wed Apr 17 13:22:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 14:22:06 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130417_112206_069518.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #85: SUCCESS Tested changes (refs/builds/stable_1366194006): http://codereview.qt-project.org/53912 [PS1] - ComboBox: Fix popup offset From ci-noreply at qt-project.org Wed Apr 17 13:49:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 14:49:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130417_114904_069994.ci-noreply@qt-project.org> Qt3D_master_Integration #408: SUCCESS Tested changes (refs/builds/master_1366197071): http://codereview.qt-project.org/44373 [PS3] - Remove the bad API for the distance unit of the ray http://codereview.qt-project.org/44372 [PS1] - Simplify the API for the distance from the point http://codereview.qt-project.org/54023 [PS1] - Temporarily mark the cmake test as insignificant From ci-noreply at qt-project.org Wed Apr 17 14:12:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 15:12:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130417_121215_015284.ci-noreply@qt-project.org> QtJSBackend_dev_Integration #29: SUCCESS Tested changes (refs/builds/dev_1366197962): http://codereview.qt-project.org/53779 [PS2] - [V8] Removed RuntimeProfilerRateLimiter class and RuntimeProfiler::IsSomeIsolateInJS. From ci-noreply at qt-project.org Wed Apr 17 14:13:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 15:13:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130417_121324_006545.ci-noreply@qt-project.org> Qt_4.8_Integration #1394: SUCCESS Tested changes (refs/builds/4.8_1366180877): http://codereview.qt-project.org/53917 [PS2] - Prevent crash when moving elements of a ListView's ListModel. From ci-noreply at qt-project.org Wed Apr 17 14:26:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 15:26:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130417_122643_011893.ci-noreply@qt-project.org> Qt3D_master_Integration #409: SUCCESS Tested changes (refs/builds/master_1366199443): http://codereview.qt-project.org/54024 [PS1] - Tidy up the scene_ai headers to stop libassimp leaking to public headers From ci-noreply at qt-project.org Wed Apr 17 15:03:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 16:03:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_130346_094163.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #422: SUCCESS Tested changes (refs/builds/stable_1366199033): http://codereview.qt-project.org/53897 [PS2] - Don't use bitfields, reading/wrting them is not atomic http://codereview.qt-project.org/53880 [PS1] - Remove dead code. From ci-noreply at qt-project.org Wed Apr 17 15:22:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 16:22:27 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130417_132227_047226.ci-noreply@qt-project.org> Qt3D_master_Integration #410: SUCCESS Tested changes (refs/builds/master_1366201792): http://codereview.qt-project.org/48823 [PS1] - Link to QtOpenGL to get QGLPixelBuffer From ci-noreply at qt-project.org Wed Apr 17 15:33:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 16:33:05 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130417_133305_015850.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #30: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00030/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366204429): http://codereview.qt-project.org/53841 [PS1] - [V8] Determine number of available cores on all platforms. http://codereview.qt-project.org/53816 [PS1] - [V8] V8_Fatal now prints C++ stack trace in debug mode. From ci-noreply at qt-project.org Wed Apr 17 15:35:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 16:35:48 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130417_133548_086189.ci-noreply@qt-project.org> Compilation failed :( /usr/bin/cmake -E cmake_progress_report /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/build/CMakeFiles 1 [100%] Building CXX object CMakeFiles/module_includes_exe.dir/main.cpp.o /home/qt/bin/c++ -DQT_3D_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -DQT_3DQUICK_LIB -DQT_3D_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -DQT_QUICK_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -fPIE -g -I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/Qt3D -I/work/build/qt/qtbase/include/QtOpenGL -I/work/build/qt/qtbase/include/QtWidgets -I/work/build/qt/qtbase/include/QtGui -I/work/build/qt/qtbase/include/QtCore -I/work/build/qt/qtbase/mkspecs/linux-g++ -I/work/build/qt/qtbase/include/Qt3DQuick -I/work/build/qt/qtbase/include/QtQuick -I/work/build/qt/qtbase/include/QtQml -I/work/build/qt/qtbase/include/QtNetwork -o CMakeFiles/module_includes_exe.dir/main.cpp.o -c /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp In file included from /work/build/qt/qtbase/include/Qt3DQuick/cube.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:10, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:46: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:118: error: definition of 'static int TestNamespace::QMetaTypeId::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/cube.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:10, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:424: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:512: error: definition of 'static int TestNamespace::QMetaTypeId >::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId >' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/teapot.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:22, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:46: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:120: error: definition of 'static int TestNamespace::QMetaTypeId::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/teapot.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:22, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:432: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:522: error: definition of 'static int TestNamespace::QMetaTypeId >::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId >' [-fpermissive] ICECC[21387] 16:34:42: Compiled on 10.212.2.124 make[2]: *** [CMakeFiles/module_includes_exe.dir/main.cpp.o] Error 1 make[2]: Leaving directory `/work/build/qt/qt3d/tests/auto/cmake/build/module_includes/build' make[1]: *** [CMakeFiles/module_includes_exe.dir/all] Error 2 make[1]: Leaving directory `/work/build/qt/qt3d/tests/auto/cmake/build/module_includes/build' make: *** [all] Error 2 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 4.48 sec The following tests FAILED: 1 - module_includes (Failed) Errors while running CTest QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end cmake: 9 seconds, exit code 8 In file included from /work/build/qt/qtbase/include/Qt3DQuick/cube.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:10, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:46: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:118: error: definition of 'static int TestNamespace::QMetaTypeId::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/cube.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:10, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:424: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:512: error: definition of 'static int TestNamespace::QMetaTypeId >::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId >' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/teapot.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:22, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:46: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:120: error: definition of 'static int TestNamespace::QMetaTypeId::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/teapot.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:22, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:432: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:522: error: definition of 'static int TestNamespace::QMetaTypeId >::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId >' [-fpermissive] make[2]: *** [CMakeFiles/module_includes_exe.dir/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/module_includes_exe.dir/all] Error 2 make: *** [all] Error 2 In file included from /work/build/qt/qtbase/include/Qt3DQuick/cube.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:10, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:46: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:118: error: definition of 'static int TestNamespace::QMetaTypeId::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/cube.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:10, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:424: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/cube.h:61:512: error: definition of 'static int TestNamespace::QMetaTypeId >::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId >' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/teapot.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:22, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:46: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:120: error: definition of 'static int TestNamespace::QMetaTypeId::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId' [-fpermissive] In file included from /work/build/qt/qtbase/include/Qt3DQuick/teapot.h:1:0, from /work/build/qt/qtbase/include/Qt3DQuick/Qt3DQuick:22, from /work/build/qt/qt3d/tests/auto/cmake/build/module_includes/main.cpp:10: /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:432: error: specialization of 'template struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:524:8: error: from definition of 'template struct TestNamespace::QMetaTypeId' [-fpermissive] /work/build/qt/qtbase/include/Qt3DQuick/../../../qt3d/src/quick3d/teapot.h:61:522: error: definition of 'static int TestNamespace::QMetaTypeId >::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId >' [-fpermissive] make[2]: *** [CMakeFiles/module_includes_exe.dir/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/module_includes_exe.dir/all] Error 2 make: *** [all] Error 2 Build log: http://testresults.qt-project.org/ci/Qt3D_master_Integration/build_00411/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366205046): http://codereview.qt-project.org/50584 [PS2] - Generate the cmake module tests, instead of having them outdated. From ci-noreply at qt-project.org Wed Apr 17 15:45:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 16:45:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130417_134533_018105.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #86: SUCCESS Tested changes (refs/builds/stable_1366203087): http://codereview.qt-project.org/53663 [PS3] - Change default values of the preferred and max size hints to -1. From ci-noreply at qt-project.org Wed Apr 17 16:27:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 17:27:00 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_142700_052342.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #423: SUCCESS Tested changes (refs/builds/stable_1366203940): http://codereview.qt-project.org/54056 [PS1] - Doc: Fixed whitespace in qqmlcomponent.cpp From ci-noreply at qt-project.org Wed Apr 17 16:53:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 17:53:34 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130417_145334_086468.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #31: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00031/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366209369): http://codereview.qt-project.org/53841 [PS1] - [V8] Determine number of available cores on all platforms. From ci-noreply at qt-project.org Wed Apr 17 16:56:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 17:56:52 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_145652_055642.ci-noreply@qt-project.org> QtBase_stable_Integration #944: SUCCESS Tested changes (refs/builds/stable_1366194833): http://codereview.qt-project.org/53412 [PS1] - Correct dir entries caching in QFileDialog http://codereview.qt-project.org/53927 [PS1] - qdoc: Add index of obsolete members to obsolete page From ci-noreply at qt-project.org Wed Apr 17 17:09:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 18:09:24 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_150924_099261.ci-noreply@qt-project.org> qtbase failed to compile :( In file included from tools/qcryptographichash.cpp:82:0: /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4189: undefined reference to `QRegularExpression::QRegularExpression(QString const&, QFlags)' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4190: undefined reference to `QRegularExpression::globalMatch(QString const&, int, QRegularExpression::MatchType, QFlags) const' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4192: undefined reference to `QRegularExpressionMatch::~QRegularExpressionMatch()' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4191: undefined reference to `QRegularExpressionMatchIterator::hasNext() const' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4192: undefined reference to `QRegularExpressionMatchIterator::next()' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4193: undefined reference to `QRegularExpressionMatch::captured(int) const' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4190: undefined reference to `QRegularExpressionMatchIterator::~QRegularExpressionMatchIterator()' /work/build/qt/qtbase/src/tools/qdoc/htmlgenerator.cpp:4189: undefined reference to `QRegularExpression::~QRegularExpression()' make[3]: *** [../../../bin/qdoc] Error 1 make[2]: *** [sub-qdoc-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00945/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz Tested changes (refs/builds/stable_1366210747): http://codereview.qt-project.org/53920 [PS1] - qdoc: Include words from the module name as tags in example manifest http://codereview.qt-project.org/54046 [PS2] - Fusion & GTK styles need to check direction from style option not qapp http://codereview.qt-project.org/53856 [PS9] - Add the GL headers to cmake variables. http://codereview.qt-project.org/54019 [PS5] - Fix GroupBox painting on Windows when not using widgets http://codereview.qt-project.org/54030 [PS1] - Windows: Fix compile with -directwrite. http://codereview.qt-project.org/53990 [PS2] - Emit animation driver signals after we change the state. http://codereview.qt-project.org/53906 [PS3] - Make password mask characters themeable. http://codereview.qt-project.org/54006 [PS3] - An RTL submenu should be right-aligned http://codereview.qt-project.org/53798 [PS7] - Android: Don't crash when displaying multiple top-levels http://codereview.qt-project.org/49082 [PS2] - Do not send clipboard message to application under debugger. http://codereview.qt-project.org/53939 [PS1] - QOpenGLPaintDevice: correct painting on retina. http://codereview.qt-project.org/53132 [PS3] - Android: Fixes for building under MSYS. From ci-noreply at qt-project.org Wed Apr 17 17:47:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 18:47:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_154738_078221.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #424: SUCCESS Tested changes (refs/builds/stable_1366208929): http://codereview.qt-project.org/53532 [PS2] - Silence a warning for unused variable in QQuickTextNode. From ci-noreply at qt-project.org Wed Apr 17 18:26:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 19:26:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130417_162601_061190.ci-noreply@qt-project.org> Qt5_stable_Integration #193: SUCCESS Tested changes (refs/builds/stable_1366200346): http://codereview.qt-project.org/53191 [PS17] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 17 18:51:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 19:51:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130417_165144_029678.ci-noreply@qt-project.org> QtJSBackend_dev_Integration #32: SUCCESS Tested changes (refs/builds/dev_1366215137): http://codereview.qt-project.org/53816 [PS1] - [V8] V8_Fatal now prints C++ stack trace in debug mode. http://codereview.qt-project.org/53841 [PS1] - [V8] Determine number of available cores on all platforms. From ci-noreply at qt-project.org Wed Apr 17 19:09:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 20:09:41 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_170941_000461.ci-noreply@qt-project.org> Autotest `cmake' failed :( Test project /work/build/qt/qtbase/tests/auto/cmake/build Start 1: test_use_modules_function 1/19 Test #1: test_use_modules_function .........***Failed 1.40 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_use_modules_function Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:238 (find_package) CMakeLists.txt:16 (qt5_use_modules) Configuring Configuring incomplete, errors occurred! Start 2: test_umbrella_config 2/19 Test #2: test_umbrella_config .............. Passed 1.03 sec Start 3: test_wrap_cpp_and_resources 3/19 Test #3: test_wrap_cpp_and_resources ....... Passed 3.65 sec Start 4: test_dependent_modules 4/19 Test #4: test_dependent_modules ............***Failed 1.86 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_dependent_modules Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:51 (find_package) CMakeLists.txt:7 (find_package) Configuring Configuring incomplete, errors occurred! Start 5: test_needsquoting_dirname 5/19 Test #5: test_needsquoting_dirname .........***Failed 1.09 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test(needsquoting)dirname Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:51 (find_package) CMakeLists.txt:6 (find_package) Configuring Configuring incomplete, errors occurred! Start 6: test_add_resource_options 6/19 Test #6: test_add_resource_options ......... Passed 2.20 sec Start 7: test_wrap_cpp_options 7/19 Test #7: test_wrap_cpp_options ............. Passed 2.26 sec Start 8: test_platform_defs_include 8/19 Test #8: test_platform_defs_include ........ Passed 1.43 sec Start 9: test_qtmainwin_library 9/19 Test #9: test_qtmainwin_library ............ Passed 2.47 sec Start 10: test_multiple_find_package 10/19 Test #10: test_multiple_find_package ........ Passed 2.01 sec Start 11: test_add_resources_delayed_file 11/19 Test #11: test_add_resources_delayed_file ... Passed 1.57 sec Start 12: test_private_includes 12/19 Test #12: test_private_includes .............***Failed 1.13 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_private_includes Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:6 (find_package) Configuring Configuring incomplete, errors occurred! Start 13: test_testlib_definitions 13/19 Test #13: test_testlib_definitions ..........***Failed 1.00 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_testlib_definitions Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done Configuring Configuring CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:9 (find_package) gui/CMakeLists.txt:4 (test_testlib_project) Configuring Configuring Configuring Configuring incomplete, errors occurred! Start 14: test_json_plugin_includes 14/19 Test #14: test_json_plugin_includes ......... Passed 3.06 sec Start 15: test_testlib_no_link_gui 15/19 Test #15: test_testlib_no_link_gui ..........***Failed 1.54 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/failbuild/test_testlib_no_link_gui/build Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:12 (find_package) CMake Error: Internal CMake error, TryCompile configure of cmake failed Configuring Configuring incomplete, errors occurred! Start 16: test_testlib_no_link_widgets 16/19 Test #16: test_testlib_no_link_widgets ......***Failed 1.33 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/failbuild/test_testlib_no_link_widgets/build Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:51 (find_package) CMakeLists.txt:12 (find_package) CMake Error: Internal CMake error, TryCompile configure of cmake failed Configuring Configuring incomplete, errors occurred! Start 17: module_includes 17/19 Test #17: module_includes ...................***Failed 1.40 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/module_includes/build Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:26 (find_package) Configuring Configuring incomplete, errors occurred! Start 18: test_concurrent_module 18/19 Test #18: test_concurrent_module ............ Passed 3.59 sec Start 19: test_openglextensions_module 19/19 Test #19: test_openglextensions_module ......***Failed 2.26 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_openglextensions_module Error: cmake execution failed The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake:51 (find_package) CMakeLists.txt:6 (find_package) Configuring Configuring incomplete, errors occurred! 53% tests passed, 9 tests failed out of 19 Total Test time (real) = 36.36 sec The following tests FAILED: 1 - test_use_modules_function (Failed) 4 - test_dependent_modules (Failed) 5 - test_needsquoting_dirname (Failed) 12 - test_private_includes (Failed) 13 - test_testlib_definitions (Failed) 15 - test_testlib_no_link_gui (Failed) 16 - test_testlib_no_link_widgets (Failed) 17 - module_includes (Failed) 19 - test_openglextensions_module (Failed) Errors while running CTest QtQA::App::TestRunner: test failed, running again to see if it is flaky... Test project /work/build/qt/qtbase/tests/auto/cmake/build Start 1: test_use_modules_function 1/19 Test #1: test_use_modules_function .........***Failed 0.04 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_use_modules_function Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:238 (find_package) CMakeLists.txt:16 (qt5_use_modules) Configuring Configuring incomplete, errors occurred! Start 2: test_umbrella_config 2/19 Test #2: test_umbrella_config .............. Passed 0.11 sec Start 3: test_wrap_cpp_and_resources 3/19 Test #3: test_wrap_cpp_and_resources ....... Passed 2.01 sec Start 4: test_dependent_modules 4/19 Test #4: test_dependent_modules ............***Failed 0.05 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_dependent_modules Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:51 (find_package) CMakeLists.txt:7 (find_package) Configuring Configuring incomplete, errors occurred! Start 5: test_needsquoting_dirname 5/19 Test #5: test_needsquoting_dirname .........***Failed 0.06 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test(needsquoting)dirname Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:51 (find_package) CMakeLists.txt:6 (find_package) Configuring Configuring incomplete, errors occurred! Start 6: test_add_resource_options 6/19 Test #6: test_add_resource_options ......... Passed 0.96 sec Start 7: test_wrap_cpp_options 7/19 Test #7: test_wrap_cpp_options ............. Passed 1.20 sec Start 8: test_platform_defs_include 8/19 Test #8: test_platform_defs_include ........ Passed 0.33 sec Start 9: test_qtmainwin_library 9/19 Test #9: test_qtmainwin_library ............ Passed 1.21 sec Start 10: test_multiple_find_package 10/19 Test #10: test_multiple_find_package ........ Passed 0.84 sec Start 11: test_add_resources_delayed_file 11/19 Test #11: test_add_resources_delayed_file ... Passed 0.52 sec Start 12: test_private_includes 12/19 Test #12: test_private_includes .............***Failed 0.04 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_private_includes Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:6 (find_package) Configuring Configuring incomplete, errors occurred! Start 13: test_testlib_definitions 13/19 Test #13: test_testlib_definitions ..........***Failed 0.05 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_testlib_definitions Error: cmake execution failed Configuring Configuring CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:9 (find_package) gui/CMakeLists.txt:4 (test_testlib_project) Configuring Configuring Configuring Configuring incomplete, errors occurred! Start 14: test_json_plugin_includes 14/19 Test #14: test_json_plugin_includes ......... Passed 1.31 sec Start 15: test_testlib_no_link_gui 15/19 Test #15: test_testlib_no_link_gui ..........***Failed 0.07 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/failbuild/test_testlib_no_link_gui/build Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:12 (find_package) CMake Error: Internal CMake error, TryCompile configure of cmake failed Configuring Configuring incomplete, errors occurred! Start 16: test_testlib_no_link_widgets 16/19 Test #16: test_testlib_no_link_widgets ......***Failed 0.07 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/failbuild/test_testlib_no_link_widgets/build Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:51 (find_package) CMakeLists.txt:12 (find_package) CMake Error: Internal CMake error, TryCompile configure of cmake failed Configuring Configuring incomplete, errors occurred! Start 17: module_includes 17/19 Test #17: module_includes ...................***Failed 0.04 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/module_includes/build Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) CMakeLists.txt:26 (find_package) Configuring Configuring incomplete, errors occurred! Start 18: test_concurrent_module 18/19 Test #18: test_concurrent_module ............ Passed 1.26 sec Start 19: test_openglextensions_module 19/19 Test #19: test_openglextensions_module ......***Failed 0.04 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_openglextensions_module Error: cmake execution failed CMake Error at /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:8 (message): Failed to find "_qt5gui_OPENGL_INCLUDE_DIR-NOTFOUND" in "//System/Library/Frameworks/OpenGL.framework/Headers" "//System/Library/Frameworks/AGL.framework/Headers/"", using the CMAKE_FIND_ROOT_PATH ""." Call Stack (most recent call first): /work/build/qt/qtbase/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:93 (include) /work/build/qt/qtbase/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake:51 (find_package) CMakeLists.txt:6 (find_package) Configuring Configuring incomplete, errors occurred! 53% tests passed, 9 tests failed out of 19 Total Test time (real) = 10.24 sec The following tests FAILED: 1 - test_use_modules_function (Failed) 4 - test_dependent_modules (Failed) 5 - test_needsquoting_dirname (Failed) 12 - test_private_includes (Failed) 13 - test_testlib_definitions (Failed) 15 - test_testlib_no_link_gui (Failed) 16 - test_testlib_no_link_widgets (Failed) 17 - module_includes (Failed) 19 - test_openglextensions_module (Failed) Errors while running CTest QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end cmake: 46 seconds, exit code 8 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00946/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366211919): http://codereview.qt-project.org/53990 [PS2] - Emit animation driver signals after we change the state. http://codereview.qt-project.org/53856 [PS9] - Add the GL headers to cmake variables. From ci-noreply at qt-project.org Wed Apr 17 19:09:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 20:09:46 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130417_170946_029538.ci-noreply@qt-project.org> Autotest `tst_qdialog' failed :( ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-17 17:42:13.613 tst_qdialog[53359:1d07] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [53359] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [53358] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-17 17:49:22.021 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[53359]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068635 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x00000001000687ed _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a0d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4c61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a193 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x0000000000000000 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fe7 +QtGui (4.8.5 - compatibility 4.8.0) <482F6AA3-040D-3ED3-A78F-8ABB3E550DC7> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff67dcc000 - 0x7fff67e00baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 9854 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=83.1M(51%) swapped_out_or_unallocated=78.6M(49%) QtQA::App::TestRunner: Writable regions: Total=69.5M written=2508K(4%) resident=6872K(10%) swapped_out=0K(0%) unallocated=62.8M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 378.0M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-17 17:49:45.279 tst_qdialog[53389:4e07] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [53389] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [53358] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-17 17:56:53.761 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[53389]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100068635 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x00000001000687ed _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x0000000100068a0d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4c61 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001647e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a193 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ee1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001704b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2e8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc310 rsp: 0x00007fff5fbfc2e8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x0000000000000000 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc38 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c35e8 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfff +QtCore (4.8.5 - compatibility 4.8.0) /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fe7 +QtGui (4.8.5 - compatibility 4.8.0) <482F6AA3-040D-3ED3-A78F-8ABB3E550DC7> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff69d17000 - 0x7fff69d4bbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 3 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 9878 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=83.1M(51%) swapped_out_or_unallocated=78.6M(49%) QtQA::App::TestRunner: Writable regions: Total=70.6M written=3248K(4%) resident=7240K(10%) swapped_out=0K(0%) unallocated=63.6M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: MALLOC 42.8M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 379.2M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdialog: 903 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01395/macx-g++_developer-build_OSX_10.7/log.txt.gz Tested changes (refs/builds/4.8_1366202302): http://codereview.qt-project.org/53999 [PS1] - Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps. http://codereview.qt-project.org/53332 [PS2] - qmlplugindump: correctly handle various versions of a meta object From ci-noreply at qt-project.org Wed Apr 17 19:42:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 20:42:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130417_174201_061561.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #87: SUCCESS Tested changes (refs/builds/stable_1366217303): http://codereview.qt-project.org/53998 [PS2] - Make tab accessibility work. From ci-noreply at qt-project.org Wed Apr 17 20:09:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 21:09:54 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_180954_006428.ci-noreply@qt-project.org> Autotest `tst_qpauseanimation' failed :( Testing tst_QPauseAnimation FAIL! : tst_QPauseAnimation::noTimerUpdates(2) 'animation.state() == QAbstractAnimation::Stopped' returned FALSE. () Loc: [tst_qpauseanimation.cpp(156)] Totals: 13 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPauseAnimation ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QPauseAnimation::initTestCase() PASS : tst_QPauseAnimation::changeDirectionWhileRunning() PASS : tst_QPauseAnimation::noTimerUpdates(0) PASS : tst_QPauseAnimation::noTimerUpdates(1) PASS : tst_QPauseAnimation::noTimerUpdates(2) PASS : tst_QPauseAnimation::noTimerUpdates(3) PASS : tst_QPauseAnimation::multiplePauseAnimations() PASS : tst_QPauseAnimation::pauseAndPropertyAnimations() PASS : tst_QPauseAnimation::pauseResume() PASS : tst_QPauseAnimation::sequentialPauseGroup() PASS : tst_QPauseAnimation::sequentialGroupWithPause() FAIL! : tst_QPauseAnimation::multipleSequentialGroups() 'group.state() == QAbstractAnimation::Stopped' returned FALSE. () Loc: [tst_qpauseanimation.cpp(423)] PASS : tst_QPauseAnimation::zeroDuration() PASS : tst_QPauseAnimation::cleanupTestCase() Totals: 13 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPauseAnimation ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qpauseanimation: 12 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00947/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366218716): http://codereview.qt-project.org/53939 [PS1] - QOpenGLPaintDevice: correct painting on retina. http://codereview.qt-project.org/53935 [PS1] - Hide "invalid" accessibility interfaces. http://codereview.qt-project.org/53934 [PS1] - Compile with changes to the accessibility API. http://codereview.qt-project.org/53933 [PS1] - Remove nativeResourceForWindow warning. http://codereview.qt-project.org/54039 [PS1] - iOS: ApplicationDelegate: release window pointer on dealloc http://codereview.qt-project.org/53916 [PS2] - iOS: use an explicit pointer to qiosViewController http://codereview.qt-project.org/53132 [PS3] - Android: Fixes for building under MSYS. From ci-noreply at qt-project.org Wed Apr 17 20:24:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 21:24:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_182404_009063.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #425: SUCCESS Tested changes (refs/builds/stable_1366218249): http://codereview.qt-project.org/53361 [PS4] - Doc: Reassigned types and pages to their correct modules. From ci-noreply at qt-project.org Wed Apr 17 22:14:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 23:14:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_201422_084996.ci-noreply@qt-project.org> QtBase_stable_Integration #948: SUCCESS Tested changes (refs/builds/stable_1366222363): http://codereview.qt-project.org/53132 [PS3] - Android: Fixes for building under MSYS. http://codereview.qt-project.org/54069 [PS1] - Fix qgraphicsview autotest build for WEC7. http://codereview.qt-project.org/54068 [PS1] - Fix qsqlquery benchmark test build for WEC7. http://codereview.qt-project.org/54067 [PS1] - Fix qprocess benchmark test build for WEC7. http://codereview.qt-project.org/54066 [PS1] - Fix tst_qstyle autotest build for WEC7. http://codereview.qt-project.org/54049 [PS3] - Fix tst_networkselftest build for WEC7. http://codereview.qt-project.org/54002 [PS1] - Reduce qmetatype autotest build time for Windows CE. http://codereview.qt-project.org/54001 [PS2] - Fix tst_qfile build for WEC7. http://codereview.qt-project.org/53990 [PS2] - Emit animation driver signals after we change the state. From ci-noreply at qt-project.org Wed Apr 17 22:56:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 17 Apr 2013 23:56:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130417_205629_058188.ci-noreply@qt-project.org> Qt5_stable_Integration #194: SUCCESS Tested changes (refs/builds/stable_1366216827): http://codereview.qt-project.org/54097 [PS1] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 18 00:20:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 01:20:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_222018_046826.ci-noreply@qt-project.org> QtBase_stable_Integration #949: SUCCESS Tested changes (refs/builds/stable_1366229804): http://codereview.qt-project.org/54061 [PS2] - Update test exclusion following bug fix in recent cmake versions. http://codereview.qt-project.org/49082 [PS2] - Do not send clipboard message to application under debugger. http://codereview.qt-project.org/54030 [PS1] - Windows: Fix compile with -directwrite. From ci-noreply at qt-project.org Thu Apr 18 00:45:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 01:45:49 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130417_224549_069853.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #426: SUCCESS Tested changes (refs/builds/stable_1366233981): http://codereview.qt-project.org/53991 [PS1] - Restore checkbox toggling on pressAction. From ci-noreply at qt-project.org Thu Apr 18 01:08:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 02:08:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130417_230801_060997.ci-noreply@qt-project.org> Qt_4.8_Integration #1396: SUCCESS Tested changes (refs/builds/4.8_1366220084): http://codereview.qt-project.org/54000 [PS1] - Prevent recursions when triggering menus in QToolButton From ci-noreply at qt-project.org Thu Apr 18 01:34:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 02:34:42 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130417_233442_039354.ci-noreply@qt-project.org> QtBase_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #950: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00950/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366237364): http://codereview.qt-project.org/53950 [PS1] - Don't show a separate inspector for child windows. http://codereview.qt-project.org/53944 [PS2] - Use qAccessibleRoleString to stringify roles. http://codereview.qt-project.org/53939 [PS1] - QOpenGLPaintDevice: correct painting on retina. http://codereview.qt-project.org/54046 [PS2] - Fusion & GTK styles need to check direction from style option not qapp http://codereview.qt-project.org/54006 [PS3] - An RTL submenu should be right-aligned From ci-noreply at qt-project.org Thu Apr 18 02:09:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 03:09:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130418_000928_016901.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #427: SUCCESS Tested changes (refs/builds/stable_1366238859): http://codereview.qt-project.org/54047 [PS1] - Fix crash on empty child list in QAccessibleQuickWindow::rootItem(). From ci-noreply at qt-project.org Thu Apr 18 02:50:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 03:50:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130418_005000_091666.ci-noreply@qt-project.org> Autotest `tst_qquickvisualdatamodel' failed :( Testing tst_qquickvisualdatamodel FAIL! : tst_qquickvisualdatamodel::childChanged(item delegate) 'name' returned FALSE. () Loc: [tst_qquickvisualdatamodel.cpp(619)] FAIL! : tst_qquickvisualdatamodel::childChanged(package delegate) 'name' returned FALSE. () Loc: [tst_qquickvisualdatamodel.cpp(619)] FAIL! : tst_qquickvisualdatamodel::packagesDestroyed() Compared values are not the same Actual (leftview->currentIndex()): -1 Expected (0): 0 Loc: [tst_qquickvisualdatamodel.cpp(992)] QFATAL : tst_qquickvisualdatamodel::resolve(ListModel.items prepend, resolve prepended) ASSERT: "toIt.cacheIndex == model->m_cache.indexOf(cacheItem)" in file types/qqmldelegatemodel.cpp, line 2586 FAIL! : tst_qquickvisualdatamodel::resolve(ListModel.items prepend, resolve prepended) Received a fatal error. Loc: [Unknown file(0)] Totals: 182 passed, 4 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 29939] QtQA::App::TestRunner: [New LWP 29943] QtQA::App::TestRunner: [New LWP 29942] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickvisualdatamodel -silent -o /work/build/_artifacts/test-logs/tst_qqu'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f01ca5913a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f01c1ee5700 (LWP 29942)): QtQA::App::TestRunner: #0 0x00007f01ca633e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f01c7a4df68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f01c7a4e429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f01cb18ea15 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x177f7d0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f01cb119b48 in TestNamespace::QEventLoop::processEvents (this=0x7f01c1ee4d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f01cb119e21 in TestNamespace::QEventLoop::exec (this=0x7f01c1ee4d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f01caed8f5c in TestNamespace::QThread::exec (this=0x177f4b0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f01ccb80a2d in TestNamespace::QQmlThreadPrivate::run (this=0x177f4b0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f01caedf9f5 in TestNamespace::QThreadPrivate::start (arg=0x177f4b0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f01c918defc in start_thread (arg=0x7f01c1ee5700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f01ca63ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f01cd80f700 (LWP 29943)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f01c9d17bab in v8::internal::LinuxSemaphore::Wait (this=0x17b9170) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f01c9beb96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f01c9bebb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x17bb1ac) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f01c9d18c18 in v8::internal::SignalSender::Run (this=0x17bb180) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f01c9d1790c in v8::internal::ThreadEntry (arg=0x17bb180) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f01c918defc in start_thread (arg=0x7f01cd80f700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f01ca63ff4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f01cd7ed760 (LWP 29939)): QtQA::App::TestRunner: #0 0x00007f01ca5913a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f01ca594b0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007f01caecd63f in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:944 QtQA::App::TestRunner: #3 0x00007f01caecb2b2 in TestNamespace::QMessageLogger::fatal (this=0x7fff8cc0b340, msg=0x7f01cb1ec5d8 "ASSERT: \"%s\" in file %s, line %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f01caec6b7c in TestNamespace::qt_assert (assertion=0x7f01cccb9540 "toIt.cacheIndex == model->m_cache.indexOf(cacheItem)", file=0x7f01cccb91a4 "types/qqmldelegatemodel.cpp", line=2586) at global/qglobal.cpp:1992 QtQA::App::TestRunner: #5 0x00007f01ccc20f35 in TestNamespace::QQmlDelegateModelGroup::resolve (this=0x2ba37d0, args=0x7fff8cc0b920) at types/qqmldelegatemodel.cpp:2586 QtQA::App::TestRunner: #6 0x00007f01ccc4a849 in TestNamespace::QQmlDelegateModelGroup::qt_static_metacall (_o=0x2ba37d0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=6, _a=0x7fff8cc0b960) at .moc/debug-shared/moc_qqmldelegatemodel_p.cpp:472 QtQA::App::TestRunner: #7 0x00007f01ccc4ab97 in TestNamespace::QQmlDelegateModelGroup::qt_metacall (this=0x2ba37d0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=6, _a=0x7fff8cc0b960) at .moc/debug-shared/moc_qqmldelegatemodel_p.cpp:550 QtQA::App::TestRunner: #8 0x00007f01cb1257b5 in TestNamespace::QMetaObject::metacall (object=0x2ba37d0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=11, argv=0x7fff8cc0b960) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #9 0x00007f01ccbdad6b in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2044 QtQA::App::TestRunner: #10 0x00007f01c9966628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x173d070) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #11 0x00007f01c9960cc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x173d070) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #12 0x00007f01c9960c93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x173d070) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #13 0x00002272c7b0618e in ?? () QtQA::App::TestRunner: #14 0x00002272c7b060e1 in ?? () QtQA::App::TestRunner: #15 0x00007fff8cc0bd40 in ?? () QtQA::App::TestRunner: #16 0x00007fff8cc0bdb8 in ?? () QtQA::App::TestRunner: #17 0x00002272c7b2c41f in ?? () QtQA::App::TestRunner: #18 0x00001cbdd305dad9 in ?? () QtQA::App::TestRunner: #19 0x00001ff2d5bc42d1 in ?? () QtQA::App::TestRunner: #20 0x0000000200000000 in ?? () QtQA::App::TestRunner: #21 0x00001ff2d5bc3ba9 in ?? () QtQA::App::TestRunner: #22 0x0000000b00000000 in ?? () QtQA::App::TestRunner: #23 0x00001ff2d5bc38a9 in ?? () QtQA::App::TestRunner: #24 0x00001cbdd305cc69 in ?? () QtQA::App::TestRunner: #25 0x00001cbdd305dad9 in ?? () QtQA::App::TestRunner: #26 0x00001ff2d5bc42d1 in ?? () QtQA::App::TestRunner: #27 0x00001ff2d5bc4289 in ?? () QtQA::App::TestRunner: #28 0x00001ff2d5bc4239 in ?? () QtQA::App::TestRunner: #29 0x00007fff8cc0bde8 in ?? () QtQA::App::TestRunner: #30 0x00002272c7b0b22e in ?? () QtQA::App::TestRunner: #31 0x00001ff2d5bc38a9 in ?? () QtQA::App::TestRunner: #32 0x0000000200000000 in ?? () QtQA::App::TestRunner: #33 0x00001ff2d5bc4289 in ?? () QtQA::App::TestRunner: #34 0x0000000800000000 in ?? () QtQA::App::TestRunner: #35 0x00007fff8cc0be20 in ?? () QtQA::App::TestRunner: #36 0x00002272c7baf19e in ?? () QtQA::App::TestRunner: #37 0x0000000100000000 in ?? () QtQA::App::TestRunner: #38 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickvisualdatamodel ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquickvisualdatamodel::initTestCase() PASS : tst_qquickvisualdatamodel::rootIndex() PASS : tst_qquickvisualdatamodel::updateLayout(item delegate) PASS : tst_qquickvisualdatamodel::updateLayout(package delegate) FAIL! : tst_qquickvisualdatamodel::childChanged(item delegate) 'name' returned FALSE. () Loc: [tst_qquickvisualdatamodel.cpp(619)] FAIL! : tst_qquickvisualdatamodel::childChanged(package delegate) 'name' returned FALSE. () Loc: [tst_qquickvisualdatamodel.cpp(619)] PASS : tst_qquickvisualdatamodel::noDelegate(item delegate) PASS : tst_qquickvisualdatamodel::noDelegate(package delegate) PASS : tst_qquickvisualdatamodel::itemsDestroyed(listView) PASS : tst_qquickvisualdatamodel::itemsDestroyed(package) PASS : tst_qquickvisualdatamodel::itemsDestroyed(pathView) PASS : tst_qquickvisualdatamodel::itemsDestroyed(repeater) PASS : tst_qquickvisualdatamodel::objectListModel() PASS : tst_qquickvisualdatamodel::singleRole() PASS : tst_qquickvisualdatamodel::modelProperties() FAIL! : tst_qquickvisualdatamodel::packagesDestroyed() Compared values are not the same Actual (leftview->currentIndex()): -1 Expected (0): 0 Loc: [tst_qquickvisualdatamodel.cpp(992)] PASS : tst_qquickvisualdatamodel::qaimRowsMoved(move 1 forward) PASS : tst_qquickvisualdatamodel::qaimRowsMoved(move 1 backwards) PASS : tst_qquickvisualdatamodel::qaimRowsMoved(move multiple forwards) PASS : tst_qquickvisualdatamodel::qaimRowsMoved(move multiple forwards, with same to) PASS : tst_qquickvisualdatamodel::qaimRowsMoved(move multiple backwards) PASS : tst_qquickvisualdatamodel::subtreeRowsMoved() PASS : tst_qquickvisualdatamodel::watchedRoles() PASS : tst_qquickvisualdatamodel::hasModelChildren() PASS : tst_qquickvisualdatamodel::setValue() PASS : tst_qquickvisualdatamodel::remove(item delegate) PASS : tst_qquickvisualdatamodel::remove(package) PASS : tst_qquickvisualdatamodel::move(item delegate) PASS : tst_qquickvisualdatamodel::move(package) PASS : tst_qquickvisualdatamodel::groups(item delegate) PASS : tst_qquickvisualdatamodel::groups(package) PASS : tst_qquickvisualdatamodel::invalidGroups() PASS : tst_qquickvisualdatamodel::get() PASS : tst_qquickvisualdatamodel::onChanged(item appended) PASS : tst_qquickvisualdatamodel::onChanged(item prepended) PASS : tst_qquickvisualdatamodel::onChanged(item inserted) PASS : tst_qquickvisualdatamodel::onChanged(item removed tail) PASS : tst_qquickvisualdatamodel::onChanged(item removed head) PASS : tst_qquickvisualdatamodel::onChanged(item removed middle) PASS : tst_qquickvisualdatamodel::onChanged(item moved from tail) PASS : tst_qquickvisualdatamodel::onChanged(item moved from head) PASS : tst_qquickvisualdatamodel::onChanged(groups changed) PASS : tst_qquickvisualdatamodel::onChanged(multiple removes) PASS : tst_qquickvisualdatamodel::create() QWARN : tst_qquickvisualdatamodel::incompleteModel() : QML VisualDataGroup: remove: index out of range PASS : tst_qquickvisualdatamodel::incompleteModel() PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(ListModel.items append) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems insert at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems insert at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend, edit number) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items append with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at 2 with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(ListModel.items append) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems create at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems create at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create appended) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit number) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit model.number) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit model.modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create appended with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create inserted with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended clear persistence) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create appended clear persistence) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create inserted clear persistence) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items append) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend, edit name) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit name) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit model.name) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit model.modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items append) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend, edit display) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items create prepended, edit display) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items create prepended, edit model.display) PASS : tst_qquickvisualdatamodel::insert(StringList.items prepend) PASS : tst_qquickvisualdatamodel::insert(StringList.items append) PASS : tst_qquickvisualdatamodel::insert(StringList.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(StringList.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(StringList.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(StringList.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(StringList.items create prepended, edit modelData) PASS : tst_qquickvisualdatamodel::insert(StringList.items create prepended, edit model.modelData) PASS : tst_qquickvisualdatamodel::insert(ObjectList.items prepend) PASS : tst_qquickvisualdatamodel::insert(ObjectList.items append) PASS : tst_qquickvisualdatamodel::insert(ObjectList.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(ListModel.items append) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems insert at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems insert at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend, edit number) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items append with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items insert at 2 with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(ListModel.items append) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems create at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.selectedItems create at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create appended) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at 2) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at items.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create at visibleItems.get(2)) PASS : tst_qquickvisualdatamodel::insert(ListModel.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit number) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit model.number) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended, edit model.modelData) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create appended with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create inserted with groups) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create prepended clear persistence) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create appended clear persistence) PASS : tst_qquickvisualdatamodel::insert(ListModel.items create inserted clear persistence) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items append) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend, edit name) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit name) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit model.name) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit modelData) PASS : tst_qquickvisualdatamodel::insert(AbstractItemModel.items create prepended, edit model.modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items append) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend, edit display) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items create prepended, edit display) PASS : tst_qquickvisualdatamodel::insert(StandardItemModel.items create prepended, edit model.display) PASS : tst_qquickvisualdatamodel::insert(StringList.items prepend) PASS : tst_qquickvisualdatamodel::insert(StringList.items append) PASS : tst_qquickvisualdatamodel::insert(StringList.items insert at 2) PASS : tst_qquickvisualdatamodel::insert(StringList.items prepend, edit modelData) PASS : tst_qquickvisualdatamodel::insert(StringList.items prepend, edit resolved) PASS : tst_qquickvisualdatamodel::insert(StringList.create prepend modelData) PASS : tst_qquickvisualdatamodel::insert(StringList.items create prepended, edit modelData) PASS : tst_qquickvisualdatamodel::insert(StringList.items create prepended, edit model.modelData) PASS : tst_qquickvisualdatamodel::insert(ObjectList.items prepend) PASS : tst_qquickvisualdatamodel::insert(ObjectList.items append) PASS : tst_qquickvisualdatamodel::insert(ObjectList.items insert at 2) QFATAL : tst_qquickvisualdatamodel::resolve(ListModel.items prepend, resolve prepended) ASSERT: "toIt.cacheIndex == model->m_cache.indexOf(cacheItem)" in file types/qqmldelegatemodel.cpp, line 2586 FAIL! : tst_qquickvisualdatamodel::resolve(ListModel.items prepend, resolve prepended) Received a fatal error. Loc: [Unknown file(0)] Totals: 182 passed, 4 failed, 0 skipped ********* Finished testing of tst_qquickvisualdatamodel ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 30310] QtQA::App::TestRunner: [New LWP 30311] QtQA::App::TestRunner: [New LWP 30312] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_qquickvisualdatamodel -o /work/build/_artifacts/test-logs/tst_qquickvisua'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007fc1b56743a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: in ../nptl/sysdeps/unix/sysv/linux/raise.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fc1b88f1700 (LWP 30312)): QtQA::App::TestRunner: #0 0x00007fc1b56eebcd in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007fc1b571c804 in usleep (useconds=) at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #2 0x00007fc1b4dfbe1e in v8::internal::SignalSender::Sleep (this=0x1448e50, full_or_half=v8::internal::SignalSender::FULL_INTERVAL) at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #3 0x00007fc1b4dfbcd9 in v8::internal::SignalSender::Run (this=0x1448e50) at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #4 0x00007fc1b4dfa90c in v8::internal::ThreadEntry (arg=0x1448e50) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007fc1b4270efc in start_thread (arg=0x7fc1b88f1700) at pthread_create.c:304 QtQA::App::TestRunner: #6 0x00007fc1b5722f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fc1acfc8700 (LWP 30311)): QtQA::App::TestRunner: #0 0x00007fc1b5716e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fc1b2b30f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fc1b2b31429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fc1b6271a15 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x140d7d0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fc1b61fcb48 in TestNamespace::QEventLoop::processEvents (this=0x7fc1acfc7d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007fc1b61fce21 in TestNamespace::QEventLoop::exec (this=0x7fc1acfc7d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007fc1b5fbbf5c in TestNamespace::QThread::exec (this=0x140d4b0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007fc1b7c63a2d in TestNamespace::QQmlThreadPrivate::run (this=0x140d4b0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007fc1b5fc29f5 in TestNamespace::QThreadPrivate::start (arg=0x140d4b0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007fc1b4270efc in start_thread (arg=0x7fc1acfc8700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007fc1b5722f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fc1b88cf760 (LWP 30310)): QtQA::App::TestRunner: #0 0x00007fc1b56743a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007fc1b5677b0b in __GI_abort () at abort.c:92 QtQA::App::TestRunner: #2 0x00007fc1b5fb063f in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:944 QtQA::App::TestRunner: #3 0x00007fc1b5fae2b2 in TestNamespace::QMessageLogger::fatal (this=0x7fff091587b0, msg=0x7fc1b62cf5d8 "ASSERT: \"%s\" in file %s, line %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007fc1b5fa9b7c in TestNamespace::qt_assert (assertion=0x7fc1b7d9c540 "toIt.cacheIndex == model->m_cache.indexOf(cacheItem)", file=0x7fc1b7d9c1a4 "types/qqmldelegatemodel.cpp", line=2586) at global/qglobal.cpp:1992 QtQA::App::TestRunner: #5 0x00007fc1b7d03f35 in TestNamespace::QQmlDelegateModelGroup::resolve (this=0x288e0f0, args=0x7fff09158d90) at types/qqmldelegatemodel.cpp:2586 QtQA::App::TestRunner: #6 0x00007fc1b7d2d849 in TestNamespace::QQmlDelegateModelGroup::qt_static_metacall (_o=0x288e0f0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=6, _a=0x7fff09158dd0) at .moc/debug-shared/moc_qqmldelegatemodel_p.cpp:472 QtQA::App::TestRunner: #7 0x00007fc1b7d2db97 in TestNamespace::QQmlDelegateModelGroup::qt_metacall (this=0x288e0f0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=6, _a=0x7fff09158dd0) at .moc/debug-shared/moc_qqmldelegatemodel_p.cpp:550 QtQA::App::TestRunner: #8 0x00007fc1b62087b5 in TestNamespace::QMetaObject::metacall (object=0x288e0f0, cl=TestNamespace::QMetaObject::InvokeMetaMethod, idx=11, argv=0x7fff09158dd0) at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #9 0x00007fc1b7cbdd6b in TestNamespace::QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2044 QtQA::App::TestRunner: #10 0x00007fc1b4a49628 in v8::internal::HandleApiCallHelper (args=..., isolate=0x13cb070) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #11 0x00007fc1b4a43cc2 in v8::internal::Builtin_Impl_HandleApiCall (args=..., isolate=0x13cb070) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #12 0x00007fc1b4a43c93 in v8::internal::Builtin_HandleApiCall (args=..., isolate=0x13cb070) at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #13 0x00001634f630618e in ?? () QtQA::App::TestRunner: #14 0x00001634f63060e1 in ?? () QtQA::App::TestRunner: #15 0x00007fff091591b0 in ?? () QtQA::App::TestRunner: #16 0x00007fff09159228 in ?? () QtQA::App::TestRunner: #17 0x00001634f632c41f in ?? () QtQA::App::TestRunner: #18 0x000020c08f95dad9 in ?? () QtQA::App::TestRunner: #19 0x00001b6a99bc42d1 in ?? () QtQA::App::TestRunner: #20 0x0000000200000000 in ?? () QtQA::App::TestRunner: #21 0x00001b6a99bc3ba9 in ?? () QtQA::App::TestRunner: #22 0x0000000b00000000 in ?? () QtQA::App::TestRunner: #23 0x00001b6a99bc38a9 in ?? () QtQA::App::TestRunner: #24 0x000020c08f95cc69 in ?? () QtQA::App::TestRunner: #25 0x000020c08f95dad9 in ?? () QtQA::App::TestRunner: #26 0x00001b6a99bc42d1 in ?? () QtQA::App::TestRunner: #27 0x00001b6a99bc4289 in ?? () QtQA::App::TestRunner: #28 0x00001b6a99bc4239 in ?? () QtQA::App::TestRunner: #29 0x00007fff09159258 in ?? () QtQA::App::TestRunner: #30 0x00001634f630b22e in ?? () QtQA::App::TestRunner: #31 0x00001b6a99bc38a9 in ?? () QtQA::App::TestRunner: #32 0x0000000200000000 in ?? () QtQA::App::TestRunner: #33 0x00001b6a99bc4289 in ?? () QtQA::App::TestRunner: #34 0x0000000800000000 in ?? () QtQA::App::TestRunner: #35 0x00007fff09159290 in ?? () QtQA::App::TestRunner: #36 0x00001634f63af19e in ?? () QtQA::App::TestRunner: #37 0x0000000100000000 in ?? () QtQA::App::TestRunner: #38 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickvisualdatamodel: 70 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00428/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366243878): http://codereview.qt-project.org/53608 [PS6] - No longer apply pending changes when accessing ItemView properties http://codereview.qt-project.org/53235 [PS4] - Avoid modifying cacheCount while iterating over it From ci-noreply at qt-project.org Thu Apr 18 08:15:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 09:15:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130418_061548_001330.ci-noreply@qt-project.org> QtQA_master_Integration #496: SUCCESS Tested changes (refs/builds/master_1366263964): http://codereview.qt-project.org/54007 [PS3] - Add timestamp and phase entry and exit prints to build log. From ci-noreply at qt-project.org Thu Apr 18 09:18:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 10:18:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_071850_090664.ci-noreply@qt-project.org> QtBase_stable_Integration #951: SUCCESS Tested changes (refs/builds/stable_1366261963): http://codereview.qt-project.org/53989 [PS3] - Calling wglMakeCurrent on an already current context gives 100% cpu load From ci-noreply at qt-project.org Thu Apr 18 09:27:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 10:27:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130418_072733_018427.ci-noreply@qt-project.org> QtImageFormats_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #49: FAILURE Build log: http://testresults.qt-project.org/ci/QtImageFormats_stable_Integration/build_00049/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366269133): http://codereview.qt-project.org/51905 [PS3] - Fix MNG imageformat plugin build. From ci-noreply at qt-project.org Thu Apr 18 11:08:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 12:08:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130418_090819_044344.ci-noreply@qt-project.org> QtImageFormats_stable_Integration #50: SUCCESS Tested changes (refs/builds/stable_1366274276): http://codereview.qt-project.org/51905 [PS3] - Fix MNG imageformat plugin build. From ci-noreply at qt-project.org Thu Apr 18 11:11:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 12:11:47 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130418_091147_098543.ci-noreply@qt-project.org> Qt5_stable_Integration » linux-g++-32_Ubuntu_10.04_x86 #195: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00195/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366276189): http://codereview.qt-project.org/41549 [PS3] - use relative submodule specs http://codereview.qt-project.org/54014 [PS2] - skip modules whose mandatory dependencies are missing From ci-noreply at qt-project.org Thu Apr 18 11:23:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 12:23:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_092321_042678.ci-noreply@qt-project.org> QtBase_stable_Integration #952: SUCCESS Tested changes (refs/builds/stable_1366269665): http://codereview.qt-project.org/53869 [PS1] - Fix the QTouchEventSequence code snippet so that it compiles http://codereview.qt-project.org/53801 [PS1] - Convert the new filename to native separators before checking it http://codereview.qt-project.org/53798 [PS7] - Android: Don't crash when displaying multiple top-levels http://codereview.qt-project.org/54019 [PS5] - Fix GroupBox painting on Windows when not using widgets http://codereview.qt-project.org/53939 [PS1] - QOpenGLPaintDevice: correct painting on retina. http://codereview.qt-project.org/54046 [PS2] - Fusion & GTK styles need to check direction from style option not qapp http://codereview.qt-project.org/54006 [PS3] - An RTL submenu should be right-aligned From ci-noreply at qt-project.org Thu Apr 18 11:33:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 12:33:42 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130418_093342_042634.ci-noreply@qt-project.org> Autotest `tst_qpointer' failed :( ********* Start testing of tst_QPointer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QPointer::initTestCase() PASS : tst_QPointer::constructors() PASS : tst_QPointer::destructor() PASS : tst_QPointer::assignment_operators() PASS : tst_QPointer::equality_operators() PASS : tst_QPointer::isNull() PASS : tst_QPointer::dereference_operators() PASS : tst_QPointer::disconnect() FAIL! : tst_QPointer::castDuringDestruction() Compared pointers are not the same Actual (static_cast(guardedPointer)): 0x9352ee8 Expected (static_cast(0)): (nil) Loc: [tst_qpointer.cpp(244)] PASS : tst_QPointer::threadSafety() PASS : tst_QPointer::cleanupTestCase() Totals: 10 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPointer ********* QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPointer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QPointer::initTestCase() PASS : tst_QPointer::constructors() PASS : tst_QPointer::destructor() PASS : tst_QPointer::assignment_operators() PASS : tst_QPointer::equality_operators() PASS : tst_QPointer::isNull() PASS : tst_QPointer::dereference_operators() PASS : tst_QPointer::disconnect() FAIL! : tst_QPointer::castDuringDestruction() Compared pointers are not the same Actual (static_cast(guardedPointer)): 0x985aee8 Expected (static_cast(0)): (nil) Loc: [tst_qpointer.cpp(244)] PASS : tst_QPointer::threadSafety() PASS : tst_QPointer::cleanupTestCase() Totals: 10 passed, 1 failed, 0 skipped ********* Finished testing of tst_QPointer ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qpointer: 0.071673 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01397/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/4.8_1366269181): http://codereview.qt-project.org/53397 [PS2] - Fixed crash when child widget emits pointer to the parent in its desctructor. From ci-noreply at qt-project.org Thu Apr 18 11:45:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 12:45:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_094504_061218.ci-noreply@qt-project.org> Autotests `tst_activeFocusOnTab' and `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 16167] QtQA::App::TestRunner: [New Thread 16168] QtQA::App::TestRunner: [New Thread 16166] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb624a65a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: 5144 malloc.c: No such file or directory. QtQA::App::TestRunner: in malloc.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 16166): QtQA::App::TestRunner: #0 0xb7719430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb647f015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb658b7ff in QWaitConditionPrivate::wait (this=0x937037c, QtQA::App::TestRunner: mutex=0x9370378, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x937037c, mutex=0x9370378, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb7606b3c in QQmlThreadPrivate::wait (this=0x9364988, message=0x9755990) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:64 QtQA::App::TestRunner: #5 QQmlThread::internalCallMethodInThread (this=0x9364988, message=0x9755990) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:311 QtQA::App::TestRunner: #6 0xb757bbd5 in QQmlThread::callMethodInThread (this=0x9364988, QtQA::App::TestRunner: b=0x9892f78, d=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:179 QtQA::App::TestRunner: #7 QQmlDataLoaderThread::loadWithStaticData (this=0x9364988, b=0x9892f78, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:752 QtQA::App::TestRunner: #8 0xb757d0ec in QQmlDataLoader::loadWithStaticData (this=0x937024c, QtQA::App::TestRunner: blob=0x9892f78, data=..., mode=QQmlDataLoader::PreferSynchronous) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:945 QtQA::App::TestRunner: #9 0xb757d1cb in QQmlTypeLoader::getType (this=0x937024c, data=..., url=..., QtQA::App::TestRunner: options=...) at qml/qqmltypeloader.cpp:1508 QtQA::App::TestRunner: #10 0xb7530bb6 in QQmlComponent::setData (this=0xbf9f5a7c, data=..., url=...) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:602 QtQA::App::TestRunner: #11 0xb76785eb in QQmlBuiltinFunctions::createQmlObject (args=...) QtQA::App::TestRunner: at qml/v8/qqmlbuiltinfunctions.cpp:1202 QtQA::App::TestRunner: #12 0xb5b562cb in HandleApiCallHelper (args=..., isolate=0x932d038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #13 Builtin_HandleApiCall (args=..., isolate=0x932d038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #14 0x42f0a376 in ?? () QtQA::App::TestRunner: #15 0x42f50c83 in ?? () QtQA::App::TestRunner: #16 0x42f0e341 in ?? () QtQA::App::TestRunner: #17 0x42f35c57 in ?? () QtQA::App::TestRunner: #18 0x42f0e341 in ?? () QtQA::App::TestRunner: #19 0x42f39065 in ?? () QtQA::App::TestRunner: #20 0x42f0e341 in ?? () QtQA::App::TestRunner: #21 0x42f3524f in ?? () QtQA::App::TestRunner: #22 0x42f32f82 in ?? () QtQA::App::TestRunner: #23 0x42f21e59 in ?? () QtQA::App::TestRunner: #24 0x42f1308a in ?? () QtQA::App::TestRunner: #25 0xb5b89289 in Invoke (is_construct=, function=..., QtQA::App::TestRunner: receiver=..., argc=0, args=0x0, has_pending_exception=0xbf9f5edf, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #26 0xb5b8989e in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf9f5edf, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #27 0xb5b89a25 in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf9f5edf, QtQA::App::TestRunner: convert_receiver=) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #28 0xb5b21c0d in v8::Function::Call (this=0x936f360, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #29 0xb75de107 in QQmlJavaScriptExpression::evaluate (this=0x9414830, QtQA::App::TestRunner: context=0x975d5f0, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #30 0xb75de68e in QQmlJavaScriptExpression::evaluate (this=0x9414830, QtQA::App::TestRunner: context=0x975d5f0, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #31 0xb756b606 in QQmlBoundSignalExpression::evaluate (this=0x9414820, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #32 0xb756c255 in QQmlBoundSignal_callback (e=0x976491c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #33 0xb75bd370 in QQmlNotifier::emitNotify (endpoint=0x976491c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #34 0xb7513103 in QQmlData::signalEmitted (object=0x9409340, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #35 0xb678057d in QMetaObject::activate (sender=0x9409340, signalOffset=29, QtQA::App::TestRunner: local_signal_index=30, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #36 0xb750654b in QQmlVMEMetaObject::activate (this=0x9757de8, QtQA::App::TestRunner: object=0x9409340, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #37 0xb750a95d in QQmlVMEMetaObject::metaCall (this=0x9757de8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbf9f7024) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #38 0xb74f9216 in QAbstractDynamicMetaObject::metaCall (this=0x9757de8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9f7024) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #39 0xb750a27f in QQmlVMEMetaObject::metaCall (this=0x9406fc8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9f7024) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #40 0xb74f9216 in QAbstractDynamicMetaObject::metaCall (this=0x9406fc8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbf9f7024) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #41 0xb6759f9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbf9f7024) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #42 0xb7628550 in QV4Bindings::run (this=0x9394510, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x9771b58, context=0x979acc0, error=0x9771b3c, QtQA::App::TestRunner: scope=0x9409340, output=0x9409340, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #43 0xb762c189 in QV4Bindings::run (this=0x9394510, binding=0x9771b34, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #44 0xb762c44a in QV4Bindings::subscriptionNotify (this=0x9394510, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #45 0xb75bd370 in QQmlNotifier::emitNotify (endpoint=0x97a4f8c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #46 0xb7513103 in QQmlData::signalEmitted (object=0x9409340, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #47 0xb678057d in QMetaObject::activate (sender=0x9409340, signalOffset=29, QtQA::App::TestRunner: local_signal_index=34, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #48 0xb750654b in QQmlVMEMetaObject::activate (this=0x9757de8, QtQA::App::TestRunner: object=0x9409340, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #49 0xb750a95d in QQmlVMEMetaObject::metaCall (this=0x9757de8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbf9f7ad4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #50 0xb74f9216 in QAbstractDynamicMetaObject::metaCall (this=0x9757de8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9f7ad4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #51 0xb750a27f in QQmlVMEMetaObject::metaCall (this=0x9406fc8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9f7ad4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #52 0xb74f9216 in QAbstractDynamicMetaObject::metaCall (this=0x9406fc8, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbf9f7ad4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #53 0xb6759f9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbf9f7ad4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #54 0xb752ad17 in QQmlPropertyPrivate::write (object=0x9409340, property=..., QtQA::App::TestRunner: value=..., context=0x975d5f0, flags=...) at qml/qqmlproperty.cpp:1368 QtQA::App::TestRunner: #55 0xb752c3d1 in QQmlPropertyPrivate::writeValueProperty (object=0x9409340, QtQA::App::TestRunner: core=..., value=..., context=0x975d5f0, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #56 0xb752d783 in QQmlPropertyPrivate::writeBinding (object=0x9409340, QtQA::App::TestRunner: core=..., context=0x975d5f0, expression=0x93a4bac, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #57 0xb766e9de in QV8Bindings::Binding::update (this=0x93a4bac, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #58 0xb766eaa9 in QV8Bindings::Binding::expressionChanged (e=0x93a4bac) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #59 0xb75ddaf9 in QQmlJavaScriptExpressionGuard_callback (e=0x93a6450) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #60 0xb75bd370 in QQmlNotifier::emitNotify (endpoint=0x93a6450, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #61 0xb7513103 in QQmlData::signalEmitted (object=0xbf9f82dc, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #62 0xb678057d in QMetaObject::activate (sender=0xbf9f82dc, signalOffset=3, QtQA::App::TestRunner: local_signal_index=3, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #63 0xb678117a in QMetaObject::activate (sender=0xbf9f82dc, m=0xb7715c34, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #64 0xb7705197 in QTestRootObject::windowShownChanged (this=0xbf9f82dc) QtQA::App::TestRunner: at .moc/release-shared/quicktest.moc:183 QtQA::App::TestRunner: #65 0xb770881d in QTestRootObject::setWindowShown (argc=6, argv=0xbf9f84c4, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:87 QtQA::App::TestRunner: #66 quick_test_main (argc=6, argv=0xbf9f84c4, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #67 0x080488d4 in main (argc=8, argv=0xbf9f84c4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 16168): QtQA::App::TestRunner: #0 0xb7719430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6279376 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb62a8dcc in usleep (useconds=900) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #3 0xb5dff819 in v8::internal::SignalSender::Sleep (this=0x936dca0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #4 v8::internal::SignalSender::Run (this=0x936dca0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #5 0xb5dfe277 in ThreadEntry (arg=0x936dca0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb647a96e in start_thread (arg=0xb397eb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb62af3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 16167): QtQA::App::TestRunner: #0 0xb624a65a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: #1 0xb624c87d in _int_malloc (av=, QtQA::App::TestRunner: bytes=) at malloc.c:4372 QtQA::App::TestRunner: #2 0xb624ed1c in *__GI___libc_malloc (bytes=16384) at malloc.c:3660 QtQA::App::TestRunner: #3 0xb76063e6 in QQmlPool::newpage (this=0x9892fc0) QtQA::App::TestRunner: at qml/ftw/qqmlpool.cpp:59 QtQA::App::TestRunner: #4 0xb7592f3d in QQmlPool::allocate (this=0x9892fbc, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:239 QtQA::App::TestRunner: #5 New (this=0x9892fbc, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:191 QtQA::App::TestRunner: #6 QQmlPool::NewString (this=0x9892fbc, qmlcode=..., url=..., urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:217 QtQA::App::TestRunner: #7 QQmlScript::Parser::parse (this=0x9892fbc, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) at qml/qqmlscript.cpp:1312 QtQA::App::TestRunner: #8 0xb75893dc in QQmlTypeData::dataReceived (this=0x9892f78, data=...) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:2054 QtQA::App::TestRunner: #9 0xb757ce4c in QQmlDataLoader::setData (this=0x937024c, blob=0x9892f78, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:1145 QtQA::App::TestRunner: #10 0xb757cfb8 in QQmlDataLoader::setData (this=0x937024c, blob=0x9892f78, QtQA::App::TestRunner: data=...) at qml/qqmltypeloader.cpp:1129 QtQA::App::TestRunner: #11 0xb757d003 in QQmlDataLoader::loadWithStaticDataThread (this=0x9364988, QtQA::App::TestRunner: b=0x9892f78, d=...) at qml/qqmltypeloader.cpp:962 QtQA::App::TestRunner: #12 QQmlDataLoaderThread::loadWithStaticDataThread (this=0x9364988, QtQA::App::TestRunner: b=0x9892f78, d=...) at qml/qqmltypeloader.cpp:795 QtQA::App::TestRunner: #13 0xb758b02b in void QQmlThread::callMethodInThread(void (QQmlDataLoaderThread::*)(QQmlDataBlob*, QByteArray const&), QQmlDataBlob* const&, QByteArray const&)::I::call(QQmlThread*) () QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:176 QtQA::App::TestRunner: #14 0xb7606829 in QQmlThreadPrivate::threadEvent (this=0x9370340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:195 QtQA::App::TestRunner: #15 0xb7606960 in QQmlThreadPrivate::event (this=0x9370340, e=0x979fed8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:135 QtQA::App::TestRunner: #16 0xb6fc5f7c in QApplicationPrivate::notify_helper (this=0x9335150, QtQA::App::TestRunner: receiver=0x9370340, e=0x979fed8) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #17 0xb6fce30a in QApplication::notify (this=0x9334968, receiver=0x9370340, QtQA::App::TestRunner: e=0x979fed8) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #18 0xb6751ceb in QCoreApplication::notifyInternal (this=0x9334968, QtQA::App::TestRunner: receiver=0x9370340, event=0x979fed8) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #19 0xb67567b2 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x9365cd0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #20 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x9365cd0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #21 0xb6756d9d in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #22 0xb67a4d34 in postEventSourceDispatch (s=0x9370140) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #23 0xb59fb5e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #24 0xb59ff2d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #25 0xb59ff4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #26 0xb67a47d3 in QEventDispatcherGlib::processEvents (this=0x9366938, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #27 0xb67501d9 in QEventLoop::processEvents (this=0xb417f2c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #28 0xb6750bb7 in QEventLoop::exec (this=0xb417f2c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #29 0xb658541d in QThread::exec (this=0x9370340) at thread/qthread.cpp:507 QtQA::App::TestRunner: #30 0xb76068fe in QQmlThreadPrivate::run (this=0x9370340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #31 0xb658a735 in QThreadPrivate::start (arg=0x9370340) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #32 0xb647a96e in start_thread (arg=0xb417fb70) at pthread_create.c:300 QtQA::App::TestRunner: #33 0xb62af3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 16430] QtQA::App::TestRunner: [New Thread 16432] QtQA::App::TestRunner: [New Thread 16425] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb622e65a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: 5144 malloc.c: No such file or directory. QtQA::App::TestRunner: in malloc.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 16425): QtQA::App::TestRunner: #0 0xb76fd430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6463015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb656f7ff in QWaitConditionPrivate::wait (this=0x9b2e37c, QtQA::App::TestRunner: mutex=0x9b2e378, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x9b2e37c, mutex=0x9b2e378, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb75eab3c in QQmlThreadPrivate::wait (this=0x9b22988, message=0x9f29a28) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:64 QtQA::App::TestRunner: #5 QQmlThread::internalCallMethodInThread (this=0x9b22988, message=0x9f29a28) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:311 QtQA::App::TestRunner: #6 0xb755fbd5 in QQmlThread::callMethodInThread (this=0x9b22988, QtQA::App::TestRunner: b=0xa0543c8, d=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:179 QtQA::App::TestRunner: #7 QQmlDataLoaderThread::loadWithStaticData (this=0x9b22988, b=0xa0543c8, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:752 QtQA::App::TestRunner: #8 0xb75610ec in QQmlDataLoader::loadWithStaticData (this=0x9b2e24c, QtQA::App::TestRunner: blob=0xa0543c8, data=..., mode=QQmlDataLoader::PreferSynchronous) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:945 QtQA::App::TestRunner: #9 0xb75611cb in QQmlTypeLoader::getType (this=0x9b2e24c, data=..., url=..., QtQA::App::TestRunner: options=...) at qml/qqmltypeloader.cpp:1508 QtQA::App::TestRunner: #10 0xb7514bb6 in QQmlComponent::setData (this=0xbfcb4f1c, data=..., url=...) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:602 QtQA::App::TestRunner: #11 0xb765c5eb in QQmlBuiltinFunctions::createQmlObject (args=...) QtQA::App::TestRunner: at qml/v8/qqmlbuiltinfunctions.cpp:1202 QtQA::App::TestRunner: #12 0xb5b3a2cb in HandleApiCallHelper (args=..., isolate=0x9aeb038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #13 Builtin_HandleApiCall (args=..., isolate=0x9aeb038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #14 0xb370a376 in ?? () QtQA::App::TestRunner: #15 0xb3750c83 in ?? () QtQA::App::TestRunner: #16 0xb370e341 in ?? () QtQA::App::TestRunner: #17 0xb3735c57 in ?? () QtQA::App::TestRunner: #18 0xb370e341 in ?? () QtQA::App::TestRunner: #19 0xb3739065 in ?? () QtQA::App::TestRunner: #20 0xb370e341 in ?? () QtQA::App::TestRunner: #21 0xb373524f in ?? () QtQA::App::TestRunner: #22 0xb3732f82 in ?? () QtQA::App::TestRunner: #23 0xb3721e59 in ?? () QtQA::App::TestRunner: #24 0xb371308a in ?? () QtQA::App::TestRunner: #25 0xb5b6d289 in Invoke (is_construct=, function=..., QtQA::App::TestRunner: receiver=..., argc=0, args=0x0, has_pending_exception=0xbfcb537f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #26 0xb5b6d89e in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfcb537f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #27 0xb5b6da25 in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfcb537f, QtQA::App::TestRunner: convert_receiver=) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #28 0xb5b05c0d in v8::Function::Call (this=0x9b2d330, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #29 0xb75c2107 in QQmlJavaScriptExpression::evaluate (this=0x9f2e3f0, QtQA::App::TestRunner: context=0x9f29a88, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #30 0xb75c268e in QQmlJavaScriptExpression::evaluate (this=0x9f2e3f0, QtQA::App::TestRunner: context=0x9f29a88, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #31 0xb754f606 in QQmlBoundSignalExpression::evaluate (this=0x9f2e3e0, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #32 0xb7550255 in QQmlBoundSignal_callback (e=0x9f6196c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #33 0xb75a1370 in QQmlNotifier::emitNotify (endpoint=0x9f6196c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #34 0xb74f7103 in QQmlData::signalEmitted (object=0x9bc3158, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #35 0xb676457d in QMetaObject::activate (sender=0x9bc3158, signalOffset=29, QtQA::App::TestRunner: local_signal_index=30, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #36 0xb74ea54b in QQmlVMEMetaObject::activate (this=0xa039e10, QtQA::App::TestRunner: object=0x9bc3158, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #37 0xb74ee95d in QQmlVMEMetaObject::metaCall (this=0xa039e10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbfcb64c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #38 0xb74dd216 in QAbstractDynamicMetaObject::metaCall (this=0xa039e10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfcb64c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #39 0xb74ee27f in QQmlVMEMetaObject::metaCall (this=0x9faaa18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfcb64c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #40 0xb74dd216 in QAbstractDynamicMetaObject::metaCall (this=0x9faaa18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfcb64c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #41 0xb673df9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbfcb64c4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #42 0xb760c550 in QV4Bindings::run (this=0x9bb29d8, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x9bca9e0, context=0x9f578f0, error=0x9bca9c4, QtQA::App::TestRunner: scope=0x9bc3158, output=0x9bc3158, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #43 0xb7610189 in QV4Bindings::run (this=0x9bb29d8, binding=0x9bca9bc, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #44 0xb761044a in QV4Bindings::subscriptionNotify (this=0x9bb29d8, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #45 0xb75a1370 in QQmlNotifier::emitNotify (endpoint=0x9f61ba4, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #46 0xb74f7103 in QQmlData::signalEmitted (object=0x9bc3158, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #47 0xb676457d in QMetaObject::activate (sender=0x9bc3158, signalOffset=29, QtQA::App::TestRunner: local_signal_index=34, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #48 0xb74ea54b in QQmlVMEMetaObject::activate (this=0xa039e10, QtQA::App::TestRunner: object=0x9bc3158, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #49 0xb74ee95d in QQmlVMEMetaObject::metaCall (this=0xa039e10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbfcb6f74) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #50 0xb74dd216 in QAbstractDynamicMetaObject::metaCall (this=0xa039e10, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfcb6f74) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #51 0xb74ee27f in QQmlVMEMetaObject::metaCall (this=0x9faaa18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfcb6f74) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #52 0xb74dd216 in QAbstractDynamicMetaObject::metaCall (this=0x9faaa18, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfcb6f74) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #53 0xb673df9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbfcb6f74) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #54 0xb750ed17 in QQmlPropertyPrivate::write (object=0x9bc3158, property=..., QtQA::App::TestRunner: value=..., context=0x9f29a88, flags=...) at qml/qqmlproperty.cpp:1368 QtQA::App::TestRunner: #55 0xb75103d1 in QQmlPropertyPrivate::writeValueProperty (object=0x9bc3158, QtQA::App::TestRunner: core=..., value=..., context=0x9f29a88, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #56 0xb7511783 in QQmlPropertyPrivate::writeBinding (object=0x9bc3158, QtQA::App::TestRunner: core=..., context=0x9f29a88, expression=0x9f60334, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #57 0xb76529de in QV8Bindings::Binding::update (this=0x9f60334, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #58 0xb7652aa9 in QV8Bindings::Binding::expressionChanged (e=0x9f60334) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #59 0xb75c1af9 in QQmlJavaScriptExpressionGuard_callback (e=0x9b64408) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #60 0xb75a1370 in QQmlNotifier::emitNotify (endpoint=0x9b64408, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #61 0xb74f7103 in QQmlData::signalEmitted (object=0xbfcb777c, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #62 0xb676457d in QMetaObject::activate (sender=0xbfcb777c, signalOffset=3, QtQA::App::TestRunner: local_signal_index=3, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #63 0xb676517a in QMetaObject::activate (sender=0xbfcb777c, m=0xb76f9c34, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #64 0xb76e9197 in QTestRootObject::windowShownChanged (this=0xbfcb777c) QtQA::App::TestRunner: at .moc/release-shared/quicktest.moc:183 QtQA::App::TestRunner: #65 0xb76ec81d in QTestRootObject::setWindowShown (argc=5, argv=0xbfcb7964, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:87 QtQA::App::TestRunner: #66 quick_test_main (argc=5, argv=0xbfcb7964, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #67 0x080488d4 in main (argc=7, argv=0xbfcb7964) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 16432): QtQA::App::TestRunner: #0 0xb76fd430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb625d376 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb628cdcc in usleep (useconds=900) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #3 0xb5de3819 in v8::internal::SignalSender::Sleep (this=0x9b2bc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #4 v8::internal::SignalSender::Run (this=0x9b2bc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #5 0xb5de2277 in ThreadEntry (arg=0x9b2bc70) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb645e96e in start_thread (arg=0xb37ffb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb62933ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 16430): QtQA::App::TestRunner: #0 0xb622e65a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: #1 0xb623087d in _int_malloc (av=, QtQA::App::TestRunner: bytes=) at malloc.c:4372 QtQA::App::TestRunner: #2 0xb6232d1c in *__GI___libc_malloc (bytes=16384) at malloc.c:3660 QtQA::App::TestRunner: #3 0xb75ea3e6 in QQmlPool::newpage (this=0xa054410) QtQA::App::TestRunner: at qml/ftw/qqmlpool.cpp:59 QtQA::App::TestRunner: #4 0xb7576f3d in QQmlPool::allocate (this=0xa05440c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:239 QtQA::App::TestRunner: #5 New (this=0xa05440c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:191 QtQA::App::TestRunner: #6 QQmlPool::NewString (this=0xa05440c, qmlcode=..., url=..., urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:217 QtQA::App::TestRunner: #7 QQmlScript::Parser::parse (this=0xa05440c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) at qml/qqmlscript.cpp:1312 QtQA::App::TestRunner: #8 0xb756d3dc in QQmlTypeData::dataReceived (this=0xa0543c8, data=...) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:2054 QtQA::App::TestRunner: #9 0xb7560e4c in QQmlDataLoader::setData (this=0x9b2e24c, blob=0xa0543c8, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:1145 QtQA::App::TestRunner: #10 0xb7560fb8 in QQmlDataLoader::setData (this=0x9b2e24c, blob=0xa0543c8, QtQA::App::TestRunner: data=...) at qml/qqmltypeloader.cpp:1129 QtQA::App::TestRunner: #11 0xb7561003 in QQmlDataLoader::loadWithStaticDataThread (this=0x9b22988, QtQA::App::TestRunner: b=0xa0543c8, d=...) at qml/qqmltypeloader.cpp:962 QtQA::App::TestRunner: #12 QQmlDataLoaderThread::loadWithStaticDataThread (this=0x9b22988, QtQA::App::TestRunner: b=0xa0543c8, d=...) at qml/qqmltypeloader.cpp:795 QtQA::App::TestRunner: #13 0xb756f02b in void QQmlThread::callMethodInThread(void (QQmlDataLoaderThread::*)(QQmlDataBlob*, QByteArray const&), QQmlDataBlob* const&, QByteArray const&)::I::call(QQmlThread*) () QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:176 QtQA::App::TestRunner: #14 0xb75ea829 in QQmlThreadPrivate::threadEvent (this=0x9b2e340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:195 QtQA::App::TestRunner: #15 0xb75ea960 in QQmlThreadPrivate::event (this=0x9b2e340, e=0x9f318f8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:135 QtQA::App::TestRunner: #16 0xb6fa9f7c in QApplicationPrivate::notify_helper (this=0x9af3150, QtQA::App::TestRunner: receiver=0x9b2e340, e=0x9f318f8) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #17 0xb6fb230a in QApplication::notify (this=0x9af2968, receiver=0x9b2e340, QtQA::App::TestRunner: e=0x9f318f8) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #18 0xb6735ceb in QCoreApplication::notifyInternal (this=0x9af2968, QtQA::App::TestRunner: receiver=0x9b2e340, event=0x9f318f8) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #19 0xb673a7b2 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x9b23cd0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #20 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x9b23cd0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #21 0xb673ad9d in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #22 0xb6788d34 in postEventSourceDispatch (s=0x9b2e140) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #23 0xb59df5e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #24 0xb59e32d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #25 0xb59e34b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #26 0xb67887d3 in QEventDispatcherGlib::processEvents (this=0x9b25a08, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #27 0xb67341d9 in QEventLoop::processEvents (this=0xb41632c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #28 0xb6734bb7 in QEventLoop::exec (this=0xb41632c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #29 0xb656941d in QThread::exec (this=0x9b2e340) at thread/qthread.cpp:507 QtQA::App::TestRunner: #30 0xb75ea8fe in QQmlThreadPrivate::run (this=0x9b2e340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #31 0xb656e735 in QThreadPrivate::start (arg=0x9b2e340) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #32 0xb645e96e in start_thread (arg=0xb4163b70) at pthread_create.c:300 QtQA::App::TestRunner: #33 0xb62933ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 23 seconds, signal 11 Testing tst_activeFocusOnTab QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 FAIL! : tst_activeFocusOnTab::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 16145] QtQA::App::TestRunner: [New Thread 16147] QtQA::App::TestRunner: [New Thread 16146] QtQA::App::TestRunner: [New Thread 16148] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -silent -o /work/build/_artifacts/test-logs/tst_activeFo'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb779d430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 16148): QtQA::App::TestRunner: #0 0xb779d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c3c506 in *__GI___poll (fds=0xb5cd1ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5aaa4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5a9d0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5a9d4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb613f7d3 in QEventDispatcherGlib::processEvents (this=0x9856f80, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb60eb1d9 in QEventLoop::processEvents (this=0xb3a092c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb60ebbb7 in QEventLoop::exec (this=0xb3a092c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f2041d in QThread::exec (this=0x9856d30) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb73da8fe in QQmlThreadPrivate::run (this=0x9856d30) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f25735 in QThreadPrivate::start (arg=0x9856d30) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e1696e in start_thread (arg=0xb3a09b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c4a3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 16146): QtQA::App::TestRunner: #0 0xb779d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c3c506 in *__GI___poll (fds=0xb5cd1ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5aaa4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5a9d0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5a9d4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb613f7d3 in QEventDispatcherGlib::processEvents (this=0x982ba58, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb60eb1d9 in QEventLoop::processEvents (this=0xb421d2c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb60ebbb7 in QEventLoop::exec (this=0xb421d2c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f2041d in QThread::exec (this=0x982d320) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb73da8fe in QQmlThreadPrivate::run (this=0x982d320) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f25735 in QThreadPrivate::start (arg=0x982d320) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e1696e in start_thread (arg=0xb421db70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c4a3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 16147): QtQA::App::TestRunner: #0 0xb779d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5e1d245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb663cf0a in v8::internal::LinuxSemaphore::Wait (this=0x984f0c8) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb656147f in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb663e7e3 in v8::internal::SignalSender::Run (this=0x984efe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0xb663d277 in ThreadEntry (arg=0x984efe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb5e1696e in start_thread (arg=0xb3a1cb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb5c4a3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 16145): QtQA::App::TestRunner: #0 0xb779d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5ba1651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb5ba4a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb5f14e16 in qt_message_fatal (this=0xbf9d3f5c, QtQA::App::TestRunner: msg=0xb6cafee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf9d3f5c, QtQA::App::TestRunner: msg=0xb6cafee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb6c99be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QHashNode::same_key (this=0x986f0dc, QtQA::App::TestRunner: akey=@0xbf9d453c, ahp=0xbf9d4538) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:214 QtQA::App::TestRunner: #8 QHash::findNode (this=0x986f0dc, QtQA::App::TestRunner: akey=@0xbf9d453c, ahp=0xbf9d4538) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:896 QtQA::App::TestRunner: #9 0xb31f69a3 in QHash::operator[] ( QtQA::App::TestRunner: this=0x986f0b0, menuItem=0x9a27e20) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:747 QtQA::App::TestRunner: #10 QQuickMenu::removeItem (this=0x986f0b0, menuItem=0x9a27e20) QtQA::App::TestRunner: at qquickmenu.cpp:568 QtQA::App::TestRunner: #11 0xb31f8ce4 in ~QQuickMenuBase (this=0x9a27e20, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #12 0xb31f0422 in ~QQmlElement (this=0x9a27e20, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #13 0xb6116a5b in QObjectPrivate::deleteChildren (this=0x98fa018) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0xb611d359 in ~QObject (this=0x9877818, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0xb749997b in ~QQmlInstantiator (this=0x9877818, QtQA::App::TestRunner: __in_chrg=) at types/qqmlinstantiator.cpp:211 QtQA::App::TestRunner: #16 0xb72f1928 in ~QQmlElement (this=0x9877818, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #17 0xb6116a5b in QObjectPrivate::deleteChildren (this=0x986f150) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #18 0xb611d359 in ~QObject (this=0x986f0b0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #19 0xb31f8d33 in ~QQuickMenuBase (this=0x986f0b0, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:69 QtQA::App::TestRunner: #20 0xb31f6e09 in ~QQuickMenu (this=0x986f0b0, QtQA::App::TestRunner: __in_chrg=) at qquickmenu.cpp:266 QtQA::App::TestRunner: #21 0xb31f0282 in ~QQmlElement (this=0x986f0b0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #22 0xb6116a5b in QObjectPrivate::deleteChildren (this=0x98fcdb8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #23 0xb611d359 in ~QObject (this=0x98fcd58, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #24 0xb75edf13 in ~QQuickItem (this=0x98fcd58, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #25 0xb7600841 in ~QQuickFocusScope (this=0x98fcd58, QtQA::App::TestRunner: __in_chrg=) at items/qquickfocusscope.cpp:69 QtQA::App::TestRunner: #26 0xb760defa in ~QQmlElement (this=0x98fcd58, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #27 0xb6116a5b in QObjectPrivate::deleteChildren (this=0x996c728) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #28 0xb611d359 in ~QObject (this=0x990e5a0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #29 0xb75edf13 in ~QQuickItem (this=0x990e5a0, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #30 0xb7697179 in ~QQuickImplicitSizeItem (this=0x990e5a0, QtQA::App::TestRunner: __in_chrg=) at items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #31 ~QQuickBasePositioner (this=0x990e5a0, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #32 0xb760d8cd in ~QQuickColumn (this=0x990e5a0, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners_p.h:178 QtQA::App::TestRunner: #33 ~QQmlElement (this=0x990e5a0, __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #34 0xb6116a5b in QObjectPrivate::deleteChildren (this=0x990e4c8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #35 0xb611d359 in ~QObject (this=0x985cad8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #36 0xb75edf13 in ~QQuickItem (this=0x985cad8, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #37 0xb760e9fa in ~QQmlElement (this=0x985cad8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #38 0xb76a3a06 in ~QQuickView (this=0x9858430, QtQA::App::TestRunner: __in_chrg=) at items/qquickview.cpp:207 QtQA::App::TestRunner: #39 0x0804e74b in tst_activeFocusOnTab::activeFocusOnTab (this=0xbf9d5c88) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:422 QtQA::App::TestRunner: #40 0xb60f91c0 in QMetaMethod::invoke (this=0xbf9d5604, object=0xbf9d5c88, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #41 0xb60fb6a3 in QMetaObject::invokeMethod (obj=0xbf9d5c88, QtQA::App::TestRunner: member=0x9857dc8 "activeFocusOnTab", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #42 0xb6c9e6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #43 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #44 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #45 0xb6c9f4aa in qInvokeTestMethods (testObject=0xbf9d5c88, argc=6, QtQA::App::TestRunner: argv=0xbf9d5d74) at qtestcase.cpp:1976 QtQA::App::TestRunner: #46 QTest::qExec (testObject=0xbf9d5c88, argc=6, argv=0xbf9d5d74) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #47 0x0804af78 in main (argc=6, argv=0xbf9d5d74) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_activeFocusOnTab ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_activeFocusOnTab::initTestCase() QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 FAIL! : tst_activeFocusOnTab::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_activeFocusOnTab ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 16151] QtQA::App::TestRunner: [New Thread 16152] QtQA::App::TestRunner: [New Thread 16153] QtQA::App::TestRunner: [New Thread 16154] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -o /work/build/_artifacts/test-logs/tst_activeFocusOnTab'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb779c430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 16154): QtQA::App::TestRunner: #0 0xb779c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c3b506 in *__GI___poll (fds=0xb5cd0ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5aa94eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5a9c0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5a9c4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb613e7d3 in QEventDispatcherGlib::processEvents (this=0x8ef7f38, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb60ea1d9 in QEventLoop::processEvents (this=0xb3a082c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb60eabb7 in QEventLoop::exec (this=0xb3a082c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f1f41d in QThread::exec (this=0x8ef99d8) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb73d98fe in QQmlThreadPrivate::run (this=0x8ef99d8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f24735 in QThreadPrivate::start (arg=0x8ef99d8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e1596e in start_thread (arg=0xb3a08b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c493ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 16153): QtQA::App::TestRunner: #0 0xb779c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5e1c245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb663bf0a in v8::internal::LinuxSemaphore::Wait (this=0x8ef00c8) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb656047f in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb663d7e3 in v8::internal::SignalSender::Run (this=0x8eeffe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0xb663c277 in ThreadEntry (arg=0x8eeffe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb5e1596e in start_thread (arg=0xb3a1bb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb5c493ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 16152): QtQA::App::TestRunner: #0 0xb779c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c3b506 in *__GI___poll (fds=0xb5cd0ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5aa94eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5a9c0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5a9c4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb613e7d3 in QEventDispatcherGlib::processEvents (this=0x8ecca58, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb60ea1d9 in QEventLoop::processEvents (this=0xb421c2c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb60eabb7 in QEventLoop::exec (this=0xb421c2c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f1f41d in QThread::exec (this=0x8ece320) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb73d98fe in QQmlThreadPrivate::run (this=0x8ece320) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f24735 in QThreadPrivate::start (arg=0x8ece320) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e1596e in start_thread (arg=0xb421cb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c493ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 16151): QtQA::App::TestRunner: #0 0xb779c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5ba0651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb5ba3a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb5f13e16 in qt_message_fatal (this=0xbfd7a89c, QtQA::App::TestRunner: msg=0xb6caeee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfd7a89c, QtQA::App::TestRunner: msg=0xb6caeee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb6c98be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QHashNode::same_key (this=0x900780c, QtQA::App::TestRunner: akey=@0xbfd7ae7c, ahp=0xbfd7ae78) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:214 QtQA::App::TestRunner: #8 QHash::findNode (this=0x900780c, QtQA::App::TestRunner: akey=@0xbfd7ae7c, ahp=0xbfd7ae78) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:896 QtQA::App::TestRunner: #9 0xb30f19a3 in QHash::operator[] ( QtQA::App::TestRunner: this=0x90077e0, menuItem=0x90c8de8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:747 QtQA::App::TestRunner: #10 QQuickMenu::removeItem (this=0x90077e0, menuItem=0x90c8de8) QtQA::App::TestRunner: at qquickmenu.cpp:568 QtQA::App::TestRunner: #11 0xb30f3ce4 in ~QQuickMenuBase (this=0x90c8de8, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #12 0xb30eb422 in ~QQmlElement (this=0x90c8de8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #13 0xb6115a5b in QObjectPrivate::deleteChildren (this=0x8f9af58) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0xb611c359 in ~QObject (this=0x8f9aef8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0xb749897b in ~QQmlInstantiator (this=0x8f9aef8, QtQA::App::TestRunner: __in_chrg=) at types/qqmlinstantiator.cpp:211 QtQA::App::TestRunner: #16 0xb72f0928 in ~QQmlElement (this=0x8f9aef8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #17 0xb6115a5b in QObjectPrivate::deleteChildren (this=0x9007880) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #18 0xb611c359 in ~QObject (this=0x90077e0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #19 0xb30f3d33 in ~QQuickMenuBase (this=0x90077e0, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:69 QtQA::App::TestRunner: #20 0xb30f1e09 in ~QQuickMenu (this=0x90077e0, QtQA::App::TestRunner: __in_chrg=) at qquickmenu.cpp:266 QtQA::App::TestRunner: #21 0xb30eb282 in ~QQmlElement (this=0x90077e0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #22 0xb6115a5b in QObjectPrivate::deleteChildren (this=0x8f9dc98) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #23 0xb611c359 in ~QObject (this=0x8f9dc38, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #24 0xb75ecf13 in ~QQuickItem (this=0x8f9dc38, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #25 0xb75ff841 in ~QQuickFocusScope (this=0x8f9dc38, QtQA::App::TestRunner: __in_chrg=) at items/qquickfocusscope.cpp:69 QtQA::App::TestRunner: #26 0xb760cefa in ~QQmlElement (this=0x8f9dc38, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #27 0xb6115a5b in QObjectPrivate::deleteChildren (this=0x9005c58) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #28 0xb611c359 in ~QObject (this=0x8efdb28, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #29 0xb75ecf13 in ~QQuickItem (this=0x8efdb28, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #30 0xb7696179 in ~QQuickImplicitSizeItem (this=0x8efdb28, QtQA::App::TestRunner: __in_chrg=) at items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #31 ~QQuickBasePositioner (this=0x8efdb28, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #32 0xb760c8cd in ~QQuickColumn (this=0x8efdb28, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners_p.h:178 QtQA::App::TestRunner: #33 ~QQmlElement (this=0x8efdb28, __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #34 0xb6115a5b in QObjectPrivate::deleteChildren (this=0x901c938) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #35 0xb611c359 in ~QObject (this=0x9004860, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #36 0xb75ecf13 in ~QQuickItem (this=0x9004860, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #37 0xb760d9fa in ~QQmlElement (this=0x9004860, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #38 0xb76a2a06 in ~QQuickView (this=0x8ef9460, QtQA::App::TestRunner: __in_chrg=) at items/qquickview.cpp:207 QtQA::App::TestRunner: #39 0x0804e74b in tst_activeFocusOnTab::activeFocusOnTab (this=0xbfd7c5c8) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:422 QtQA::App::TestRunner: #40 0xb60f81c0 in QMetaMethod::invoke (this=0xbfd7bf44, object=0xbfd7c5c8, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #41 0xb60fa6a3 in QMetaObject::invokeMethod (obj=0xbfd7c5c8, QtQA::App::TestRunner: member=0x8ef8dc8 "activeFocusOnTab", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #42 0xb6c9d6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #43 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #44 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #45 0xb6c9e4aa in qInvokeTestMethods (testObject=0xbfd7c5c8, argc=5, QtQA::App::TestRunner: argv=0xbfd7c6b4) at qtestcase.cpp:1976 QtQA::App::TestRunner: #46 QTest::qExec (testObject=0xbfd7c5c8, argc=5, argv=0xbfd7c6b4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #47 0x0804af78 in main (argc=5, argv=0xbfd7c6b4) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_activeFocusOnTab: 33 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00088/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366277556): http://codereview.qt-project.org/54089 [PS1] - Menu: Remove items from menu on destruction From ci-noreply at qt-project.org Thu Apr 18 11:46:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 12:46:40 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130418_094640_018860.ci-noreply@qt-project.org> Qt3D_master_Integration #412: SUCCESS Tested changes (refs/builds/master_1366276187): http://codereview.qt-project.org/50584 [PS2] - Generate the cmake module tests, instead of having them outdated. http://codereview.qt-project.org/54142 [PS1] - Remove dummy includes that break module header in namespaced builds From ci-noreply at qt-project.org Thu Apr 18 12:14:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 13:14:01 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130418_101401_058631.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » macx-g++_developer-build_OSX_10.6 #33: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00033/macx-g++_developer-build_OSX_10.6/log.txt.gz ============================================================ QtJSBackend_dev_Integration » win32-msvc2010_Windows_7 #33: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00033/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366279890): http://codereview.qt-project.org/54054 [PS1] - [V8] [QNX] Handle VFP32DREGS in OS::ArmCpuHasFeature() From ci-noreply at qt-project.org Thu Apr 18 12:22:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 13:22:58 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_102258_072981.ci-noreply@qt-project.org> Autotest `tst_qwidget' failed :( Testing tst_QWidget FAIL! : tst_QWidget::moveChild(right) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(down) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(left) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(up) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::showAndMoveChild() Compared values are not the same Actual (firstPixel): 4283957248 Expected (QColor(Qt::red).rgb()): 4294901760 Loc: [tst_qwidget.cpp(4936)] Totals: 206 passed, 5 failed, 34 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWidget::initTestCase() QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100) QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0) QWARN : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0 PASS : tst_QWidget::getSetCheck() PASS : tst_QWidget::fontPropagation() PASS : tst_QWidget::fontPropagation2() PASS : tst_QWidget::palettePropagation() PASS : tst_QWidget::palettePropagation2() PASS : tst_QWidget::enabledPropagation() WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget PASS : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() PASS : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() PASS : tst_QWidget::popupEnterLeave() PASS : tst_QWidget::acceptDropsPropagation() PASS : tst_QWidget::isEnabledTo() PASS : tst_QWidget::visible() PASS : tst_QWidget::visible_setWindowOpacity() PASS : tst_QWidget::isVisibleTo() PASS : tst_QWidget::isHidden() PASS : tst_QWidget::fonts() PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::focusChainOnHide() PASS : tst_QWidget::focusChainOnReparent() PASS : tst_QWidget::setTabOrder() PASS : tst_QWidget::reparent() SKIP : tst_QWidget::windowState() X11: Many window managers do not support window state properly, which causes this test to fail. Loc: [tst_qwidget.cpp(1792)] PASS : tst_QWidget::showMaximized() XFAIL : tst_QWidget::showFullScreen() QTBUG-22326 Loc: [tst_qwidget.cpp(2027)] PASS : tst_QWidget::showFullScreen() PASS : tst_QWidget::showMinimized() SKIP : tst_QWidget::showMinimizedKeepsFocus() QTBUG-26424 Loc: [tst_qwidget.cpp(2169)] PASS : tst_QWidget::icon() SKIP : tst_QWidget::hideWhenFocusWidgetIsChild() X11: Your window manager is too broken for this test Loc: [tst_qwidget.cpp(2375)] SKIP : tst_QWidget::normalGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2440)] SKIP : tst_QWidget::setGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2517)] PASS : tst_QWidget::windowOpacity() PASS : tst_QWidget::raise() PASS : tst_QWidget::lower() XFAIL : tst_QWidget::stackUnder() See QTBUG-493 Loc: [tst_qwidget.cpp(2879)] PASS : tst_QWidget::stackUnder() PASS : tst_QWidget::testContentsPropagation() PASS : tst_QWidget::saveRestoreGeometry() SKIP : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] PASS : tst_QWidget::widgetAt() PASS : tst_QWidget::optimizedResizeMove() SKIP : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012 Loc: [tst_qwidget.cpp(3576)] PASS : tst_QWidget::resizeEvent() PASS : tst_QWidget::task110173() PASS : tst_QWidget::testDeletionInEventHandlers() PASS : tst_QWidget::childDeletesItsSibling() PASS : tst_QWidget::setMinimumSize() PASS : tst_QWidget::setMaximumSize() SKIP : tst_QWidget::setFixedSize() QTBUG-26424 Loc: [tst_qwidget.cpp(3717)] PASS : tst_QWidget::ensureCreated() PASS : tst_QWidget::winIdChangeEvent() PASS : tst_QWidget::persistentWinId() PASS : tst_QWidget::showNativeChild() PASS : tst_QWidget::qobject_castInDestroyedSlot() PASS : tst_QWidget::showHideEvent(window: only show) PASS : tst_QWidget::showHideEvent(window: show/hide) PASS : tst_QWidget::showHideEvent(window: show/hide/create) PASS : tst_QWidget::showHideEvent(window: hide/create) PASS : tst_QWidget::showHideEvent(window: only hide) PASS : tst_QWidget::showHideEvent(window: nothing) PASS : tst_QWidget::lostUpdatesOnHide() PASS : tst_QWidget::update() PASS : tst_QWidget::isOpaque() PASS : tst_QWidget::scroll() SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] FAIL! : tst_QWidget::moveChild(right) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(down) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(left) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(up) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::showAndMoveChild() Compared values are not the same Actual (firstPixel): 4283957248 Expected (QColor(Qt::red).rgb()): 4294901760 Loc: [tst_qwidget.cpp(4936)] PASS : tst_QWidget::subtractOpaqueSiblings() PASS : tst_QWidget::setLocale() PASS : tst_QWidget::deleteStyle() PASS : tst_QWidget::multipleToplevelFocusCheck() PASS : tst_QWidget::setFocus() PASS : tst_QWidget::setCursor() WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. PASS : tst_QWidget::setToolTip() PASS : tst_QWidget::testWindowIconChangeEventPropagation() PASS : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() PASS : tst_QWidget::showHideShowX11() PASS : tst_QWidget::clean_qt_x11_enforce_cursor() XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0x7fff9fd15f10) : 74 1001 77 ), actual 4 ( QWidget(0x7fff9fd15f10) : 74 1001 78 77 ) Loc: [tst_qwidget.cpp(5811)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fff9fd15fa0) : 74 1001 1002 77 ), actual 5 ( QWidget(0x7fff9fd15fa0) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5904)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fff9fd15fa0) : 74 1001 1002 77 ), actual 5 ( QWidget(0x7fff9fd15fa0) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5998)] PASS : tst_QWidget::childEvents() PASS : tst_QWidget::render() SKIP : tst_QWidget::renderInvisible() QTBUG-26424 Loc: [tst_qwidget.cpp(6148)] PASS : tst_QWidget::renderWithPainter() PASS : tst_QWidget::render_task188133() PASS : tst_QWidget::render_task211796() PASS : tst_QWidget::render_task217815() PASS : tst_QWidget::render_windowOpacity() PASS : tst_QWidget::render_systemClip() PASS : tst_QWidget::render_systemClip2(Only auto-fill background) PASS : tst_QWidget::render_systemClip2(Only draw in paintEvent) PASS : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent) PASS : tst_QWidget::render_systemClip3(Norwegian Civil Flag) PASS : tst_QWidget::render_systemClip3(Norwegian War Flag) PASS : tst_QWidget::render_task252837() PASS : tst_QWidget::render_worldTransform() PASS : tst_QWidget::setContentsMargins() SKIP : tst_QWidget::moveWindowInShowEvent(1) QTBUG-26424 Loc: [tst_qwidget.cpp(6996)] SKIP : tst_QWidget::moveWindowInShowEvent(2) QTBUG-26424 Loc: [tst_qwidget.cpp(6996)] PASS : tst_QWidget::repaintWhenChildDeleted() PASS : tst_QWidget::hideOpaqueChildWhileHidden() SKIP : tst_QWidget::updateWhileMinimized() QTBUG-26424 Loc: [tst_qwidget.cpp(7132)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7221)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7224)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7227)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7230)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7276)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7279)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7282)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7337)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7340)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7343)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7346)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7349)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7352)] PASS : tst_QWidget::alienWidgets() PASS : tst_QWidget::adjustSize(1) PASS : tst_QWidget::adjustSize(2) PASS : tst_QWidget::adjustSize(3) PASS : tst_QWidget::adjustSize(4) PASS : tst_QWidget::adjustSize(5) PASS : tst_QWidget::adjustSize(6) PASS : tst_QWidget::adjustSize(7) PASS : tst_QWidget::adjustSize(8) PASS : tst_QWidget::adjustSize(9) PASS : tst_QWidget::adjustSize(1c) PASS : tst_QWidget::adjustSize(2c) PASS : tst_QWidget::adjustSize(3c) PASS : tst_QWidget::adjustSize(4c) PASS : tst_QWidget::adjustSize(5c) PASS : tst_QWidget::adjustSize(6c) PASS : tst_QWidget::adjustSize(7c) PASS : tst_QWidget::adjustSize(8c) PASS : tst_QWidget::adjustSize(9c) PASS : tst_QWidget::updateGeometry(setMinimumSize) PASS : tst_QWidget::updateGeometry(setMaximumSize) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it) PASS : tst_QWidget::updateGeometry(Change sizePolicy) PASS : tst_QWidget::sendUpdateRequestImmediately() PASS : tst_QWidget::doubleRepaint() PASS : tst_QWidget::resizeInPaintEvent() PASS : tst_QWidget::opaqueChildren() PASS : tst_QWidget::setMaskInResizeEvent() PASS : tst_QWidget::moveInResizeEvent() SKIP : tst_QWidget::immediateRepaintAfterShow() QTBUG-26424 Loc: [tst_qwidget.cpp(7836)] PASS : tst_QWidget::immediateRepaintAfterInvalidateBuffer() PASS : tst_QWidget::effectiveWinId() PASS : tst_QWidget::effectiveWinId2() PASS : tst_QWidget::customDpi() PASS : tst_QWidget::customDpiProperty() PASS : tst_QWidget::quitOnCloseAttribute() PASS : tst_QWidget::moveRect() QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called PASS : tst_QWidget::reparentStaticWidget() PASS : tst_QWidget::QTBUG6883_reparentStaticWidget2() PASS : tst_QWidget::translucentWidget() PASS : tst_QWidget::setClearAndResizeMask() PASS : tst_QWidget::maskedUpdate() PASS : tst_QWidget::syntheticEnterLeave() PASS : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::underMouse() WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. PASS : tst_QWidget::taskQTBUG_27643_enterEvents() PASS : tst_QWidget::windowFlags() PASS : tst_QWidget::initialPosForDontShowOnScreenWidgets() PASS : tst_QWidget::updateOnDestroyedSignal() PASS : tst_QWidget::toplevelLineEditFocus() PASS : tst_QWidget::focusWidget_task254563() PASS : tst_QWidget::rectOutsideCoordinatesLimit_task144779() PASS : tst_QWidget::setGraphicsEffect() PASS : tst_QWidget::destroyBackingStore() PASS : tst_QWidget::activateWindow() PASS : tst_QWidget::openModal_taskQTBUG_5804() PASS : tst_QWidget::focusProxyAndInputMethods() PASS : tst_QWidget::scrollWithoutBackingStore() PASS : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy() PASS : tst_QWidget::movedAndResizedAttributes() PASS : tst_QWidget::childAt() PASS : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion() PASS : tst_QWidget::nativeChildFocus() PASS : tst_QWidget::grab() WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::grabMouse() PASS : tst_QWidget::grabKeyboard() PASS : tst_QWidget::touchEventSynthesizedMouseEvent() PASS : tst_QWidget::styleSheetPropagation() PASS : tst_QWidget::destroyedSignal() PASS : tst_QWidget::keyboardModifiers() PASS : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680() PASS : tst_QWidget::largerThanScreen_QTBUG30142() PASS : tst_QWidget::cleanupTestCase() Totals: 205 passed, 5 failed, 35 skipped ********* Finished testing of tst_QWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwidget: 57 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00953/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366277137): http://codereview.qt-project.org/53676 [PS1] - restore compat with older perl versions http://codereview.qt-project.org/53746 [PS1] - Fix memory leak. http://codereview.qt-project.org/53933 [PS1] - Remove nativeResourceForWindow warning. http://codereview.qt-project.org/54042 [PS1] - iOS: QIOSBackingStore: enable FBO depth and stencil buffer http://codereview.qt-project.org/54119 [PS1] - Actually set devicePixelRatio on copy. http://codereview.qt-project.org/53997 [PS2] - Mac: Fix warnings about non-existing native Windows on startup. http://codereview.qt-project.org/54093 [PS2] - SSL internals: fix memory corruption using QSslConfigurationPrivate http://codereview.qt-project.org/53906 [PS3] - Make password mask characters themeable. From ci-noreply at qt-project.org Thu Apr 18 12:30:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 13:30:26 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_103026_018079.ci-noreply@qt-project.org> Autotests `tst_activeFocusOnTab' and `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 31823] QtQA::App::TestRunner: [New Thread 31824] QtQA::App::TestRunner: [New Thread 31822] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb627465a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: 5144 malloc.c: No such file or directory. QtQA::App::TestRunner: in malloc.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 31822): QtQA::App::TestRunner: #0 0xb7743430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb64a9015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb65b57ff in QWaitConditionPrivate::wait (this=0x85b437c, QtQA::App::TestRunner: mutex=0x85b4378, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x85b437c, mutex=0x85b4378, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb7630b3c in QQmlThreadPrivate::wait (this=0x85a8988, message=0x8a27b48) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:64 QtQA::App::TestRunner: #5 QQmlThread::internalCallMethodInThread (this=0x85a8988, message=0x8a27b48) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:311 QtQA::App::TestRunner: #6 0xb75a5bd5 in QQmlThread::callMethodInThread (this=0x85a8988, QtQA::App::TestRunner: b=0x8adc938, d=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:179 QtQA::App::TestRunner: #7 QQmlDataLoaderThread::loadWithStaticData (this=0x85a8988, b=0x8adc938, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:752 QtQA::App::TestRunner: #8 0xb75a70ec in QQmlDataLoader::loadWithStaticData (this=0x85b424c, QtQA::App::TestRunner: blob=0x8adc938, data=..., mode=QQmlDataLoader::PreferSynchronous) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:945 QtQA::App::TestRunner: #9 0xb75a71cb in QQmlTypeLoader::getType (this=0x85b424c, data=..., url=..., QtQA::App::TestRunner: options=...) at qml/qqmltypeloader.cpp:1508 QtQA::App::TestRunner: #10 0xb755abb6 in QQmlComponent::setData (this=0xbff9856c, data=..., url=...) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:602 QtQA::App::TestRunner: #11 0xb76a25eb in QQmlBuiltinFunctions::createQmlObject (args=...) QtQA::App::TestRunner: at qml/v8/qqmlbuiltinfunctions.cpp:1202 QtQA::App::TestRunner: #12 0xb5b802cb in HandleApiCallHelper (args=..., isolate=0x8571038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #13 Builtin_HandleApiCall (args=..., isolate=0x8571038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #14 0x3850a376 in ?? () QtQA::App::TestRunner: #15 0x38550c83 in ?? () QtQA::App::TestRunner: #16 0x3850e341 in ?? () QtQA::App::TestRunner: #17 0x38535c57 in ?? () QtQA::App::TestRunner: #18 0x3850e341 in ?? () QtQA::App::TestRunner: #19 0x38539065 in ?? () QtQA::App::TestRunner: #20 0x3850e341 in ?? () QtQA::App::TestRunner: #21 0x3853524f in ?? () QtQA::App::TestRunner: #22 0x38532f82 in ?? () QtQA::App::TestRunner: #23 0x38521e59 in ?? () QtQA::App::TestRunner: #24 0x3851308a in ?? () QtQA::App::TestRunner: #25 0xb5bb3289 in Invoke (is_construct=, function=..., QtQA::App::TestRunner: receiver=..., argc=0, args=0x0, has_pending_exception=0xbff989cf, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #26 0xb5bb389e in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbff989cf, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #27 0xb5bb3a25 in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbff989cf, QtQA::App::TestRunner: convert_receiver=) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #28 0xb5b4bc0d in v8::Function::Call (this=0x85b3380, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #29 0xb7608107 in QQmlJavaScriptExpression::evaluate (this=0x8a3ef00, QtQA::App::TestRunner: context=0x89dccf8, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #30 0xb760868e in QQmlJavaScriptExpression::evaluate (this=0x8a3ef00, QtQA::App::TestRunner: context=0x89dccf8, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #31 0xb7595606 in QQmlBoundSignalExpression::evaluate (this=0x8a3eef0, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #32 0xb7596255 in QQmlBoundSignal_callback (e=0x89b2b24, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #33 0xb75e7370 in QQmlNotifier::emitNotify (endpoint=0x89b2b24, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #34 0xb753d103 in QQmlData::signalEmitted (object=0x89b2650, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #35 0xb67aa57d in QMetaObject::activate (sender=0x89b2650, signalOffset=29, QtQA::App::TestRunner: local_signal_index=30, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #36 0xb753054b in QQmlVMEMetaObject::activate (this=0x89a5618, QtQA::App::TestRunner: object=0x89b2650, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #37 0xb753495d in QQmlVMEMetaObject::metaCall (this=0x89a5618, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbff99b14) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #38 0xb7523216 in QAbstractDynamicMetaObject::metaCall (this=0x89a5618, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbff99b14) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #39 0xb753427f in QQmlVMEMetaObject::metaCall (this=0x899a080, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbff99b14) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #40 0xb7523216 in QAbstractDynamicMetaObject::metaCall (this=0x899a080, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbff99b14) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #41 0xb6783f9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbff99b14) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #42 0xb7652550 in QV4Bindings::run (this=0x8771b18, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x8a256b8, context=0x8645678, error=0x8a2569c, QtQA::App::TestRunner: scope=0x89b2650, output=0x89b2650, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #43 0xb7656189 in QV4Bindings::run (this=0x8771b18, binding=0x8a25694, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #44 0xb765644a in QV4Bindings::subscriptionNotify (this=0x8771b18, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #45 0xb75e7370 in QQmlNotifier::emitNotify (endpoint=0x89e89fc, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #46 0xb753d103 in QQmlData::signalEmitted (object=0x89b2650, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #47 0xb67aa57d in QMetaObject::activate (sender=0x89b2650, signalOffset=29, QtQA::App::TestRunner: local_signal_index=34, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #48 0xb753054b in QQmlVMEMetaObject::activate (this=0x89a5618, QtQA::App::TestRunner: object=0x89b2650, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #49 0xb753495d in QQmlVMEMetaObject::metaCall (this=0x89a5618, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbff9a5c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #50 0xb7523216 in QAbstractDynamicMetaObject::metaCall (this=0x89a5618, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbff9a5c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #51 0xb753427f in QQmlVMEMetaObject::metaCall (this=0x899a080, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbff9a5c4) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #52 0xb7523216 in QAbstractDynamicMetaObject::metaCall (this=0x899a080, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbff9a5c4) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #53 0xb6783f9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbff9a5c4) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #54 0xb7554d17 in QQmlPropertyPrivate::write (object=0x89b2650, property=..., QtQA::App::TestRunner: value=..., context=0x89dccf8, flags=...) at qml/qqmlproperty.cpp:1368 QtQA::App::TestRunner: #55 0xb75563d1 in QQmlPropertyPrivate::writeValueProperty (object=0x89b2650, QtQA::App::TestRunner: core=..., value=..., context=0x89dccf8, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #56 0xb7557783 in QQmlPropertyPrivate::writeBinding (object=0x89b2650, QtQA::App::TestRunner: core=..., context=0x89dccf8, expression=0x89af8c4, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #57 0xb76989de in QV8Bindings::Binding::update (this=0x89af8c4, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #58 0xb7698aa9 in QV8Bindings::Binding::expressionChanged (e=0x89af8c4) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #59 0xb7607af9 in QQmlJavaScriptExpressionGuard_callback (e=0x85ea470) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #60 0xb75e7370 in QQmlNotifier::emitNotify (endpoint=0x85ea470, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #61 0xb753d103 in QQmlData::signalEmitted (object=0xbff9adcc, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #62 0xb67aa57d in QMetaObject::activate (sender=0xbff9adcc, signalOffset=3, QtQA::App::TestRunner: local_signal_index=3, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #63 0xb67ab17a in QMetaObject::activate (sender=0xbff9adcc, m=0xb773fc34, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #64 0xb772f197 in QTestRootObject::windowShownChanged (this=0xbff9adcc) QtQA::App::TestRunner: at .moc/release-shared/quicktest.moc:183 QtQA::App::TestRunner: #65 0xb773281d in QTestRootObject::setWindowShown (argc=6, argv=0xbff9afb4, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:87 QtQA::App::TestRunner: #66 quick_test_main (argc=6, argv=0xbff9afb4, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #67 0x080488d4 in main (argc=8, argv=0xbff9afb4) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31824): QtQA::App::TestRunner: #0 0xb7743430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62a3376 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb62d2dcc in usleep (useconds=900) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #3 0xb5e29819 in v8::internal::SignalSender::Sleep (this=0x85b1cc0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #4 v8::internal::SignalSender::Run (this=0x85b1cc0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #5 0xb5e28277 in ThreadEntry (arg=0x85b1cc0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb64a496e in start_thread (arg=0xb39a8b70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb62d93ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31823): QtQA::App::TestRunner: #0 0xb627465a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: #1 0xb627687d in _int_malloc (av=, QtQA::App::TestRunner: bytes=) at malloc.c:4372 QtQA::App::TestRunner: #2 0xb6278d1c in *__GI___libc_malloc (bytes=16384) at malloc.c:3660 QtQA::App::TestRunner: #3 0xb76303e6 in QQmlPool::newpage (this=0x8adc980) QtQA::App::TestRunner: at qml/ftw/qqmlpool.cpp:59 QtQA::App::TestRunner: #4 0xb75bcf3d in QQmlPool::allocate (this=0x8adc97c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:239 QtQA::App::TestRunner: #5 New (this=0x8adc97c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:191 QtQA::App::TestRunner: #6 QQmlPool::NewString (this=0x8adc97c, qmlcode=..., url=..., urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:217 QtQA::App::TestRunner: #7 QQmlScript::Parser::parse (this=0x8adc97c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) at qml/qqmlscript.cpp:1312 QtQA::App::TestRunner: #8 0xb75b33dc in QQmlTypeData::dataReceived (this=0x8adc938, data=...) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:2054 QtQA::App::TestRunner: #9 0xb75a6e4c in QQmlDataLoader::setData (this=0x85b424c, blob=0x8adc938, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:1145 QtQA::App::TestRunner: #10 0xb75a6fb8 in QQmlDataLoader::setData (this=0x85b424c, blob=0x8adc938, QtQA::App::TestRunner: data=...) at qml/qqmltypeloader.cpp:1129 QtQA::App::TestRunner: #11 0xb75a7003 in QQmlDataLoader::loadWithStaticDataThread (this=0x85a8988, QtQA::App::TestRunner: b=0x8adc938, d=...) at qml/qqmltypeloader.cpp:962 QtQA::App::TestRunner: #12 QQmlDataLoaderThread::loadWithStaticDataThread (this=0x85a8988, QtQA::App::TestRunner: b=0x8adc938, d=...) at qml/qqmltypeloader.cpp:795 QtQA::App::TestRunner: #13 0xb75b502b in void QQmlThread::callMethodInThread(void (QQmlDataLoaderThread::*)(QQmlDataBlob*, QByteArray const&), QQmlDataBlob* const&, QByteArray const&)::I::call(QQmlThread*) () QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:176 QtQA::App::TestRunner: #14 0xb7630829 in QQmlThreadPrivate::threadEvent (this=0x85b4340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:195 QtQA::App::TestRunner: #15 0xb7630960 in QQmlThreadPrivate::event (this=0x85b4340, e=0x8ac6688) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:135 QtQA::App::TestRunner: #16 0xb6feff7c in QApplicationPrivate::notify_helper (this=0x8579150, QtQA::App::TestRunner: receiver=0x85b4340, e=0x8ac6688) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #17 0xb6ff830a in QApplication::notify (this=0x8578968, receiver=0x85b4340, QtQA::App::TestRunner: e=0x8ac6688) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #18 0xb677bceb in QCoreApplication::notifyInternal (this=0x8578968, QtQA::App::TestRunner: receiver=0x85b4340, event=0x8ac6688) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #19 0xb67807b2 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x85a9cd0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #20 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x85a9cd0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #21 0xb6780d9d in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #22 0xb67ced34 in postEventSourceDispatch (s=0x85aa670) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #23 0xb5a255e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #24 0xb5a292d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #25 0xb5a294b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #26 0xb67ce7d3 in QEventDispatcherGlib::processEvents (this=0x85aa938, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #27 0xb677a1d9 in QEventLoop::processEvents (this=0xb41a92c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #28 0xb677abb7 in QEventLoop::exec (this=0xb41a92c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #29 0xb65af41d in QThread::exec (this=0x85b4340) at thread/qthread.cpp:507 QtQA::App::TestRunner: #30 0xb76308fe in QQmlThreadPrivate::run (this=0x85b4340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #31 0xb65b4735 in QThreadPrivate::start (arg=0x85b4340) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #32 0xb64a496e in start_thread (arg=0xb41a9b70) at pthread_create.c:300 QtQA::App::TestRunner: #33 0xb62d93ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New Thread 31829] QtQA::App::TestRunner: [New Thread 31830] QtQA::App::TestRunner: [New Thread 31828] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0xb627d65a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: 5144 malloc.c: No such file or directory. QtQA::App::TestRunner: in malloc.c QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 31828): QtQA::App::TestRunner: #0 0xb774c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb64b2015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb65be7ff in QWaitConditionPrivate::wait (this=0x92db37c, QtQA::App::TestRunner: mutex=0x92db378, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0x92db37c, mutex=0x92db378, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb7639b3c in QQmlThreadPrivate::wait (this=0x92cf988, message=0x92e31a8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:64 QtQA::App::TestRunner: #5 QQmlThread::internalCallMethodInThread (this=0x92cf988, message=0x92e31a8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:311 QtQA::App::TestRunner: #6 0xb75aebd5 in QQmlThread::callMethodInThread (this=0x92cf988, QtQA::App::TestRunner: b=0x97fc618, d=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:179 QtQA::App::TestRunner: #7 QQmlDataLoaderThread::loadWithStaticData (this=0x92cf988, b=0x97fc618, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:752 QtQA::App::TestRunner: #8 0xb75b00ec in QQmlDataLoader::loadWithStaticData (this=0x92db24c, QtQA::App::TestRunner: blob=0x97fc618, data=..., mode=QQmlDataLoader::PreferSynchronous) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:945 QtQA::App::TestRunner: #9 0xb75b01cb in QQmlTypeLoader::getType (this=0x92db24c, data=..., url=..., QtQA::App::TestRunner: options=...) at qml/qqmltypeloader.cpp:1508 QtQA::App::TestRunner: #10 0xb7563bb6 in QQmlComponent::setData (this=0xbfe015ec, data=..., url=...) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:602 QtQA::App::TestRunner: #11 0xb76ab5eb in QQmlBuiltinFunctions::createQmlObject (args=...) QtQA::App::TestRunner: at qml/v8/qqmlbuiltinfunctions.cpp:1202 QtQA::App::TestRunner: #12 0xb5b892cb in HandleApiCallHelper (args=..., isolate=0x9298038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #13 Builtin_HandleApiCall (args=..., isolate=0x9298038) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #14 0x4970a376 in ?? () QtQA::App::TestRunner: #15 0x49750c83 in ?? () QtQA::App::TestRunner: #16 0x4970e341 in ?? () QtQA::App::TestRunner: #17 0x49735c57 in ?? () QtQA::App::TestRunner: #18 0x4970e341 in ?? () QtQA::App::TestRunner: #19 0x49739065 in ?? () QtQA::App::TestRunner: #20 0x4970e341 in ?? () QtQA::App::TestRunner: #21 0x4973524f in ?? () QtQA::App::TestRunner: #22 0x49732f82 in ?? () QtQA::App::TestRunner: #23 0x49721e59 in ?? () QtQA::App::TestRunner: #24 0x4971308a in ?? () QtQA::App::TestRunner: #25 0xb5bbc289 in Invoke (is_construct=, function=..., QtQA::App::TestRunner: receiver=..., argc=0, args=0x0, has_pending_exception=0xbfe01a4f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #26 0xb5bbc89e in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfe01a4f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #27 0xb5bbca25 in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfe01a4f, QtQA::App::TestRunner: convert_receiver=) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #28 0xb5b54c0d in v8::Function::Call (this=0x92da358, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #29 0xb7611107 in QQmlJavaScriptExpression::evaluate (this=0x96d0e18, QtQA::App::TestRunner: context=0x92fe1d0, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #30 0xb761168e in QQmlJavaScriptExpression::evaluate (this=0x96d0e18, QtQA::App::TestRunner: context=0x92fe1d0, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #31 0xb759e606 in QQmlBoundSignalExpression::evaluate (this=0x96d0e08, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #32 0xb759f255 in QQmlBoundSignal_callback (e=0x974ef84, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #33 0xb75f0370 in QQmlNotifier::emitNotify (endpoint=0x974ef84, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #34 0xb7546103 in QQmlData::signalEmitted (object=0x974d5c8, index=30, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #35 0xb67b357d in QMetaObject::activate (sender=0x974d5c8, signalOffset=29, QtQA::App::TestRunner: local_signal_index=30, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #36 0xb753954b in QQmlVMEMetaObject::activate (this=0x9700048, QtQA::App::TestRunner: object=0x974d5c8, index=39, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #37 0xb753d95d in QQmlVMEMetaObject::metaCall (this=0x9700048, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbfe02b94) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #38 0xb752c216 in QAbstractDynamicMetaObject::metaCall (this=0x9700048, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfe02b94) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #39 0xb753d27f in QQmlVMEMetaObject::metaCall (this=0x975e3e0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfe02b94) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #40 0xb752c216 in QAbstractDynamicMetaObject::metaCall (this=0x975e3e0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=42, a=0xbfe02b94) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #41 0xb678cf9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=42, argv=0xbfe02b94) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #42 0xb765b550 in QV4Bindings::run (this=0x92ff4c0, instrIndex=0, QtQA::App::TestRunner: executedBlocks=@0x93736b8, context=0x92fefb0, error=0x937369c, QtQA::App::TestRunner: scope=0x974d5c8, output=0x974d5c8, storeFlags=..., invalidated=0x0, QtQA::App::TestRunner: table=0x0) at qml/v4/qv4bindings.cpp:2406 QtQA::App::TestRunner: #43 0xb765f189 in QV4Bindings::run (this=0x92ff4c0, binding=0x9373694, QtQA::App::TestRunner: flags=...) at qml/v4/qv4bindings.cpp:576 QtQA::App::TestRunner: #44 0xb765f44a in QV4Bindings::subscriptionNotify (this=0x92ff4c0, id=0) QtQA::App::TestRunner: at qml/v4/qv4bindings.cpp:503 QtQA::App::TestRunner: #45 0xb75f0370 in QQmlNotifier::emitNotify (endpoint=0x9763b44, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #46 0xb7546103 in QQmlData::signalEmitted (object=0x974d5c8, index=34, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #47 0xb67b357d in QMetaObject::activate (sender=0x974d5c8, signalOffset=29, QtQA::App::TestRunner: local_signal_index=34, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #48 0xb753954b in QQmlVMEMetaObject::activate (this=0x9700048, QtQA::App::TestRunner: object=0x974d5c8, index=43, args=0x0) at qml/qqmlvmemetaobject.cpp:1350 QtQA::App::TestRunner: #49 0xb753d95d in QQmlVMEMetaObject::metaCall (this=0x9700048, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=1, a=0xbfe03644) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:907 QtQA::App::TestRunner: #50 0xb752c216 in QAbstractDynamicMetaObject::metaCall (this=0x9700048, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfe03644) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #51 0xb753d27f in QQmlVMEMetaObject::metaCall (this=0x975e3e0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfe03644) QtQA::App::TestRunner: at qml/qqmlvmemetaobject.cpp:968 QtQA::App::TestRunner: #52 0xb752c216 in QAbstractDynamicMetaObject::metaCall (this=0x975e3e0, QtQA::App::TestRunner: c=QMetaObject::WriteProperty, _id=46, a=0xbfe03644) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/5.1.0/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:413 QtQA::App::TestRunner: #53 0xb678cf9a in QMetaObject::metacall (object=0x43, QtQA::App::TestRunner: cl=QMetaObject::WriteProperty, idx=46, argv=0xbfe03644) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:305 QtQA::App::TestRunner: #54 0xb755dd17 in QQmlPropertyPrivate::write (object=0x974d5c8, property=..., QtQA::App::TestRunner: value=..., context=0x92fe1d0, flags=...) at qml/qqmlproperty.cpp:1368 QtQA::App::TestRunner: #55 0xb755f3d1 in QQmlPropertyPrivate::writeValueProperty (object=0x974d5c8, QtQA::App::TestRunner: core=..., value=..., context=0x92fe1d0, flags=...) QtQA::App::TestRunner: at qml/qqmlproperty.cpp:1270 QtQA::App::TestRunner: #56 0xb7560783 in QQmlPropertyPrivate::writeBinding (object=0x974d5c8, QtQA::App::TestRunner: core=..., context=0x92fe1d0, expression=0x96dde64, result=..., QtQA::App::TestRunner: isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1590 QtQA::App::TestRunner: #57 0xb76a19de in QV8Bindings::Binding::update (this=0x96dde64, flags=...) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:185 QtQA::App::TestRunner: #58 0xb76a1aa9 in QV8Bindings::Binding::expressionChanged (e=0x96dde64) QtQA::App::TestRunner: at qml/v8/qv8bindings.cpp:220 QtQA::App::TestRunner: #59 0xb7610af9 in QQmlJavaScriptExpressionGuard_callback (e=0x9311430) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:426 QtQA::App::TestRunner: #60 0xb75f0370 in QQmlNotifier::emitNotify (endpoint=0x9311430, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #61 0xb7546103 in QQmlData::signalEmitted (object=0xbfe03e4c, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #62 0xb67b357d in QMetaObject::activate (sender=0xbfe03e4c, signalOffset=3, QtQA::App::TestRunner: local_signal_index=3, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #63 0xb67b417a in QMetaObject::activate (sender=0xbfe03e4c, m=0xb7748c34, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #64 0xb7738197 in QTestRootObject::windowShownChanged (this=0xbfe03e4c) QtQA::App::TestRunner: at .moc/release-shared/quicktest.moc:183 QtQA::App::TestRunner: #65 0xb773b81d in QTestRootObject::setWindowShown (argc=5, argv=0xbfe04034, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:87 QtQA::App::TestRunner: #66 quick_test_main (argc=5, argv=0xbfe04034, QtQA::App::TestRunner: name=0x80489f4 "qtquickcontrols", QtQA::App::TestRunner: sourceDir=0x80489c0 "/work/build/qt/qtquickcontrols/tests/auto/controls") QtQA::App::TestRunner: at quicktest.cpp:344 QtQA::App::TestRunner: #67 0x080488d4 in main (argc=7, argv=0xbfe04034) at tst_controls.cpp:43 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31830): QtQA::App::TestRunner: #0 0xb774c430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb62ac376 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb62dbdcc in usleep (useconds=900) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #3 0xb5e32819 in v8::internal::SignalSender::Sleep (this=0x92d8cb0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #4 v8::internal::SignalSender::Run (this=0x92d8cb0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #5 0xb5e31277 in ThreadEntry (arg=0x92d8cb0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb64ad96e in start_thread (arg=0xb39b1b70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb62e23ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31829): QtQA::App::TestRunner: #0 0xb627d65a in malloc_consolidate (av=) QtQA::App::TestRunner: at malloc.c:5144 QtQA::App::TestRunner: #1 0xb627f87d in _int_malloc (av=, QtQA::App::TestRunner: bytes=) at malloc.c:4372 QtQA::App::TestRunner: #2 0xb6281d1c in *__GI___libc_malloc (bytes=16384) at malloc.c:3660 QtQA::App::TestRunner: #3 0xb76393e6 in QQmlPool::newpage (this=0x97fc660) QtQA::App::TestRunner: at qml/ftw/qqmlpool.cpp:59 QtQA::App::TestRunner: #4 0xb75c5f3d in QQmlPool::allocate (this=0x97fc65c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:239 QtQA::App::TestRunner: #5 New (this=0x97fc65c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:191 QtQA::App::TestRunner: #6 QQmlPool::NewString (this=0x97fc65c, qmlcode=..., url=..., urlString=...) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlpool_p.h:217 QtQA::App::TestRunner: #7 QQmlScript::Parser::parse (this=0x97fc65c, qmlcode=..., url=..., QtQA::App::TestRunner: urlString=...) at qml/qqmlscript.cpp:1312 QtQA::App::TestRunner: #8 0xb75bc3dc in QQmlTypeData::dataReceived (this=0x97fc618, data=...) QtQA::App::TestRunner: at qml/qqmltypeloader.cpp:2054 QtQA::App::TestRunner: #9 0xb75afe4c in QQmlDataLoader::setData (this=0x92db24c, blob=0x97fc618, QtQA::App::TestRunner: d=...) at qml/qqmltypeloader.cpp:1145 QtQA::App::TestRunner: #10 0xb75affb8 in QQmlDataLoader::setData (this=0x92db24c, blob=0x97fc618, QtQA::App::TestRunner: data=...) at qml/qqmltypeloader.cpp:1129 QtQA::App::TestRunner: #11 0xb75b0003 in QQmlDataLoader::loadWithStaticDataThread (this=0x92cf988, QtQA::App::TestRunner: b=0x97fc618, d=...) at qml/qqmltypeloader.cpp:962 QtQA::App::TestRunner: #12 QQmlDataLoaderThread::loadWithStaticDataThread (this=0x92cf988, QtQA::App::TestRunner: b=0x97fc618, d=...) at qml/qqmltypeloader.cpp:795 QtQA::App::TestRunner: #13 0xb75be02b in void QQmlThread::callMethodInThread(void (QQmlDataLoaderThread::*)(QQmlDataBlob*, QByteArray const&), QQmlDataBlob* const&, QByteArray const&)::I::call(QQmlThread*) () QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qqmlthread_p.h:176 QtQA::App::TestRunner: #14 0xb7639829 in QQmlThreadPrivate::threadEvent (this=0x92db340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:195 QtQA::App::TestRunner: #15 0xb7639960 in QQmlThreadPrivate::event (this=0x92db340, e=0x96be400) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:135 QtQA::App::TestRunner: #16 0xb6ff8f7c in QApplicationPrivate::notify_helper (this=0x92a0150, QtQA::App::TestRunner: receiver=0x92db340, e=0x96be400) at kernel/qapplication.cpp:3434 QtQA::App::TestRunner: #17 0xb700130a in QApplication::notify (this=0x929f968, receiver=0x92db340, QtQA::App::TestRunner: e=0x96be400) at kernel/qapplication.cpp:2837 QtQA::App::TestRunner: #18 0xb6784ceb in QCoreApplication::notifyInternal (this=0x929f968, QtQA::App::TestRunner: receiver=0x92db340, event=0x96be400) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #19 0xb67897b2 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x92d0cd0) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #20 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, QtQA::App::TestRunner: data=0x92d0cd0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #21 0xb6789d9d in QCoreApplication::sendPostedEvents (receiver=0x0, QtQA::App::TestRunner: event_type=0) at kernel/qcoreapplication.cpp:1333 QtQA::App::TestRunner: #22 0xb67d7d34 in postEventSourceDispatch (s=0x92db140) QtQA::App::TestRunner: at kernel/qeventdispatcher_glib.cpp:279 QtQA::App::TestRunner: #23 0xb5a2e5e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #24 0xb5a322d8 in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #25 0xb5a324b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #26 0xb67d77d3 in QEventDispatcherGlib::processEvents (this=0x92d2a08, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #27 0xb67831d9 in QEventLoop::processEvents (this=0xb41b22c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #28 0xb6783bb7 in QEventLoop::exec (this=0xb41b22c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #29 0xb65b841d in QThread::exec (this=0x92db340) at thread/qthread.cpp:507 QtQA::App::TestRunner: #30 0xb76398fe in QQmlThreadPrivate::run (this=0x92db340) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #31 0xb65bd735 in QThreadPrivate::start (arg=0x92db340) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #32 0xb64ad96e in start_thread (arg=0xb41b2b70) at pthread_create.c:300 QtQA::App::TestRunner: #33 0xb62e23ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 14 seconds, signal 11 Testing tst_activeFocusOnTab QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 FAIL! : tst_activeFocusOnTab::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31803] QtQA::App::TestRunner: [New Thread 31804] QtQA::App::TestRunner: [New Thread 31806] QtQA::App::TestRunner: [New Thread 31805] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -silent -o /work/build/_artifacts/test-logs/tst_activeFo'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77ab430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 31805): QtQA::App::TestRunner: #0 0xb77ab430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5e2b245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb664af0a in v8::internal::LinuxSemaphore::Wait (this=0x917f0c8) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb656f47f in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb664c7e3 in v8::internal::SignalSender::Run (this=0x917efe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0xb664b277 in ThreadEntry (arg=0x917efe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb5e2496e in start_thread (arg=0xb3a2ab70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb5c583ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 31806): QtQA::App::TestRunner: #0 0xb77ab430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c4a506 in *__GI___poll (fds=0xb5cdfff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5ab84eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5aab0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5aab4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb614d7d3 in QEventDispatcherGlib::processEvents (this=0x9186f80, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb60f91d9 in QEventLoop::processEvents (this=0xb3a172c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb60f9bb7 in QEventLoop::exec (this=0xb3a172c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f2e41d in QThread::exec (this=0x9186d30) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb73e88fe in QQmlThreadPrivate::run (this=0x9186d30) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f33735 in QThreadPrivate::start (arg=0x9186d30) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e2496e in start_thread (arg=0xb3a17b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c583ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31804): QtQA::App::TestRunner: #0 0xb77ab430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c4a506 in *__GI___poll (fds=0xb5cdfff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5ab84eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5aab0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5aab4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb614d7d3 in QEventDispatcherGlib::processEvents (this=0x915ba58, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb60f91d9 in QEventLoop::processEvents (this=0xb422b2c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb60f9bb7 in QEventLoop::exec (this=0xb422b2c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f2e41d in QThread::exec (this=0x915d320) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb73e88fe in QQmlThreadPrivate::run (this=0x915d320) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f33735 in QThreadPrivate::start (arg=0x915d320) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e2496e in start_thread (arg=0xb422bb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c583ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31803): QtQA::App::TestRunner: #0 0xb77ab430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5baf651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb5bb2a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb5f22e16 in qt_message_fatal (this=0xbf994f0c, QtQA::App::TestRunner: msg=0xb6cbdee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf994f0c, QtQA::App::TestRunner: msg=0xb6cbdee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb6ca7be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QHashNode::same_key (this=0x922b184, QtQA::App::TestRunner: akey=@0xbf9954ec, ahp=0xbf9954e8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:214 QtQA::App::TestRunner: #8 QHash::findNode (this=0x922b184, QtQA::App::TestRunner: akey=@0xbf9954ec, ahp=0xbf9954e8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:896 QtQA::App::TestRunner: #9 0xb32049a3 in QHash::operator[] ( QtQA::App::TestRunner: this=0x922b158, menuItem=0x9357e58) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:747 QtQA::App::TestRunner: #10 QQuickMenu::removeItem (this=0x922b158, menuItem=0x9357e58) QtQA::App::TestRunner: at qquickmenu.cpp:568 QtQA::App::TestRunner: #11 0xb3206ce4 in ~QQuickMenuBase (this=0x9357e58, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #12 0xb31fe422 in ~QQmlElement (this=0x9357e58, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #13 0xb6124a5b in QObjectPrivate::deleteChildren (this=0x922cb40) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0xb612b359 in ~QObject (this=0x922cae0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0xb74a797b in ~QQmlInstantiator (this=0x922cae0, QtQA::App::TestRunner: __in_chrg=) at types/qqmlinstantiator.cpp:211 QtQA::App::TestRunner: #16 0xb72ff928 in ~QQmlElement (this=0x922cae0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #17 0xb6124a5b in QObjectPrivate::deleteChildren (this=0x922b1f8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #18 0xb612b359 in ~QObject (this=0x922b158, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #19 0xb3206d33 in ~QQuickMenuBase (this=0x922b158, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:69 QtQA::App::TestRunner: #20 0xb3204e09 in ~QQuickMenu (this=0x922b158, QtQA::App::TestRunner: __in_chrg=) at qquickmenu.cpp:266 QtQA::App::TestRunner: #21 0xb31fe282 in ~QQmlElement (this=0x922b158, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #22 0xb6124a5b in QObjectPrivate::deleteChildren (this=0x922cd90) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #23 0xb612b359 in ~QObject (this=0x922cd30, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #24 0xb75fbf13 in ~QQuickItem (this=0x922cd30, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #25 0xb760e841 in ~QQuickFocusScope (this=0x922cd30, QtQA::App::TestRunner: __in_chrg=) at items/qquickfocusscope.cpp:69 QtQA::App::TestRunner: #26 0xb761befa in ~QQmlElement (this=0x922cd30, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #27 0xb6124a5b in QObjectPrivate::deleteChildren (this=0x92072e8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #28 0xb612b359 in ~QObject (this=0x927e6c0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #29 0xb75fbf13 in ~QQuickItem (this=0x927e6c0, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #30 0xb76a5179 in ~QQuickImplicitSizeItem (this=0x927e6c0, QtQA::App::TestRunner: __in_chrg=) at items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #31 ~QQuickBasePositioner (this=0x927e6c0, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #32 0xb761b8cd in ~QQuickColumn (this=0x927e6c0, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners_p.h:178 QtQA::App::TestRunner: #33 ~QQmlElement (this=0x927e6c0, __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #34 0xb6124a5b in QObjectPrivate::deleteChildren (this=0x927e5e8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #35 0xb612b359 in ~QObject (this=0x927e3c8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #36 0xb75fbf13 in ~QQuickItem (this=0x927e3c8, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #37 0xb761c9fa in ~QQmlElement (this=0x927e3c8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #38 0xb76b1a06 in ~QQuickView (this=0x9188430, QtQA::App::TestRunner: __in_chrg=) at items/qquickview.cpp:207 QtQA::App::TestRunner: #39 0x0804e74b in tst_activeFocusOnTab::activeFocusOnTab (this=0xbf996c38) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:422 QtQA::App::TestRunner: #40 0xb61071c0 in QMetaMethod::invoke (this=0xbf9965b4, object=0xbf996c38, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #41 0xb61096a3 in QMetaObject::invokeMethod (obj=0xbf996c38, QtQA::App::TestRunner: member=0x9187dc8 "activeFocusOnTab", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #42 0xb6cac6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #43 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #44 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #45 0xb6cad4aa in qInvokeTestMethods (testObject=0xbf996c38, argc=6, QtQA::App::TestRunner: argv=0xbf996d24) at qtestcase.cpp:1976 QtQA::App::TestRunner: #46 QTest::qExec (testObject=0xbf996c38, argc=6, argv=0xbf996d24) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #47 0x0804af78 in main (argc=6, argv=0xbf996d24) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_activeFocusOnTab ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_activeFocusOnTab::initTestCase() QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 FAIL! : tst_activeFocusOnTab::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_activeFocusOnTab ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31809] QtQA::App::TestRunner: [New Thread 31812] QtQA::App::TestRunner: [New Thread 31810] QtQA::App::TestRunner: [New Thread 31811] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -o /work/build/_artifacts/test-logs/tst_activeFocusOnTab'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77cb430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 31811): QtQA::App::TestRunner: #0 0xb77cb430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5e4b245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb666af0a in v8::internal::LinuxSemaphore::Wait (this=0x9a0a0c8) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb658f47f in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb666c7e3 in v8::internal::SignalSender::Run (this=0x9a09fe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0xb666b277 in ThreadEntry (arg=0x9a09fe0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0xb5e4496e in start_thread (arg=0xb3a4ab70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb5c783ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 31810): QtQA::App::TestRunner: #0 0xb77cb430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c6a506 in *__GI___poll (fds=0xb5cffff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5ad84eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5acb0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5acb4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb616d7d3 in QEventDispatcherGlib::processEvents (this=0x99e6a58, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb61191d9 in QEventLoop::processEvents (this=0xb424b2c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb6119bb7 in QEventLoop::exec (this=0xb424b2c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f4e41d in QThread::exec (this=0x99e8320) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb74088fe in QQmlThreadPrivate::run (this=0x99e8320) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f53735 in QThreadPrivate::start (arg=0x99e8320) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e4496e in start_thread (arg=0xb424bb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c783ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31812): QtQA::App::TestRunner: #0 0xb77cb430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5c6a506 in *__GI___poll (fds=0xb5cffff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb5ad84eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb5acb0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb5acb4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb616d7d3 in QEventDispatcherGlib::processEvents (this=0x9a11f38, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb61191d9 in QEventLoop::processEvents (this=0xb3a372c4, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb6119bb7 in QEventLoop::exec (this=0xb3a372c4, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb5f4e41d in QThread::exec (this=0x9a139d8) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb74088fe in QQmlThreadPrivate::run (this=0x9a139d8) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb5f53735 in QThreadPrivate::start (arg=0x9a139d8) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5e4496e in start_thread (arg=0xb3a37b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5c783ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31809): QtQA::App::TestRunner: #0 0xb77cb430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5bcf651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb5bd2a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb5f42e16 in qt_message_fatal (this=0xbfae2acc, QtQA::App::TestRunner: msg=0xb6cddee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfae2acc, QtQA::App::TestRunner: msg=0xb6cddee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb6cc7be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QHashNode::same_key (this=0x9a86784, QtQA::App::TestRunner: akey=@0xbfae30ac, ahp=0xbfae30a8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:214 QtQA::App::TestRunner: #8 QHash::findNode (this=0x9a86784, QtQA::App::TestRunner: akey=@0xbfae30ac, ahp=0xbfae30a8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:896 QtQA::App::TestRunner: #9 0xb32249a3 in QHash::operator[] ( QtQA::App::TestRunner: this=0x9a86758, menuItem=0x9be2eb8) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qhash.h:747 QtQA::App::TestRunner: #10 QQuickMenu::removeItem (this=0x9a86758, menuItem=0x9be2eb8) QtQA::App::TestRunner: at qquickmenu.cpp:568 QtQA::App::TestRunner: #11 0xb3226ce4 in ~QQuickMenuBase (this=0x9be2eb8, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #12 0xb321e422 in ~QQmlElement (this=0x9be2eb8, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #13 0xb6144a5b in QObjectPrivate::deleteChildren (this=0x9a88140) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0xb614b359 in ~QObject (this=0x9a880e0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0xb74c797b in ~QQmlInstantiator (this=0x9a880e0, QtQA::App::TestRunner: __in_chrg=) at types/qqmlinstantiator.cpp:211 QtQA::App::TestRunner: #16 0xb731f928 in ~QQmlElement (this=0x9a880e0, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #17 0xb6144a5b in QObjectPrivate::deleteChildren (this=0x9a867f8) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #18 0xb614b359 in ~QObject (this=0x9a86758, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #19 0xb3226d33 in ~QQuickMenuBase (this=0x9a86758, QtQA::App::TestRunner: __in_chrg=) at qquickmenuitem.cpp:69 QtQA::App::TestRunner: #20 0xb3224e09 in ~QQuickMenu (this=0x9a86758, QtQA::App::TestRunner: __in_chrg=) at qquickmenu.cpp:266 QtQA::App::TestRunner: #21 0xb321e282 in ~QQmlElement (this=0x9a86758, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #22 0xb6144a5b in QObjectPrivate::deleteChildren (this=0x9a88390) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #23 0xb614b359 in ~QObject (this=0x9a88330, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #24 0xb761bf13 in ~QQuickItem (this=0x9a88330, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #25 0xb762e841 in ~QQuickFocusScope (this=0x9a88330, QtQA::App::TestRunner: __in_chrg=) at items/qquickfocusscope.cpp:69 QtQA::App::TestRunner: #26 0xb763befa in ~QQmlElement (this=0x9a88330, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #27 0xb6144a5b in QObjectPrivate::deleteChildren (this=0x9b09190) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #28 0xb614b359 in ~QObject (this=0x9a17b00, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #29 0xb761bf13 in ~QQuickItem (this=0x9a17b00, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #30 0xb76c5179 in ~QQuickImplicitSizeItem (this=0x9a17b00, QtQA::App::TestRunner: __in_chrg=) at items/qquickimplicitsizeitem_p.h:52 QtQA::App::TestRunner: #31 ~QQuickBasePositioner (this=0x9a17b00, __in_chrg=) QtQA::App::TestRunner: at items/qquickpositioners.cpp:173 QtQA::App::TestRunner: #32 0xb763b8cd in ~QQuickColumn (this=0x9a17b00, QtQA::App::TestRunner: __in_chrg=) at items/qquickpositioners_p.h:178 QtQA::App::TestRunner: #33 ~QQmlElement (this=0x9a17b00, __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #34 0xb6144a5b in QObjectPrivate::deleteChildren (this=0x9ab7c30) QtQA::App::TestRunner: at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #35 0xb614b359 in ~QObject (this=0x9ab8000, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:857 QtQA::App::TestRunner: #36 0xb761bf13 in ~QQuickItem (this=0x9ab8000, QtQA::App::TestRunner: __in_chrg=) at items/qquickitem.cpp:2033 QtQA::App::TestRunner: #37 0xb763c9fa in ~QQmlElement (this=0x9ab8000, QtQA::App::TestRunner: __in_chrg=) QtQA::App::TestRunner: at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:89 QtQA::App::TestRunner: #38 0xb76d1a06 in ~QQuickView (this=0x9a13460, QtQA::App::TestRunner: __in_chrg=) at items/qquickview.cpp:207 QtQA::App::TestRunner: #39 0x0804e74b in tst_activeFocusOnTab::activeFocusOnTab (this=0xbfae47f8) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:422 QtQA::App::TestRunner: #40 0xb61271c0 in QMetaMethod::invoke (this=0xbfae4174, object=0xbfae47f8, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #41 0xb61296a3 in QMetaObject::invokeMethod (obj=0xbfae47f8, QtQA::App::TestRunner: member=0x9a12dc8 "activeFocusOnTab", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #42 0xb6ccc6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #43 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #44 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #45 0xb6ccd4aa in qInvokeTestMethods (testObject=0xbfae47f8, argc=5, QtQA::App::TestRunner: argv=0xbfae48e4) at qtestcase.cpp:1976 QtQA::App::TestRunner: #46 QTest::qExec (testObject=0xbfae47f8, argc=5, argv=0xbfae48e4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #47 0x0804af78 in main (argc=5, argv=0xbfae48e4) QtQA::App::TestRunner: at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_activeFocusOnTab: 18 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00089/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ Autotests `tst_activeFocusOnTab' and `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 16853] QtQA::App::TestRunner: [New LWP 16854] QtQA::App::TestRunner: [New LWP 16856] QtQA::App::TestRunner: [New LWP 16857] QtQA::App::TestRunner: [New LWP 16860] QtQA::App::TestRunner: [New LWP 16858] QtQA::App::TestRunner: [New LWP 16855] QtQA::App::TestRunner: [New LWP 16861] QtQA::App::TestRunner: [New LWP 16859] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1552 QtQA::App::TestRunner: 1552 ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: No such file or directory. QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 (Thread 0x7fd2480c9700 (LWP 16859)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fd24b805a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fd260558e9a in start_thread (arg=0x7fd2480c9700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 (Thread 0x7fd2470c7700 (LWP 16861)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fd262cf658b in wait (time=18446744073709551615, this=0x1c87590) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 QWaitCondition::wait (this=, mutex=0x1c88158, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007fd261f879d9 in takeEvent (wait=true, this=0x1c88150) at scenegraph/qsgthreadedrenderloop.cpp:249 QtQA::App::TestRunner: #4 QSGRenderThread::processEventsAndWaitForMore (this=0x1c880d0) at scenegraph/qsgthreadedrenderloop.cpp:633 QtQA::App::TestRunner: #5 0x00007fd261f87ad0 in QSGRenderThread::run (this=0x1c880d0) at scenegraph/qsgthreadedrenderloop.cpp:660 QtQA::App::TestRunner: #6 0x00007fd262cf5ef5 in QThreadPrivate::start (arg=0x1c880d0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fd260558e9a in start_thread (arg=0x7fd2470c7700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7 (Thread 0x7fd258a9d700 (LWP 16855)): QtQA::App::TestRunner: #0 0x00007fd262479403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fd25f766036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fd25f766164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fd262efa944 in QEventDispatcherGlib::processEvents (this=0x7fd24c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fd262eaf46b in QEventLoop::exec (this=0x7fd258a9ce10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007fd262cf12c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007fd262cf5ef5 in QThreadPrivate::start (arg=0x1c88a40) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fd260558e9a in start_thread (arg=0x7fd258a9d700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 (Thread 0x7fd2488ca700 (LWP 16858)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fd24b805a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fd260558e9a in start_thread (arg=0x7fd2488ca700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7fd2478c8700 (LWP 16860)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fd24b805a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fd260558e9a in start_thread (arg=0x7fd2478c8700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7fd2490cb700 (LWP 16857)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fd24b805a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fd260558e9a in start_thread (arg=0x7fd2490cb700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fd263d42700 (LWP 16856)): QtQA::App::TestRunner: #0 0x00007fd26245093d in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007fd26247e874 in usleep (useconds=) at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #2 0x00007fd26140e60e in Sleep (full_or_half=v8::internal::SignalSender::FULL_INTERVAL, this=) at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #3 v8::internal::SignalSender::Run (this=0x1cc3070) at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #4 0x00007fd26140d24e in v8::internal::ThreadEntry (arg=0x1cc3070) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007fd260558e9a in start_thread (arg=0x7fd263d42700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fd259b14700 (LWP 16854)): QtQA::App::TestRunner: #0 0x00007fd262479403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fd25e224862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #2 0x00007fd25e225fff in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #3 0x00007fd25bb009c9 in QXcbEventReader::run (this=0x1c6a4b0) at qxcbconnection.cpp:910 QtQA::App::TestRunner: #4 0x00007fd262cf5ef5 in QThreadPrivate::start (arg=0x1c6a4b0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #5 0x00007fd260558e9a in start_thread (arg=0x7fd259b14700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007fd262484dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fd263d1c740 (LWP 16853)): QtQA::App::TestRunner: #0 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1552 QtQA::App::TestRunner: #1 0x00007fd262d43939 in QListData::remove (this=0x1ee88f0, i=) at /usr/include/x86_64-linux-gnu/bits/string3.h:58 QtQA::App::TestRunner: #2 0x00007fd2466b6aa5 in removeAt (i=0, this=0x1ee88f0) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:465 QtQA::App::TestRunner: #3 removeOne (_t=@0x7fff707661e8: 0x1efdcd0, this=0x1ee88f0) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:804 QtQA::App::TestRunner: #4 QQuickMenu::removeItem (this=0x1ee88a0, menuItem=0x1efdcd0) at qquickmenu.cpp:572 QtQA::App::TestRunner: #5 0x00007fd2466b8003 in QQuickMenuBase::~QQuickMenuBase (this=0x1efdcd0, __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #6 0x00007fd2466bd303 in ~QQuickMenuItemContainer (this=0x1efdcd0, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:59 QtQA::App::TestRunner: #7 QQuickMenuItemContainer::~QQuickMenuItemContainer (this=0x1efdcd0, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:61 QtQA::App::TestRunner: #8 0x00007fd262ed8bca in QObjectPrivate::deleteChildren (this=0x1ef80e0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #9 0x00007fd262eddc14 in QObject::~QObject (this=0x1ee88a0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #10 0x00007fd2466b6bc3 in QQuickMenu::~QQuickMenu (this=0x1ee88a0, __in_chrg=) at qquickmenu.cpp:258 QtQA::App::TestRunner: #11 0x00007fd2466b109b in ~QQmlElement (this=0x1ee88a0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #12 QQmlPrivate::QQmlElement::~QQmlElement (this=, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #13 0x00007fd262ed8bca in QObjectPrivate::deleteChildren (this=0x1ee9140) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0x00007fd262eddc14 in QObject::~QObject (this=0x1e2d2a0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0x00007fd261fba446 in ~QQmlElement (this=0x1e2d2a0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #16 QQmlPrivate::QQmlElement::~QQmlElement (this=0x1e2d2a0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #17 0x00007fd262ed8bca in QObjectPrivate::deleteChildren (this=0x1ef15d0) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #18 0x00007fd262eddc14 in QObject::~QObject (this=0x1ee8550, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #19 0x00007fd261fba066 in ~QQmlElement (this=0x1ee8550, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 QQmlPrivate::QQmlElement::~QQmlElement (this=0x1ee8550, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #21 0x00007fd262ed91f0 in QObject::event (this=0x1ee8550, e=) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007fd261f93546 in QQuickItem::event (this=0x1ee8550, ev=0x1edd2b0) at items/qquickitem.cpp:6872 QtQA::App::TestRunner: #23 0x00007fd262eb09ed in QCoreApplication::notify (this=, receiver=, event=) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #24 0x00007fd262eb06d4 in QCoreApplication::notifyInternal (this=0x1c51050, receiver=0x1ee8550, event=0x1edd2b0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #25 0x00007fd262eb2fa0 in sendEvent (event=0x1edd2b0, receiver=0x1ee8550) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #26 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0x1c511a0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #27 0x00007fd26391a7bd in qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 QuickTestResult::wait (this=, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0x00007fd26391d6af in QuickTestResult::qt_metacall (this=0x1eb7930, _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fff70766ca0) at .moc/release-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #30 0x00007fd261b85e5a in CallMethod (object=0x1eb7930, index=28, returnType=, argCount=1, argTypes=0x1edb714, engine=0x1c890c0, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #31 0x00007fd261b86f87 in CallPrecise (object=0x1eb7930, data=..., engine=0x1c890c0, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #32 0x00007fd261b879ab in QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #33 0x00007fd2611baf0c in HandleApiCallHelper (isolate=, args=...) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #34 v8::internal::Builtin_HandleApiCall (args=..., isolate=) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #35 0x0000321a5d70618e in ?? () QtQA::App::TestRunner: #36 0x00007fff707672a8 in ?? () QtQA::App::TestRunner: #37 0x0000321a5d7060e1 in ?? () QtQA::App::TestRunner: #38 0x00007fff70767220 in ?? () QtQA::App::TestRunner: #39 0x00007fff707672a0 in ?? () QtQA::App::TestRunner: #40 0x0000321a5d72c1ff in ?? () QtQA::App::TestRunner: #41 0x00001b3bca25dad9 in ?? () QtQA::App::TestRunner: #42 0x00001ef05dfd1579 in ?? () QtQA::App::TestRunner: #43 0x0000000100000000 in ?? () QtQA::App::TestRunner: #44 0x00001b3bca204121 in ?? () QtQA::App::TestRunner: #45 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #46 0x00001ef05df9a909 in ?? () QtQA::App::TestRunner: #47 0x00001b3bca25cc69 in ?? () QtQA::App::TestRunner: #48 0x00001b3bca25dad9 in ?? () QtQA::App::TestRunner: #49 0x00001ef05dfd1579 in ?? () QtQA::App::TestRunner: #50 0x00001ef05dfd1531 in ?? () QtQA::App::TestRunner: #51 0x00001ef05dfd14e1 in ?? () QtQA::App::TestRunner: #52 0x00007fff707672d0 in ?? () QtQA::App::TestRunner: #53 0x0000321a5d70b20e in ?? () QtQA::App::TestRunner: #54 0x00001ef05df9a909 in ?? () QtQA::App::TestRunner: #55 0x0000000100000000 in ?? () QtQA::App::TestRunner: #56 0x00001ef05dfd1531 in ?? () QtQA::App::TestRunner: #57 0x0000000800000000 in ?? () QtQA::App::TestRunner: #58 0x00007fff70767308 in ?? () QtQA::App::TestRunner: #59 0x0000321a5d74b399 in ?? () QtQA::App::TestRunner: #60 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 16981] QtQA::App::TestRunner: [New LWP 16983] QtQA::App::TestRunner: [New LWP 16982] QtQA::App::TestRunner: [New LWP 16986] QtQA::App::TestRunner: [New LWP 16985] QtQA::App::TestRunner: [New LWP 16987] QtQA::App::TestRunner: [New LWP 16988] QtQA::App::TestRunner: [New LWP 16984] QtQA::App::TestRunner: [New LWP 16989] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1549 QtQA::App::TestRunner: 1549 ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: No such file or directory. QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 (Thread 0x7f5bf9080700 (LWP 16989)): QtQA::App::TestRunner: #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:39 QtQA::App::TestRunner: #1 0x00007f5c1525a56e in _q_futex (timeout=0x0, val=1, op=1, addr=0x100d120) at thread/qmutex_linux.cpp:169 QtQA::App::TestRunner: #2 QBasicMutex::unlockInternal (this=0x100d120) at thread/qmutex_linux.cpp:247 QtQA::App::TestRunner: #3 0x00007f5c144f2392 in QSGRenderThread::sync (this=0x100d0d0) at scenegraph/qsgthreadedrenderloop.cpp:540 QtQA::App::TestRunner: #4 0x00007f5c144f25a8 in QSGRenderThread::syncAndRender (this=0x100d0d0) at scenegraph/qsgthreadedrenderloop.cpp:563 QtQA::App::TestRunner: #5 0x00007f5c144f2aa1 in QSGRenderThread::run (this=0x100d0d0) at scenegraph/qsgthreadedrenderloop.cpp:650 QtQA::App::TestRunner: #6 0x00007f5c15260ef5 in QThreadPrivate::start (arg=0x100d0d0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f5c12ac3e9a in start_thread (arg=0x7f5bf9080700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 (Thread 0x7f5c162ad700 (LWP 16984)): QtQA::App::TestRunner: #0 0x00007f5c149bb93d in nanosleep () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #1 0x00007f5c149e9874 in usleep (useconds=) at ../sysdeps/unix/sysv/linux/usleep.c:33 QtQA::App::TestRunner: #2 0x00007f5c1397960e in Sleep (full_or_half=v8::internal::SignalSender::FULL_INTERVAL, this=) at ../3rdparty/v8/src/platform-linux.cc:1222 QtQA::App::TestRunner: #3 v8::internal::SignalSender::Run (this=0x1048090) at ../3rdparty/v8/src/platform-linux.cc:1188 QtQA::App::TestRunner: #4 0x00007f5c1397824e in v8::internal::ThreadEntry (arg=0x1048090) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007f5c12ac3e9a in start_thread (arg=0x7f5c162ad700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7 (Thread 0x7f5bf9881700 (LWP 16988)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f5c09e0aa23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f5c12ac3e9a in start_thread (arg=0x7f5bf9881700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 (Thread 0x7f5bfa082700 (LWP 16987)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f5c09e0aa23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f5c12ac3e9a in start_thread (arg=0x7f5bfa082700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7f5c08e4c700 (LWP 16985)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f5c09e0aa23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f5c12ac3e9a in start_thread (arg=0x7f5c08e4c700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f5bfa883700 (LWP 16986)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f5c09e0aa23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f5c12ac3e9a in start_thread (arg=0x7f5bfa883700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f5c0c07f700 (LWP 16982)): QtQA::App::TestRunner: #0 0x00007f5c149e4403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f5c1078f862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #2 0x00007f5c10790fff in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #3 0x00007f5c0e06b9c9 in QXcbEventReader::run (this=0xfef4b0) at qxcbconnection.cpp:910 QtQA::App::TestRunner: #4 0x00007f5c15260ef5 in QThreadPrivate::start (arg=0xfef4b0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #5 0x00007f5c12ac3e9a in start_thread (arg=0x7f5c0c07f700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f5c0b008700 (LWP 16983)): QtQA::App::TestRunner: #0 0x00007f5c149e4403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f5c11cd1036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f5c11cd1164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f5c15465944 in QEventDispatcherGlib::processEvents (this=0x7f5bfc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f5c1541a46b in QEventLoop::exec (this=0x7f5c0b007e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007f5c1525c2c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007f5c15260ef5 in QThreadPrivate::start (arg=0x100d9f0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f5c12ac3e9a in start_thread (arg=0x7f5c0b008700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f5c149efdbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f5c16287740 (LWP 16981)): QtQA::App::TestRunner: #0 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1549 QtQA::App::TestRunner: #1 0x00007f5c152ae939 in QListData::remove (this=0x1268d00, i=) at /usr/include/x86_64-linux-gnu/bits/string3.h:58 QtQA::App::TestRunner: #2 0x00007f5c0843baa5 in removeAt (i=0, this=0x1268d00) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:465 QtQA::App::TestRunner: #3 removeOne (_t=@0x7fffa7551558: 0x105c100, this=0x1268d00) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:804 QtQA::App::TestRunner: #4 QQuickMenu::removeItem (this=0x1268cb0, menuItem=0x105c100) at qquickmenu.cpp:572 QtQA::App::TestRunner: #5 0x00007f5c0843d003 in QQuickMenuBase::~QQuickMenuBase (this=0x105c100, __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #6 0x00007f5c08442303 in ~QQuickMenuItemContainer (this=0x105c100, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:59 QtQA::App::TestRunner: #7 QQuickMenuItemContainer::~QQuickMenuItemContainer (this=0x105c100, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:61 QtQA::App::TestRunner: #8 0x00007f5c15443bca in QObjectPrivate::deleteChildren (this=0x1278b00) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #9 0x00007f5c15448c14 in QObject::~QObject (this=0x1268cb0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #10 0x00007f5c0843bbc3 in QQuickMenu::~QQuickMenu (this=0x1268cb0, __in_chrg=) at qquickmenu.cpp:258 QtQA::App::TestRunner: #11 0x00007f5c0843609b in ~QQmlElement (this=0x1268cb0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #12 QQmlPrivate::QQmlElement::~QQmlElement (this=, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #13 0x00007f5c15443bca in QObjectPrivate::deleteChildren (this=0x1275460) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #14 0x00007f5c15448c14 in QObject::~QObject (this=0x1076990, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #15 0x00007f5c14525446 in ~QQmlElement (this=0x1076990, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #16 QQmlPrivate::QQmlElement::~QQmlElement (this=0x1076990, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #17 0x00007f5c15443bca in QObjectPrivate::deleteChildren (this=0x1274220) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #18 0x00007f5c15448c14 in QObject::~QObject (this=0x1276a60, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #19 0x00007f5c14525066 in ~QQmlElement (this=0x1276a60, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #20 QQmlPrivate::QQmlElement::~QQmlElement (this=0x1276a60, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #21 0x00007f5c154441f0 in QObject::event (this=0x1276a60, e=) at kernel/qobject.cpp:1061 QtQA::App::TestRunner: #22 0x00007f5c144fe546 in QQuickItem::event (this=0x1276a60, ev=0x105fab0) at items/qquickitem.cpp:6872 QtQA::App::TestRunner: #23 0x00007f5c1541b9ed in QCoreApplication::notify (this=, receiver=, event=) at kernel/qcoreapplication.cpp:933 QtQA::App::TestRunner: #24 0x00007f5c1541b6d4 in QCoreApplication::notifyInternal (this=0xfd6050, receiver=0x1276a60, event=0x105fab0) at kernel/qcoreapplication.cpp:871 QtQA::App::TestRunner: #25 0x00007f5c1541dfa0 in sendEvent (event=0x105fab0, receiver=0x1276a60) at kernel/qcoreapplication.h:232 QtQA::App::TestRunner: #26 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=52, data=0xfd61a0) at kernel/qcoreapplication.cpp:1473 QtQA::App::TestRunner: #27 0x00007f5c15e857bd in qWait (ms=0) at /work/build/qt/qtbase/include/QtTest/../../src/testlib/qtestsystem.h:67 QtQA::App::TestRunner: #28 QuickTestResult::wait (this=, ms=0) at quicktestresult.cpp:570 QtQA::App::TestRunner: #29 0x00007f5c15e886af in QuickTestResult::qt_metacall (this=0x1264990, _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0x7fffa7552010) at .moc/release-shared/moc_quicktestresult_p.cpp:395 QtQA::App::TestRunner: #30 0x00007f5c140f0e5a in CallMethod (object=0x1264990, index=28, returnType=, argCount=1, argTypes=0x1271464, engine=0x100e110, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1587 QtQA::App::TestRunner: #31 0x00007f5c140f1f87 in CallPrecise (object=0x1264990, data=..., engine=0x100e110, callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1834 QtQA::App::TestRunner: #32 0x00007f5c140f29ab in QV8QObjectWrapper::Invoke (args=...) at qml/v8/qv8qobjectwrapper.cpp:2052 QtQA::App::TestRunner: #33 0x00007f5c13725f0c in HandleApiCallHelper (isolate=, args=...) at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #34 v8::internal::Builtin_HandleApiCall (args=..., isolate=) at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #35 0x00001baa5e40618e in ?? () QtQA::App::TestRunner: #36 0x00007fffa7552618 in ?? () QtQA::App::TestRunner: #37 0x00001baa5e4060e1 in ?? () QtQA::App::TestRunner: #38 0x00007fffa7552590 in ?? () QtQA::App::TestRunner: #39 0x00007fffa7552610 in ?? () QtQA::App::TestRunner: #40 0x00001baa5e42c1ff in ?? () QtQA::App::TestRunner: #41 0x00003e848ba5dad9 in ?? () QtQA::App::TestRunner: #42 0x000009dd2bfd1579 in ?? () QtQA::App::TestRunner: #43 0x0000000100000000 in ?? () QtQA::App::TestRunner: #44 0x00003e848ba04121 in ?? () QtQA::App::TestRunner: #45 0x0000001c00000000 in ?? () QtQA::App::TestRunner: #46 0x000009dd2bf9a909 in ?? () QtQA::App::TestRunner: #47 0x00003e848ba5cc69 in ?? () QtQA::App::TestRunner: #48 0x00003e848ba5dad9 in ?? () QtQA::App::TestRunner: #49 0x000009dd2bfd1579 in ?? () QtQA::App::TestRunner: #50 0x000009dd2bfd1531 in ?? () QtQA::App::TestRunner: #51 0x000009dd2bfd14e1 in ?? () QtQA::App::TestRunner: #52 0x00007fffa7552640 in ?? () QtQA::App::TestRunner: #53 0x00001baa5e40b20e in ?? () QtQA::App::TestRunner: #54 0x000009dd2bf9a909 in ?? () QtQA::App::TestRunner: #55 0x0000000100000000 in ?? () QtQA::App::TestRunner: #56 0x000009dd2bfd1531 in ?? () QtQA::App::TestRunner: #57 0x0000000800000000 in ?? () QtQA::App::TestRunner: #58 0x00007fffa7552678 in ?? () QtQA::App::TestRunner: #59 0x00001baa5e44b399 in ?? () QtQA::App::TestRunner: #60 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 33 seconds, signal 11 Testing tst_activeFocusOnTab QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 *** glibc detected *** ./tst_activeFocusOnTab: invalid fastbin entry (free): 0x0000000001f85440 *** QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 16649] QtQA::App::TestRunner: [New LWP 16656] QtQA::App::TestRunner: [New LWP 16654] QtQA::App::TestRunner: [New LWP 16653] QtQA::App::TestRunner: [New LWP 16657] QtQA::App::TestRunner: [New LWP 16651] QtQA::App::TestRunner: [New LWP 16674] QtQA::App::TestRunner: [New LWP 16650] QtQA::App::TestRunner: [New LWP 16655] QtQA::App::TestRunner: [New LWP 16652] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Corrupted shared library list: 0x1f00fa0 != 0x1f9bf30 QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -silent -o /work/build/_artifacts/test-logs/tst_activeFo'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007f813a744944 in dl_open_worker (a=0x7fff39caa8a0) at dl-open.c:313 QtQA::App::TestRunner: 313 dl-open.c: No such file or directory. QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10 (Thread 0x7f813a94e700 (LWP 16652)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f8137edd1bd in v8::internal::LinuxSemaphore::Wait (this=0x7f811c0008c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f8137e27f0c in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f8137ede5e3 in v8::internal::SignalSender::Run (this=0x1da2ff0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #4 0x00007f8137edd24e in v8::internal::ThreadEntry (arg=0x1da2ff0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007f8137467e9a in start_thread (arg=0x7f813a94e700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007f81386c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 (Thread 0x7f811a082700 (LWP 16655)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f81292ffa23 in ?? () QtQA::App::TestRunner: #2 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 (Thread 0x7f813093d700 (LWP 16650)): QtQA::App::TestRunner: #0 0x00007f81386b9403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f813504d862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #2 0x00007f813504efff in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #3 0x00007f81329299c9 in QXcbEventReader::run (this=0x1d4e520) at qxcbconnection.cpp:910 QtQA::App::TestRunner: #4 0x00007f8138f35ef5 in QThreadPrivate::start (arg=0x1d4e520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #5 0x00007f8137467e9a in start_thread (arg=0x7f813093d700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007f81386c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7 (Thread 0x7f811887f700 (LWP 16674)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f8138f3658b in wait (time=18446744073709551615, this=0x1db9240) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 QWaitCondition::wait (this=, mutex=0x1db8fe8, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007f813a3279d9 in takeEvent (wait=true, this=0x1db8fe0) at scenegraph/qsgthreadedrenderloop.cpp:249 QtQA::App::TestRunner: #4 QSGRenderThread::processEventsAndWaitForMore (this=0x1db8f60) at scenegraph/qsgthreadedrenderloop.cpp:633 QtQA::App::TestRunner: #5 0x00007f813a327ad0 in QSGRenderThread::run (this=0x1db8f60) at scenegraph/qsgthreadedrenderloop.cpp:660 QtQA::App::TestRunner: #6 0x00007f8138f35ef5 in QThreadPrivate::start (arg=0x1db8f60) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f8137467e9a in start_thread (arg=0x7f811887f700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f81386c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 (Thread 0x7f812b789700 (LWP 16651)): QtQA::App::TestRunner: #0 0x00007f81386b9403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f8136236036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f8136236164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f813913a944 in QEventDispatcherGlib::processEvents (this=0x7f81240008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f81390ef46b in QEventLoop::exec (this=0x7f812b788e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007f8138f312c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007f8138f35ef5 in QThreadPrivate::start (arg=0x1d67370) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f8137467e9a in start_thread (arg=0x7f812b789700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f81386c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7f8119080700 (LWP 16657)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f81292ffa23 in ?? () QtQA::App::TestRunner: #2 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f812af88700 (LWP 16653)): QtQA::App::TestRunner: #0 0x00007f81386b9403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f8136236036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f8136236164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f813913a944 in QEventDispatcherGlib::processEvents (this=0x7f81200008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f81390ef46b in QEventLoop::exec (this=0x7f812af87e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007f8138f312c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007f8138f35ef5 in QThreadPrivate::start (arg=0x1db3320) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f8137467e9a in start_thread (arg=0x7f812af88700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f81386c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f811a883700 (LWP 16654)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f81292ffa23 in ?? () QtQA::App::TestRunner: #2 0x00007f813a768010 in ?? () QtQA::App::TestRunner: #3 0x0000000001fa4950 in ?? () QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f8119881700 (LWP 16656)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f81292ffa23 in ?? () QtQA::App::TestRunner: #2 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f813a92a740 (LWP 16649)): QtQA::App::TestRunner: #0 0x00007f813a744944 in dl_open_worker (a=0x7fff39caa8a0) at dl-open.c:313 QtQA::App::TestRunner: #1 0x00007f813a740176 in _dl_catch_error (objname=0x7fff39caa8e8, errstring=0x7fff39caa8f0, mallocedp=0x7fff39caa8ff, operate=0x7f813a744700 , args=0x7fff39caa8a0) at dl-error.c:178 QtQA::App::TestRunner: #2 0x00007f813a74431a in _dl_open (file=0x7f813874a398 "libgcc_s.so.1", mode=-2147483647, caller_dlopen=0x7f81386db9f5, nsid=-2, argc=6, argv=, env=0x7fff39cadc30) at dl-open.c:639 QtQA::App::TestRunner: #3 0x00007f8138701702 in do_dlopen (ptr=0x7fff39caaaa0) at dl-libc.c:89 QtQA::App::TestRunner: #4 0x00007f813a740176 in _dl_catch_error (objname=0x7fff39caaad0, errstring=0x7fff39caaac0, mallocedp=0x7fff39caaadf, operate=0x7f81387016c0 , args=0x7fff39caaaa0) at dl-error.c:178 QtQA::App::TestRunner: #5 0x00007f81387017c4 in dlerror_run (args=0x7fff39caaaa0, operate=0x7f81387016c0 ) at dl-libc.c:48 QtQA::App::TestRunner: #6 __GI___libc_dlopen_mode (name=, mode=) at dl-libc.c:165 QtQA::App::TestRunner: #7 0x00007f81386db9f5 in init () at ../sysdeps/x86_64/../ia64/backtrace.c:53 QtQA::App::TestRunner: #8 0x00007f813746d400 in pthread_once () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S:104 QtQA::App::TestRunner: #9 0x00007f81386dbb14 in __GI___backtrace (array=, size=64) at ../sysdeps/x86_64/../ia64/backtrace.c:104 QtQA::App::TestRunner: #10 0x00007f81386454af in __libc_message (do_abort=2, fmt=0x7f813874f108 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:180 QtQA::App::TestRunner: #11 0x00007f813864fc96 in malloc_printerr (action=3, str=0x7f813874ba2b "invalid fastbin entry (free)", ptr=) at malloc.c:5007 QtQA::App::TestRunner: #12 0x00007f8139b5c73a in outputMessage (str=, this=0x1db75c0) at qplaintestlogger.cpp:210 QtQA::App::TestRunner: #13 QPlainTestLogger::printMessage (this=0x1db75c0, type=0x7f8139b6716c "QFATAL ", msg=0x1d5dbb8 "Received signal 11", file=0x0, line=0) at qplaintestlogger.cpp:244 QtQA::App::TestRunner: #14 0x00007f8139b59d57 in addMessage (line=, file=, message=, type=) at qtestlog.cpp:187 QtQA::App::TestRunner: #15 QTest::messageHandler (type=QtFatalMsg, msg=0x1d5dbb8 "Received signal 11") at qtestlog.cpp:284 QtQA::App::TestRunner: #16 0x00007f8138f26ee7 in qt_message_print (msgType=QtFatalMsg, context=..., message=...) at global/qlogging.cpp:913 QtQA::App::TestRunner: #17 0x00007f8138f26fba in qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *, QString &) (msgType=QtFatalMsg, context=..., msg=0x7f8139b64eb6 "Received signal %d", ap=0x7fff39cab828, buf=...) at global/qlogging.cpp:221 QtQA::App::TestRunner: #18 0x00007f8138f276e9 in QMessageLogger::fatal (this=, msg=) at global/qlogging.cpp:357 QtQA::App::TestRunner: #19 0x00007f8139b5135a in QTest::FatalSignalHandler::signal (signum=) at qtestcase.cpp:2011 QtQA::App::TestRunner: #20 QtQA::App::TestRunner: #21 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1554 QtQA::App::TestRunner: #22 0x00007f8138f83939 in QListData::remove (this=0x1dd0d80, i=) at /usr/include/x86_64-linux-gnu/bits/string3.h:58 QtQA::App::TestRunner: #23 0x00007f812a374aa5 in removeAt (i=0, this=0x1dd0d80) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:465 QtQA::App::TestRunner: #24 removeOne (_t=@0x7fff39cabdb8: 0x1dd2d30, this=0x1dd0d80) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:804 QtQA::App::TestRunner: #25 QQuickMenu::removeItem (this=0x1dd0d30, menuItem=0x1dd2d30) at qquickmenu.cpp:572 QtQA::App::TestRunner: #26 0x00007f812a376003 in QQuickMenuBase::~QQuickMenuBase (this=0x1dd2d30, __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #27 0x00007f812a37b303 in ~QQuickMenuItemContainer (this=0x1dd2d30, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:59 QtQA::App::TestRunner: #28 QQuickMenuItemContainer::~QQuickMenuItemContainer (this=0x1dd2d30, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:61 QtQA::App::TestRunner: #29 0x00007f8139118bca in QObjectPrivate::deleteChildren (this=0x1dd0e60) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #30 0x00007f813911dc14 in QObject::~QObject (this=0x1dd0d30, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #31 0x00007f812a374bc3 in QQuickMenu::~QQuickMenu (this=0x1dd0d30, __in_chrg=) at qquickmenu.cpp:258 QtQA::App::TestRunner: #32 0x00007f812a36f09b in ~QQmlElement (this=0x1dd0d30, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #33 QQmlPrivate::QQmlElement::~QQmlElement (this=, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #34 0x00007f8139118bca in QObjectPrivate::deleteChildren (this=0x1dcbd60) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #35 0x00007f813911dc14 in QObject::~QObject (this=0x1dcbcb0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #36 0x00007f813a35a446 in ~QQmlElement (this=0x1dcbcb0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #37 QQmlPrivate::QQmlElement::~QQmlElement (this=0x1dcbcb0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #38 0x00007f8139118bca in QObjectPrivate::deleteChildren (this=0x1db9f50) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #39 0x00007f813911dc14 in QObject::~QObject (this=0x1db9e80, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #40 0x00007f813a35a6fe in ~QQuickColumn (this=0x1db9e80, __in_chrg=) at items/qquickpositioners_p.h:177 QtQA::App::TestRunner: #41 ~QQmlElement (this=0x1db9e80, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #42 QQmlPrivate::QQmlElement::~QQmlElement (this=, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #43 0x00007f8139118bca in QObjectPrivate::deleteChildren (this=0x1da6010) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #44 0x00007f813911dc14 in QObject::~QObject (this=0x1d5df20, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #45 0x00007f813a35a066 in ~QQmlElement (this=0x1d5df20, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #46 QQmlPrivate::QQmlElement::~QQmlElement (this=0x1d5df20, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #47 0x00007f813a3e1dda in QQuickView::~QQuickView (this=0x1db6ff0, __in_chrg=) at items/qquickview.cpp:207 QtQA::App::TestRunner: #48 0x00007f813a3e1e49 in QQuickView::~QQuickView (this=0x1db6ff0, __in_chrg=) at items/qquickview.cpp:209 QtQA::App::TestRunner: #49 0x00000000004060df in tst_activeFocusOnTab::activeFocusOnTab (this=) at tst_activeFocusOnTab.cpp:422 QtQA::App::TestRunner: #50 0x00007f81390fa0db in QMetaMethod::invoke (this=0x7fff39cad260, object=0x7fff39cadac0, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #51 0x00007f81390fd76e in QMetaObject::invokeMethod (obj=0x7fff39cadac0, member=, type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #52 0x00007f8139b56419 in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., type=Qt::DirectConnection, member=0x1db7720 "activeFocusOnTab", obj=) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #53 qInvokeTestMethodDataEntry (slot=0x1db7720 "activeFocusOnTab") at qtestcase.cpp:1697 QtQA::App::TestRunner: #54 QTest::qInvokeTestMethod (slotName=0x1db7ca8 "activeFocusOnTab()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #55 0x00007f8139b5719c in qInvokeTestMethods (testObject=0x7fff39cadac0) at qtestcase.cpp:1976 QtQA::App::TestRunner: #56 QTest::qExec (testObject=0x7fff39cadac0, argc=, argv=) at qtestcase.cpp:2189 QtQA::App::TestRunner: #57 0x000000000040329d in main (argc=6, argv=0x7fff39cadbf8) at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_activeFocusOnTab ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_activeFocusOnTab::initTestCase() QWARN : tst_activeFocusOnTab::activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:70:9: QML Image: Cannot open: file:///work/build/qt/qtquickcontrols/tests/auto/activeFocusOnTab/data/images/testIcon.png QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 *** glibc detected *** ./tst_activeFocusOnTab: invalid fastbin entry (free): 0x0000000000970430 *** QtQA::App::TestRunner: Process exited due to signal 11; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 16750] QtQA::App::TestRunner: [New LWP 16753] QtQA::App::TestRunner: [New LWP 16752] QtQA::App::TestRunner: [New LWP 16754] QtQA::App::TestRunner: [New LWP 16755] QtQA::App::TestRunner: [New LWP 16757] QtQA::App::TestRunner: [New LWP 16751] QtQA::App::TestRunner: [New LWP 16756] QtQA::App::TestRunner: [New LWP 16758] QtQA::App::TestRunner: [New LWP 16759] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Corrupted shared library list: 0x8ebfc0 != 0x986f40 QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -o /work/build/_artifacts/test-logs/tst_activeFocusOnTab'. QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault. QtQA::App::TestRunner: #0 0x00007fcd65e83944 in dl_open_worker (a=0x7fffe3a539e0) at dl-open.c:313 QtQA::App::TestRunner: 313 dl-open.c: No such file or directory. QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10 (Thread 0x7fcd43fff700 (LWP 16759)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fcd6467558b in wait (time=18446744073709551615, this=0x7a41f0) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 QWaitCondition::wait (this=, mutex=0x7a3f98, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007fcd65a669d9 in takeEvent (wait=true, this=0x7a3f90) at scenegraph/qsgthreadedrenderloop.cpp:249 QtQA::App::TestRunner: #4 QSGRenderThread::processEventsAndWaitForMore (this=0x7a3f10) at scenegraph/qsgthreadedrenderloop.cpp:633 QtQA::App::TestRunner: #5 0x00007fcd65a66ad0 in QSGRenderThread::run (this=0x7a3f10) at scenegraph/qsgthreadedrenderloop.cpp:660 QtQA::App::TestRunner: #6 0x00007fcd64674ef5 in QThreadPrivate::start (arg=0x7a3f10) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fcd62ba6e9a in start_thread (arg=0x7fcd43fff700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fcd63e03dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 (Thread 0x7fcd48b46700 (LWP 16758)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fcd58b7ba23 in ?? () QtQA::App::TestRunner: #2 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 (Thread 0x7fcd49b48700 (LWP 16756)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fcd58b7ba23 in ?? () QtQA::App::TestRunner: #2 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7 (Thread 0x7fcd5c07c700 (LWP 16751)): QtQA::App::TestRunner: #0 0x00007fcd63df8403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fcd6078c862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #2 0x00007fcd6078dfff in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #3 0x00007fcd5e0689c9 in QXcbEventReader::run (this=0x739520) at qxcbconnection.cpp:910 QtQA::App::TestRunner: #4 0x00007fcd64674ef5 in QThreadPrivate::start (arg=0x739520) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #5 0x00007fcd62ba6e9a in start_thread (arg=0x7fcd5c07c700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007fcd63e03dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 (Thread 0x7fcd49347700 (LWP 16757)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fcd58b7ba23 in ?? () QtQA::App::TestRunner: #2 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7fcd4a349700 (LWP 16755)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fcd58b7ba23 in ?? () QtQA::App::TestRunner: #2 0x00007fcd65ea7010 in ?? () QtQA::App::TestRunner: #3 0x000000000098f950 in ?? () QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7fcd5a804700 (LWP 16754)): QtQA::App::TestRunner: #0 0x00007fcd63df8403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fcd61975036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fcd61975164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fcd64879944 in QEventDispatcherGlib::processEvents (this=0x7fcd440008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fcd6482e46b in QEventLoop::exec (this=0x7fcd5a803e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007fcd646702c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007fcd64674ef5 in QThreadPrivate::start (arg=0x79e320) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fcd62ba6e9a in start_thread (arg=0x7fcd5a804700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fcd63e03dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fcd5b005700 (LWP 16752)): QtQA::App::TestRunner: #0 0x00007fcd63df8403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fcd61975036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fcd61975164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fcd64879944 in QEventDispatcherGlib::processEvents (this=0x7fcd4c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fcd6482e46b in QEventLoop::exec (this=0x7fcd5b004e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007fcd646702c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007fcd64674ef5 in QThreadPrivate::start (arg=0x752370) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fcd62ba6e9a in start_thread (arg=0x7fcd5b005700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fcd63e03dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fcd6608d700 (LWP 16753)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fcd6361c1bd in v8::internal::LinuxSemaphore::Wait (this=0x7fcd500008c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fcd63566f0c in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fcd6361d5e3 in v8::internal::SignalSender::Run (this=0x78dff0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #4 0x00007fcd6361c24e in v8::internal::ThreadEntry (arg=0x78dff0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007fcd62ba6e9a in start_thread (arg=0x7fcd6608d700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007fcd63e03dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fcd66069740 (LWP 16750)): QtQA::App::TestRunner: #0 0x00007fcd65e83944 in dl_open_worker (a=0x7fffe3a539e0) at dl-open.c:313 QtQA::App::TestRunner: #1 0x00007fcd65e7f176 in _dl_catch_error (objname=0x7fffe3a53a28, errstring=0x7fffe3a53a30, mallocedp=0x7fffe3a53a3f, operate=0x7fcd65e83700 , args=0x7fffe3a539e0) at dl-error.c:178 QtQA::App::TestRunner: #2 0x00007fcd65e8331a in _dl_open (file=0x7fcd63e89398 "libgcc_s.so.1", mode=-2147483647, caller_dlopen=0x7fcd63e1a9f5, nsid=-2, argc=5, argv=, env=0x7fffe3a56d68) at dl-open.c:639 QtQA::App::TestRunner: #3 0x00007fcd63e40702 in do_dlopen (ptr=0x7fffe3a53be0) at dl-libc.c:89 QtQA::App::TestRunner: #4 0x00007fcd65e7f176 in _dl_catch_error (objname=0x7fffe3a53c10, errstring=0x7fffe3a53c00, mallocedp=0x7fffe3a53c1f, operate=0x7fcd63e406c0 , args=0x7fffe3a53be0) at dl-error.c:178 QtQA::App::TestRunner: #5 0x00007fcd63e407c4 in dlerror_run (args=0x7fffe3a53be0, operate=0x7fcd63e406c0 ) at dl-libc.c:48 QtQA::App::TestRunner: #6 __GI___libc_dlopen_mode (name=, mode=) at dl-libc.c:165 QtQA::App::TestRunner: #7 0x00007fcd63e1a9f5 in init () at ../sysdeps/x86_64/../ia64/backtrace.c:53 QtQA::App::TestRunner: #8 0x00007fcd62bac400 in pthread_once () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S:104 QtQA::App::TestRunner: #9 0x00007fcd63e1ab14 in __GI___backtrace (array=, size=64) at ../sysdeps/x86_64/../ia64/backtrace.c:104 QtQA::App::TestRunner: #10 0x00007fcd63d844af in __libc_message (do_abort=2, fmt=0x7fcd63e8e108 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:180 QtQA::App::TestRunner: #11 0x00007fcd63d8ec96 in malloc_printerr (action=3, str=0x7fcd63e8aa2b "invalid fastbin entry (free)", ptr=) at malloc.c:5007 QtQA::App::TestRunner: #12 0x00007fcd6529b73a in outputMessage (str=, this=0x7a25c0) at qplaintestlogger.cpp:210 QtQA::App::TestRunner: #13 QPlainTestLogger::printMessage (this=0x7a25c0, type=0x7fcd652a616c "QFATAL ", msg=0x9709a8 "Received signal 11", file=0x0, line=0) at qplaintestlogger.cpp:244 QtQA::App::TestRunner: #14 0x00007fcd65298d57 in addMessage (line=, file=, message=, type=) at qtestlog.cpp:187 QtQA::App::TestRunner: #15 QTest::messageHandler (type=QtFatalMsg, msg=0x9709a8 "Received signal 11") at qtestlog.cpp:284 QtQA::App::TestRunner: #16 0x00007fcd64665ee7 in qt_message_print (msgType=QtFatalMsg, context=..., message=...) at global/qlogging.cpp:913 QtQA::App::TestRunner: #17 0x00007fcd64665fba in qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *, QString &) (msgType=QtFatalMsg, context=..., msg=0x7fcd652a3eb6 "Received signal %d", ap=0x7fffe3a54968, buf=...) at global/qlogging.cpp:221 QtQA::App::TestRunner: #18 0x00007fcd646666e9 in QMessageLogger::fatal (this=, msg=) at global/qlogging.cpp:357 QtQA::App::TestRunner: #19 0x00007fcd6529035a in QTest::FatalSignalHandler::signal (signum=) at qtestcase.cpp:2011 QtQA::App::TestRunner: #20 QtQA::App::TestRunner: #21 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1552 QtQA::App::TestRunner: #22 0x00007fcd646c2939 in QListData::remove (this=0x7bbd80, i=) at /usr/include/x86_64-linux-gnu/bits/string3.h:58 QtQA::App::TestRunner: #23 0x00007fcd59bf0aa5 in removeAt (i=0, this=0x7bbd80) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:465 QtQA::App::TestRunner: #24 removeOne (_t=@0x7fffe3a54ef8: 0x7be1b0, this=0x7bbd80) at /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:804 QtQA::App::TestRunner: #25 QQuickMenu::removeItem (this=0x7bbd30, menuItem=0x7be1b0) at qquickmenu.cpp:572 QtQA::App::TestRunner: #26 0x00007fcd59bf2003 in QQuickMenuBase::~QQuickMenuBase (this=0x7be1b0, __in_chrg=) at qquickmenuitem.cpp:63 QtQA::App::TestRunner: #27 0x00007fcd59bf7303 in ~QQuickMenuItemContainer (this=0x7be1b0, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:59 QtQA::App::TestRunner: #28 QQuickMenuItemContainer::~QQuickMenuItemContainer (this=0x7be1b0, __in_chrg=) at .moc/release-shared/../../qquickmenuitemcontainer_p.h:61 QtQA::App::TestRunner: #29 0x00007fcd64857bca in QObjectPrivate::deleteChildren (this=0x7bbe60) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #30 0x00007fcd6485cc14 in QObject::~QObject (this=0x7bbd30, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #31 0x00007fcd59bf0bc3 in QQuickMenu::~QQuickMenu (this=0x7bbd30, __in_chrg=) at qquickmenu.cpp:258 QtQA::App::TestRunner: #32 0x00007fcd59beb09b in ~QQmlElement (this=0x7bbd30, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #33 QQmlPrivate::QQmlElement::~QQmlElement (this=, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #34 0x00007fcd64857bca in QObjectPrivate::deleteChildren (this=0x7b6d60) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #35 0x00007fcd6485cc14 in QObject::~QObject (this=0x7b6cb0, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #36 0x00007fcd65a99446 in ~QQmlElement (this=0x7b6cb0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #37 QQmlPrivate::QQmlElement::~QQmlElement (this=0x7b6cb0, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #38 0x00007fcd64857bca in QObjectPrivate::deleteChildren (this=0x7a4f50) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #39 0x00007fcd6485cc14 in QObject::~QObject (this=0x7a4e80, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #40 0x00007fcd65a996fe in ~QQuickColumn (this=0x7a4e80, __in_chrg=) at items/qquickpositioners_p.h:177 QtQA::App::TestRunner: #41 ~QQmlElement (this=0x7a4e80, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #42 QQmlPrivate::QQmlElement::~QQmlElement (this=, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #43 0x00007fcd64857bca in QObjectPrivate::deleteChildren (this=0x791010) at kernel/qobject.cpp:1764 QtQA::App::TestRunner: #44 0x00007fcd6485cc14 in QObject::~QObject (this=0x748f20, __in_chrg=) at kernel/qobject.cpp:857 QtQA::App::TestRunner: #45 0x00007fcd65a99066 in ~QQmlElement (this=0x748f20, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #46 QQmlPrivate::QQmlElement::~QQmlElement (this=0x748f20, __in_chrg=) at /work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmlprivate.h:90 QtQA::App::TestRunner: #47 0x00007fcd65b20dda in QQuickView::~QQuickView (this=0x7a1ff0, __in_chrg=) at items/qquickview.cpp:207 QtQA::App::TestRunner: #48 0x00007fcd65b20e49 in QQuickView::~QQuickView (this=0x7a1ff0, __in_chrg=) at items/qquickview.cpp:209 QtQA::App::TestRunner: #49 0x00000000004060df in tst_activeFocusOnTab::activeFocusOnTab (this=) at tst_activeFocusOnTab.cpp:422 QtQA::App::TestRunner: #50 0x00007fcd648390db in QMetaMethod::invoke (this=0x7fffe3a563a0, object=0x7fffe3a56c00, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #51 0x00007fcd6483c76e in QMetaObject::invokeMethod (obj=0x7fffe3a56c00, member=, type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #52 0x00007fcd65295419 in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., type=Qt::DirectConnection, member=0x7a2720 "activeFocusOnTab", obj=) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #53 qInvokeTestMethodDataEntry (slot=0x7a2720 "activeFocusOnTab") at qtestcase.cpp:1697 QtQA::App::TestRunner: #54 QTest::qInvokeTestMethod (slotName=0x7a2ca8 "activeFocusOnTab()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #55 0x00007fcd6529619c in qInvokeTestMethods (testObject=0x7fffe3a56c00) at qtestcase.cpp:1976 QtQA::App::TestRunner: #56 QTest::qExec (testObject=0x7fffe3a56c00, argc=, argv=) at qtestcase.cpp:2189 QtQA::App::TestRunner: #57 0x000000000040329d in main (argc=5, argv=0x7fffe3a56d38) at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_activeFocusOnTab: 51 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00089/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366279784): http://codereview.qt-project.org/54089 [PS1] - Menu: Remove items from menu on destruction From ci-noreply at qt-project.org Thu Apr 18 12:49:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 13:49:44 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130418_104944_089233.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSslSocket FAIL! : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. () tst_qsslsocket.cpp(661) : failure location FAIL! : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) 'socket->waitForDisconnected(10000)' returned FALSE. () tst_qsslsocket.cpp(1932) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 tst_qsslsocket.cpp(2042) : failure location FAIL! : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) 'socket->state() == QAbstractSocket::ConnectedState' returned FALSE. () tst_qsslsocket.cpp(2094) : failure location Totals: 563 passed, 4 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) FAIL! : tst_QSslSocket::localCertificate(WithHttpProxy) 'socket->waitForEncrypted(10000)' returned FALSE. () tst_qsslsocket.cpp(695) : failure location PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) FAIL! : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) 'socket->waitForEncrypted(10000)' returned FALSE. () tst_qsslsocket.cpp(794) : failure location PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 565 passed, 2 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 2 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsslsocket: 175 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00825/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366276415): http://codereview.qt-project.org/54107 [PS3] - Compile with Clang. From ci-noreply at qt-project.org Thu Apr 18 13:53:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 14:53:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_115307_060202.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #90: SUCCESS Tested changes (refs/builds/stable_1366282797): http://codereview.qt-project.org/54089 [PS2] - Menu: Remove items from menu on destruction From ci-noreply at qt-project.org Thu Apr 18 13:54:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 14:54:47 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130418_115447_082467.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #430: SUCCESS Tested changes (refs/builds/stable_1366279918): http://codereview.qt-project.org/54137 [PS1] - Dumping plugins.qmltypes for Window with -notrelocatable From ci-noreply at qt-project.org Thu Apr 18 15:01:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 16:01:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_130103_099102.ci-noreply@qt-project.org> Autotests `tst_qabstractitemview', `tst_qsocketnotifier', and `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) 'socket->waitForDisconnected()' returned FALSE. () .\tst_qsslsocket.cpp(622) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2073) : failure location FAIL! : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) Compared values are not the same Actual (socket.waitForEncrypted(10000)): 0 Expected (expectEncryptionSuccess): 1 .\tst_qsslsocket.cpp(2073) : failure location FAIL! : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) 'socket->waitForEncrypted(10000)' returned FALSE. () .\tst_qsslsocket.cpp(2121) : failure location Totals: 563 passed, 4 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) FAIL! : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) 'socket->waitForEncrypted(10000)' returned FALSE. (Network operation timed out) .\tst_qsslsocket.cpp(643) : failure location PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host .\tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) FAIL! : tst_QSslSocket::protocol(WithSocks5ProxyAuth) 'socket->waitForEncrypted()' returned FALSE. () .\tst_qsslsocket.cpp(917) : failure location PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem .\tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration .\tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang .\tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 .\tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) FAIL! : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) '!peerVerifyErrorSpy.isEmpty()' returned FALSE. () .\tst_qsslsocket.cpp(1909) : failure location PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) FAIL! : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) 'socket->waitForEncrypted(10000)' returned FALSE. () .\tst_qsslsocket.cpp(2121) : failure location PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 563 passed, 4 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 232 seconds, exit code 4 Testing tst_QSocketNotifier FAIL! : tst_QSocketNotifier::unexpectedDisconnection() 'server.waitForNewConnection()' returned FALSE. () .\tst_qsocketnotifier.cpp(146) : failure location Totals: 3 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSocketNotifier ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSocketNotifier::initTestCase() FAIL! : tst_QSocketNotifier::unexpectedDisconnection() 'server.waitForNewConnection()' returned FALSE. () .\tst_qsocketnotifier.cpp(137) : failure location PASS : tst_QSocketNotifier::mixingWithTimers() PASS : tst_QSocketNotifier::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSocketNotifier ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsocketnotifier: 1 seconds, exit code 1 Testing tst_QAbstractItemView FAIL! : tst_QAbstractItemView::setItemDelegate(4 columndelegates) 'QTest::qWaitForWindowActive(&v)' returned FALSE. () .\tst_qabstractitemview.cpp(1053) : failure location Totals: 57 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QAbstractItemView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QAbstractItemView::initTestCase() PASS : tst_QAbstractItemView::getSetCheck() QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QListView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QListView) QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTableView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTableView) QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QTreeView) QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::emptyModels(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::emptyModels(QHeaderView) QWARN : tst_QAbstractItemView::setModel(QListView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QListView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QListView) QWARN : tst_QAbstractItemView::setModel(QTableView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTableView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTableView) QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QTreeView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QTreeView) QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: index was invalid QWARN : tst_QAbstractItemView::setModel(QHeaderView) edit: editing failed PASS : tst_QAbstractItemView::setModel(QHeaderView) PASS : tst_QAbstractItemView::noModel() PASS : tst_QAbstractItemView::dragSelect() PASS : tst_QAbstractItemView::rowDelegate() PASS : tst_QAbstractItemView::columnDelegate() PASS : tst_QAbstractItemView::selectAll() PASS : tst_QAbstractItemView::ctrlA() PASS : tst_QAbstractItemView::persistentEditorFocus() PASS : tst_QAbstractItemView::setItemDelegate(4 columndelegates) PASS : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row) PASS : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column) PASS : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column) PASS : tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column) PASS : tst_QAbstractItemView::noFallbackToRoot() PASS : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) PASS : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) PASS : tst_QAbstractItemView::task221955_selectedEditor() PASS : tst_QAbstractItemView::task250754_fontChange() PASS : tst_QAbstractItemView::task200665_itemEntered() QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed QWARN : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed PASS : tst_QAbstractItemView::task257481_emptyEditor() PASS : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() PASS : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() PASS : tst_QAbstractItemView::ctrlRubberbandSelection() PASS : tst_QAbstractItemView::QTBUG6407_extendedSelection() PASS : tst_QAbstractItemView::QTBUG6753_selectOnSelection() PASS : tst_QAbstractItemView::testDelegateDestroyEditor() FAIL! : tst_QAbstractItemView::testClickedSignal() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () .\tst_qabstractitemview.cpp(1528) : failure location PASS : tst_QAbstractItemView::testChangeEditorState() PASS : tst_QAbstractItemView::deselectInSingleSelection() PASS : tst_QAbstractItemView::testNoActivateOnDisabledItem() PASS : tst_QAbstractItemView::cleanupTestCase() Totals: 57 passed, 1 failed, 0 skipped ********* Finished testing of tst_QAbstractItemView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qabstractitemview: 28 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00954/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366280713): http://codereview.qt-project.org/54090 [PS1] - Cocoa Menu: Remove unnecessary retain, release/retain in the right order http://codereview.qt-project.org/54040 [PS2] - Mac: Fix various memory leaks http://codereview.qt-project.org/53934 [PS1] - Compile with changes to the accessibility API. http://codereview.qt-project.org/53368 [PS6] - Allow using Ctrl+C to copy selected text from DetailedText in QMessageBox From ci-noreply at qt-project.org Thu Apr 18 15:15:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 16:15:23 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130418_131523_043465.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #431: SUCCESS Tested changes (refs/builds/stable_1366286201): http://codereview.qt-project.org/54044 [PS3] - Fix crash in repeater when model gets deleted http://codereview.qt-project.org/54010 [PS1] - docs: Remove warning that is no longer applicable. From ci-noreply at qt-project.org Thu Apr 18 15:47:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 16:47:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130418_134717_065864.ci-noreply@qt-project.org> QtDoc_stable_Integration #143: SUCCESS Tested changes (refs/builds/stable_1366290671): http://codereview.qt-project.org/53705 [PS9] - Doc: Revised the Getting Started page and installation info From ci-noreply at qt-project.org Thu Apr 18 15:59:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 16:59:16 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130418_135916_047998.ci-noreply@qt-project.org> QtJSBackend_dev_Integration #34: SUCCESS Tested changes (refs/builds/dev_1366291026): http://codereview.qt-project.org/54054 [PS1] - [V8] [QNX] Handle VFP32DREGS in OS::ArmCpuHasFeature() From ci-noreply at qt-project.org Thu Apr 18 16:05:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 17:05:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_140539_061920.ci-noreply@qt-project.org> Autotest `tst_activeFocusOnTab' failed :( Testing tst_activeFocusOnTab FAIL! : tst_activeFocusOnTab::activeFocusOnTab() 'item->hasActiveFocus()' returned FALSE. () Loc: [tst_activeFocusOnTab.cpp(198)] Totals: 2 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_activeFocusOnTab ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_activeFocusOnTab::initTestCase() FAIL! : tst_activeFocusOnTab::activeFocusOnTab() 'item->hasActiveFocus()' returned FALSE. () Loc: [tst_activeFocusOnTab.cpp(198)] PASS : tst_activeFocusOnTab::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped ********* Finished testing of tst_activeFocusOnTab ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_activeFocusOnTab: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00091/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ Autotest `tst_activeFocusOnTab' failed :( Testing tst_activeFocusOnTab FAIL! : tst_activeFocusOnTab::activeFocusOnTab() 'item->hasActiveFocus()' returned FALSE. () Loc: [tst_activeFocusOnTab.cpp(198)] Totals: 2 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_activeFocusOnTab ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_activeFocusOnTab::initTestCase() QWARN : tst_activeFocusOnTab::activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:70:9: QML Image: Cannot open: file:///work/build/qt/qtquickcontrols/tests/auto/activeFocusOnTab/data/images/testIcon.png FAIL! : tst_activeFocusOnTab::activeFocusOnTab() 'item->hasActiveFocus()' returned FALSE. () Loc: [tst_activeFocusOnTab.cpp(198)] PASS : tst_activeFocusOnTab::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped ********* Finished testing of tst_activeFocusOnTab ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_activeFocusOnTab: 14 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00091/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366293345): http://codereview.qt-project.org/54096 [PS10] - Improved styling for Qml style http://codereview.qt-project.org/54193 [PS1] - Do not clamp to Layout.maximum{Width,Height} if its -1 From ci-noreply at qt-project.org Thu Apr 18 16:53:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 17:53:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_145304_017063.ci-noreply@qt-project.org> qtbase failed to compile :( In file included from tst_collections.cpp:3762: ../../../../include/QtCore/../../src/corelib/tools/qvarlengtharray.h: In function ‘bool operator==(const QVarLengthArray&, const QVarLengthArray&) [with T = QString, int Prealloc1 = 18, int Prealloc2 = 18]’: ../../../../include/QtCore/../../src/corelib/tools/qvarlengtharray.h:410: internal compiler error: Segmentation fault make[5]: *** [.obj/debug-shared/tst_collections.o] Error 1 make[4]: *** [sub-collections-make_first] Error 2 make[3]: *** [sub-other-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00955/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1366290252): http://codereview.qt-project.org/53368 [PS6] - Allow using Ctrl+C to copy selected text from DetailedText in QMessageBox http://codereview.qt-project.org/54183 [PS1] - Fix format for alpha drawing. http://codereview.qt-project.org/54119 [PS1] - Actually set devicePixelRatio on copy. http://codereview.qt-project.org/53950 [PS1] - Don't show a separate inspector for child windows. http://codereview.qt-project.org/53944 [PS2] - Use qAccessibleRoleString to stringify roles. http://codereview.qt-project.org/53935 [PS1] - Hide "invalid" accessibility interfaces. http://codereview.qt-project.org/54093 [PS2] - SSL internals: fix memory corruption using QSslConfigurationPrivate http://codereview.qt-project.org/54163 [PS1] - purge obsolete files http://codereview.qt-project.org/54152 [PS1] - fix processing order for qmake -r http://codereview.qt-project.org/54151 [PS1] - don't install the project file twice http://codereview.qt-project.org/53676 [PS1] - restore compat with older perl versions http://codereview.qt-project.org/53906 [PS3] - Make password mask characters themeable. http://codereview.qt-project.org/53997 [PS2] - Mac: Fix warnings about non-existing native Windows on startup. http://codereview.qt-project.org/54144 [PS1] - List the Qt5::WinMain Release configuration before the Debug one. http://codereview.qt-project.org/53996 [PS1] - Ensure the QLineEdit::returnPressed() signal is still emitted http://codereview.qt-project.org/53746 [PS1] - Fix memory leak. From ci-noreply at qt-project.org Thu Apr 18 17:13:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 18:13:47 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_151347_093720.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #92: SUCCESS Tested changes (refs/builds/stable_1366294758): http://codereview.qt-project.org/54193 [PS1] - Do not clamp to Layout.maximum{Width,Height} if its -1 From ci-noreply at qt-project.org Thu Apr 18 17:22:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 18:22:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130418_152219_037769.ci-noreply@qt-project.org> Qt_4.8_Integration #1398: SUCCESS Tested changes (refs/builds/4.8_1366279138): http://codereview.qt-project.org/53332 [PS2] - qmlplugindump: correctly handle various versions of a meta object From ci-noreply at qt-project.org Thu Apr 18 17:25:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 18:25:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_152557_045987.ci-noreply@qt-project.org> `make' failed :( make[3]: *** No rule to make target `images/focusframe.png', needed by `/work/build/qt/qtbase/qml/QtQuick/Controls/Styles/images/focusframe.png'. Stop. make[2]: *** [sub-styles-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtquickcontrols] Error 2 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00093/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ `make' failed :( make[3]: *** No rule to make target `images/focusframe.png', needed by `/work/build/qt/qtbase/qml/QtQuick/Controls/Styles/images/focusframe.png'. Stop. make[2]: *** [sub-styles-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtquickcontrols] Error 2 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00093/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ `make' failed :( make[3]: *** No rule to make target `images/focusframe.png', needed by `/work/build/qt/qtbase/qml/QtQuick/Controls/Styles/images/focusframe.png'. Stop. make[2]: *** [sub-styles-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtquickcontrols] Error 2 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00093/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366298151): http://codereview.qt-project.org/54096 [PS13] - Improved styling for Qml style From ci-noreply at qt-project.org Thu Apr 18 18:58:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 19:58:27 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_165827_071199.ci-noreply@qt-project.org> QtBase_stable_Integration #956: SUCCESS Tested changes (refs/builds/stable_1366296962): http://codereview.qt-project.org/54144 [PS1] - List the Qt5::WinMain Release configuration before the Debug one. http://codereview.qt-project.org/53933 [PS1] - Remove nativeResourceForWindow warning. http://codereview.qt-project.org/54040 [PS2] - Mac: Fix various memory leaks http://codereview.qt-project.org/54090 [PS1] - Cocoa Menu: Remove unnecessary retain, release/retain in the right order From ci-noreply at qt-project.org Thu Apr 18 19:08:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 20:08:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130418_170803_027318.ci-noreply@qt-project.org> Qt5_stable_Integration #196: SUCCESS Tested changes (refs/builds/stable_1366281907): http://codereview.qt-project.org/54106 [PS2] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 18 19:50:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 20:50:41 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_175041_045609.ci-noreply@qt-project.org> qtbase failed to compile :( objective-c qcocoawindow.mm qcocoawindow.mm: In member function ‘virtual void QCocoaWindow::setVisible(bool)’: qcocoawindow.mm:282: error: ‘NSFullScreenWindowMask’ was not declared in this scope qcocoawindow.mm:351: error: ‘NSFullScreenWindowMask’ was not declared in this scope make[6]: *** [.obj/debug-shared/qcocoawindow.o] Error 1 qcocoawindow.mm: In member function ‘virtual void QCocoaWindow::setVisible(bool)’: qcocoawindow.mm:282: error: ‘NSFullScreenWindowMask’ was not declared in this scope qcocoawindow.mm:351: error: ‘NSFullScreenWindowMask’ was not declared in this scope make[6]: *** [.obj/release-shared/qcocoawindow.o] Error 1 make[5]: *** [release-all] Error 2 make[5]: *** [debug-all] Error 2 make[4]: *** [sub-cocoa-make_first] Error 2 make[3]: *** [sub-platforms-make_first] Error 2 make[2]: *** [sub-plugins-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00957/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1366304441): http://codereview.qt-project.org/54093 [PS2] - SSL internals: fix memory corruption using QSslConfigurationPrivate http://codereview.qt-project.org/54207 [PS1] - Cocoa: Disable QTBUG-30266 hack in full screen http://codereview.qt-project.org/53920 [PS2] - qdoc: Include words from the module name as tags in example manifest From ci-noreply at qt-project.org Thu Apr 18 22:02:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 18 Apr 2013 23:02:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_200222_060418.ci-noreply@qt-project.org> QtBase_stable_Integration #958: SUCCESS Tested changes (refs/builds/stable_1366307933): http://codereview.qt-project.org/53934 [PS1] - Compile with changes to the accessibility API. http://codereview.qt-project.org/53935 [PS1] - Hide "invalid" accessibility interfaces. http://codereview.qt-project.org/53746 [PS1] - Fix memory leak. From ci-noreply at qt-project.org Thu Apr 18 23:21:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 00:21:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130418_212157_085978.ci-noreply@qt-project.org> Qt_4.8_Integration #1399: SUCCESS Tested changes (refs/builds/4.8_1366300047): http://codereview.qt-project.org/54026 [PS2] - Make linguist's source viewer respect the encoding of files. From ci-noreply at qt-project.org Thu Apr 18 23:23:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 00:23:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130418_212325_084774.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #94: SUCCESS Tested changes (refs/builds/stable_1366316971): http://codereview.qt-project.org/53994 [PS3] - Make buttons respond to accessible press. From ci-noreply at qt-project.org Fri Apr 19 00:11:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 01:11:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130418_221138_041207.ci-noreply@qt-project.org> QtBase_stable_Integration #959: SUCCESS Tested changes (refs/builds/stable_1366315479): http://codereview.qt-project.org/54093 [PS2] - SSL internals: fix memory corruption using QSslConfigurationPrivate http://codereview.qt-project.org/54183 [PS1] - Fix format for alpha drawing. http://codereview.qt-project.org/53997 [PS2] - Mac: Fix warnings about non-existing native Windows on startup. http://codereview.qt-project.org/54176 [PS1] - Harden check for SDK platform name on Mac OS From ci-noreply at qt-project.org Fri Apr 19 00:59:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 01:59:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130418_225933_023746.ci-noreply@qt-project.org> QtWebKit_stable_Integration #115: SUCCESS Tested changes (refs/builds/stable_1366279788): http://codereview.qt-project.org/54143 [PS1] - [Qt][WK1] Reflect recursion limit and loop checks also for list conversions. From ci-noreply at qt-project.org Fri Apr 19 01:02:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 02:02:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130418_230225_014489.ci-noreply@qt-project.org> QtBase_dev_Integration #826: SUCCESS Tested changes (refs/builds/dev_1366318460): http://codereview.qt-project.org/54107 [PS3] - Compile with Clang. From ci-noreply at qt-project.org Fri Apr 19 01:31:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 02:31:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130418_233151_091942.ci-noreply@qt-project.org> Qt5_stable_Integration #197: SUCCESS Tested changes (refs/builds/stable_1366308582): http://codereview.qt-project.org/54014 [PS2] - skip modules whose mandatory dependencies are missing From ci-noreply at qt-project.org Fri Apr 19 02:30:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 03:30:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_003054_026044.ci-noreply@qt-project.org> QtBase_stable_Integration #960: SUCCESS Tested changes (refs/builds/stable_1366323260): http://codereview.qt-project.org/54119 [PS1] - Actually set devicePixelRatio on copy. From ci-noreply at qt-project.org Fri Apr 19 02:40:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 03:40:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130419_004013_048902.ci-noreply@qt-project.org> QtWebKit_stable_Integration #116: SUCCESS Tested changes (refs/builds/stable_1366326070): http://codereview.qt-project.org/54182 [PS1] - Implement JIT for MinGW-w64 64-bit From ci-noreply at qt-project.org Fri Apr 19 04:37:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 05:37:41 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_023741_086762.ci-noreply@qt-project.org> QtBase_stable_Integration #961: SUCCESS Tested changes (refs/builds/stable_1366331590): http://codereview.qt-project.org/53368 [PS6] - Allow using Ctrl+C to copy selected text from DetailedText in QMessageBox From ci-noreply at qt-project.org Fri Apr 19 05:31:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 06:31:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130419_033133_087664.ci-noreply@qt-project.org> Qt_4.8_Integration #1400: SUCCESS Tested changes (refs/builds/4.8_1366321609): http://codereview.qt-project.org/54216 [PS1] - Harfbuzz: backporting fixes from upstream From ci-noreply at qt-project.org Fri Apr 19 09:21:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 10:21:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_072155_057430.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #95: SUCCESS Tested changes (refs/builds/stable_1366352877): http://codereview.qt-project.org/54096 [PS14] - Improved styling for Qml style From ci-noreply at qt-project.org Fri Apr 19 09:57:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 10:57:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_075714_078829.ci-noreply@qt-project.org> QtBase_stable_Integration #962: SUCCESS Tested changes (refs/builds/stable_1366350934): http://codereview.qt-project.org/54223 [PS2] - Make sure to also check for null CFPropertyLists. From ci-noreply at qt-project.org Fri Apr 19 10:17:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 11:17:52 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_081752_067179.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #96: SUCCESS Tested changes (refs/builds/stable_1366356238): http://codereview.qt-project.org/54145 [PS1] - Dumping plugins.qmltypes for Layouts with -notrelocatable From ci-noreply at qt-project.org Fri Apr 19 10:29:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 11:29:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130419_082911_008672.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #57: FAILURE Build log: http://testresults.qt-project.org/ci/QtXmlPatterns_stable_Integration/build_00057/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366359079): http://codereview.qt-project.org/54160 [PS1] - Add missing LICENSE.FDL file From ci-noreply at qt-project.org Fri Apr 19 12:03:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 13:03:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_100343_061209.ci-noreply@qt-project.org> QtBase_stable_Integration #963: SUCCESS Tested changes (refs/builds/stable_1366358369): http://codereview.qt-project.org/53718 [PS1] - Make qtbase compile with QT_NO_DRAGANDDROP http://codereview.qt-project.org/53906 [PS3] - Make password mask characters themeable. http://codereview.qt-project.org/53920 [PS2] - qdoc: Include words from the module name as tags in example manifest http://codereview.qt-project.org/54042 [PS1] - iOS: QIOSBackingStore: enable FBO depth and stencil buffer From ci-noreply at qt-project.org Fri Apr 19 12:11:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 13:11:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130419_101117_022282.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #58: SUCCESS Tested changes (refs/builds/stable_1366363847): http://codereview.qt-project.org/54160 [PS1] - Add missing LICENSE.FDL file From ci-noreply at qt-project.org Fri Apr 19 12:19:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 13:19:50 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130419_101950_027882.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #35: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00035/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366365749): http://codereview.qt-project.org/53842 [PS1] - [V8] Fix QNX build due to new CPU profiling methods http://codereview.qt-project.org/53785 [PS1] - [V8] Use count-based profiling exclusively From ci-noreply at qt-project.org Fri Apr 19 12:31:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 13:31:45 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130419_103145_064566.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #126: SUCCESS Tested changes (refs/builds/stable_1366364976): http://codereview.qt-project.org/54251 [PS1] - Doc: Fix module names in .qdocconf for Qt Multimedia & Widgets From ci-noreply at qt-project.org Fri Apr 19 12:37:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 13:37:40 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130419_103740_044617.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [sub-jar-make_first] Error 3 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00432/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366367385): http://codereview.qt-project.org/54257 [PS2] - docs: Fix snippets paths for QML Tutorial From ci-noreply at qt-project.org Fri Apr 19 13:17:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 14:17:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_111718_072490.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #97: SUCCESS Tested changes (refs/builds/stable_1366367023): http://codereview.qt-project.org/53953 [PS2] - Fix some bugs in QQuickLinearLayout::insertLayoutItems() From ci-noreply at qt-project.org Fri Apr 19 13:37:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 14:37:43 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130419_113743_073783.ci-noreply@qt-project.org> QtJSBackend_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #36: FAILURE Build log: http://testresults.qt-project.org/ci/QtJSBackend_dev_Integration/build_00036/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366370574): http://codereview.qt-project.org/53785 [PS1] - [V8] Use count-based profiling exclusively http://codereview.qt-project.org/53842 [PS1] - [V8] Fix QNX build due to new CPU profiling methods From ci-noreply at qt-project.org Fri Apr 19 13:59:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 14:59:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130419_115951_044057.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #433: SUCCESS Tested changes (refs/builds/stable_1366368009): http://codereview.qt-project.org/54257 [PS2] - docs: Fix snippets paths for QML Tutorial From ci-noreply at qt-project.org Fri Apr 19 14:17:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 15:17:21 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130419_121721_045880.ci-noreply@qt-project.org> QtWebKit_stable_Integration #117: SUCCESS Tested changes (refs/builds/stable_1366364843): http://codereview.qt-project.org/54174 [PS2] - [Qt][Mac] QtWebKitWidgets has wrong install_name. From ci-noreply at qt-project.org Fri Apr 19 14:23:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 15:23:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtjsbackend#dev Message-ID: <20130419_122334_093605.ci-noreply@qt-project.org> QtJSBackend_dev_Integration #37: SUCCESS Tested changes (refs/builds/dev_1366371769): http://codereview.qt-project.org/53785 [PS1] - [V8] Use count-based profiling exclusively http://codereview.qt-project.org/53842 [PS1] - [V8] Fix QNX build due to new CPU profiling methods From ci-noreply at qt-project.org Fri Apr 19 14:30:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 15:30:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_123058_065787.ci-noreply@qt-project.org> QtBase_stable_Integration #964: SUCCESS Tested changes (refs/builds/stable_1366365958): http://codereview.qt-project.org/53394 [PS1] - QMessageBox/Win: Include detailed text using Ctrl+C to copy http://codereview.qt-project.org/53620 [PS1] - qprocessordetection: add armv7s http://codereview.qt-project.org/53856 [PS13] - Add the GL headers to cmake variables. http://codereview.qt-project.org/54062 [PS6] - Handle usr-move without forcing absolute paths http://codereview.qt-project.org/53916 [PS3] - iOS: use an explicit pointer to qiosViewController http://codereview.qt-project.org/53823 [PS1] - Doc: Fix \group and \ingroup usage for a number of examples From ci-noreply at qt-project.org Fri Apr 19 14:43:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 15:43:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_124357_026433.ci-noreply@qt-project.org> qtbase failed to compile :( fontdatabases/fontconfig/qfontconfigdatabase.cpp: In member function 'virtual QFontEngine* QFontconfigDatabase::fontEngine(const QFontDef&, QChar::Script, void*)': fontdatabases/fontconfig/qfontconfigdatabase.cpp:656:72: error: cast from 'void*' to 'int' loses precision [-fpermissive] make[3]: *** [.obj/release-shared/qfontconfigdatabase.o] Error 1 make[2]: *** [sub-platformsupport-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00965/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366374794): http://codereview.qt-project.org/54072 [PS4] - Don't bootstrap QT_EVAL code http://codereview.qt-project.org/54025 [PS1] - Read correct font hinting config on Gnome/Unity http://codereview.qt-project.org/54207 [PS2] - Cocoa: Disable QTBUG-30266 hack in full screen http://codereview.qt-project.org/53741 [PS1] - update bundled sqlite to 3.7.16.2 http://codereview.qt-project.org/53925 [PS4] - Implement alertion state for windows. http://codereview.qt-project.org/54246 [PS1] - An empty expose region implies isExposed == false From ci-noreply at qt-project.org Fri Apr 19 15:13:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 16:13:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_131348_098256.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #98: SUCCESS Tested changes (refs/builds/stable_1366373977): http://codereview.qt-project.org/54273 [PS1] - Add focus drawing on Qt Quick Style From ci-noreply at qt-project.org Fri Apr 19 15:22:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 16:22:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130419_132208_010711.ci-noreply@qt-project.org> Qt_4.8_Integration #1401: SUCCESS Tested changes (refs/builds/4.8_1366356792): http://codereview.qt-project.org/54058 [PS1] - Fix clang build on Mac OS X From ci-noreply at qt-project.org Fri Apr 19 15:26:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 16:26:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130419_132639_056153.ci-noreply@qt-project.org> qtwebkit failed to compile :( llint/LLIntOffsetsExtractor.cpp:72:33: error: LLIntDesiredOffsets.h: No such file or directory llint/LLIntOffsetsExtractor.cpp: In static member function ‘static const unsigned int* JSC::LLIntOffsetsExtractor::dummy()’: llint/LLIntOffsetsExtractor.cpp:73: error: ‘extractorTable’ was not declared in this scope make[3]: *** [.obj/release-shared/llint/LLIntOffsetsExtractor.o] Error 1 make[2]: *** [sub-LLIntOffsetsExtractor-pro-make_first-ordered] Error 2 make[1]: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2 make: *** [module-qtwebkit] Error 2 Build log: http://testresults.qt-project.org/ci/QtWebKit_stable_Integration/build_00118/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1366375120): http://codereview.qt-project.org/54295 [PS1] - [Qt] Enable thin archives before parsing the project files http://codereview.qt-project.org/54247 [PS3] - [Qt] Use GNU ar's thin archive format for intermediate static libs From ci-noreply at qt-project.org Fri Apr 19 15:46:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 16:46:40 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_134640_055609.ci-noreply@qt-project.org> Autotest `tst_qwidget' failed :( Testing tst_QWidget FAIL! : tst_QWidget::moveChild(right) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(down) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(left) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(up) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::showAndMoveChild() Compared values are not the same Actual (firstPixel): 4283957248 Expected (QColor(Qt::red).rgb()): 4294901760 Loc: [tst_qwidget.cpp(4936)] Totals: 205 passed, 5 failed, 35 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWidget::initTestCase() QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100) QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0) QWARN : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0 PASS : tst_QWidget::getSetCheck() PASS : tst_QWidget::fontPropagation() PASS : tst_QWidget::fontPropagation2() PASS : tst_QWidget::palettePropagation() PASS : tst_QWidget::palettePropagation2() PASS : tst_QWidget::enabledPropagation() WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget PASS : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() PASS : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() PASS : tst_QWidget::popupEnterLeave() PASS : tst_QWidget::acceptDropsPropagation() PASS : tst_QWidget::isEnabledTo() PASS : tst_QWidget::visible() PASS : tst_QWidget::visible_setWindowOpacity() PASS : tst_QWidget::isVisibleTo() PASS : tst_QWidget::isHidden() PASS : tst_QWidget::fonts() PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::focusChainOnHide() PASS : tst_QWidget::focusChainOnReparent() PASS : tst_QWidget::setTabOrder() PASS : tst_QWidget::reparent() SKIP : tst_QWidget::windowState() X11: Many window managers do not support window state properly, which causes this test to fail. Loc: [tst_qwidget.cpp(1792)] PASS : tst_QWidget::showMaximized() XFAIL : tst_QWidget::showFullScreen() QTBUG-22326 Loc: [tst_qwidget.cpp(2027)] PASS : tst_QWidget::showFullScreen() PASS : tst_QWidget::showMinimized() SKIP : tst_QWidget::showMinimizedKeepsFocus() QTBUG-26424 Loc: [tst_qwidget.cpp(2169)] PASS : tst_QWidget::icon() SKIP : tst_QWidget::hideWhenFocusWidgetIsChild() X11: Your window manager is too broken for this test Loc: [tst_qwidget.cpp(2375)] SKIP : tst_QWidget::normalGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2440)] SKIP : tst_QWidget::setGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2517)] PASS : tst_QWidget::windowOpacity() PASS : tst_QWidget::raise() PASS : tst_QWidget::lower() XFAIL : tst_QWidget::stackUnder() See QTBUG-493 Loc: [tst_qwidget.cpp(2879)] PASS : tst_QWidget::stackUnder() PASS : tst_QWidget::testContentsPropagation() PASS : tst_QWidget::saveRestoreGeometry() SKIP : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3147)] PASS : tst_QWidget::widgetAt() PASS : tst_QWidget::optimizedResizeMove() SKIP : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012 Loc: [tst_qwidget.cpp(3576)] PASS : tst_QWidget::resizeEvent() PASS : tst_QWidget::task110173() PASS : tst_QWidget::testDeletionInEventHandlers() PASS : tst_QWidget::childDeletesItsSibling() PASS : tst_QWidget::setMinimumSize() PASS : tst_QWidget::setMaximumSize() SKIP : tst_QWidget::setFixedSize() QTBUG-26424 Loc: [tst_qwidget.cpp(3717)] PASS : tst_QWidget::ensureCreated() PASS : tst_QWidget::winIdChangeEvent() PASS : tst_QWidget::persistentWinId() PASS : tst_QWidget::showNativeChild() PASS : tst_QWidget::qobject_castInDestroyedSlot() PASS : tst_QWidget::showHideEvent(window: only show) PASS : tst_QWidget::showHideEvent(window: show/hide) PASS : tst_QWidget::showHideEvent(window: show/hide/create) PASS : tst_QWidget::showHideEvent(window: hide/create) PASS : tst_QWidget::showHideEvent(window: only hide) PASS : tst_QWidget::showHideEvent(window: nothing) PASS : tst_QWidget::lostUpdatesOnHide() PASS : tst_QWidget::update() PASS : tst_QWidget::isOpaque() PASS : tst_QWidget::scroll() SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4399)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4556)] FAIL! : tst_QWidget::moveChild(right) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(down) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(left) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::moveChild(up) Compared values are not the same Actual (firstPixel): 4292861919 Expected (QColor(child.color).rgb()): 4278190335 Loc: [tst_qwidget.cpp(4880)] FAIL! : tst_QWidget::showAndMoveChild() Compared values are not the same Actual (firstPixel): 4283957248 Expected (QColor(Qt::red).rgb()): 4294901760 Loc: [tst_qwidget.cpp(4936)] PASS : tst_QWidget::subtractOpaqueSiblings() PASS : tst_QWidget::setLocale() PASS : tst_QWidget::deleteStyle() PASS : tst_QWidget::multipleToplevelFocusCheck() PASS : tst_QWidget::setFocus() PASS : tst_QWidget::setCursor() WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. PASS : tst_QWidget::setToolTip() PASS : tst_QWidget::testWindowIconChangeEventPropagation() PASS : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() QWARN : tst_QWidget::showHideShowX11() QXcbConnection: XCB error: 3 (BadWindow), sequence: 7855, resource id: 15164744, major code: 15 (QueryTree), minor code: 0 PASS : tst_QWidget::showHideShowX11() PASS : tst_QWidget::clean_qt_x11_enforce_cursor() XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0x7fffaecf7f90) : 74 1001 77 ), actual 4 ( QWidget(0x7fffaecf7f90) : 74 1001 78 77 ) Loc: [tst_qwidget.cpp(5811)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fffaecf8020) : 74 1001 1002 77 ), actual 5 ( QWidget(0x7fffaecf8020) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5904)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fffaecf8020) : 74 1001 1002 77 ), actual 5 ( QWidget(0x7fffaecf8020) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5998)] PASS : tst_QWidget::childEvents() PASS : tst_QWidget::render() SKIP : tst_QWidget::renderInvisible() QTBUG-26424 Loc: [tst_qwidget.cpp(6148)] PASS : tst_QWidget::renderWithPainter() PASS : tst_QWidget::render_task188133() PASS : tst_QWidget::render_task211796() PASS : tst_QWidget::render_task217815() PASS : tst_QWidget::render_windowOpacity() PASS : tst_QWidget::render_systemClip() PASS : tst_QWidget::render_systemClip2(Only auto-fill background) PASS : tst_QWidget::render_systemClip2(Only draw in paintEvent) PASS : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent) PASS : tst_QWidget::render_systemClip3(Norwegian Civil Flag) PASS : tst_QWidget::render_systemClip3(Norwegian War Flag) PASS : tst_QWidget::render_task252837() PASS : tst_QWidget::render_worldTransform() PASS : tst_QWidget::setContentsMargins() SKIP : tst_QWidget::moveWindowInShowEvent(1) QTBUG-26424 Loc: [tst_qwidget.cpp(6996)] SKIP : tst_QWidget::moveWindowInShowEvent(2) QTBUG-26424 Loc: [tst_qwidget.cpp(6996)] PASS : tst_QWidget::repaintWhenChildDeleted() PASS : tst_QWidget::hideOpaqueChildWhileHidden() SKIP : tst_QWidget::updateWhileMinimized() QTBUG-26424 Loc: [tst_qwidget.cpp(7132)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7221)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7224)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7227)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7230)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7276)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7279)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7282)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7337)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7340)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7343)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7346)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7349)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7352)] PASS : tst_QWidget::alienWidgets() PASS : tst_QWidget::adjustSize(1) PASS : tst_QWidget::adjustSize(2) PASS : tst_QWidget::adjustSize(3) PASS : tst_QWidget::adjustSize(4) PASS : tst_QWidget::adjustSize(5) PASS : tst_QWidget::adjustSize(6) PASS : tst_QWidget::adjustSize(7) PASS : tst_QWidget::adjustSize(8) PASS : tst_QWidget::adjustSize(9) PASS : tst_QWidget::adjustSize(1c) PASS : tst_QWidget::adjustSize(2c) PASS : tst_QWidget::adjustSize(3c) PASS : tst_QWidget::adjustSize(4c) PASS : tst_QWidget::adjustSize(5c) PASS : tst_QWidget::adjustSize(6c) PASS : tst_QWidget::adjustSize(7c) PASS : tst_QWidget::adjustSize(8c) PASS : tst_QWidget::adjustSize(9c) PASS : tst_QWidget::updateGeometry(setMinimumSize) PASS : tst_QWidget::updateGeometry(setMaximumSize) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it) PASS : tst_QWidget::updateGeometry(Change sizePolicy) PASS : tst_QWidget::sendUpdateRequestImmediately() PASS : tst_QWidget::doubleRepaint() PASS : tst_QWidget::resizeInPaintEvent() PASS : tst_QWidget::opaqueChildren() PASS : tst_QWidget::setMaskInResizeEvent() PASS : tst_QWidget::moveInResizeEvent() SKIP : tst_QWidget::immediateRepaintAfterShow() QTBUG-26424 Loc: [tst_qwidget.cpp(7836)] PASS : tst_QWidget::immediateRepaintAfterInvalidateBuffer() PASS : tst_QWidget::effectiveWinId() PASS : tst_QWidget::effectiveWinId2() PASS : tst_QWidget::customDpi() PASS : tst_QWidget::customDpiProperty() PASS : tst_QWidget::quitOnCloseAttribute() PASS : tst_QWidget::moveRect() QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called PASS : tst_QWidget::reparentStaticWidget() PASS : tst_QWidget::QTBUG6883_reparentStaticWidget2() PASS : tst_QWidget::translucentWidget() PASS : tst_QWidget::setClearAndResizeMask() PASS : tst_QWidget::maskedUpdate() PASS : tst_QWidget::syntheticEnterLeave() PASS : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::underMouse() WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. PASS : tst_QWidget::taskQTBUG_27643_enterEvents() PASS : tst_QWidget::windowFlags() PASS : tst_QWidget::initialPosForDontShowOnScreenWidgets() PASS : tst_QWidget::updateOnDestroyedSignal() PASS : tst_QWidget::toplevelLineEditFocus() PASS : tst_QWidget::focusWidget_task254563() PASS : tst_QWidget::rectOutsideCoordinatesLimit_task144779() PASS : tst_QWidget::setGraphicsEffect() PASS : tst_QWidget::destroyBackingStore() PASS : tst_QWidget::activateWindow() PASS : tst_QWidget::openModal_taskQTBUG_5804() PASS : tst_QWidget::focusProxyAndInputMethods() PASS : tst_QWidget::scrollWithoutBackingStore() PASS : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy() PASS : tst_QWidget::movedAndResizedAttributes() PASS : tst_QWidget::childAt() PASS : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion() PASS : tst_QWidget::nativeChildFocus() PASS : tst_QWidget::grab() WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::grabMouse() PASS : tst_QWidget::grabKeyboard() PASS : tst_QWidget::touchEventSynthesizedMouseEvent() PASS : tst_QWidget::styleSheetPropagation() PASS : tst_QWidget::destroyedSignal() PASS : tst_QWidget::keyboardModifiers() PASS : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680() PASS : tst_QWidget::largerThanScreen_QTBUG30142() PASS : tst_QWidget::cleanupTestCase() Totals: 205 passed, 5 failed, 35 skipped ********* Finished testing of tst_QWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwidget: 61 seconds, exit code 5 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00966/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366375810): http://codereview.qt-project.org/54246 [PS1] - An empty expose region implies isExposed == false http://codereview.qt-project.org/54072 [PS4] - Don't bootstrap QT_EVAL code From ci-noreply at qt-project.org Fri Apr 19 16:41:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 17:41:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130419_144136_005431.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #434: SUCCESS Tested changes (refs/builds/stable_1366376508): http://codereview.qt-project.org/54210 [PS1] - Doc: Qt QML: Fix module name format From ci-noreply at qt-project.org Fri Apr 19 16:42:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 17:42:42 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130419_144242_055358.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #23: SUCCESS Tested changes (refs/builds/stable_1366380723): http://codereview.qt-project.org/53952 [PS5] - Add further device filters on Linux without libudev From ci-noreply at qt-project.org Fri Apr 19 16:46:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 17:46:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_144625_074588.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #99: SUCCESS Tested changes (refs/builds/stable_1366379294): http://codereview.qt-project.org/54305 [PS1] - Reduce height of StatusBar with qml style From ci-noreply at qt-project.org Fri Apr 19 17:07:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 18:07:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt3d#master Message-ID: <20130419_150736_051624.ci-noreply@qt-project.org> Qt3D_master_Integration #413: SUCCESS Tested changes (refs/builds/master_1366379392): http://codereview.qt-project.org/43350 [PS7] - Merge of quick3d/qquickitem3d.cpp with master QTBUG-27444 From ci-noreply at qt-project.org Fri Apr 19 17:15:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 18:15:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130419_151544_052411.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #413: SUCCESS Tested changes (refs/builds/dev_1366378650): http://codereview.qt-project.org/53638 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 19 17:17:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 18:17:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130419_151733_025325.ci-noreply@qt-project.org> QtMultimedia_dev_Integration #73: SUCCESS Tested changes (refs/builds/dev_1366378402): http://codereview.qt-project.org/53643 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 19 17:41:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 18:41:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_154138_088485.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #100: SUCCESS Tested changes (refs/builds/stable_1366382909): http://codereview.qt-project.org/54299 [PS1] - Fix missing focus rect on mac for SpinBox From ci-noreply at qt-project.org Fri Apr 19 17:57:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 18:57:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_155700_088564.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 174 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00967/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366379523): http://codereview.qt-project.org/53926 [PS1] - Implement QApplication::beep(). http://codereview.qt-project.org/53925 [PS4] - Implement alertion state for windows. http://codereview.qt-project.org/52883 [PS1] - Accessibility Mac: Implement accessibilityFocusedUIElement http://codereview.qt-project.org/53944 [PS2] - Use qAccessibleRoleString to stringify roles. http://codereview.qt-project.org/53741 [PS1] - update bundled sqlite to 3.7.16.2 http://codereview.qt-project.org/54163 [PS1] - purge obsolete files http://codereview.qt-project.org/54152 [PS1] - fix processing order for qmake -r http://codereview.qt-project.org/54151 [PS1] - don't install the project file twice http://codereview.qt-project.org/53676 [PS1] - restore compat with older perl versions http://codereview.qt-project.org/54207 [PS2] - Cocoa: Disable QTBUG-30266 hack in full screen From ci-noreply at qt-project.org Fri Apr 19 18:16:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 19:16:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130419_161607_070602.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #127: SUCCESS Tested changes (refs/builds/stable_1366385607): http://codereview.qt-project.org/54319 [PS1] - Playbook: Work around failing screen_read_window() From ci-noreply at qt-project.org Fri Apr 19 18:17:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 19:17:48 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#dev Message-ID: <20130419_161748_037140.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols QtQA::App::TestRunner: Process exited due to signal 11 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_controls [8441] QtQA::App::TestRunner: Path: /work/*/tst_controls QtQA::App::TestRunner: Identifier: tst_controls QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [8440] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-19 19:16:55.548 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGSEGV) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x000028c21b703f98 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x28c21b703f98: QtQA::App::TestRunner: Memory tag=255 000028c1b1e00000-000028c1b2000000 [ 2048K] rw-/rwx SM=PRV QtQA::App::TestRunner: --> QtQA::App::TestRunner: Memory tag=255 00002ea42f700000-00002ea42f800000 [ 1024K] rw-/rwx SM=PRV QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[8441]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 QtV8 0x00000001019e893a v8::internal::JSObject::SetExternalResourceObject(v8::internal::Object*) + 170 QtQA::App::TestRunner: 1 QtV8 0x00000001019db471 v8::Object::SetExternalResource(v8::Object::ExternalResource*) + 129 QtQA::App::TestRunner: 2 QtQml 0x00000001012555c7 TestNamespace::QQmlPropertyCache::newQObject(TestNamespace::QObject*, TestNamespace::QV8Engine*) + 2279 QtQA::App::TestRunner: 3 QtQml 0x0000000101256d2b TestNamespace::QV8QObjectWrapper::newQObject(TestNamespace::QObject*, TestNamespace::QQmlData*, TestNamespace::QV8Engine*) + 107 QtQA::App::TestRunner: 4 QtQml 0x0000000101256f3c TestNamespace::QV8QObjectWrapper::newQObject(TestNamespace::QObject*) + 444 QtQA::App::TestRunner: 5 QtQml 0x0000000101253685 TestNamespace::QV8QObjectWrapper::GetProperty(TestNamespace::QV8Engine*, TestNamespace::QObject*, v8::Handle*, TestNamespace::QHashedV8String const&, TestNamespace::QQmlContextData*, TestNamespace::QV8QObjectWrapper::RevisionMode) + 4421 QtQA::App::TestRunner: 6 QtQml 0x000000010124ea0c TestNamespace::QV8ContextWrapper::Getter(v8::Local, v8::AccessorInfo const&) + 444 QtQA::App::TestRunner: 7 QtV8 0x0000000101bf0200 _ZN2v88internalL19LoadWithInterceptorEPNS0_9ArgumentsEP18PropertyAttributes + 192 QtQA::App::TestRunner: 8 QtV8 0x0000000101bf000f v8::internal::LoadPropertyWithInterceptorForLoad(v8::internal::Arguments, v8::internal::Isolate*) + 47 QtQA::App::TestRunner: 9 ??? 0x000016ed168062ee 0 + 25207540572910 QtQA::App::TestRunner: 10 ??? 0x000016ed168ac546 0 + 25207541253446 QtQA::App::TestRunner: 11 ??? 0x000016ed16825ac4 0 + 25207540701892 QtQA::App::TestRunner: 12 ??? 0x000016ed168079f7 0 + 25207540578807 QtQA::App::TestRunner: 13 QtV8 0x0000000101a399e0 _ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_PbS5_ + 576 QtQA::App::TestRunner: 14 QtV8 0x0000000101a3956b v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool, v8::internal::Handle) + 347 QtQA::App::TestRunner: 15 QtV8 0x0000000101a39401 v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool) + 33 QtQA::App::TestRunner: 16 QtV8 0x00000001019d93de v8::Function::Call(v8::Handle, int, v8::Handle*) + 366 QtQA::App::TestRunner: 17 QtQml 0x00000001011df7c8 TestNamespace::QQmlJavaScriptExpression::evaluate(TestNamespace::QQmlContextData*, v8::Handle, int, v8::Handle*, bool*) + 712 QtQA::App::TestRunner: 18 QtQml 0x000000010126246d TestNamespace::QV8Bindings::Binding::update(TestNamespace::QFlags) + 525 QtQA::App::TestRunner: 19 QtQml 0x0000000101233cc1 TestNamespace::QV4Bindings::run(int, unsigned int&, TestNamespace::QQmlContextData*, TestNamespace::QQmlDelayedError*, TestNamespace::QObject*, TestNamespace::QObject*, TestNamespace::QFlags, bool*, void***) + 20577 QtQA::App::TestRunner: 20 QtQml 0x000000010122e83b TestNamespace::QV4Bindings::run(TestNamespace::QV4Bindings::Binding*, TestNamespace::QFlags) + 1707 QtQA::App::TestRunner: 21 QtQml 0x0000000101165557 TestNamespace::QQmlVME::complete(TestNamespace::QQmlVME::Interrupt const&) + 327 QtQA::App::TestRunner: 22 QtQml 0x00000001011539c1 TestNamespace::QQmlComponentPrivate::complete(TestNamespace::QQmlEnginePrivate*, TestNamespace::QQmlComponentPrivate::ConstructionState*) + 65 QtQA::App::TestRunner: 23 QtQml 0x000000010115126b TestNamespace::QQmlComponentPrivate::completeCreate() + 43 QtQA::App::TestRunner: 24 QtQml 0x00000001011540d9 TestNamespace::QQmlComponent::createObject(TestNamespace::QQmlV8Function*) + 585 QtQA::App::TestRunner: 25 QtQml 0x00000001012afa87 TestNamespace::QQmlComponent::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 343 QtQA::App::TestRunner: 26 QtQml 0x00000001012afca2 TestNamespace::QQmlComponent::qt_metacall(TestNamespace::QMetaObject::Call, int, void**) + 98 QtQA::App::TestRunner: 27 QtQml 0x0000000101251253 TestNamespace::QV8QObjectWrapper::Invoke(v8::Arguments const&) + 1651 QtQA::App::TestRunner: 28 QtV8 0x0000000101a03b16 _ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE + 502 QtQA::App::TestRunner: 29 ??? 0x000016ed168062ee 0 + 25207540572910 QtQA::App::TestRunner: 30 ??? 0x000016ed1682d07f 0 + 25207540732031 QtQA::App::TestRunner: 31 ??? 0x000016ed1680b654 0 + 25207540594260 QtQA::App::TestRunner: 32 ??? 0x000016ed168fb349 0 + 25207541576521 QtQA::App::TestRunner: 33 ??? 0x000016ed1683ef79 0 + 25207540805497 QtQA::App::TestRunner: 34 ??? 0x000016ed1684091e 0 + 25207540812062 QtQA::App::TestRunner: 35 ??? 0x000016ed1683def4 0 + 25207540801268 QtQA::App::TestRunner: 36 ??? 0x000016ed1683b25b 0 + 25207540789851 QtQA::App::TestRunner: 37 ??? 0x000016ed16825ac4 0 + 25207540701892 QtQA::App::TestRunner: 38 ??? 0x000016ed168079f7 0 + 25207540578807 QtQA::App::TestRunner: 39 QtV8 0x0000000101a399e0 _ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_PbS5_ + 576 QtQA::App::TestRunner: 40 QtV8 0x0000000101a3956b v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool, v8::internal::Handle) + 347 QtQA::App::TestRunner: 41 QtV8 0x0000000101a39401 v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool) + 33 QtQA::App::TestRunner: 42 QtV8 0x00000001019d93de v8::Function::Call(v8::Handle, int, v8::Handle*) + 366 QtQA::App::TestRunner: 43 QtQml 0x00000001011df7c8 TestNamespace::QQmlJavaScriptExpression::evaluate(TestNamespace::QQmlContextData*, v8::Handle, int, v8::Handle*, bool*) + 712 QtQA::App::TestRunner: 44 QtQml 0x0000000101185b7d TestNamespace::QQmlBoundSignalExpression::evaluate(void**) + 1613 QtQA::App::TestRunner: 45 QtQml 0x000000010118689c TestNamespace::QQmlBoundSignal_callback(TestNamespace::QQmlNotifierEndpoint*, void**) + 380 QtQA::App::TestRunner: 46 QtQml 0x00000001011c653c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 47 QtQml 0x00000001011349af TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 48 QtCore 0x0000000100d660f6 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 49 QtQml 0x000000010113026f TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 6687 QtQA::App::TestRunner: 50 QtQml 0x00000001011306f1 TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 7841 QtQA::App::TestRunner: 51 QtQml 0x00000001012352d8 TestNamespace::QV4Bindings::run(int, unsigned int&, TestNamespace::QQmlContextData*, TestNamespace::QQmlDelayedError*, TestNamespace::QObject*, TestNamespace::QObject*, TestNamespace::QFlags, bool*, void***) + 26232 QtQA::App::TestRunner: 52 QtQml 0x000000010122e83b TestNamespace::QV4Bindings::run(TestNamespace::QV4Bindings::Binding*, TestNamespace::QFlags) + 1707 QtQA::App::TestRunner: 53 QtQml 0x000000010122ebd9 TestNamespace::QV4BindingsSubscription_callback(TestNamespace::QQmlNotifierEndpoint*, void**) + 137 QtQA::App::TestRunner: 54 QtQml 0x00000001011c653c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 55 QtQml 0x00000001011349af TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 56 QtCore 0x0000000100d660f6 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 57 QtQml 0x000000010113026f TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 6687 QtQA::App::TestRunner: 58 QtQml 0x00000001011306f1 TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 7841 QtQA::App::TestRunner: 59 QtQml 0x000000010114bc86 TestNamespace::QQmlPropertyPrivate::write(TestNamespace::QObject*, TestNamespace::QQmlPropertyData const&, TestNamespace::QVariant const&, TestNamespace::QQmlContextData*, TestNamespace::QFlags) + 1462 QtQA::App::TestRunner: 60 QtQml 0x000000010114b6b8 TestNamespace::QQmlPropertyPrivate::writeValueProperty(TestNamespace::QObject*, TestNamespace::QQmlPropertyData const&, TestNamespace::QVariant const&, TestNamespace::QQmlContextData*, TestNamespace::QFlags) + 296 QtQA::App::TestRunner: 61 QtQml 0x000000010114dae3 TestNamespace::QQmlPropertyPrivate::writeBinding(TestNamespace::QObject*, TestNamespace::QQmlPropertyData const&, TestNamespace::QQmlContextData*, TestNamespace::QQmlJavaScriptExpression*, v8::Handle, bool, TestNamespace::QFlags) + 2611 QtQA::App::TestRunner: 62 QtQml 0x0000000101262546 TestNamespace::QV8Bindings::Binding::update(TestNamespace::QFlags) + 742 QtQA::App::TestRunner: 63 QtQml 0x00000001011c653c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 64 QtQml 0x00000001011349af TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 65 QtCore 0x0000000100d660f6 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 66 QtQuickTest 0x000000010000da2b TestNamespace::quick_test_main(int, char**, char const*, char const*) + 7275 QtQA::App::TestRunner: 67 tst_controls 0x0000000100003e56 main + 134 QtQA::App::TestRunner: 68 tst_controls 0x0000000100003dc4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef27e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8ca05786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8ca04316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef2192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8af0c594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8af0db85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef1df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100d7eb54 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100d7fada TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100d80a47 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100d36254 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x0000000100b785ad TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 QtCore 0x0000000100b7bfb7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4:: SamplerThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bce057 v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS() + 103 QtQA::App::TestRunner: 3 QtV8 0x0000000101c862b5 v8::internal::SamplerThread::Run() + 37 QtQA::App::TestRunner: 4 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QSGRenderThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef1bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8af0e274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x0000000100b7d55e TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 62 QtQA::App::TestRunner: 3 QtCore 0x0000000100b7d40c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 4 QtQuick 0x0000000101621bde TestNamespace::QSGRenderThread::processEventsAndWaitForMore() + 94 QtQA::App::TestRunner: 5 QtQuick 0x0000000101621cdb TestNamespace::QSGRenderThread::run() + 171 QtQA::App::TestRunner: 6 QtCore 0x0000000100b7bfb7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x000000006a803fb8 rbx: 0x000028c1b0efffe1 rcx: 0x0000000000000000 rdx: 0x0000000000000041 QtQA::App::TestRunner: rdi: 0x000028c1b0efffe1 rsi: 0x00000000ffffffc1 rbp: 0x00007fff5fbf8590 rsp: 0x00007fff5fbf8560 QtQA::App::TestRunner: r8: 0x0000000102065fe0 r9: 0x0000000102066580 r10: 0x0000000102066840 r11: 0x0000000095883213 QtQA::App::TestRunner: r12: 0x000028c1b0efffe0 r13: 0x000028c1b0efffe1 r14: 0x000028c1b1f3e391 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00000001019e893a rfl: 0x0000000000010202 cr2: 0x000028c21b703f98 QtQA::App::TestRunner: Logical CPU: 2 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100003fff +tst_controls (??? - ???) <79E4685A-2CC9-315C-9CE0-3AEC0A24D742> /work/*/tst_controls QtQA::App::TestRunner: 0x100006000 - 0x100019fff +QtQuickTest (5.2.0 - compatibility 5.2.0) <0F324A31-5C11-3F20-A358-CC4A04A446E4> /work/*/QtQuickTest.framework/Versions/5/QtQuickTest QtQA::App::TestRunner: 0x100029000 - 0x1004c2ff7 +QtWidgets (5.2.0 - compatibility 5.2.0) <35BE98AB-C392-3A75-BC0D-B50FD8A0D7B6> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x1006ba000 - 0x100a19fff +QtGui (5.2.0 - compatibility 5.2.0) <0278720C-57E5-384E-8960-B59B68F717E1> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100b55000 - 0x100fffff7 +QtCore (5.2.0 - compatibility 5.2.0) <4688B096-45BD-3771-A9F1-18EB2D6216E8> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x101109000 - 0x10131bff7 +QtQml (5.2.0 - compatibility 5.2.0) <60C482CC-AA60-31C4-8246-DF4786299566> /work/*/QtQml.framework/Versions/5/QtQml QtQA::App::TestRunner: 0x101416000 - 0x10151fff7 +QtNetwork (5.2.0 - compatibility 5.2.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x10159b000 - 0x1015a1fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1015a8000 - 0x101802ff7 +QtQuick (5.2.0 - compatibility 5.2.0) <27078E83-C220-38B9-96FD-C73208FAC9B4> /work/*/QtQuick.framework/Versions/5/QtQuick QtQA::App::TestRunner: 0x10198c000 - 0x1019adff7 +QtTest (5.2.0 - compatibility 5.2.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1019bf000 - 0x101df4ff7 +QtV8 (5.2.0 - compatibility 5.2.0) <3BCD63F8-DC91-3E44-BDC5-4260EC13EA68> /work/*/QtV8.framework/Versions/5/QtV8 QtQA::App::TestRunner: 0x1021f8000 - 0x1021fbfff +libqtquick2plugin.dylib (??? - ???) /work/*/libqtquick2plugin.dylib QtQA::App::TestRunner: 0x102683000 - 0x10268aff7 +libtestplugin.dylib (??? - ???) <5205E62A-FA17-3ADF-9AF8-8256F1F40D68> /work/*/libtestplugin.dylib QtQA::App::TestRunner: 0x102706000 - 0x10278cfff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1047a5000 - 0x1047ceff7 +QtPrintSupport (5.2.0 - compatibility 5.2.0) <3E99E513-6632-3C9F-8AB8-24BBCAC5AC19> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1047f9000 - 0x1047fcff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x104fb8000 - 0x104fc0ff7 +libqmltestplugin.dylib (??? - ???) <35CDA8B9-9F34-3C4D-9F1D-DDD68201F8D8> /work/*/libqmltestplugin.dylib QtQA::App::TestRunner: 0x104fc8000 - 0x104fcfff7 +libqtaccessiblequick.dylib (??? - ???) <1EA97817-A242-305C-9D0D-1C96B8250631> /work/*/libqtaccessiblequick.dylib QtQA::App::TestRunner: 0x104fd8000 - 0x104fe2fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x104fe8000 - 0x104febff7 +libwindowplugin.dylib (??? - ???) <707C3D3C-163F-3B5E-B8F3-DB3CD0D7083A> /work/*/libwindowplugin.dylib QtQA::App::TestRunner: 0x105cc4000 - 0x105cf2ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x108cb1000 - 0x108e69fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x108ea0000 - 0x108ffafff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x10902c000 - 0x109045fff +libplugin.dylib (??? - ???) <6CC951D9-0B6C-3B86-9131-228D7E49CDA3> /work/*/libplugin.dylib QtQA::App::TestRunner: 0x10905a000 - 0x109072ff7 +libqquicklayoutsplugin.dylib (??? - ???) /work/*/libqquicklayoutsplugin.dylib QtQA::App::TestRunner: 0x109084000 - 0x10909bfff +libprivateplugin.dylib (??? - ???) /work/*/libprivateplugin.dylib QtQA::App::TestRunner: 0x7fff68529000 - 0x7fff6855dbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff87e7d000 - 0x7fff87f72fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff88268000 - 0x7fff882b4ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff882cf000 - 0x7fff883d4fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8856a000 - 0x7fff8856cfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8856d000 - 0x7fff8856dfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8856f000 - 0x7fff885b0fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff885b1000 - 0x7fff885e1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff885e2000 - 0x7fff885e7fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8867c000 - 0x7fff88686ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff88b2b000 - 0x7fff88bc1ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff88bc2000 - 0x7fff88feffff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff88ff0000 - 0x7fff88ffbfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff88ffc000 - 0x7fff89002fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff89010000 - 0x7fff89013fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff89053000 - 0x7fff890a7fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8912e000 - 0x7fff89186ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff891db000 - 0x7fff8920eff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8920f000 - 0x7fff89285fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff89286000 - 0x7fff892eeff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff892ef000 - 0x7fff89341ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff89344000 - 0x7fff8936dfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff89560000 - 0x7fff89566fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8965f000 - 0x7fff89666fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff89667000 - 0x7fff8966bfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff89734000 - 0x7fff89735fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff89736000 - 0x7fff89814fff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff89815000 - 0x7fff8989aff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8989b000 - 0x7fff898a0ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89f66000 - 0x7fff89f78ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8a02b000 - 0x7fff8a06fff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff8a070000 - 0x7fff8a071fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8a072000 - 0x7fff8a086ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8a1ba000 - 0x7fff8a1bafff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8a1bb000 - 0x7fff8a2c8fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8a2c9000 - 0x7fff8a3cbfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8a3cc000 - 0x7fff8a502fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8a503000 - 0x7fff8a5e7ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8a614000 - 0x7fff8a70eff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff8a97c000 - 0x7fff8aa95fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8aa96000 - 0x7fff8aaa5ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8aafa000 - 0x7fff8ab03ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8ab04000 - 0x7fff8ab05ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8ab75000 - 0x7fff8ac7cfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8ac7d000 - 0x7fff8ac81ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8aebc000 - 0x7fff8af99fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8af9e000 - 0x7fff8b009ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8b00a000 - 0x7fff8b0a4ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8b0a5000 - 0x7fff8b0a7ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8b357000 - 0x7fff8b39bff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b39c000 - 0x7fff8b3e2fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff8b6e3000 - 0x7fff8b6eafff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8b6eb000 - 0x7fff8b75bfff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8b75c000 - 0x7fff8ba88fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8ba89000 - 0x7fff8bae9fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8baeb000 - 0x7fff8baf8ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8bb57000 - 0x7fff8bb7bfff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8bbda000 - 0x7fff8bc7ffff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8bcd8000 - 0x7fff8bce6ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8bd49000 - 0x7fff8bdbfff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8be82000 - 0x7fff8bebdfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8bebe000 - 0x7fff8bebefff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8bedb000 - 0x7fff8bee0fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8bee1000 - 0x7fff8c0e3fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8c0e4000 - 0x7fff8c1c3fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8c1c4000 - 0x7fff8c1c4fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c1c5000 - 0x7fff8c1d2fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8c1d3000 - 0x7fff8c246fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8c66d000 - 0x7fff8c962ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8c963000 - 0x7fff8c963fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c970000 - 0x7fff8c973fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8c974000 - 0x7fff8c9b4ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8c9b5000 - 0x7fff8c9b6fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8c9b7000 - 0x7fff8c9ddfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8c9de000 - 0x7fff8c9fffff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ca00000 - 0x7fff8ca01fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8ca02000 - 0x7fff8ca10fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8ca11000 - 0x7fff8ca17fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8ca18000 - 0x7fff8cb7ffff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8cb80000 - 0x7fff8cbe2ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cbe3000 - 0x7fff8cbeaff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8cbeb000 - 0x7fff8cbecff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8dd3b000 - 0x7fff8ddbefef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8e6fa000 - 0x7fff8e719fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8e71a000 - 0x7fff8e722fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8e723000 - 0x7fff8e728fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8eb72000 - 0x7fff8eb78ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8eb79000 - 0x7fff8eb7cfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8ebc3000 - 0x7fff8ebdafff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8ebdb000 - 0x7fff8ec5fff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8ecb7000 - 0x7fff8ecb7fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8f361000 - 0x7fff8f38cff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8f6c7000 - 0x7fff8f6ccfff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8f6df000 - 0x7fff8f6e6fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8f6e7000 - 0x7fff8f6e8ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8f708000 - 0x7fff8f8dcff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8f8df000 - 0x7fff8f91afff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff8f929000 - 0x7fff8f955ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8f956000 - 0x7fff8f959ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8f960000 - 0x7fff8fe27fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff902d2000 - 0x7fff902d2fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff902d3000 - 0x7fff902d7fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff902d8000 - 0x7fff902f5fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff90305000 - 0x7fff90353fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff90354000 - 0x7fff90cf2a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff90cf3000 - 0x7fff90cfeff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff90d13000 - 0x7fff90d28fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90d9e000 - 0x7fff90df2ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff90df5000 - 0x7fff9101ffe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff91020000 - 0x7fff91032ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff91033000 - 0x7fff9109bff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff9109c000 - 0x7fff910d5fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff91137000 - 0x7fff91d3dfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff91d3e000 - 0x7fff91d55fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92504000 - 0x7fff92ae8fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff92bc7000 - 0x7fff92ee3fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff92f10000 - 0x7fff92f1efff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92f1f000 - 0x7fff92f35fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92f36000 - 0x7fff92f5efff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff92f6b000 - 0x7fff92f6dfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff93116000 - 0x7fff93191ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff9339a000 - 0x7fff9339ffff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff933a0000 - 0x7fff933a0fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff933a1000 - 0x7fff933cafff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff933cb000 - 0x7fff9340bfe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff93436000 - 0x7fff9374ffff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff93750000 - 0x7fff93774fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff93df7000 - 0x7fff93e0aff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff93ebd000 - 0x7fff93edaff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff93edb000 - 0x7fff93efbfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff93efc000 - 0x7fff93f58ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff93f59000 - 0x7fff941cdfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff941ee000 - 0x7fff941f9ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff941fd000 - 0x7fff941fdfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff941fe000 - 0x7fff94210ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff94211000 - 0x7fff942c4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff942ee000 - 0x7fff943b5ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff943c4000 - 0x7fff9441fff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff94420000 - 0x7fff94436ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff94442000 - 0x7fff9446ffe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff94470000 - 0x7fff944b2ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff944b3000 - 0x7fff94555fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff94556000 - 0x7fff9463ae5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff9463b000 - 0x7fff947dbff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff947dc000 - 0x7fff947e0fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff947e1000 - 0x7fff947fdff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff947fe000 - 0x7fff94838fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff94839000 - 0x7fff94945fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff94946000 - 0x7fff94948fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff94949000 - 0x7fff94958fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff94959000 - 0x7fff94ab6fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff94af2000 - 0x7fff94b31fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff94d2f000 - 0x7fff94d2ffff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff94d30000 - 0x7fff94dd1fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 2389 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=182.0M resident=138.7M(76%) swapped_out_or_unallocated=43.2M(24%) QtQA::App::TestRunner: Writable regions: Total=125.4M written=21.1M(17%) resident=26.8M(21%) swapped_out=0K(0%) unallocated=98.6M(79%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 3380K QtQA::App::TestRunner: CG image 8K QtQA::App::TestRunner: CG shared images 3376K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 82.1M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: Memory tag=255 548.5M QtQA::App::TestRunner: Memory tag=255 (reserved) 1920K reserved VM address space (unallocated) QtQA::App::TestRunner: OpenGL GLSL 1024K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.4M QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.7M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 58.3M QtQA::App::TestRunner: __TEXT 123.7M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.0M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 1.0G QtQA::App::TestRunner: TOTAL, minus reserved VM space 998.2M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : qtquickcontrols::Tests_ApplicationWindow::initTestCase() PASS : qtquickcontrols::Tests_ApplicationWindow::test_window() PASS : qtquickcontrols::Tests_ApplicationWindow::cleanupTestCase() PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() FAIL! : qtquickcontrols::Tests_Button::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_button.qml(120)] FAIL! : qtquickcontrols::Tests_Button::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_button.qml(156)] PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() FAIL! : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(234)] FAIL! : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(270)] PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() FAIL! : qtquickcontrols::Tests_CheckBox::test_keyPressed() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(149)] PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(155)] PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() FAIL! : qtquickcontrols::Tests_ComboBox::test_keyupdown() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(77)] PASS : qtquickcontrols::Tests_ComboBox::test_textrole() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() FAIL! : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_groupbox.qml(146)] PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() FAIL! : qtquickcontrols::Tests_Label::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_label.qml(89)] PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() FAIL! : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_progressbar.qml(160)] PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() FAIL! : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(187)] FAIL! : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(223)] PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() FAIL! : qtquickcontrols::Tests_RadioButton::test_keyPressed() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(135)] PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() FAIL! : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_scrollview.qml(141)] PASS : qtquickcontrols::Tests_ScrollView::test_scroll() QtQA::App::TestRunner: Process exited due to signal 11 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_controls [8449] QtQA::App::TestRunner: Path: /work/*/tst_controls QtQA::App::TestRunner: Identifier: tst_controls QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [8440] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-19 19:17:04.673 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGSEGV) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x000010bef0d03f90 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x10bef0d03f90: QtQA::App::TestRunner: Memory tag=255 00000f6887f00000-00000f6887f25000 [ 148K] rw-/rwx SM=PRV QtQA::App::TestRunner: --> QtQA::App::TestRunner: Memory tag=255 000010bf0c000000-000010bf0ce00000 [ 14.0M] ---/rwx SM=NUL QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[8449]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 QtV8 0x00000001019e893a v8::internal::JSObject::SetExternalResourceObject(v8::internal::Object*) + 170 QtQA::App::TestRunner: 1 QtV8 0x00000001019db471 v8::Object::SetExternalResource(v8::Object::ExternalResource*) + 129 QtQA::App::TestRunner: 2 QtQml 0x00000001012555c7 TestNamespace::QQmlPropertyCache::newQObject(TestNamespace::QObject*, TestNamespace::QV8Engine*) + 2279 QtQA::App::TestRunner: 3 QtQml 0x0000000101256d2b TestNamespace::QV8QObjectWrapper::newQObject(TestNamespace::QObject*, TestNamespace::QQmlData*, TestNamespace::QV8Engine*) + 107 QtQA::App::TestRunner: 4 QtQml 0x0000000101256f3c TestNamespace::QV8QObjectWrapper::newQObject(TestNamespace::QObject*) + 444 QtQA::App::TestRunner: 5 QtQml 0x000000010125290c TestNamespace::QV8QObjectWrapper::GetProperty(TestNamespace::QV8Engine*, TestNamespace::QObject*, v8::Handle*, TestNamespace::QHashedV8String const&, TestNamespace::QQmlContextData*, TestNamespace::QV8QObjectWrapper::RevisionMode) + 972 QtQA::App::TestRunner: 6 QtQml 0x000000010124ea0c TestNamespace::QV8ContextWrapper::Getter(v8::Local, v8::AccessorInfo const&) + 444 QtQA::App::TestRunner: 7 QtV8 0x0000000101bf0200 _ZN2v88internalL19LoadWithInterceptorEPNS0_9ArgumentsEP18PropertyAttributes + 192 QtQA::App::TestRunner: 8 QtV8 0x0000000101bf0350 v8::internal::LoadPropertyWithInterceptorForCall(v8::internal::Arguments, v8::internal::Isolate*) + 32 QtQA::App::TestRunner: 9 ??? 0x0000124a00f062ee 0 + 20109052633838 QtQA::App::TestRunner: 10 ??? 0x0000124a00f5e2ea 0 + 20109052994282 QtQA::App::TestRunner: 11 ??? 0x0000124a00fafda2 0 + 20109053328802 QtQA::App::TestRunner: 12 ??? 0x0000124a00f25ac4 0 + 20109052762820 QtQA::App::TestRunner: 13 ??? 0x0000124a00f079f7 0 + 20109052639735 QtQA::App::TestRunner: 14 QtV8 0x0000000101a399e0 _ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_PbS5_ + 576 QtQA::App::TestRunner: 15 QtV8 0x0000000101a3956b v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool, v8::internal::Handle) + 347 QtQA::App::TestRunner: 16 QtV8 0x0000000101a39401 v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool) + 33 QtQA::App::TestRunner: 17 QtV8 0x00000001019d93de v8::Function::Call(v8::Handle, int, v8::Handle*) + 366 QtQA::App::TestRunner: 18 QtQml 0x00000001011df7c8 TestNamespace::QQmlJavaScriptExpression::evaluate(TestNamespace::QQmlContextData*, v8::Handle, int, v8::Handle*, bool*) + 712 QtQA::App::TestRunner: 19 QtQml 0x000000010126246d TestNamespace::QV8Bindings::Binding::update(TestNamespace::QFlags) + 525 QtQA::App::TestRunner: 20 QtQml 0x0000000101165557 TestNamespace::QQmlVME::complete(TestNamespace::QQmlVME::Interrupt const&) + 327 QtQA::App::TestRunner: 21 QtQml 0x000000010115646d TestNamespace::QQmlIncubatorPrivate::incubate(TestNamespace::QQmlVME::Interrupt&) + 1437 QtQA::App::TestRunner: 22 QtQml 0x0000000101155dc9 TestNamespace::QQmlEnginePrivate::incubate(TestNamespace::QQmlIncubator&, TestNamespace::QQmlContextData*) + 297 QtQA::App::TestRunner: 23 QtQml 0x0000000101153e75 TestNamespace::QQmlComponent::create(TestNamespace::QQmlIncubator&, TestNamespace::QQmlContext*, TestNamespace::QQmlContext*) + 469 QtQA::App::TestRunner: 24 QtQuick 0x00000001016d52f8 TestNamespace::QQuickLoaderPrivate::_q_sourceLoaded() + 392 QtQA::App::TestRunner: 25 QtQuick 0x00000001016d4c55 TestNamespace::QQuickLoaderPrivate::load() + 69 QtQA::App::TestRunner: 26 QtQml 0x0000000101165613 TestNamespace::QQmlVME::complete(TestNamespace::QQmlVME::Interrupt const&) + 515 QtQA::App::TestRunner: 27 QtQml 0x00000001011539c1 TestNamespace::QQmlComponentPrivate::complete(TestNamespace::QQmlEnginePrivate*, TestNamespace::QQmlComponentPrivate::ConstructionState*) + 65 QtQA::App::TestRunner: 28 QtQml 0x000000010115126b TestNamespace::QQmlComponentPrivate::completeCreate() + 43 QtQA::App::TestRunner: 29 QtQml 0x00000001011540d9 TestNamespace::QQmlComponent::createObject(TestNamespace::QQmlV8Function*) + 585 QtQA::App::TestRunner: 30 QtQml 0x00000001012afa87 TestNamespace::QQmlComponent::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 343 QtQA::App::TestRunner: 31 QtQml 0x00000001012afca2 TestNamespace::QQmlComponent::qt_metacall(TestNamespace::QMetaObject::Call, int, void**) + 98 QtQA::App::TestRunner: 32 QtQml 0x0000000101251253 TestNamespace::QV8QObjectWrapper::Invoke(v8::Arguments const&) + 1651 QtQA::App::TestRunner: 33 QtV8 0x0000000101a03b16 _ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE + 502 QtQA::App::TestRunner: 34 ??? 0x0000124a00f062ee 0 + 20109052633838 QtQA::App::TestRunner: 35 ??? 0x0000124a00f2d07f 0 + 20109052792959 QtQA::App::TestRunner: 36 ??? 0x0000124a00f0b654 0 + 20109052655188 QtQA::App::TestRunner: 37 ??? 0x0000124a00fba8b4 0 + 20109053372596 QtQA::App::TestRunner: 38 ??? 0x0000124a00f0b654 0 + 20109052655188 QtQA::App::TestRunner: 39 ??? 0x0000124a00f3ef79 0 + 20109052866425 QtQA::App::TestRunner: 40 ??? 0x0000124a00f4091e 0 + 20109052872990 QtQA::App::TestRunner: 41 ??? 0x0000124a00f0b654 0 + 20109052655188 QtQA::App::TestRunner: 42 ??? 0x0000124a00f3e1aa 0 + 20109052862890 QtQA::App::TestRunner: 43 ??? 0x0000124a00f3b25b 0 + 20109052850779 QtQA::App::TestRunner: 44 ??? 0x0000124a00f25ac4 0 + 20109052762820 QtQA::App::TestRunner: 45 ??? 0x0000124a00f079f7 0 + 20109052639735 QtQA::App::TestRunner: 46 QtV8 0x0000000101a399e0 _ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_PbS5_ + 576 QtQA::App::TestRunner: 47 QtV8 0x0000000101a3956b v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool, v8::internal::Handle) + 347 QtQA::App::TestRunner: 48 QtV8 0x0000000101a39401 v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool) + 33 QtQA::App::TestRunner: 49 QtV8 0x00000001019d93de v8::Function::Call(v8::Handle, int, v8::Handle*) + 366 QtQA::App::TestRunner: 50 QtQml 0x00000001011df7c8 TestNamespace::QQmlJavaScriptExpression::evaluate(TestNamespace::QQmlContextData*, v8::Handle, int, v8::Handle*, bool*) + 712 QtQA::App::TestRunner: 51 QtQml 0x0000000101185b7d TestNamespace::QQmlBoundSignalExpression::evaluate(void**) + 1613 QtQA::App::TestRunner: 52 QtQml 0x000000010118689c TestNamespace::QQmlBoundSignal_callback(TestNamespace::QQmlNotifierEndpoint*, void**) + 380 QtQA::App::TestRunner: 53 QtQml 0x00000001011c653c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 54 QtQml 0x00000001011349af TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 55 QtCore 0x0000000100d660f6 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 56 QtQml 0x000000010113026f TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 6687 QtQA::App::TestRunner: 57 QtQml 0x00000001011306f1 TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 7841 QtQA::App::TestRunner: 58 QtQml 0x00000001012352d8 TestNamespace::QV4Bindings::run(int, unsigned int&, TestNamespace::QQmlContextData*, TestNamespace::QQmlDelayedError*, TestNamespace::QObject*, TestNamespace::QObject*, TestNamespace::QFlags, bool*, void***) + 26232 QtQA::App::TestRunner: 59 QtQml 0x000000010122e83b TestNamespace::QV4Bindings::run(TestNamespace::QV4Bindings::Binding*, TestNamespace::QFlags) + 1707 QtQA::App::TestRunner: 60 QtQml 0x000000010122ebd9 TestNamespace::QV4BindingsSubscription_callback(TestNamespace::QQmlNotifierEndpoint*, void**) + 137 QtQA::App::TestRunner: 61 QtQml 0x00000001011c653c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 62 QtQml 0x00000001011349af TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 63 QtCore 0x0000000100d660f6 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 64 QtQml 0x000000010113026f TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 6687 QtQA::App::TestRunner: 65 QtQml 0x00000001011306f1 TestNamespace::QQmlVMEMetaObject::metaCall(TestNamespace::QMetaObject::Call, int, void**) + 7841 QtQA::App::TestRunner: 66 QtQml 0x000000010114bc86 TestNamespace::QQmlPropertyPrivate::write(TestNamespace::QObject*, TestNamespace::QQmlPropertyData const&, TestNamespace::QVariant const&, TestNamespace::QQmlContextData*, TestNamespace::QFlags) + 1462 QtQA::App::TestRunner: 67 QtQml 0x000000010114b6b8 TestNamespace::QQmlPropertyPrivate::writeValueProperty(TestNamespace::QObject*, TestNamespace::QQmlPropertyData const&, TestNamespace::QVariant const&, TestNamespace::QQmlContextData*, TestNamespace::QFlags) + 296 QtQA::App::TestRunner: 68 QtQml 0x000000010114dae3 TestNamespace::QQmlPropertyPrivate::writeBinding(TestNamespace::QObject*, TestNamespace::QQmlPropertyData const&, TestNamespace::QQmlContextData*, TestNamespace::QQmlJavaScriptExpression*, v8::Handle, bool, TestNamespace::QFlags) + 2611 QtQA::App::TestRunner: 69 QtQml 0x0000000101262546 TestNamespace::QV8Bindings::Binding::update(TestNamespace::QFlags) + 742 QtQA::App::TestRunner: 70 QtQml 0x00000001011c653c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 71 QtQml 0x00000001011349af TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 72 QtCore 0x0000000100d660f6 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 73 QtQuickTest 0x000000010000da2b TestNamespace::quick_test_main(int, char**, char const*, char const*) + 7275 QtQA::App::TestRunner: 74 tst_controls 0x0000000100003e56 main + 134 QtQA::App::TestRunner: 75 tst_controls 0x0000000100003dc4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef27e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8ca05786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8ca04316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef2192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8af0c594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8af0db85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef2192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8af0c594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8af0db85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef1df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100d7eb54 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100d7fada TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100d80a47 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100d36254 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x0000000100b785ad TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 QtCore 0x0000000100b7bfb7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: SamplerThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bce057 v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS() + 103 QtQA::App::TestRunner: 3 QtV8 0x0000000101c862b5 v8::internal::SamplerThread::Run() + 37 QtQA::App::TestRunner: 4 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef06b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x0000000101c86218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101bf1916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x0000000101c85abc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef2192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8af0c594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8af0db85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 11:: QSGRenderThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff93ef1e42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8aec0dea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c1b4eb TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 QtQuick 0x0000000101621934 TestNamespace::QSGRenderThread::syncAndRender() + 148 QtQA::App::TestRunner: 4 QtQuick 0x0000000101621ca5 TestNamespace::QSGRenderThread::run() + 117 QtQA::App::TestRunner: 5 QtCore 0x0000000100b7bfb7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8af0a8bf _pthread_start + 335 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8af0db75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0xffffffffe3d03fb8 rbx: 0x000010bf0cffffd9 rcx: 0x0000000000000000 rdx: 0x0000000000000041 QtQA::App::TestRunner: rdi: 0x000010bf0cffffd9 rsi: 0x000000000000003a rbp: 0x00007fff5fbf9b30 rsp: 0x00007fff5fbf9b00 QtQA::App::TestRunner: r8: 0x0000000105540fd0 r9: 0x0000000105541550 r10: 0x0000000105541810 r11: 0x00000000dfffffff QtQA::App::TestRunner: r12: 0x000010bf0cffffd8 r13: 0x000010bf0cffffd9 r14: 0x000010bf0df2fdd9 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00000001019e893a rfl: 0x0000000000010282 cr2: 0x000010bef0d03f90 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100003fff +tst_controls (??? - ???) <79E4685A-2CC9-315C-9CE0-3AEC0A24D742> /work/*/tst_controls QtQA::App::TestRunner: 0x100006000 - 0x100019fff +QtQuickTest (5.2.0 - compatibility 5.2.0) <0F324A31-5C11-3F20-A358-CC4A04A446E4> /work/*/QtQuickTest.framework/Versions/5/QtQuickTest QtQA::App::TestRunner: 0x100029000 - 0x1004c2ff7 +QtWidgets (5.2.0 - compatibility 5.2.0) <35BE98AB-C392-3A75-BC0D-B50FD8A0D7B6> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x1006ba000 - 0x100a19fff +QtGui (5.2.0 - compatibility 5.2.0) <0278720C-57E5-384E-8960-B59B68F717E1> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100b55000 - 0x100fffff7 +QtCore (5.2.0 - compatibility 5.2.0) <4688B096-45BD-3771-A9F1-18EB2D6216E8> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x101109000 - 0x10131bff7 +QtQml (5.2.0 - compatibility 5.2.0) <60C482CC-AA60-31C4-8246-DF4786299566> /work/*/QtQml.framework/Versions/5/QtQml QtQA::App::TestRunner: 0x101416000 - 0x10151fff7 +QtNetwork (5.2.0 - compatibility 5.2.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x10159b000 - 0x1015a1fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1015a8000 - 0x101802ff7 +QtQuick (5.2.0 - compatibility 5.2.0) <27078E83-C220-38B9-96FD-C73208FAC9B4> /work/*/QtQuick.framework/Versions/5/QtQuick QtQA::App::TestRunner: 0x10198c000 - 0x1019adff7 +QtTest (5.2.0 - compatibility 5.2.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1019bf000 - 0x101df4ff7 +QtV8 (5.2.0 - compatibility 5.2.0) <3BCD63F8-DC91-3E44-BDC5-4260EC13EA68> /work/*/QtV8.framework/Versions/5/QtV8 QtQA::App::TestRunner: 0x1021f8000 - 0x1021fbfff +libqtquick2plugin.dylib (??? - ???) /work/*/libqtquick2plugin.dylib QtQA::App::TestRunner: 0x102706000 - 0x10278cfff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104fa5000 - 0x104fceff7 +QtPrintSupport (5.2.0 - compatibility 5.2.0) <3E99E513-6632-3C9F-8AB8-24BBCAC5AC19> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x104ff9000 - 0x104ffcff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x106af9000 - 0x106afcff7 +libwindowplugin.dylib (??? - ???) <707C3D3C-163F-3B5E-B8F3-DB3CD0D7083A> /work/*/libwindowplugin.dylib QtQA::App::TestRunner: 0x106d00000 - 0x106d08ff7 +libqmltestplugin.dylib (??? - ???) <35CDA8B9-9F34-3C4D-9F1D-DDD68201F8D8> /work/*/libqmltestplugin.dylib QtQA::App::TestRunner: 0x106d10000 - 0x106d17ff7 +libqtaccessiblequick.dylib (??? - ???) <1EA97817-A242-305C-9D0D-1C96B8250631> /work/*/libqtaccessiblequick.dylib QtQA::App::TestRunner: 0x106f53000 - 0x106f81ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x106f8a000 - 0x106f94fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x108cb1000 - 0x108e69fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x108ea0000 - 0x108ffafff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x10902c000 - 0x109045fff +libplugin.dylib (??? - ???) <6CC951D9-0B6C-3B86-9131-228D7E49CDA3> /work/*/libplugin.dylib QtQA::App::TestRunner: 0x10905a000 - 0x109072ff7 +libqquicklayoutsplugin.dylib (??? - ???) /work/*/libqquicklayoutsplugin.dylib QtQA::App::TestRunner: 0x109084000 - 0x10909bfff +libprivateplugin.dylib (??? - ???) /work/*/libprivateplugin.dylib QtQA::App::TestRunner: 0x7fff61d46000 - 0x7fff61d7abaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff87e7d000 - 0x7fff87f72fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff88268000 - 0x7fff882b4ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff882cf000 - 0x7fff883d4fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8856a000 - 0x7fff8856cfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8856d000 - 0x7fff8856dfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8856f000 - 0x7fff885b0fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff885b1000 - 0x7fff885e1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff885e2000 - 0x7fff885e7fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8867c000 - 0x7fff88686ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff88b2b000 - 0x7fff88bc1ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff88bc2000 - 0x7fff88feffff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff88ff0000 - 0x7fff88ffbfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff88ffc000 - 0x7fff89002fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff89010000 - 0x7fff89013fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff89053000 - 0x7fff890a7fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8912e000 - 0x7fff89186ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff891db000 - 0x7fff8920eff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8920f000 - 0x7fff89285fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff89286000 - 0x7fff892eeff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff892ef000 - 0x7fff89341ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff89344000 - 0x7fff8936dfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff89560000 - 0x7fff89566fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8965f000 - 0x7fff89666fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff89667000 - 0x7fff8966bfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff89734000 - 0x7fff89735fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff89736000 - 0x7fff89814fff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff89815000 - 0x7fff8989aff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8989b000 - 0x7fff898a0ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89f66000 - 0x7fff89f78ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8a02b000 - 0x7fff8a06fff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff8a070000 - 0x7fff8a071fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8a072000 - 0x7fff8a086ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8a1ba000 - 0x7fff8a1bafff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8a1bb000 - 0x7fff8a2c8fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8a2c9000 - 0x7fff8a3cbfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8a3cc000 - 0x7fff8a502fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8a503000 - 0x7fff8a5e7ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8a614000 - 0x7fff8a70eff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff8a97c000 - 0x7fff8aa95fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8aa96000 - 0x7fff8aaa5ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8aafa000 - 0x7fff8ab03ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8ab04000 - 0x7fff8ab05ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8ab75000 - 0x7fff8ac7cfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8ac7d000 - 0x7fff8ac81ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8aebc000 - 0x7fff8af99fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8af9e000 - 0x7fff8b009ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8b00a000 - 0x7fff8b0a4ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8b0a5000 - 0x7fff8b0a7ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8b357000 - 0x7fff8b39bff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b39c000 - 0x7fff8b3e2fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff8b6e3000 - 0x7fff8b6eafff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8b6eb000 - 0x7fff8b75bfff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8b75c000 - 0x7fff8ba88fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8ba89000 - 0x7fff8bae9fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8baeb000 - 0x7fff8baf8ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8bb57000 - 0x7fff8bb7bfff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8bbda000 - 0x7fff8bc7ffff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8bcd8000 - 0x7fff8bce6ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8bd49000 - 0x7fff8bdbfff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8be82000 - 0x7fff8bebdfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8bebe000 - 0x7fff8bebefff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8bedb000 - 0x7fff8bee0fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8bee1000 - 0x7fff8c0e3fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8c0e4000 - 0x7fff8c1c3fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8c1c4000 - 0x7fff8c1c4fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8c1c5000 - 0x7fff8c1d2fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8c1d3000 - 0x7fff8c246fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8c66d000 - 0x7fff8c962ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8c963000 - 0x7fff8c963fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c970000 - 0x7fff8c973fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8c974000 - 0x7fff8c9b4ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8c9b5000 - 0x7fff8c9b6fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8c9b7000 - 0x7fff8c9ddfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8c9de000 - 0x7fff8c9fffff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8ca00000 - 0x7fff8ca01fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8ca02000 - 0x7fff8ca10fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8ca11000 - 0x7fff8ca17fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8ca18000 - 0x7fff8cb7ffff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8cb80000 - 0x7fff8cbe2ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8cbe3000 - 0x7fff8cbeaff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8cbeb000 - 0x7fff8cbecff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8dd3b000 - 0x7fff8ddbefef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8e6fa000 - 0x7fff8e719fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8e71a000 - 0x7fff8e722fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8e723000 - 0x7fff8e728fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8eb72000 - 0x7fff8eb78ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8eb79000 - 0x7fff8eb7cfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8ebc3000 - 0x7fff8ebdafff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8ebdb000 - 0x7fff8ec5fff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8ecb7000 - 0x7fff8ecb7fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8f361000 - 0x7fff8f38cff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8f6c7000 - 0x7fff8f6ccfff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8f6df000 - 0x7fff8f6e6fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8f6e7000 - 0x7fff8f6e8ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8f708000 - 0x7fff8f8dcff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8f8df000 - 0x7fff8f91afff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff8f929000 - 0x7fff8f955ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff8f956000 - 0x7fff8f959ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8f960000 - 0x7fff8fe27fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff902d2000 - 0x7fff902d2fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff902d3000 - 0x7fff902d7fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff902d8000 - 0x7fff902f5fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff90305000 - 0x7fff90353fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff90354000 - 0x7fff90cf2a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff90cf3000 - 0x7fff90cfeff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff90d13000 - 0x7fff90d28fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90d9e000 - 0x7fff90df2ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff90df5000 - 0x7fff9101ffe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff91020000 - 0x7fff91032ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff91033000 - 0x7fff9109bff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff9109c000 - 0x7fff910d5fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff91137000 - 0x7fff91d3dfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff91d3e000 - 0x7fff91d55fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92504000 - 0x7fff92ae8fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff92bc7000 - 0x7fff92ee3fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff92f10000 - 0x7fff92f1efff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92f1f000 - 0x7fff92f35fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92f36000 - 0x7fff92f5efff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff92f6b000 - 0x7fff92f6dfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff93116000 - 0x7fff93191ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff9339a000 - 0x7fff9339ffff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff933a0000 - 0x7fff933a0fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff933a1000 - 0x7fff933cafff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff933cb000 - 0x7fff9340bfe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff93436000 - 0x7fff9374ffff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff93750000 - 0x7fff93774fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff93df7000 - 0x7fff93e0aff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff93ebd000 - 0x7fff93edaff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff93edb000 - 0x7fff93efbfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff93efc000 - 0x7fff93f58ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff93f59000 - 0x7fff941cdfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff941ee000 - 0x7fff941f9ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff941fd000 - 0x7fff941fdfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff941fe000 - 0x7fff94210ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff94211000 - 0x7fff942c4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff942ee000 - 0x7fff943b5ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff943c4000 - 0x7fff9441fff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff94420000 - 0x7fff94436ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff94442000 - 0x7fff9446ffe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff94470000 - 0x7fff944b2ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff944b3000 - 0x7fff94555fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff94556000 - 0x7fff9463ae5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff9463b000 - 0x7fff947dbff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff947dc000 - 0x7fff947e0fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff947e1000 - 0x7fff947fdff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff947fe000 - 0x7fff94838fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff94839000 - 0x7fff94945fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff94946000 - 0x7fff94948fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff94949000 - 0x7fff94958fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff94959000 - 0x7fff94ab6fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff94af2000 - 0x7fff94b31fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff94d2f000 - 0x7fff94d2ffff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff94d30000 - 0x7fff94dd1fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 2406 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=181.9M resident=138.6M(76%) swapped_out_or_unallocated=43.2M(24%) QtQA::App::TestRunner: Writable regions: Total=120.3M written=13.4M(11%) resident=19.0M(16%) swapped_out=0K(0%) unallocated=101.4M(84%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1456K QtQA::App::TestRunner: CG image 8K QtQA::App::TestRunner: CG shared images 3376K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 78.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: Memory tag=255 547.5M QtQA::App::TestRunner: Memory tag=255 (reserved) 1984K reserved VM address space (unallocated) QtQA::App::TestRunner: OpenGL GLSL 1024K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 11.4M QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.7M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 58.2M QtQA::App::TestRunner: __TEXT 123.7M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.0M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 994.9M QtQA::App::TestRunner: TOTAL, minus reserved VM space 993.0M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 19 seconds, signal 11 Build log: http://testresults.qt-project.org/ci/QtQuickControls_dev_Integration/build_00066/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1366386909): http://codereview.qt-project.org/53644 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 19 18:36:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 19:36:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130419_163634_072317.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #101: SUCCESS Tested changes (refs/builds/stable_1366386223): http://codereview.qt-project.org/54336 [PS1] - Some visual tweaks to qml style http://codereview.qt-project.org/54334 [PS1] - Fix focus appearance on ToolButton and TableView http://codereview.qt-project.org/54327 [PS1] - Add focus rect for tabs with Qt Quick Style From ci-noreply at qt-project.org Fri Apr 19 18:40:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 19:40:02 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130419_164002_094018.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00054/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366387901): http://codereview.qt-project.org/53639 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 19 20:10:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 21:10:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_181057_065000.ci-noreply@qt-project.org> QtBase_stable_Integration #968: SUCCESS Tested changes (refs/builds/stable_1366387156): http://codereview.qt-project.org/52194 [PS9] - Let platform plugin decide if accessibility is active http://codereview.qt-project.org/54192 [PS2] - Doc: added details for QRegisterStaticFunction(plugin) From ci-noreply at qt-project.org Fri Apr 19 20:23:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 21:23:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130419_182325_080878.ci-noreply@qt-project.org> Autotests `tst_examples (qtquick1)' and `tst_qthreadpool' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_examples QtQA::App::TestRunner: Timed out after 400 seconds QtQA::App::TestRunner: unable to kill subprocess 94378no return status from subprocess QtQA::App::TestRunner: Process exited due to signal 127; dumped core QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter. QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_examples ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_examples::initTestCase() PASS : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml) unexpected error talking to subprocess: 'failure reading from subprocess: Interrupted system call at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. ' at /work/build/_qtqa_latest/scripts/generic/testrunner.pl line 1269. Testing tst_QThreadPool FAIL! : tst_QThreadPool::tryStartCount() Compared values are not the same Actual (count): 2 Expected (QThread::idealThreadCount()): 4 Loc: [tst_qthreadpool.cpp(744)] Totals: 53 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QThreadPool ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QThreadPool::initTestCase() PASS : tst_QThreadPool::runFunction() PASS : tst_QThreadPool::createThreadRunFunction() PASS : tst_QThreadPool::runMultiple() PASS : tst_QThreadPool::waitcomplete() PASS : tst_QThreadPool::runTask() PASS : tst_QThreadPool::singleton() PASS : tst_QThreadPool::destruction() PASS : tst_QThreadPool::threadRecycling() PASS : tst_QThreadPool::expiryTimeout() PASS : tst_QThreadPool::exceptions() PASS : tst_QThreadPool::setMaxThreadCount(1) PASS : tst_QThreadPool::setMaxThreadCount(-1) PASS : tst_QThreadPool::setMaxThreadCount(2) PASS : tst_QThreadPool::setMaxThreadCount(-2) PASS : tst_QThreadPool::setMaxThreadCount(4) PASS : tst_QThreadPool::setMaxThreadCount(-4) PASS : tst_QThreadPool::setMaxThreadCount(0) PASS : tst_QThreadPool::setMaxThreadCount(12345) PASS : tst_QThreadPool::setMaxThreadCount(-6789) PASS : tst_QThreadPool::setMaxThreadCount(42) PASS : tst_QThreadPool::setMaxThreadCount(-666) PASS : tst_QThreadPool::setMaxThreadCountStartsAndStopsThreads() PASS : tst_QThreadPool::reserveThread(1) PASS : tst_QThreadPool::reserveThread(-1) PASS : tst_QThreadPool::reserveThread(2) PASS : tst_QThreadPool::reserveThread(-2) PASS : tst_QThreadPool::reserveThread(4) PASS : tst_QThreadPool::reserveThread(-4) PASS : tst_QThreadPool::reserveThread(0) PASS : tst_QThreadPool::reserveThread(12345) PASS : tst_QThreadPool::reserveThread(-6789) PASS : tst_QThreadPool::reserveThread(42) PASS : tst_QThreadPool::reserveThread(-666) PASS : tst_QThreadPool::releaseThread(1) PASS : tst_QThreadPool::releaseThread(-1) PASS : tst_QThreadPool::releaseThread(2) PASS : tst_QThreadPool::releaseThread(-2) PASS : tst_QThreadPool::releaseThread(4) PASS : tst_QThreadPool::releaseThread(-4) PASS : tst_QThreadPool::releaseThread(0) PASS : tst_QThreadPool::releaseThread(12345) PASS : tst_QThreadPool::releaseThread(-6789) PASS : tst_QThreadPool::releaseThread(42) PASS : tst_QThreadPool::releaseThread(-666) PASS : tst_QThreadPool::start() PASS : tst_QThreadPool::tryStart() PASS : tst_QThreadPool::tryStartPeakThreadCount() PASS : tst_QThreadPool::tryStartCount() PASS : tst_QThreadPool::waitForDone() PASS : tst_QThreadPool::waitForDoneTimeout() PASS : tst_QThreadPool::destroyingWaitsForTasksToFinish() PASS : tst_QThreadPool::stressTest() PASS : tst_QThreadPool::cleanupTestCase() Totals: 54 passed, 0 failed, 0 skipped ********* Finished testing of tst_QThreadPool ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qthreadpool [76304] QtQA::App::TestRunner: Path: /work/*/tst_qthreadpool.app/Contents/MacOS/tst_qthreadpool QtQA::App::TestRunner: Identifier: tst_qthreadpool QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [75618] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-19 19:09:11.589 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[76304]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9670bbf2 __psynch_mutexwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d7231a1 pthread_mutex_lock + 545 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8d7282fb _pthread_cond_wait + 975 QtQA::App::TestRunner: 3 QtCore 0x000000010006c59e TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 62 QtQA::App::TestRunner: 4 QtCore 0x000000010006c44c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x000000010006bd0d TestNamespace::QThread::wait(unsigned long) + 285 QtQA::App::TestRunner: 6 QtCore 0x0000000100068539 TestNamespace::QThreadPoolPrivate::reset() + 569 QtQA::App::TestRunner: 7 QtCore 0x0000000100068ad3 TestNamespace::QThreadPool::waitForDone(int) + 35 QtQA::App::TestRunner: 8 QtCore 0x0000000100227b00 TestNamespace::QCoreApplication::~QCoreApplication() + 80 QtQA::App::TestRunner: 9 com.yourcompany.tst_qthreadpool 0x00000001000067b1 main + 161 QtQA::App::TestRunner: 10 com.yourcompany.tst_qthreadpool 0x0000000100003374 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9670c7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8f21f786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8f21e316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9670bbde __psynch_mutexdrop + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8d7236e9 pthread_mutex_unlock + 330 QtQA::App::TestRunner: 2 QtCore 0x000000010006c388 TestNamespace::QWaitCondition::wakeAll() + 88 QtQA::App::TestRunner: 3 QtCore 0x000000010006b1e4 TestNamespace::QThreadPrivate::finish(void*) + 292 QtQA::App::TestRunner: 4 QtCore 0x000000010006b009 TestNamespace::QThreadPrivate::start(void*) + 489 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff8d7248bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8d727b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000010 rbx: 0x00000001030001c0 rcx: 0x00007fff5fbfe9a8 rdx: 0x0000000000000100 QtQA::App::TestRunner: rdi: 0x00000001030001c0 rsi: 0x0000000000000303 rbp: 0x00007fff5fbfe9f0 rsp: 0x00007fff5fbfe9a8 QtQA::App::TestRunner: r8: 0x0000000000002060 r9: 0x0000000000000060 r10: 0x0000000000095867 r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000000000100 r13: 0x0000000000000303 r14: 0x0000000000000000 r15: 0x0000000000000303 QtQA::App::TestRunner: rip: 0x00007fff9670bbf2 rfl: 0x0000000000000207 cr2: 0x00007f8fac5a6a40 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100009ff7 +com.yourcompany.tst_qthreadpool (??? - ???) <5998F599-496F-32B1-9A06-3F79675FD2F9> /work/*/tst_qthreadpool.app/Contents/MacOS/tst_qthreadpool QtQA::App::TestRunner: 0x100011000 - 0x100032ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100044000 - 0x1004eeff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x7fff645fa000 - 0x7fff6462ebaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8a697000 - 0x7fff8a78cfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8aa82000 - 0x7fff8aaceff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8aae9000 - 0x7fff8abeefff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8ad89000 - 0x7fff8adcafff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8adcb000 - 0x7fff8adfbff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8adfc000 - 0x7fff8ae01fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8ae96000 - 0x7fff8aea0ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8b345000 - 0x7fff8b3dbff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8b3dc000 - 0x7fff8b809fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8b80a000 - 0x7fff8b815fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8b816000 - 0x7fff8b81cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8b86d000 - 0x7fff8b8c1fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8b948000 - 0x7fff8b9a0ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8b9f5000 - 0x7fff8ba28ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8bd7a000 - 0x7fff8bd80fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8be79000 - 0x7fff8be80fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8be81000 - 0x7fff8be85fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf4e000 - 0x7fff8bf4ffff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8c02f000 - 0x7fff8c0b4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8c0b5000 - 0x7fff8c0baff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8c780000 - 0x7fff8c792ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8c88a000 - 0x7fff8c88bfff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8c88c000 - 0x7fff8c8a0ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8c9d4000 - 0x7fff8c9d4fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8c9d5000 - 0x7fff8cae2fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8cae3000 - 0x7fff8cbe5fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8cbe6000 - 0x7fff8cd1cfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8cd1d000 - 0x7fff8ce01ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8d2b0000 - 0x7fff8d2bfff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8d314000 - 0x7fff8d31dff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8d31e000 - 0x7fff8d31fff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8d38f000 - 0x7fff8d496fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8d6d6000 - 0x7fff8d7b3fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8d7b8000 - 0x7fff8d823ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8d824000 - 0x7fff8d8beff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8defd000 - 0x7fff8df04fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8df05000 - 0x7fff8df75fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8e2a3000 - 0x7fff8e303fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8e305000 - 0x7fff8e312ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8e4f2000 - 0x7fff8e500ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8e563000 - 0x7fff8e5d9ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8e69c000 - 0x7fff8e6d7fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8e6d8000 - 0x7fff8e6d8fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8e6f5000 - 0x7fff8e6fafff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8e6fb000 - 0x7fff8e8fdfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8e8fe000 - 0x7fff8e9ddfff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8e9de000 - 0x7fff8e9defff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e9ed000 - 0x7fff8ea60fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8ee87000 - 0x7fff8f17cff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8f18a000 - 0x7fff8f18dfff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8f18e000 - 0x7fff8f1ceff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8f1cf000 - 0x7fff8f1d0fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8f1f8000 - 0x7fff8f219fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8f21a000 - 0x7fff8f21bfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8f21c000 - 0x7fff8f22afff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8f22b000 - 0x7fff8f231fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8f232000 - 0x7fff8f399fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8f405000 - 0x7fff8f406ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff90555000 - 0x7fff905d8fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff90f14000 - 0x7fff90f33fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90f34000 - 0x7fff90f3cfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff90f3d000 - 0x7fff90f42fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff9138c000 - 0x7fff91392ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff913f5000 - 0x7fff91479ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff914d1000 - 0x7fff914d1fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff91b7b000 - 0x7fff91ba6ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff91ee1000 - 0x7fff91ee6fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff91f01000 - 0x7fff91f02ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff91f22000 - 0x7fff920f6ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff92aec000 - 0x7fff92aecfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff92aed000 - 0x7fff92af1fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff92af2000 - 0x7fff92b0ffff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92b1f000 - 0x7fff92b6dfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff92b6e000 - 0x7fff9350ca27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff9352d000 - 0x7fff93542fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff9383a000 - 0x7fff9384cff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff94558000 - 0x7fff9456ffff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff94d1e000 - 0x7fff95302fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff953e1000 - 0x7fff956fdfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff9572a000 - 0x7fff95738fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff95785000 - 0x7fff95787fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff95930000 - 0x7fff959abff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff95bb4000 - 0x7fff95bb9fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff95bba000 - 0x7fff95bbafff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff95bbb000 - 0x7fff95be4fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff95c50000 - 0x7fff95f69fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff95f6a000 - 0x7fff95f8efff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff96611000 - 0x7fff96624ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff966f5000 - 0x7fff96715fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff96716000 - 0x7fff96772ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff96a08000 - 0x7fff96a13ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff96a2b000 - 0x7fff96adeff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff96b08000 - 0x7fff96bcfff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff96c5c000 - 0x7fff96c89fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff96c8a000 - 0x7fff96cccff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff96d70000 - 0x7fff96e54e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff96ffb000 - 0x7fff97017ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff97053000 - 0x7fff9715ffff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff97160000 - 0x7fff97162fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff9730c000 - 0x7fff9734bfff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9754a000 - 0x7fff975ebfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 24740 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=113.7M resident=65.1M(57%) swapped_out_or_unallocated=48.6M(43%) QtQA::App::TestRunner: Writable regions: Total=47.8M written=1104K(2%) resident=1580K(3%) swapped_out=0K(0%) unallocated=46.3M(97%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: MALLOC 38.5M QtQA::App::TestRunner: MALLOC guard page 32K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 9232K QtQA::App::TestRunner: VM_ALLOCATE 36K QtQA::App::TestRunner: __DATA 4160K QtQA::App::TestRunner: __LINKEDIT 50.1M QtQA::App::TestRunner: __TEXT 63.6M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: shared memory 12K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 221.9M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with signal 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qthreadpool: 127 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00198/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366372170): http://codereview.qt-project.org/54228 [PS2] - Updated submodules. From ci-noreply at qt-project.org Fri Apr 19 22:16:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 19 Apr 2013 23:16:41 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_201641_040778.ci-noreply@qt-project.org> QtBase_stable_Integration #969: SUCCESS Tested changes (refs/builds/stable_1366395193): http://codereview.qt-project.org/53741 [PS1] - update bundled sqlite to 3.7.16.2 http://codereview.qt-project.org/53926 [PS1] - Implement QApplication::beep(). http://codereview.qt-project.org/53925 [PS4] - Implement alertion state for windows. http://codereview.qt-project.org/54207 [PS2] - Cocoa: Disable QTBUG-30266 hack in full screen http://codereview.qt-project.org/54163 [PS1] - purge obsolete files http://codereview.qt-project.org/54152 [PS1] - fix processing order for qmake -r http://codereview.qt-project.org/54151 [PS1] - don't install the project file twice http://codereview.qt-project.org/53676 [PS1] - restore compat with older perl versions From ci-noreply at qt-project.org Fri Apr 19 23:12:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 00:12:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130419_211256_055642.ci-noreply@qt-project.org> QtWebKit_stable_Integration #119: SUCCESS Tested changes (refs/builds/stable_1366385300): http://codereview.qt-project.org/54324 [PS1] - [Qt] Only use thin archives on Linux http://codereview.qt-project.org/54295 [PS3] - [Qt] Enable thin archives before parsing the project files http://codereview.qt-project.org/54247 [PS3] - [Qt] Use GNU ar's thin archive format for intermediate static libs From ci-noreply at qt-project.org Fri Apr 19 23:42:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 00:42:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130419_214225_095036.ci-noreply@qt-project.org> QtDoc_stable_Integration #144: SUCCESS Tested changes (refs/builds/stable_1366405445): http://codereview.qt-project.org/53742 [PS1] - update sqlite to 3.7.16.2 From ci-noreply at qt-project.org Sat Apr 20 01:32:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 02:32:00 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130419_233200_007031.ci-noreply@qt-project.org> QtBase_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #970: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00970/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366409980): http://codereview.qt-project.org/54072 [PS4] - Don't bootstrap QT_EVAL code From ci-noreply at qt-project.org Sat Apr 20 03:39:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 04:39:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130420_013915_082238.ci-noreply@qt-project.org> QtBase_stable_Integration #971: SUCCESS Tested changes (refs/builds/stable_1366414667): http://codereview.qt-project.org/54072 [PS4] - Don't bootstrap QT_EVAL code From ci-noreply at qt-project.org Sat Apr 20 08:23:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 09:23:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130420_062339_022059.ci-noreply@qt-project.org> Qt5_stable_Integration #199: SUCCESS Tested changes (refs/builds/stable_1366421165): http://codereview.qt-project.org/54228 [PS3] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 20 13:37:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 14:37:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130420_113734_000581.ci-noreply@qt-project.org> QtBase_stable_Integration #972: SUCCESS Tested changes (refs/builds/stable_1366450643): http://codereview.qt-project.org/53720 [PS9] - Handle more drive fix situations in syncqt From ci-noreply at qt-project.org Sat Apr 20 17:05:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 18:05:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130420_150536_059237.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #435: SUCCESS Tested changes (refs/builds/stable_1366465677): http://codereview.qt-project.org/54200 [PS1] - Allow disabling of component complete signal for the designer From ci-noreply at qt-project.org Sat Apr 20 20:43:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 20 Apr 2013 21:43:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130420_184308_025518.ci-noreply@qt-project.org> QtBase_stable_Integration #973: SUCCESS Tested changes (refs/builds/stable_1366476102): http://codereview.qt-project.org/54366 [PS1] - Mark that GCC 4.8.1 has support for C++11 member reference qualifiers From ci-noreply at qt-project.org Sat Apr 20 23:02:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 00:02:54 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130420_210254_011294.ci-noreply@qt-project.org> Autotest `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [78604] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [78601] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-20 22:49:19.451 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[78604]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950aece2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8c0c97d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8c0baa7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005e0bb9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005e1165 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d07b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8c11bcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100676a14 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f731e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f6f35b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f6829d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b68bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d0b060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d080ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950af7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8dbc2786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8dbc1316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950af192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8c0c9594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8c0cab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950af192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8c0c9594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8c0cab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950ad67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff950acd71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff908f550c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff908fdc74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff908fd486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8a34ffe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8a34615a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8c0c78bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8c0cab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff79508fb8 r9: 0x00000001048128a0 r10: 0x00007fff950aed0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff7950b960 r15: 0x0000000101d2d830 QtQA::App::TestRunner: rip: 0x00007fff950aece2 rfl: 0x0000000000000246 cr2: 0x0000000100d10800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048cfff +QtGui (5.1.0 - compatibility 5.1.0) <296F8FDD-DC47-3B14-8623-8CEB739663FA> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c9000 - 0x100a73ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7d000 - 0x100c86fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0C5D8200-9F8D-3E9E-8505-5DA11206FEC7> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100d02000 - 0x100d23ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d35000 - 0x100d3bfff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df6000 - 0x100dfafff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <3C3F7E7E-B5F1-3007-98E0-D80D0E690EE3> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f0aff7 +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f61000 - 0x101f7bff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8e000 - 0x101fa7fff +libqavfmediaplayer.dylib (??? - ???) /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fbd000 - 0x101fd4ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1040a5000 - 0x10453efff +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104736000 - 0x10477dfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7D59176D-119F-319D-9BCD-2F9A136B1757> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1047b0000 - 0x1047cfff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff63b17000 - 0x7fff63b4bbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8903a000 - 0x7fff8912ffff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89425000 - 0x7fff89471ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8948c000 - 0x7fff89591fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff89727000 - 0x7fff89729fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8972a000 - 0x7fff8972afff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8972c000 - 0x7fff8976dfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8976e000 - 0x7fff8979eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8979f000 - 0x7fff897a4fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff89839000 - 0x7fff89843ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff898e0000 - 0x7fff89c8afe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff89ce8000 - 0x7fff89d7eff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff89d7f000 - 0x7fff8a1acfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8a1ad000 - 0x7fff8a1b8fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8a1b9000 - 0x7fff8a1bffff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8a1cd000 - 0x7fff8a1d0fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8a210000 - 0x7fff8a264fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8a2eb000 - 0x7fff8a343ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8a344000 - 0x7fff8a395ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8a398000 - 0x7fff8a3cbff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8a3cc000 - 0x7fff8a442fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8a443000 - 0x7fff8a4abff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8a4ac000 - 0x7fff8a4feff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8a501000 - 0x7fff8a52afff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8a702000 - 0x7fff8a71cfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8a71d000 - 0x7fff8a723fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8a7c8000 - 0x7fff8a81bfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8a81c000 - 0x7fff8a823fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8a824000 - 0x7fff8a828fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8a8f1000 - 0x7fff8a8f2fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8a9d2000 - 0x7fff8aa57ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8aa58000 - 0x7fff8aa5dff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8b123000 - 0x7fff8b135ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8b22d000 - 0x7fff8b22efff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8b22f000 - 0x7fff8b243ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8b377000 - 0x7fff8b377fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8b378000 - 0x7fff8b485fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8b486000 - 0x7fff8b588fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8b589000 - 0x7fff8b6bffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8b6c0000 - 0x7fff8b7a4ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8bb39000 - 0x7fff8bc52fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8bc53000 - 0x7fff8bc62ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8bcb7000 - 0x7fff8bcc0ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8bcc1000 - 0x7fff8bcc2ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8bd32000 - 0x7fff8be39fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8be3a000 - 0x7fff8be3eff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8c079000 - 0x7fff8c156fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8c15b000 - 0x7fff8c1c6ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c1c7000 - 0x7fff8c261ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8c262000 - 0x7fff8c264ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8c514000 - 0x7fff8c558ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8c8a0000 - 0x7fff8c8a7fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8c8a8000 - 0x7fff8c918fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8c919000 - 0x7fff8cc45fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8cc46000 - 0x7fff8cca6fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8cca8000 - 0x7fff8ccb5ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8cd14000 - 0x7fff8cd38fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8cd97000 - 0x7fff8ce3cfff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8ce95000 - 0x7fff8cea3ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8cf06000 - 0x7fff8cf7cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8d03f000 - 0x7fff8d07afff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8d07b000 - 0x7fff8d07bfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8d098000 - 0x7fff8d09dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8d09e000 - 0x7fff8d2a0fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8d2a1000 - 0x7fff8d380fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8d381000 - 0x7fff8d381fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8d382000 - 0x7fff8d38ffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8d390000 - 0x7fff8d403fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8d82a000 - 0x7fff8db1fff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8db20000 - 0x7fff8db20fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8db2d000 - 0x7fff8db30fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8db31000 - 0x7fff8db71ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8db72000 - 0x7fff8db73fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8db74000 - 0x7fff8db9afff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8db9b000 - 0x7fff8dbbcfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8dbbd000 - 0x7fff8dbbefff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8dbbf000 - 0x7fff8dbcdfff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8dbce000 - 0x7fff8dbd4fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8dbd5000 - 0x7fff8dd3cfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8dd3d000 - 0x7fff8dd9fff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8dda0000 - 0x7fff8dda7ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8dda8000 - 0x7fff8dda9ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8ddaa000 - 0x7fff8ddf1ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8eef8000 - 0x7fff8ef7bfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8f8b7000 - 0x7fff8f8d6fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8f8d7000 - 0x7fff8f8dffff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8f8e0000 - 0x7fff8f8e5fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8f8e6000 - 0x7fff8fd19ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8fd2f000 - 0x7fff8fd35ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8fd36000 - 0x7fff8fd39fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8fd80000 - 0x7fff8fd97fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8fd98000 - 0x7fff8fe1cff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8fe74000 - 0x7fff8fe74fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff90420000 - 0x7fff9051dff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff9051e000 - 0x7fff90549ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90884000 - 0x7fff90889fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff9089c000 - 0x7fff908a3fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff908a4000 - 0x7fff908a5ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff908c5000 - 0x7fff90a99ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90ae6000 - 0x7fff90b12ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff90b13000 - 0x7fff90b16ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff90b1d000 - 0x7fff90fe4fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9148f000 - 0x7fff9148ffff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff91490000 - 0x7fff91494fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff91495000 - 0x7fff914b2fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff914c2000 - 0x7fff91510fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff91511000 - 0x7fff91eafa27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff91eb0000 - 0x7fff91ebbff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff91ed0000 - 0x7fff91ee5fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff91f5b000 - 0x7fff91fafff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff91fb2000 - 0x7fff921dcfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff921dd000 - 0x7fff921efff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff921f0000 - 0x7fff92258ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff922f4000 - 0x7fff92efafff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92efb000 - 0x7fff92f12fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92f13000 - 0x7fff936bbfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff936c1000 - 0x7fff93ca5fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff93d84000 - 0x7fff940a0fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff940cd000 - 0x7fff940dbfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff940dc000 - 0x7fff940f2fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff940f3000 - 0x7fff9411bfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff94128000 - 0x7fff9412afff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff942d3000 - 0x7fff9434eff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff9434f000 - 0x7fff944daff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff94557000 - 0x7fff9455cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff9455d000 - 0x7fff9455dfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff9455e000 - 0x7fff94587fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff94588000 - 0x7fff945c8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff945f3000 - 0x7fff9490cfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff9490d000 - 0x7fff94931fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff94fb4000 - 0x7fff94fc7ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff9507a000 - 0x7fff95097ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff95098000 - 0x7fff950b8fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff950b9000 - 0x7fff95115ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff95116000 - 0x7fff9538afff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff953ab000 - 0x7fff953b6ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff953ba000 - 0x7fff953bafff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff953ce000 - 0x7fff95481ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff954ab000 - 0x7fff95572ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff95581000 - 0x7fff955dcff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff955dd000 - 0x7fff955f3ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff955ff000 - 0x7fff9562cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff9562d000 - 0x7fff9566fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff95670000 - 0x7fff95712fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff95713000 - 0x7fff957f7e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff957f8000 - 0x7fff95998ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff95999000 - 0x7fff9599dfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff9599e000 - 0x7fff959baff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff959bb000 - 0x7fff959f5fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff959f6000 - 0x7fff95b02fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff95b03000 - 0x7fff95b05fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff95b06000 - 0x7fff95b15fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff95b16000 - 0x7fff95c73fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff95caf000 - 0x7fff95ceefff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff95eec000 - 0x7fff95eecfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff95eed000 - 0x7fff95f8efff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 25977 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.7M resident=183.3M(100%) swapped_out_or_unallocated=324K(0%) QtQA::App::TestRunner: Writable regions: Total=86.6M written=2424K(3%) resident=20.7M(24%) swapped_out=0K(0%) unallocated=65.9M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.4M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.9M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 356.1M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [78636] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [78601] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-20 22:49:23.632 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[78636]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950aece2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8c0c97d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8c0baa7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005e0bb9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005e1165 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d07b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8c11bcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100676a14 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101f731e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101f6f35b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101f6829d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b68bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d0b060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d080ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950af7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8dbc2786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8dbc1316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950af192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8c0c9594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8c0cab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950af192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8c0c9594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8c0cab85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff950ad67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff950acd71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff908f550c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff908fdc74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff908fd486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8a34ffe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8a34615a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8c0c78bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8c0cab75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff79508fb8 r9: 0x0000000101a1b320 r10: 0x00007fff950aed0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x0000000000000000 r14: 0x00007fff7950b960 r15: 0x0000000101a1da00 QtQA::App::TestRunner: rip: 0x00007fff950aece2 rfl: 0x0000000000000246 cr2: 0x0000000100d10800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048cfff +QtGui (5.1.0 - compatibility 5.1.0) <296F8FDD-DC47-3B14-8623-8CEB739663FA> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c9000 - 0x100a73ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7d000 - 0x100c86fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0C5D8200-9F8D-3E9E-8505-5DA11206FEC7> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100d02000 - 0x100d23ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d35000 - 0x100d3bfff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df6000 - 0x100dfafff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101b83000 - 0x101bacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <3C3F7E7E-B5F1-3007-98E0-D80D0E690EE3> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f0aff7 +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f61000 - 0x101f7bff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8e000 - 0x101fa7fff +libqavfmediaplayer.dylib (??? - ???) /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fbd000 - 0x101fd4ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1040a5000 - 0x10453efff +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104736000 - 0x10477dfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7D59176D-119F-319D-9BCD-2F9A136B1757> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x1047b0000 - 0x1047cfff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff62443000 - 0x7fff62477baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8903a000 - 0x7fff8912ffff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89425000 - 0x7fff89471ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8948c000 - 0x7fff89591fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff89727000 - 0x7fff89729fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8972a000 - 0x7fff8972afff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8972c000 - 0x7fff8976dfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8976e000 - 0x7fff8979eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8979f000 - 0x7fff897a4fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff89839000 - 0x7fff89843ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff898e0000 - 0x7fff89c8afe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff89ce8000 - 0x7fff89d7eff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff89d7f000 - 0x7fff8a1acfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8a1ad000 - 0x7fff8a1b8fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8a1b9000 - 0x7fff8a1bffff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8a1cd000 - 0x7fff8a1d0fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8a210000 - 0x7fff8a264fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8a2eb000 - 0x7fff8a343ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8a344000 - 0x7fff8a395ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8a398000 - 0x7fff8a3cbff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8a3cc000 - 0x7fff8a442fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8a443000 - 0x7fff8a4abff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8a4ac000 - 0x7fff8a4feff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8a501000 - 0x7fff8a52afff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8a702000 - 0x7fff8a71cfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8a71d000 - 0x7fff8a723fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8a7c8000 - 0x7fff8a81bfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8a81c000 - 0x7fff8a823fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8a824000 - 0x7fff8a828fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8a8f1000 - 0x7fff8a8f2fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8a9d2000 - 0x7fff8aa57ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8aa58000 - 0x7fff8aa5dff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8b123000 - 0x7fff8b135ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8b22d000 - 0x7fff8b22efff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8b22f000 - 0x7fff8b243ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8b377000 - 0x7fff8b377fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8b378000 - 0x7fff8b485fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8b486000 - 0x7fff8b588fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8b589000 - 0x7fff8b6bffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff8b6c0000 - 0x7fff8b7a4ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8bb39000 - 0x7fff8bc52fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8bc53000 - 0x7fff8bc62ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff8bcb7000 - 0x7fff8bcc0ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8bcc1000 - 0x7fff8bcc2ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8bd32000 - 0x7fff8be39fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8be3a000 - 0x7fff8be3eff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff8c079000 - 0x7fff8c156fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8c15b000 - 0x7fff8c1c6ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c1c7000 - 0x7fff8c261ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8c262000 - 0x7fff8c264ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff8c514000 - 0x7fff8c558ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8c8a0000 - 0x7fff8c8a7fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8c8a8000 - 0x7fff8c918fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8c919000 - 0x7fff8cc45fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8cc46000 - 0x7fff8cca6fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8cca8000 - 0x7fff8ccb5ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8cd14000 - 0x7fff8cd38fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8cd97000 - 0x7fff8ce3cfff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8ce95000 - 0x7fff8cea3ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8cf06000 - 0x7fff8cf7cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8d03f000 - 0x7fff8d07afff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8d07b000 - 0x7fff8d07bfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8d098000 - 0x7fff8d09dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8d09e000 - 0x7fff8d2a0fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8d2a1000 - 0x7fff8d380fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8d381000 - 0x7fff8d381fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8d382000 - 0x7fff8d38ffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8d390000 - 0x7fff8d403fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8d82a000 - 0x7fff8db1fff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8db20000 - 0x7fff8db20fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8db2d000 - 0x7fff8db30fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8db31000 - 0x7fff8db71ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8db72000 - 0x7fff8db73fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff8db74000 - 0x7fff8db9afff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8db9b000 - 0x7fff8dbbcfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8dbbd000 - 0x7fff8dbbefff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8dbbf000 - 0x7fff8dbcdfff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8dbce000 - 0x7fff8dbd4fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8dbd5000 - 0x7fff8dd3cfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8dd3d000 - 0x7fff8dd9fff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8dda0000 - 0x7fff8dda7ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff8dda8000 - 0x7fff8dda9ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8ddaa000 - 0x7fff8ddf1ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff8eef8000 - 0x7fff8ef7bfef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff8f8b7000 - 0x7fff8f8d6fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8f8d7000 - 0x7fff8f8dffff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8f8e0000 - 0x7fff8f8e5fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8f8e6000 - 0x7fff8fd19ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8fd2f000 - 0x7fff8fd35ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8fd36000 - 0x7fff8fd39fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8fd80000 - 0x7fff8fd97fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8fd98000 - 0x7fff8fe1cff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8fe74000 - 0x7fff8fe74fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff90420000 - 0x7fff9051dff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff9051e000 - 0x7fff90549ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90884000 - 0x7fff90889fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff9089c000 - 0x7fff908a3fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff908a4000 - 0x7fff908a5ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff908c5000 - 0x7fff90a99ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90ae6000 - 0x7fff90b12ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff90b13000 - 0x7fff90b16ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff90b1d000 - 0x7fff90fe4fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff9148f000 - 0x7fff9148ffff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff91490000 - 0x7fff91494fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff91495000 - 0x7fff914b2fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff914c2000 - 0x7fff91510fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff91511000 - 0x7fff91eafa27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff91eb0000 - 0x7fff91ebbff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff91ed0000 - 0x7fff91ee5fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff91f5b000 - 0x7fff91fafff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff91fb2000 - 0x7fff921dcfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff921dd000 - 0x7fff921efff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff921f0000 - 0x7fff92258ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff922f4000 - 0x7fff92efafff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92efb000 - 0x7fff92f12fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92f13000 - 0x7fff936bbfff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff936c1000 - 0x7fff93ca5fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff93d84000 - 0x7fff940a0fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff940cd000 - 0x7fff940dbfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff940dc000 - 0x7fff940f2fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff940f3000 - 0x7fff9411bfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff94128000 - 0x7fff9412afff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff942d3000 - 0x7fff9434eff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff9434f000 - 0x7fff944daff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff94557000 - 0x7fff9455cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff9455d000 - 0x7fff9455dfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff9455e000 - 0x7fff94587fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff94588000 - 0x7fff945c8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff945f3000 - 0x7fff9490cfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff9490d000 - 0x7fff94931fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff94fb4000 - 0x7fff94fc7ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff9507a000 - 0x7fff95097ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff95098000 - 0x7fff950b8fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff950b9000 - 0x7fff95115ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff95116000 - 0x7fff9538afff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff953ab000 - 0x7fff953b6ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff953ba000 - 0x7fff953bafff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff953ce000 - 0x7fff95481ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff954ab000 - 0x7fff95572ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff95581000 - 0x7fff955dcff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff955dd000 - 0x7fff955f3ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff955ff000 - 0x7fff9562cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff9562d000 - 0x7fff9566fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff95670000 - 0x7fff95712fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff95713000 - 0x7fff957f7e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff957f8000 - 0x7fff95998ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff95999000 - 0x7fff9599dfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff9599e000 - 0x7fff959baff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff959bb000 - 0x7fff959f5fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff959f6000 - 0x7fff95b02fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff95b03000 - 0x7fff95b05fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff95b06000 - 0x7fff95b15fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff95b16000 - 0x7fff95c73fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff95caf000 - 0x7fff95ceefff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff95eec000 - 0x7fff95eecfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff95eed000 - 0x7fff95f8efff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 25979 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.7M resident=183.3M(100%) swapped_out_or_unallocated=324K(0%) QtQA::App::TestRunner: Writable regions: Total=86.6M written=1940K(2%) resident=20.8M(24%) swapped_out=0K(0%) unallocated=65.8M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 14.4M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.9M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 356.1M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 8 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00200/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366476875): http://codereview.qt-project.org/54370 [PS2] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 21 00:32:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 01:32:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130420_223234_052361.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #24: SUCCESS Tested changes (refs/builds/stable_1366495844): http://codereview.qt-project.org/53725 [PS7] - Refactor the Windows port enumeration from GUID classes to devinterfaces From ci-noreply at qt-project.org Sun Apr 21 04:08:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 05:08:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130421_020838_021901.ci-noreply@qt-project.org> QtBase_stable_Integration #974: SUCCESS Tested changes (refs/builds/stable_1366502620): http://codereview.qt-project.org/53996 [PS1] - Ensure the QLineEdit::returnPressed() signal is still emitted From ci-noreply at qt-project.org Sun Apr 21 09:23:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 10:23:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130421_072349_087060.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [../../lib/QtCore.framework/Versions/5/Headers/QMutexLocker] Segmentation fault: 11 make[2]: *** [sub-corelib-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00201/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366528144): http://codereview.qt-project.org/54370 [PS3] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 21 13:40:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 14:40:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130421_114030_096906.ci-noreply@qt-project.org> Autotest `tst_qcamerabackend' failed :( Testing tst_QCameraBackend QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [38872] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [38871] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-21 13:34:35.139 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[38872]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba7ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc27d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bb3a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005e0bb9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005e1165 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d07b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90c14cfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtCore 0x0000000100676a14 TestNamespace::QString::operator=(TestNamespace::QString const&) + 20 QtQA::App::TestRunner: 8 libqavfcamera.dylib 0x0000000101d951e5 TestNamespace::AVFAudioInputSelectorControl::AVFAudioInputSelectorControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 821 QtQA::App::TestRunner: 9 libqavfcamera.dylib 0x0000000101d9135b TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 155 QtQA::App::TestRunner: 10 libqavfcamera.dylib 0x0000000101d8a29d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 11 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 12 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 13 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 14 QtCore 0x00000001007b68bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 15 QtTest 0x0000000100d0b060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 16 QtTest 0x0000000100d080ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 18 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba87e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff926bb786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff926ba316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba8192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc2594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bc3b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba8192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc2594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bc3b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba667a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff99ba5d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff953ee50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff953f6c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff953f6486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8ee48fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8ee3f15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90bc08bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90bc3b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcc8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdcf0 rsp: 0x00007fff5fbfdcc8 QtQA::App::TestRunner: r8: 0x00007fff7e001fb8 r9: 0x0000000000000000 r10: 0x00007fff99ba7d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe738 r13: 0x0000000000000000 r14: 0x00007fff7e004960 r15: 0x0000000104812e30 QtQA::App::TestRunner: rip: 0x00007fff99ba7ce2 rfl: 0x0000000000000246 cr2: 0x0000000100d10800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048cfff +QtGui (5.1.0 - compatibility 5.1.0) <296F8FDD-DC47-3B14-8623-8CEB739663FA> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c9000 - 0x100a73ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7d000 - 0x100c86fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0C5D8200-9F8D-3E9E-8505-5DA11206FEC7> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100d02000 - 0x100d23ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d35000 - 0x100d3bfff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df6000 - 0x100dfafff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101d83000 - 0x101d9dff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101db0000 - 0x101dc9fff +libqavfmediaplayer.dylib (??? - ???) /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101f00000 - 0x101f87ff7 +libqcocoa.dylib (??? - ???) <9CA7D9A6-854E-3969-B6C6-C141F70177EE> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1040a5000 - 0x10453efff +QtWidgets (5.1.0 - compatibility 5.1.0) <50D4B301-F907-3D35-85A0-4B49177B3C31> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104736000 - 0x10474dff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x104764000 - 0x1047abfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7D59176D-119F-319D-9BCD-2F9A136B1757> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x104e00000 - 0x104e1fff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x7fff5fcd8000 - 0x7fff5fd0cbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8db33000 - 0x7fff8dc28fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8df1e000 - 0x7fff8df6aff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8df85000 - 0x7fff8e08afff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8e220000 - 0x7fff8e222fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8e223000 - 0x7fff8e223fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8e225000 - 0x7fff8e266fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8e267000 - 0x7fff8e297ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8e298000 - 0x7fff8e29dfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8e332000 - 0x7fff8e33cff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8e3d9000 - 0x7fff8e783fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8e7e1000 - 0x7fff8e877ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8e878000 - 0x7fff8eca5fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8eca6000 - 0x7fff8ecb1fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8ecb2000 - 0x7fff8ecb8fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8ecc6000 - 0x7fff8ecc9fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8ed09000 - 0x7fff8ed5dfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8ede4000 - 0x7fff8ee3cff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8ee3d000 - 0x7fff8ee8eff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8ee91000 - 0x7fff8eec4ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8eec5000 - 0x7fff8ef3bfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8ef3c000 - 0x7fff8efa4ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8efa5000 - 0x7fff8eff7ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8effa000 - 0x7fff8f023fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8f1fb000 - 0x7fff8f215fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8f216000 - 0x7fff8f21cfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8f2c1000 - 0x7fff8f314fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8f315000 - 0x7fff8f31cfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f31d000 - 0x7fff8f321fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8f3ea000 - 0x7fff8f3ebfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8f4cb000 - 0x7fff8f550ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8f551000 - 0x7fff8f556ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8fc1c000 - 0x7fff8fc2eff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8fd26000 - 0x7fff8fd27fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8fd28000 - 0x7fff8fd3cff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8fe70000 - 0x7fff8fe70fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8fe71000 - 0x7fff8ff7efff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8ff7f000 - 0x7fff90081fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff90082000 - 0x7fff901b8fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff901b9000 - 0x7fff9029dff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff90632000 - 0x7fff9074bfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff9074c000 - 0x7fff9075bff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff907b0000 - 0x7fff907b9ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff907ba000 - 0x7fff907bbff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff9082b000 - 0x7fff90932fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff90933000 - 0x7fff90937ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90b72000 - 0x7fff90c4ffef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff90c54000 - 0x7fff90cbfff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff90cc0000 - 0x7fff90d5aff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff90d5b000 - 0x7fff90d5dff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff9100d000 - 0x7fff91051ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff91399000 - 0x7fff913a0fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff913a1000 - 0x7fff91411fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff91412000 - 0x7fff9173efff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff9173f000 - 0x7fff9179ffff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff917a1000 - 0x7fff917aeff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff9180d000 - 0x7fff91831fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff91890000 - 0x7fff91935fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff9198e000 - 0x7fff9199cff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff919ff000 - 0x7fff91a75ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff91b38000 - 0x7fff91b73fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff91b74000 - 0x7fff91b74fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff91b91000 - 0x7fff91b96fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff91b97000 - 0x7fff91d99fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff91d9a000 - 0x7fff91e79fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff91e7a000 - 0x7fff91e7afff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff91e7b000 - 0x7fff91e88fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff91e89000 - 0x7fff91efcfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff92323000 - 0x7fff92618ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff92619000 - 0x7fff92619fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff92626000 - 0x7fff92629fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff9262a000 - 0x7fff9266aff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff9266b000 - 0x7fff9266cfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff9266d000 - 0x7fff92693fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff92694000 - 0x7fff926b5fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff926b6000 - 0x7fff926b7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff926b8000 - 0x7fff926c6fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff926c7000 - 0x7fff926cdfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff926ce000 - 0x7fff92835fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff92836000 - 0x7fff92898ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff92899000 - 0x7fff928a0ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff928a1000 - 0x7fff928a2ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff928a3000 - 0x7fff928eaff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff939f1000 - 0x7fff93a74fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff943b0000 - 0x7fff943cffff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff943d0000 - 0x7fff943d8fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff943d9000 - 0x7fff943defff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff943df000 - 0x7fff94812ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff94828000 - 0x7fff9482eff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff9482f000 - 0x7fff94832fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff94879000 - 0x7fff94890fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff94891000 - 0x7fff94915ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff9496d000 - 0x7fff9496dfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff94f19000 - 0x7fff95016ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff95017000 - 0x7fff95042ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff9537d000 - 0x7fff95382fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff95395000 - 0x7fff9539cfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff9539d000 - 0x7fff9539eff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff953be000 - 0x7fff95592ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff955df000 - 0x7fff9560bff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff9560c000 - 0x7fff9560fff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff95616000 - 0x7fff95addfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff95f88000 - 0x7fff95f88fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff95f89000 - 0x7fff95f8dfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff95f8e000 - 0x7fff95fabfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff95fbb000 - 0x7fff96009fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff9600a000 - 0x7fff969a8a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff969a9000 - 0x7fff969b4ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff969c9000 - 0x7fff969defff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff96a54000 - 0x7fff96aa8ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff96aab000 - 0x7fff96cd5fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff96cd6000 - 0x7fff96ce8ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff96ce9000 - 0x7fff96d51ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff96ded000 - 0x7fff979f3fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff979f4000 - 0x7fff97a0bfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff97a0c000 - 0x7fff981b4fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff981ba000 - 0x7fff9879efff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff9887d000 - 0x7fff98b99fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff98bc6000 - 0x7fff98bd4fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff98bd5000 - 0x7fff98bebfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff98bec000 - 0x7fff98c14fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff98c21000 - 0x7fff98c23fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff98dcc000 - 0x7fff98e47ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff98e48000 - 0x7fff98fd3ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff99050000 - 0x7fff99055fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff99056000 - 0x7fff99056fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff99057000 - 0x7fff99080fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff99081000 - 0x7fff990c1fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff990ec000 - 0x7fff99405fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff99406000 - 0x7fff9942afff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff99aad000 - 0x7fff99ac0ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff99b73000 - 0x7fff99b90ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff99b91000 - 0x7fff99bb1fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff99bb2000 - 0x7fff99c0eff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff99c0f000 - 0x7fff99e83fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff99ea4000 - 0x7fff99eafff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff99eb3000 - 0x7fff99eb3fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff99ec7000 - 0x7fff99f7aff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff99fa4000 - 0x7fff9a06bff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9a07a000 - 0x7fff9a0d5ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9a0d6000 - 0x7fff9a0ecff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff9a0f8000 - 0x7fff9a125fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff9a126000 - 0x7fff9a168ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff9a169000 - 0x7fff9a20bfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff9a20c000 - 0x7fff9a2f0e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff9a2f1000 - 0x7fff9a491ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff9a492000 - 0x7fff9a496fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff9a497000 - 0x7fff9a4b3ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff9a4b4000 - 0x7fff9a4eefe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff9a4ef000 - 0x7fff9a5fbfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff9a5fc000 - 0x7fff9a5fefff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff9a5ff000 - 0x7fff9a60efff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff9a60f000 - 0x7fff9a76cfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9a7a8000 - 0x7fff9a7e7fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9a9e5000 - 0x7fff9a9e5fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9a9e6000 - 0x7fff9aa87fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 25586 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.7M resident=183.3M(100%) swapped_out_or_unallocated=324K(0%) QtQA::App::TestRunner: Writable regions: Total=84.4M written=2048K(2%) resident=18.7M(22%) swapped_out=0K(0%) unallocated=65.7M(78%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.6M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.9M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.3M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCameraBackend ********* Config: Using QTest library 5.1.0, Qt 5.1.0 QFATAL : tst_QCameraBackend::initTestCase() Received signal 11 FAIL! : tst_QCameraBackend::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QCameraBackend ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qcamerabackend [38881] QtQA::App::TestRunner: Path: /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qcamerabackend QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [38871] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-21 13:34:39.231 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x000000000000000d, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0: QtQA::App::TestRunner: --> QtQA::App::TestRunner: __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: objc[38881]: garbage collection is OFF QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba7ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc27d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bb3a7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001005e0bb9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001005e1165 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x0000000100d07b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90c14cfa _sigtramp + 26 QtQA::App::TestRunner: 7 libobjc.A.dylib 0x00007fff9a215e96 objc_msgSend + 22 QtQA::App::TestRunner: 8 com.apple.CoreFoundation 0x00007fff95408299 -[__NSPlaceholderArray initWithCapacity:] + 153 QtQA::App::TestRunner: 9 com.apple.avfoundation 0x00007fff94f4c449 -[AVCaptureOutput init] + 248 QtQA::App::TestRunner: 10 com.apple.avfoundation 0x00007fff94f4c26b -[AVCaptureFileOutput init] + 44 QtQA::App::TestRunner: 11 com.apple.avfoundation 0x00007fff94f4bddf -[AVCaptureMovieFileOutput init] + 50 QtQA::App::TestRunner: 12 libqavfcamera.dylib 0x0000000101f6e115 TestNamespace::AVFMediaRecorderControl::AVFMediaRecorderControl(TestNamespace::AVFCameraService*, TestNamespace::QObject*) + 165 QtQA::App::TestRunner: 13 libqavfcamera.dylib 0x0000000101f6f397 TestNamespace::AVFCameraService::AVFCameraService(TestNamespace::QObject*) + 215 QtQA::App::TestRunner: 14 libqavfcamera.dylib 0x0000000101f6829d TestNamespace::AVFServicePlugin::create(TestNamespace::QString const&) + 61 QtQA::App::TestRunner: 15 QtMultimedia 0x000000010002ec18 TestNamespace::QPluginServiceProvider::requestService(TestNamespace::QByteArray const&, TestNamespace::QMediaServiceProviderHint const&) + 2616 QtQA::App::TestRunner: 16 QtMultimedia 0x000000010004c6f3 TestNamespace::QCamera::QCamera(TestNamespace::QObject*) + 275 QtQA::App::TestRunner: 17 com.yourcompany.tst_qcamerabackend 0x0000000100005f17 tst_QCameraBackend::initTestCase() + 23 QtQA::App::TestRunner: 18 QtCore 0x00000001007b68bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 19 QtTest 0x0000000100d0b060 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496 QtQA::App::TestRunner: 20 QtTest 0x0000000100d080ee TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 798 QtQA::App::TestRunner: 21 com.yourcompany.tst_qcamerabackend 0x000000010000d2b8 main + 88 QtQA::App::TestRunner: 22 com.yourcompany.tst_qcamerabackend 0x0000000100005ef4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba87e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff926bb786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff926ba316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba8192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc2594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bc3b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba8192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc2594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bc3b85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff99ba667a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff99ba5d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff953ee50c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff953f6c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff953f6486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 5 com.apple.CoreMediaIO 0x00007fff8ee48fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159 QtQA::App::TestRunner: 6 com.apple.CoreMediaIO 0x00007fff8ee3f15a CAPThread::Entry(CAPThread*) + 98 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90bc08bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90bc3b75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdcd8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000107 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd00 rsp: 0x00007fff5fbfdcd8 QtQA::App::TestRunner: r8: 0x00007fff7e001fb8 r9: 0x0000000101d2d150 r10: 0x00007fff99ba7d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfe748 r13: 0x000000010002e1e0 r14: 0x00007fff7e004960 r15: 0x0000000000000001 QtQA::App::TestRunner: rip: 0x00007fff99ba7ce2 rfl: 0x0000000000000246 cr2: 0x000000010203effe QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100014fff +com.yourcompany.tst_qcamerabackend (??? - ???) <63A3AAA0-9CCE-3E67-8677-93169D74BB35> /work/*/tst_qcamerabackend.app/Contents/MacOS/tst_qcamerabackend QtQA::App::TestRunner: 0x100023000 - 0x1000b8fff +QtMultimedia (5.1.0 - compatibility 5.1.0) <6C71107D-2EEB-3155-9843-2FAAF6C47297> /work/*/QtMultimedia.framework/Versions/5/QtMultimedia QtQA::App::TestRunner: 0x100127000 - 0x10048cfff +QtGui (5.1.0 - compatibility 5.1.0) <296F8FDD-DC47-3B14-8623-8CEB739663FA> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1005c9000 - 0x100a73ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100b7d000 - 0x100c86fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0C5D8200-9F8D-3E9E-8505-5DA11206FEC7> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100d02000 - 0x100d23ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100d35000 - 0x100d3bfff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x100df6000 - 0x100dfafff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn QtQA::App::TestRunner: 0x101a83000 - 0x101aacff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x101e83000 - 0x101f0aff7 +libqcocoa.dylib (??? - ???) <9CA7D9A6-854E-3969-B6C6-C141F70177EE> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x101f61000 - 0x101f7bff7 +libqavfcamera.dylib (??? - ???) /work/*/libqavfcamera.dylib QtQA::App::TestRunner: 0x101f8e000 - 0x101fa7fff +libqavfmediaplayer.dylib (??? - ???) /work/*/libqavfmediaplayer.dylib QtQA::App::TestRunner: 0x101fbd000 - 0x101fd4ff7 +QtMultimediaWidgets (5.1.0 - compatibility 5.1.0) <8FE5340A-9744-3CCA-8D79-ED4955A2C08B> /work/*/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets QtQA::App::TestRunner: 0x1040a5000 - 0x10453efff +QtWidgets (5.1.0 - compatibility 5.1.0) <50D4B301-F907-3D35-85A0-4B49177B3C31> /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x104aff000 - 0x104b1eff7 +libqqt7engine.dylib (??? - ???) /work/*/libqqt7engine.dylib QtQA::App::TestRunner: 0x1068a4000 - 0x1068ebfff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7D59176D-119F-319D-9BCD-2F9A136B1757> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x7fff611cb000 - 0x7fff611ffbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8db33000 - 0x7fff8dc28fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff8df1e000 - 0x7fff8df6aff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8df85000 - 0x7fff8e08afff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8e220000 - 0x7fff8e222fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8e223000 - 0x7fff8e223fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8e225000 - 0x7fff8e266fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8e267000 - 0x7fff8e297ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8e298000 - 0x7fff8e29dfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8e332000 - 0x7fff8e33cff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8e3d9000 - 0x7fff8e783fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff8e7e1000 - 0x7fff8e877ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8e878000 - 0x7fff8eca5fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8eca6000 - 0x7fff8ecb1fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8ecb2000 - 0x7fff8ecb8fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8ecc6000 - 0x7fff8ecc9fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8ed09000 - 0x7fff8ed5dfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff8ede4000 - 0x7fff8ee3cff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8ee3d000 - 0x7fff8ee8eff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff8ee91000 - 0x7fff8eec4ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8eec5000 - 0x7fff8ef3bfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff8ef3c000 - 0x7fff8efa4ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8efa5000 - 0x7fff8eff7ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8effa000 - 0x7fff8f023fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8f1fb000 - 0x7fff8f215fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff8f216000 - 0x7fff8f21cfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8f2c1000 - 0x7fff8f314fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff8f315000 - 0x7fff8f31cfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f31d000 - 0x7fff8f321fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8f3ea000 - 0x7fff8f3ebfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff8f4cb000 - 0x7fff8f550ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff8f551000 - 0x7fff8f556ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff8fc1c000 - 0x7fff8fc2eff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8fd26000 - 0x7fff8fd27fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8fd28000 - 0x7fff8fd3cff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8fe70000 - 0x7fff8fe70fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8fe71000 - 0x7fff8ff7efff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8ff7f000 - 0x7fff90081fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff90082000 - 0x7fff901b8fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff901b9000 - 0x7fff9029dff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff90632000 - 0x7fff9074bfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff9074c000 - 0x7fff9075bff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff907b0000 - 0x7fff907b9ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff907ba000 - 0x7fff907bbff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff9082b000 - 0x7fff90932fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff90933000 - 0x7fff90937ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90b72000 - 0x7fff90c4ffef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff90c54000 - 0x7fff90cbfff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff90cc0000 - 0x7fff90d5aff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff90d5b000 - 0x7fff90d5dff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff9100d000 - 0x7fff91051ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff91399000 - 0x7fff913a0fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff913a1000 - 0x7fff91411fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff91412000 - 0x7fff9173efff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff9173f000 - 0x7fff9179ffff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff917a1000 - 0x7fff917aeff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff9180d000 - 0x7fff91831fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff91890000 - 0x7fff91935fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff9198e000 - 0x7fff9199cff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff919ff000 - 0x7fff91a75ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff91b38000 - 0x7fff91b73fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff91b74000 - 0x7fff91b74fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff91b91000 - 0x7fff91b96fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff91b97000 - 0x7fff91d99fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff91d9a000 - 0x7fff91e79fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff91e7a000 - 0x7fff91e7afff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff91e7b000 - 0x7fff91e88fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff91e89000 - 0x7fff91efcfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff92323000 - 0x7fff92618ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff92619000 - 0x7fff92619fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff92626000 - 0x7fff92629fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff9262a000 - 0x7fff9266aff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff9266b000 - 0x7fff9266cfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff9266d000 - 0x7fff92693fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff92694000 - 0x7fff926b5fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff926b6000 - 0x7fff926b7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff926b8000 - 0x7fff926c6fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff926c7000 - 0x7fff926cdfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff926ce000 - 0x7fff92835fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff92836000 - 0x7fff92898ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff92899000 - 0x7fff928a0ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff928a1000 - 0x7fff928a2ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff928a3000 - 0x7fff928eaff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff939f1000 - 0x7fff93a74fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff943b0000 - 0x7fff943cffff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff943d0000 - 0x7fff943d8fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff943d9000 - 0x7fff943defff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff943df000 - 0x7fff94812ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff94828000 - 0x7fff9482eff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff9482f000 - 0x7fff94832fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff94879000 - 0x7fff94890fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff94891000 - 0x7fff94915ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff9496d000 - 0x7fff9496dfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff94f19000 - 0x7fff95016ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff95017000 - 0x7fff95042ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff9537d000 - 0x7fff95382fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff95395000 - 0x7fff9539cfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff9539d000 - 0x7fff9539eff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff953be000 - 0x7fff95592ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff955df000 - 0x7fff9560bff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff9560c000 - 0x7fff9560fff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff95616000 - 0x7fff95addfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff95f88000 - 0x7fff95f88fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff95f89000 - 0x7fff95f8dfff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff95f8e000 - 0x7fff95fabfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff95fbb000 - 0x7fff96009fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff9600a000 - 0x7fff969a8a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff969a9000 - 0x7fff969b4ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff969c9000 - 0x7fff969defff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff96a54000 - 0x7fff96aa8ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff96aab000 - 0x7fff96cd5fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff96cd6000 - 0x7fff96ce8ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff96ce9000 - 0x7fff96d51ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff96ded000 - 0x7fff979f3fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff979f4000 - 0x7fff97a0bfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff97a0c000 - 0x7fff981b4fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff981ba000 - 0x7fff9879efff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff9887d000 - 0x7fff98b99fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff98bc6000 - 0x7fff98bd4fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff98bd5000 - 0x7fff98bebfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff98bec000 - 0x7fff98c14fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff98c21000 - 0x7fff98c23fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff98dcc000 - 0x7fff98e47ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff98e48000 - 0x7fff98fd3ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff99050000 - 0x7fff99055fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff99056000 - 0x7fff99056fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff99057000 - 0x7fff99080fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff99081000 - 0x7fff990c1fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff990ec000 - 0x7fff99405fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff99406000 - 0x7fff9942afff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff99aad000 - 0x7fff99ac0ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff99b73000 - 0x7fff99b90ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff99b91000 - 0x7fff99bb1fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff99bb2000 - 0x7fff99c0eff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff99c0f000 - 0x7fff99e83fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff99ea4000 - 0x7fff99eafff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff99eb3000 - 0x7fff99eb3fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff99ec7000 - 0x7fff99f7aff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff99fa4000 - 0x7fff9a06bff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9a07a000 - 0x7fff9a0d5ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff9a0d6000 - 0x7fff9a0ecff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff9a0f8000 - 0x7fff9a125fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff9a126000 - 0x7fff9a168ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff9a169000 - 0x7fff9a20bfff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff9a20c000 - 0x7fff9a2f0e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff9a2f1000 - 0x7fff9a491ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff9a492000 - 0x7fff9a496fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff9a497000 - 0x7fff9a4b3ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff9a4b4000 - 0x7fff9a4eefe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff9a4ef000 - 0x7fff9a5fbfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff9a5fc000 - 0x7fff9a5fefff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff9a5ff000 - 0x7fff9a60efff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff9a60f000 - 0x7fff9a76cfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff9a7a8000 - 0x7fff9a7e7fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff9a9e5000 - 0x7fff9a9e5fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9a9e6000 - 0x7fff9aa87fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 25588 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=183.7M resident=183.3M(100%) swapped_out_or_unallocated=324K(0%) QtQA::App::TestRunner: Writable regions: Total=84.4M written=2476K(3%) resident=18.6M(22%) swapped_out=0K(0%) unallocated=65.9M(78%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreServices 4356K QtQA::App::TestRunner: MALLOC 41.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 10.0M QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.6M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.9M QtQA::App::TestRunner: __TEXT 128.8M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 27.4M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 355.4M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcamerabackend: 8 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00202/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366530012): http://codereview.qt-project.org/54370 [PS3] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 21 14:08:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 15:08:06 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130421_120806_050922.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #102: SUCCESS Tested changes (refs/builds/stable_1366542709): http://codereview.qt-project.org/54323 [PS1] - Fix ugly selection color for TextField From ci-noreply at qt-project.org Sun Apr 21 14:47:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 15:47:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130421_124708_079005.ci-noreply@qt-project.org> six autotests failed :( Testing tst_QWindowContainer FAIL! : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(115) : failure location FAIL! : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(133) : failure location Totals: 7 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWindowContainer ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWindowContainer::initTestCase() PASS : tst_QWindowContainer::testShow() FAIL! : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(115) : failure location FAIL! : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(133) : failure location PASS : tst_QWindowContainer::testOwnership() PASS : tst_QWindowContainer::testBehindTheScenesDeletion() PASS : tst_QWindowContainer::testUnparenting() PASS : tst_QWindowContainer::testActivation() PASS : tst_QWindowContainer::cleanupTestCase() Totals: 7 passed, 2 failed, 0 skipped ********* Finished testing of tst_QWindowContainer ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwindowcontainer: 22 seconds, exit code 2 Testing tst_QWidget FAIL! : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location Totals: 232 passed, 10 failed, 7 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWidget::initTestCase() QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100) QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0) QWARN : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0 PASS : tst_QWidget::getSetCheck() PASS : tst_QWidget::fontPropagation() PASS : tst_QWidget::fontPropagation2() PASS : tst_QWidget::palettePropagation() PASS : tst_QWidget::palettePropagation2() PASS : tst_QWidget::enabledPropagation() WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget PASS : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() PASS : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() PASS : tst_QWidget::popupEnterLeave() PASS : tst_QWidget::acceptDropsPropagation() PASS : tst_QWidget::isEnabledTo() PASS : tst_QWidget::visible() PASS : tst_QWidget::visible_setWindowOpacity() PASS : tst_QWidget::isVisibleTo() PASS : tst_QWidget::isHidden() PASS : tst_QWidget::fonts() PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::focusChainOnHide() PASS : tst_QWidget::focusChainOnReparent() PASS : tst_QWidget::setTabOrder() XFAIL : tst_QWidget::activation() MS introduced new behavior after XP tst_qwidget.cpp(1782) : failure location PASS : tst_QWidget::activation() PASS : tst_QWidget::reparent() PASS : tst_QWidget::windowState() PASS : tst_QWidget::showMaximized() XFAIL : tst_QWidget::showFullScreen() QTBUG-22326 tst_qwidget.cpp(2027) : failure location PASS : tst_QWidget::showFullScreen() PASS : tst_QWidget::showMinimized() PASS : tst_QWidget::showMinimizedKeepsFocus() PASS : tst_QWidget::icon() PASS : tst_QWidget::hideWhenFocusWidgetIsChild() PASS : tst_QWidget::normalGeometry() PASS : tst_QWidget::setGeometry() PASS : tst_QWidget::windowOpacity() PASS : tst_QWidget::raise() PASS : tst_QWidget::lower() XFAIL : tst_QWidget::stackUnder() See QTBUG-493 tst_qwidget.cpp(2879) : failure location PASS : tst_QWidget::stackUnder() PASS : tst_QWidget::testContentsPropagation() PASS : tst_QWidget::saveRestoreGeometry() SKIP : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421 tst_qwidget.cpp(3147) : failure location SKIP : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421 tst_qwidget.cpp(3147) : failure location SKIP : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421 tst_qwidget.cpp(3147) : failure location PASS : tst_QWidget::widgetAt() PASS : tst_QWidget::optimizedResizeMove() SKIP : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012 tst_qwidget.cpp(3576) : failure location PASS : tst_QWidget::resizeEvent() PASS : tst_QWidget::task110173() PASS : tst_QWidget::testDeletionInEventHandlers() PASS : tst_QWidget::childDeletesItsSibling() PASS : tst_QWidget::setMinimumSize() PASS : tst_QWidget::setMaximumSize() PASS : tst_QWidget::setFixedSize() PASS : tst_QWidget::ensureCreated() PASS : tst_QWidget::winIdChangeEvent() PASS : tst_QWidget::persistentWinId() PASS : tst_QWidget::showNativeChild() PASS : tst_QWidget::qobject_castInDestroyedSlot() PASS : tst_QWidget::showHideEvent(window: only show) PASS : tst_QWidget::showHideEvent(window: show/hide) PASS : tst_QWidget::showHideEvent(window: show/hide/create) PASS : tst_QWidget::showHideEvent(window: hide/create) PASS : tst_QWidget::showHideEvent(window: only hide) PASS : tst_QWidget::showHideEvent(window: nothing) PASS : tst_QWidget::lostUpdatesOnHide() PASS : tst_QWidget::update() PASS : tst_QWidget::isOpaque() PASS : tst_QWidget::scroll() PASS : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) PASS : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) PASS : tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) PASS : tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWARN : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) setGeometry: Unable to set geometry 0x200+130+100 on 'QWidgetClassWindow'. Resulting geometry: 104x200+130+100 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). XFAIL : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QTBUG-26424 tst_qwidget.cpp(4436) : failure location QWARN : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) setGeometry: Unable to set geometry 0x200+130+100 on 'QWidgetClassWindow'. Resulting geometry: 104x200+130+100 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) setGeometry: Unable to set geometry 0x200+130+100 on 'QWidgetClassWindow'. Resulting geometry: 104x200+130+100 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) FAIL! : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location QWARN : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) setGeometry: Unable to set geometry 0x0+130+50 on 'QWidgetClassWindow'. Resulting geometry: 104x0+130+50 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location FAIL! : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4431) : failure location PASS : tst_QWidget::windowMoveResize(100,100 200x200, flags 0) PASS : tst_QWidget::windowMoveResize(100,100 200x200, flags 800) PASS : tst_QWidget::windowMoveResize(100,100 1080x556, flags 0) PASS : tst_QWidget::windowMoveResize(100,100 1080x556, flags 800) QWARN : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) setGeometry: Unable to set geometry 0x200+134+123 on 'QWidgetClassWindow'. Resulting geometry: 104x200+134+123 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). XFAIL : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) QTBUG-26424 tst_qwidget.cpp(4601) : failure location QWARN : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) setGeometry: Unable to set geometry 0x200+134+123 on 'QWidgetClassWindow'. Resulting geometry: 104x200+134+123 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) setGeometry: Unable to set geometry 0x200+134+123 on 'QWidgetClassWindow'. Resulting geometry: 104x200+134+123 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) FAIL! : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location QWARN : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) setGeometry: Unable to set geometry 0x0+134+73 on 'QWidgetClassWindow'. Resulting geometry: 104x0+134+73 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). XFAIL : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) QTBUG-26424 tst_qwidget.cpp(4601) : failure location QWARN : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) setGeometry: Unable to set geometry 0x0+134+73 on 'QWidgetClassWindow'. Resulting geometry: 104x0+134+73 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). FAIL! : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location FAIL! : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () tst_qwidget.cpp(4658) : failure location PASS : tst_QWidget::moveChild(right) PASS : tst_QWidget::moveChild(down) PASS : tst_QWidget::moveChild(left) PASS : tst_QWidget::moveChild(up) PASS : tst_QWidget::showAndMoveChild() PASS : tst_QWidget::subtractOpaqueSiblings() XFAIL : tst_QWidget::setGeometry_win() QTBUG-26424 tst_qwidget.cpp(4541) : failure location PASS : tst_QWidget::setGeometry_win() PASS : tst_QWidget::setLocale() PASS : tst_QWidget::deleteStyle() PASS : tst_QWidget::multipleToplevelFocusCheck() PASS : tst_QWidget::setFocus() PASS : tst_QWidget::setCursor() WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. PASS : tst_QWidget::setToolTip() PASS : tst_QWidget::testWindowIconChangeEventPropagation() SKIP : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() This test is for X11 only. tst_qwidget.cpp(5541) : failure location SKIP : tst_QWidget::showHideShowX11() This test is for X11 only. tst_qwidget.cpp(5631) : failure location SKIP : tst_QWidget::clean_qt_x11_enforce_cursor() This test is for X11 only. tst_qwidget.cpp(5651) : failure location XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0x22f1a0) : 74 1001 77 ), actual 4 ( QWidget(0x22f1a0) : 74 1001 78 77 ) tst_qwidget.cpp(5811) : failure location XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x22f170) : 74 1001 1002 77 ), actual 5 ( QWidget(0x22f170) : 74 1001 1002 78 77 ) tst_qwidget.cpp(5904) : failure location XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x22f170) : 74 1001 1002 77 ), actual 5 ( QWidget(0x22f170) : 74 1001 1002 78 77 ) tst_qwidget.cpp(5998) : failure location PASS : tst_QWidget::childEvents() PASS : tst_QWidget::render() PASS : tst_QWidget::renderInvisible() PASS : tst_QWidget::renderWithPainter() PASS : tst_QWidget::render_task188133() PASS : tst_QWidget::render_task211796() PASS : tst_QWidget::render_task217815() PASS : tst_QWidget::render_windowOpacity() PASS : tst_QWidget::render_systemClip() PASS : tst_QWidget::render_systemClip2(Only auto-fill background) PASS : tst_QWidget::render_systemClip2(Only draw in paintEvent) PASS : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent) PASS : tst_QWidget::render_systemClip3(Norwegian Civil Flag) PASS : tst_QWidget::render_systemClip3(Norwegian War Flag) PASS : tst_QWidget::render_task252837() PASS : tst_QWidget::render_worldTransform() PASS : tst_QWidget::setContentsMargins() PASS : tst_QWidget::moveWindowInShowEvent(1) PASS : tst_QWidget::moveWindowInShowEvent(2) PASS : tst_QWidget::repaintWhenChildDeleted() PASS : tst_QWidget::hideOpaqueChildWhileHidden() PASS : tst_QWidget::updateWhileMinimized() XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7221) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7224) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7227) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7230) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7276) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7279) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7282) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7337) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7340) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7343) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7346) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7349) : failure location XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 tst_qwidget.cpp(7352) : failure location PASS : tst_QWidget::alienWidgets() PASS : tst_QWidget::adjustSize(1) PASS : tst_QWidget::adjustSize(2) PASS : tst_QWidget::adjustSize(3) PASS : tst_QWidget::adjustSize(4) PASS : tst_QWidget::adjustSize(5) PASS : tst_QWidget::adjustSize(6) PASS : tst_QWidget::adjustSize(7) PASS : tst_QWidget::adjustSize(8) PASS : tst_QWidget::adjustSize(9) PASS : tst_QWidget::adjustSize(1c) PASS : tst_QWidget::adjustSize(2c) PASS : tst_QWidget::adjustSize(3c) PASS : tst_QWidget::adjustSize(4c) PASS : tst_QWidget::adjustSize(5c) PASS : tst_QWidget::adjustSize(6c) PASS : tst_QWidget::adjustSize(7c) PASS : tst_QWidget::adjustSize(8c) PASS : tst_QWidget::adjustSize(9c) PASS : tst_QWidget::updateGeometry(setMinimumSize) PASS : tst_QWidget::updateGeometry(setMaximumSize) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it) PASS : tst_QWidget::updateGeometry(Change sizePolicy) PASS : tst_QWidget::sendUpdateRequestImmediately() PASS : tst_QWidget::doubleRepaint() PASS : tst_QWidget::resizeInPaintEvent() PASS : tst_QWidget::opaqueChildren() PASS : tst_QWidget::setMaskInResizeEvent() PASS : tst_QWidget::moveInResizeEvent() PASS : tst_QWidget::immediateRepaintAfterShow() PASS : tst_QWidget::immediateRepaintAfterInvalidateBuffer() PASS : tst_QWidget::effectiveWinId() PASS : tst_QWidget::effectiveWinId2() PASS : tst_QWidget::customDpi() PASS : tst_QWidget::customDpiProperty() PASS : tst_QWidget::quitOnCloseAttribute() PASS : tst_QWidget::moveRect() PASS : tst_QWidget::gdiPainting() QWARN : tst_QWidget::paintOnScreenPossible() QWidget::paintEngine: Should no longer be called PASS : tst_QWidget::paintOnScreenPossible() QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called PASS : tst_QWidget::reparentStaticWidget() PASS : tst_QWidget::QTBUG6883_reparentStaticWidget2() PASS : tst_QWidget::translucentWidget() PASS : tst_QWidget::setClearAndResizeMask() PASS : tst_QWidget::maskedUpdate() PASS : tst_QWidget::syntheticEnterLeave() PASS : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::underMouse() WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. PASS : tst_QWidget::taskQTBUG_27643_enterEvents() PASS : tst_QWidget::windowFlags() PASS : tst_QWidget::initialPosForDontShowOnScreenWidgets() PASS : tst_QWidget::updateOnDestroyedSignal() PASS : tst_QWidget::toplevelLineEditFocus() PASS : tst_QWidget::focusWidget_task254563() PASS : tst_QWidget::rectOutsideCoordinatesLimit_task144779() PASS : tst_QWidget::setGraphicsEffect() PASS : tst_QWidget::destroyBackingStore() PASS : tst_QWidget::activateWindow() PASS : tst_QWidget::openModal_taskQTBUG_5804() PASS : tst_QWidget::focusProxyAndInputMethods() PASS : tst_QWidget::scrollWithoutBackingStore() PASS : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy() PASS : tst_QWidget::movedAndResizedAttributes() PASS : tst_QWidget::childAt() PASS : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion() PASS : tst_QWidget::nativeChildFocus() PASS : tst_QWidget::grab() WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::grabMouse() PASS : tst_QWidget::grabKeyboard() PASS : tst_QWidget::touchEventSynthesizedMouseEvent() PASS : tst_QWidget::styleSheetPropagation() PASS : tst_QWidget::destroyedSignal() PASS : tst_QWidget::keyboardModifiers() PASS : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680() PASS : tst_QWidget::largerThanScreen_QTBUG30142() PASS : tst_QWidget::cleanupTestCase() Totals: 232 passed, 10 failed, 7 skipped ********* Finished testing of tst_QWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwidget: 128 seconds, exit code 10 Testing tst_QMenu FAIL! : tst_QMenu::pushButtonPopulateOnAboutToShow() 'QTest::qWaitForWindowExposed(&b)' returned FALSE. () tst_qmenu.cpp(842) : failure location Totals: 38 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenu ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenu::initTestCase() PASS : tst_QMenu::getSetCheck() PASS : tst_QMenu::addActionsAndClear() PASS : tst_QMenu::keyboardNavigation(data0) PASS : tst_QMenu::keyboardNavigation(data1) PASS : tst_QMenu::keyboardNavigation(data2) PASS : tst_QMenu::keyboardNavigation(data3_noMac) PASS : tst_QMenu::keyboardNavigation(data4) PASS : tst_QMenu::keyboardNavigation(data5) PASS : tst_QMenu::keyboardNavigation(data6) PASS : tst_QMenu::keyboardNavigation(data7) PASS : tst_QMenu::keyboardNavigation(data8) PASS : tst_QMenu::keyboardNavigation(data9) PASS : tst_QMenu::keyboardNavigation(data10) XFAIL : tst_QMenu::keyboardNavigation(shortcut0) QTBUG-22449: QMenu doesn't remove highlight if a menu item is activated by a shortcut tst_qmenu.cpp(350) : failure location PASS : tst_QMenu::keyboardNavigation(shortcut0) QWARN : tst_QMenu::focus() setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QMenu::focus() PASS : tst_QMenu::overrideMenuAction() PASS : tst_QMenu::statusTip() PASS : tst_QMenu::widgetActionFocus() PASS : tst_QMenu::mouseActivation() PASS : tst_QMenu::tearOff() QWARN : tst_QMenu::layoutDirection() setGeometry: Unable to set geometry 2x2+594+386 on 'QMenuClassWindow'. Resulting geometry: 104x2+594+386 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QMenu::layoutDirection() setGeometry: Unable to set geometry 2x2+318+138 on 'QMenuClassWindow'. Resulting geometry: 104x2+318+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QMenu::layoutDirection() PASS : tst_QMenu::task208001_stylesheet() PASS : tst_QMenu::activeSubMenuPosition() PASS : tst_QMenu::task242454_sizeHint() PASS : tst_QMenu::task176201_clear() PASS : tst_QMenu::task250673_activeMultiColumnSubMenuPosition() PASS : tst_QMenu::task256918_setFont() PASS : tst_QMenu::menuSizeHint() PASS : tst_QMenu::task258920_mouseBorder() PASS : tst_QMenu::setFixedWidth() PASS : tst_QMenu::deleteActionInTriggered() FAIL! : tst_QMenu::pushButtonPopulateOnAboutToShow() 'QTest::qWaitForWindowExposed(&b)' returned FALSE. () tst_qmenu.cpp(842) : failure location PASS : tst_QMenu::QTBUG7907_submenus_autoselect() PASS : tst_QMenu::QTBUG7411_submenus_activate() PASS : tst_QMenu::QTBUG30595_rtl_submenu() PASS : tst_QMenu::QTBUG20403_nested_popup_on_shortcut_trigger() PASS : tst_QMenu::QTBUG_10735_crashWithDialog() PASS : tst_QMenu::cleanupTestCase() Totals: 38 passed, 1 failed, 0 skipped ********* Finished testing of tst_QMenu ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenu: 15 seconds, exit code 1 Testing tst_QMdiArea FAIL! : tst_QMdiArea::nativeSubWindows() 'QTest::qWaitForWindowExposed(&mdiArea)' returned FALSE. () tst_qmdiarea.cpp(2634) : failure location Totals: 50 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMdiArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMdiArea::initTestCase() PASS : tst_QMdiArea::subWindowActivated(data0) PASS : tst_QMdiArea::subWindowActivated(data1) PASS : tst_QMdiArea::subWindowActivated(data2) PASS : tst_QMdiArea::subWindowActivated2() PASS : tst_QMdiArea::subWindowActivatedWithMinimize() PASS : tst_QMdiArea::showWindows() PASS : tst_QMdiArea::changeWindowTitle() PASS : tst_QMdiArea::changeModified() PASS : tst_QMdiArea::childSize() PASS : tst_QMdiArea::fixedSize() PASS : tst_QMdiArea::minimumSizeHint() PASS : tst_QMdiArea::sizeHint() PASS : tst_QMdiArea::setActiveSubWindow() PASS : tst_QMdiArea::activeSubWindow() PASS : tst_QMdiArea::currentSubWindow() PASS : tst_QMdiArea::addAndRemoveWindows() PASS : tst_QMdiArea::addAndRemoveWindowsWithReparenting() PASS : tst_QMdiArea::removeSubWindow_2() PASS : tst_QMdiArea::closeWindows() PASS : tst_QMdiArea::activateNextAndPreviousWindow() PASS : tst_QMdiArea::subWindowList(CreationOrder) PASS : tst_QMdiArea::subWindowList(StackingOrder) PASS : tst_QMdiArea::subWindowList(ActivationHistoryOrder) PASS : tst_QMdiArea::setBackground() PASS : tst_QMdiArea::setViewport() PASS : tst_QMdiArea::tileSubWindows() PASS : tst_QMdiArea::cascadeAndTileSubWindows() QWARN : tst_QMdiArea::resizeMaximizedChildWindows(multiple children) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QMdiArea::resizeMaximizedChildWindows(multiple children) PASS : tst_QMdiArea::focusWidgetAfterAddSubWindow() PASS : tst_QMdiArea::dontMaximizeSubWindowOnActivation() PASS : tst_QMdiArea::delayedPlacement() PASS : tst_QMdiArea::iconGeometryInMenuBar() PASS : tst_QMdiArea::resizeTimer() PASS : tst_QMdiArea::updateScrollBars() PASS : tst_QMdiArea::setActivationOrder(CreationOrder) PASS : tst_QMdiArea::setActivationOrder(StackingOrder) PASS : tst_QMdiArea::setActivationOrder(ActivationHistoryOrder) PASS : tst_QMdiArea::tabBetweenSubWindows() PASS : tst_QMdiArea::setViewMode() PASS : tst_QMdiArea::setTabsClosable() PASS : tst_QMdiArea::setTabsMovable() PASS : tst_QMdiArea::setTabShape() PASS : tst_QMdiArea::setTabPosition(North) PASS : tst_QMdiArea::setTabPosition(South) PASS : tst_QMdiArea::setTabPosition(East) PASS : tst_QMdiArea::setTabPosition(West) FAIL! : tst_QMdiArea::nativeSubWindows() 'QTest::qWaitForWindowExposed(&mdiArea)' returned FALSE. () tst_qmdiarea.cpp(2634) : failure location PASS : tst_QMdiArea::task_209615() PASS : tst_QMdiArea::task_236750() PASS : tst_QMdiArea::cleanupTestCase() Totals: 50 passed, 1 failed, 0 skipped ********* Finished testing of tst_QMdiArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmdiarea: 27 seconds, exit code 1 Testing tst_QGuiApplication FAIL! : tst_QGuiApplication::changeFocusWindow() 'QTest::qWaitForWindowExposed(&window1)' returned FALSE. () tst_qguiapplication.cpp(248) : failure location FAIL! : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1)' returned FALSE. () tst_qguiapplication.cpp(396) : failure location Totals: 10 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGuiApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGuiApplication::initTestCase() PASS : tst_QGuiApplication::displayName() PASS : tst_QGuiApplication::focusObject() PASS : tst_QGuiApplication::allWindows() PASS : tst_QGuiApplication::topLevelWindows() QWARN : tst_QGuiApplication::abortQuitOnShow() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 3 events. PASS : tst_QGuiApplication::abortQuitOnShow() QSYSTEM: tst_QGuiApplication::changeFocusWindow() QApplication::regClass: Registering window class 'Qt5QWindowIcon' failed. (Class already exists.) FAIL! : tst_QGuiApplication::changeFocusWindow() 'QTest::qWaitForWindowExposed(&window1)' returned FALSE. () tst_qguiapplication.cpp(248) : failure location PASS : tst_QGuiApplication::keyboardModifiers() FAIL! : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1)' returned FALSE. () tst_qguiapplication.cpp(396) : failure location QWARN : tst_QGuiApplication::modalWindow() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 2 events. QWARN : tst_QGuiApplication::modalWindow() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 3 events. QSYSTEM: tst_QGuiApplication::quitOnLastWindowClosed() QApplication::regClass: Registering window class 'Qt5QWindowIcon' failed. (Class already exists.) QWARN : tst_QGuiApplication::quitOnLastWindowClosed() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 1 events. QWARN : tst_QGuiApplication::quitOnLastWindowClosed() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 3 events. PASS : tst_QGuiApplication::quitOnLastWindowClosed() PASS : tst_QGuiApplication::genericPluginsAndWindowSystemEvents() PASS : tst_QGuiApplication::cleanupTestCase() Totals: 10 passed, 2 failed, 0 skipped ********* Finished testing of tst_QGuiApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qguiapplication: 28 seconds, exit code 2 Testing tst_QApplication FAIL! : tst_QApplication::alert() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () ..\tst_qapplication.cpp(308) : failure location Totals: 54 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QApplication::initTestCase() PASS : tst_QApplication::sendEventsOnProcessEvents() PASS : tst_QApplication::staticSetup() FAIL! : tst_QApplication::alert() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () ..\tst_qapplication.cpp(308) : failure location PASS : tst_QApplication::multiple(data0) PASS : tst_QApplication::multiple(data1) PASS : tst_QApplication::multiple(data2) PASS : tst_QApplication::multiple(data3) PASS : tst_QApplication::nonGui() PASS : tst_QApplication::setFont(data0a) PASS : tst_QApplication::setFont(data0b) PASS : tst_QApplication::setFont(data1a) PASS : tst_QApplication::setFont(data1b) PASS : tst_QApplication::setFont(data2a) PASS : tst_QApplication::setFont(data2b) PASS : tst_QApplication::setFont(nonexistingfont after) PASS : tst_QApplication::setFont(nonexistingfont before) PASS : tst_QApplication::setFont(largescaleable after) PASS : tst_QApplication::setFont(largescaleable before) PASS : tst_QApplication::setFont(largeunscaleale after) PASS : tst_QApplication::setFont(largeunscaleale before) PASS : tst_QApplication::args(App name) PASS : tst_QApplication::args(No arguments) PASS : tst_QApplication::args(App name, style) PASS : tst_QApplication::args(App name, style, arbitrary, reverse) PASS : tst_QApplication::appName() PASS : tst_QApplication::lastWindowClosed() QWARN : tst_QApplication::quitOnLastWindowClosed() setGeometry: Unable to set geometry 100x30+370+173 on 'QDialogClassWindow'. Resulting geometry: 104x30+370+173 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QApplication::quitOnLastWindowClosed() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 1 events. PASS : tst_QApplication::quitOnLastWindowClosed() PASS : tst_QApplication::closeAllWindows() PASS : tst_QApplication::testDeleteLater() PASS : tst_QApplication::testDeleteLaterProcessEvents() QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("C:/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "C:/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("C:/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() ("C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication/test", "C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "C:/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() appDirPath "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication" QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath && appDirPath + /..: ("C:/work/build/qt/qtbase/tests/auto/widgets/kernel", "C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath + /tmp/..: ("C:/work/build/qt/qtbase/tests/auto/widgets/kernel", "C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") PASS : tst_QApplication::libraryPaths() PASS : tst_QApplication::libraryPaths_qt_plugin_path() PASS : tst_QApplication::libraryPaths_qt_plugin_path_2() PASS : tst_QApplication::sendPostedEvents() PASS : tst_QApplication::thread() PASS : tst_QApplication::desktopSettingsAware() PASS : tst_QApplication::setActiveWindow() PASS : tst_QApplication::focusChanged() PASS : tst_QApplication::focusOut() PASS : tst_QApplication::execAfterExit() PASS : tst_QApplication::wheelScrollLines() PASS : tst_QApplication::task109149() PASS : tst_QApplication::style() PASS : tst_QApplication::allWidgets() PASS : tst_QApplication::topLevelWidgets() PASS : tst_QApplication::setAttribute() QWARN : tst_QApplication::windowsCommandLine(hello world) QObject::startTimer: QTimer can only be used with threads started with QThread PASS : tst_QApplication::windowsCommandLine(hello world) QWARN : tst_QApplication::windowsCommandLine(sql) QObject::startTimer: QTimer can only be used with threads started with QThread PASS : tst_QApplication::windowsCommandLine(sql) PASS : tst_QApplication::touchEventPropagation() PASS : tst_QApplication::qtbug_12673() PASS : tst_QApplication::noQuitOnHide() PASS : tst_QApplication::globalStaticObjectDestruction() PASS : tst_QApplication::abortQuitOnShow() PASS : tst_QApplication::cleanupTestCase() Totals: 54 passed, 1 failed, 0 skipped ********* Finished testing of tst_QApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qapplication: 94 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00975/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366542834): http://codereview.qt-project.org/54246 [PS1] - An empty expose region implies isExposed == false From ci-noreply at qt-project.org Sun Apr 21 16:59:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 17:59:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130421_145954_052043.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #25: SUCCESS Tested changes (refs/builds/stable_1366555119): http://codereview.qt-project.org/54296 [PS3] - Fix of errors of compilation on WinCE platform From ci-noreply at qt-project.org Sun Apr 21 22:47:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 21 Apr 2013 23:47:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130421_204724_075660.ci-noreply@qt-project.org> Qt5_stable_Integration #203: SUCCESS Tested changes (refs/builds/stable_1366562799): http://codereview.qt-project.org/54370 [PS4] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 22 09:53:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 10:53:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130422_075303_080991.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #59: SUCCESS Tested changes (refs/builds/stable_1366614657): http://codereview.qt-project.org/54189 [PS1] - Remove old QtXmlPatterns.4.* data From ci-noreply at qt-project.org Mon Apr 22 11:02:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 12:02:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_090225_068440.ci-noreply@qt-project.org> QtBase_stable_Integration #976: SUCCESS Tested changes (refs/builds/stable_1366613997): http://codereview.qt-project.org/54053 [PS2] - Convert the CGImage into a QPixmap after reading from clipboard From ci-noreply at qt-project.org Mon Apr 22 12:48:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 13:48:10 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_104810_081622.ci-noreply@qt-project.org> Autotest `cmake' failed :( Test project /work/build/qt/qtbase/tests/auto/cmake/build Start 1: test_use_modules_function 1/21 Test #1: test_use_modules_function ......... Passed 5.67 sec Start 2: test_umbrella_config 2/21 Test #2: test_umbrella_config .............. Passed 1.68 sec Start 3: test_wrap_cpp_and_resources 3/21 Test #3: test_wrap_cpp_and_resources ....... Passed 3.55 sec Start 4: test_dependent_modules 4/21 Test #4: test_dependent_modules ............ Passed 3.62 sec Start 5: test_needsquoting_dirname 5/21 Test #5: test_needsquoting_dirname ......... Passed 3.54 sec Start 6: test_add_resource_options 6/21 Test #6: test_add_resource_options ......... Passed 2.11 sec Start 7: test_wrap_cpp_options 7/21 Test #7: test_wrap_cpp_options ............. Passed 2.17 sec Start 8: test_platform_defs_include 8/21 Test #8: test_platform_defs_include ........ Passed 1.44 sec Start 9: test_qtmainwin_library 9/21 Test #9: test_qtmainwin_library ............ Passed 2.42 sec Start 10: test_multiple_find_package 10/21 Test #10: test_multiple_find_package ........ Passed 2.02 sec Start 11: test_add_resources_delayed_file 11/21 Test #11: test_add_resources_delayed_file ... Passed 1.58 sec Start 12: test_private_includes 12/21 Test #12: test_private_includes ............. Passed 2.12 sec Start 13: test_testlib_definitions 13/21 Test #13: test_testlib_definitions .......... Passed 6.52 sec Start 14: test_json_plugin_includes 14/21 Test #14: test_json_plugin_includes ......... Passed 2.54 sec Start 15: test_testlib_no_link_gui 15/21 Test #15: test_testlib_no_link_gui .......... Passed 2.92 sec Start 16: test_testlib_no_link_widgets 16/21 Test #16: test_testlib_no_link_widgets ...... Passed 2.92 sec Start 17: module_includes 17/21 Test #17: module_includes ................... Passed 5.11 sec Start 18: test_concurrent_module 18/21 Test #18: test_concurrent_module ............ Passed 2.73 sec Start 19: test_openglextensions_module 19/21 Test #19: test_openglextensions_module ...... Passed 3.15 sec Start 20: test_egl_lib 20/21 Test #20: test_egl_lib ......................***Failed 1.07 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib ======== CMake output ====== The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done Configuring Configuring done Generating Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_Concurrent_MODULE_MAJOR_VERSION CMAKE_Concurrent_MODULE_MINOR_VERSION CMAKE_Concurrent_MODULE_PATCH_VERSION CMAKE_Core_MODULE_MAJOR_VERSION CMAKE_Core_MODULE_MINOR_VERSION CMAKE_Core_MODULE_PATCH_VERSION CMAKE_Gui_MODULE_MAJOR_VERSION CMAKE_Gui_MODULE_MINOR_VERSION CMAKE_Gui_MODULE_PATCH_VERSION CMAKE_Network_MODULE_MAJOR_VERSION CMAKE_Network_MODULE_MINOR_VERSION CMAKE_Network_MODULE_PATCH_VERSION CMAKE_OpenGLExtensions_MODULE_MAJOR_VERSION CMAKE_OpenGLExtensions_MODULE_MINOR_VERSION CMAKE_OpenGLExtensions_MODULE_PATCH_VERSION CMAKE_OpenGL_MODULE_MAJOR_VERSION CMAKE_OpenGL_MODULE_MINOR_VERSION CMAKE_OpenGL_MODULE_PATCH_VERSION CMAKE_PrintSupport_MODULE_MAJOR_VERSION CMAKE_PrintSupport_MODULE_MINOR_VERSION CMAKE_PrintSupport_MODULE_PATCH_VERSION CMAKE_Sql_MODULE_MAJOR_VERSION CMAKE_Sql_MODULE_MINOR_VERSION CMAKE_Sql_MODULE_PATCH_VERSION CMAKE_Test_MODULE_MAJOR_VERSION CMAKE_Test_MODULE_MINOR_VERSION CMAKE_Test_MODULE_PATCH_VERSION CMAKE_Widgets_MODULE_MAJOR_VERSION CMAKE_Widgets_MODULE_MINOR_VERSION CMAKE_Widgets_MODULE_PATCH_VERSION CMAKE_Xml_MODULE_MAJOR_VERSION CMAKE_Xml_MODULE_MINOR_VERSION CMAKE_Xml_MODULE_PATCH_VERSION NO_DBUS Build files have been written to: /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib ======== End CMake output ====== Change Dir: /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib Run Clean Command:/usr/bin/make "clean" /usr/bin/make -f CMakeFiles/Makefile2 clean /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/clean /opt/local/bin/cmake -P CMakeFiles/myobject.dir/cmake_clean.cmake Run Build Command:/usr/bin/make /opt/local/bin/cmake -H/work/build/qt/qtbase/tests/auto/cmake/test_egl_lib -B/work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib --check-build-system CMakeFiles/Makefile.cmake 0 /opt/local/bin/cmake -E cmake_progress_start /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/depend cd /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles/myobject.dir/DependInfo.cmake --color= Scanning dependencies of target myobject /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/build /opt/local/bin/cmake -E cmake_progress_report /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles 1 [100%] Building CXX object CMakeFiles/myobject.dir/main.cpp.o /Users/qt/bin/c++ -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -O3 -DNDEBUG -I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/QtGui -I/work/build/qt/qtbase/include/QtCore -I/work/build/qt/qtbase/mkspecs/macx-clang -I//System/Library/Frameworks/OpenGL.framework/Headers -I"/System/Library/Frameworks/OpenGL.framework/Headers /System/Library/Frameworks/AGL.framework/Headers" -o CMakeFiles/myobject.dir/main.cpp.o -c /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp:42:21: error: EGL/egl.h: No such file or directory distcc[24769] ERROR: compile /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp on ci-osx107-x64-mini-12 failed distcc[24769] (dcc_build_somewhere) Warning: remote compilation of '/work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp' failed, retrying locally distcc[24769] Warning: failed to distribute /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp to ci-osx107-x64-mini-12, running locally instead /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp:42:21: error: EGL/egl.h: No such file or directory /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp: In function ‘int main(int, char**)’: /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp:46: error: ‘eglGetError’ was not declared in this scope distcc[24769] ERROR: compile /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp on localhost failed make[2]: *** [CMakeFiles/myobject.dir/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/myobject.dir/all] Error 2 make: *** [all] Error 2 Start 21: test_opengl_lib 21/21 Test #21: test_opengl_lib ...................***Failed 1.32 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib ======== CMake output ====== The C compiler identification is GNU 4.2.1 The CXX compiler identification is GNU 4.2.1 Checking whether C compiler has -isysroot Checking whether C compiler has -isysroot - yes Checking whether C compiler supports OSX deployment target flag Checking whether C compiler supports OSX deployment target flag - yes Check for working C compiler: /Users/qt/bin/gcc Configuring Check for working C compiler: /Users/qt/bin/gcc -- works Detecting C compiler ABI info Configuring Detecting C compiler ABI info - done Checking whether CXX compiler has -isysroot Checking whether CXX compiler has -isysroot - yes Checking whether CXX compiler supports OSX deployment target flag Checking whether CXX compiler supports OSX deployment target flag - yes Check for working CXX compiler: /Users/qt/bin/c++ Configuring Check for working CXX compiler: /Users/qt/bin/c++ -- works Detecting CXX compiler ABI info Configuring Detecting CXX compiler ABI info - done Configuring Configuring done Generating Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_Concurrent_MODULE_MAJOR_VERSION CMAKE_Concurrent_MODULE_MINOR_VERSION CMAKE_Concurrent_MODULE_PATCH_VERSION CMAKE_Core_MODULE_MAJOR_VERSION CMAKE_Core_MODULE_MINOR_VERSION CMAKE_Core_MODULE_PATCH_VERSION CMAKE_Gui_MODULE_MAJOR_VERSION CMAKE_Gui_MODULE_MINOR_VERSION CMAKE_Gui_MODULE_PATCH_VERSION CMAKE_Network_MODULE_MAJOR_VERSION CMAKE_Network_MODULE_MINOR_VERSION CMAKE_Network_MODULE_PATCH_VERSION CMAKE_OpenGLExtensions_MODULE_MAJOR_VERSION CMAKE_OpenGLExtensions_MODULE_MINOR_VERSION CMAKE_OpenGLExtensions_MODULE_PATCH_VERSION CMAKE_OpenGL_MODULE_MAJOR_VERSION CMAKE_OpenGL_MODULE_MINOR_VERSION CMAKE_OpenGL_MODULE_PATCH_VERSION CMAKE_PrintSupport_MODULE_MAJOR_VERSION CMAKE_PrintSupport_MODULE_MINOR_VERSION CMAKE_PrintSupport_MODULE_PATCH_VERSION CMAKE_Sql_MODULE_MAJOR_VERSION CMAKE_Sql_MODULE_MINOR_VERSION CMAKE_Sql_MODULE_PATCH_VERSION CMAKE_Test_MODULE_MAJOR_VERSION CMAKE_Test_MODULE_MINOR_VERSION CMAKE_Test_MODULE_PATCH_VERSION CMAKE_Widgets_MODULE_MAJOR_VERSION CMAKE_Widgets_MODULE_MINOR_VERSION CMAKE_Widgets_MODULE_PATCH_VERSION CMAKE_Xml_MODULE_MAJOR_VERSION CMAKE_Xml_MODULE_MINOR_VERSION CMAKE_Xml_MODULE_PATCH_VERSION NO_DBUS Build files have been written to: /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib ======== End CMake output ====== Change Dir: /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib Run Clean Command:/usr/bin/make "clean" /usr/bin/make -f CMakeFiles/Makefile2 clean /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/clean /opt/local/bin/cmake -P CMakeFiles/myobject.dir/cmake_clean.cmake Run Build Command:/usr/bin/make /opt/local/bin/cmake -H/work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib -B/work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib --check-build-system CMakeFiles/Makefile.cmake 0 /opt/local/bin/cmake -E cmake_progress_start /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/depend cd /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles/myobject.dir/DependInfo.cmake --color= Scanning dependencies of target myobject /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/build /opt/local/bin/cmake -E cmake_progress_report /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles 1 [100%] Building CXX object CMakeFiles/myobject.dir/main.cpp.o /Users/qt/bin/c++ -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -DGL_IMPLEMENTATION_GL -O3 -DNDEBUG -I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/QtGui -I/work/build/qt/qtbase/include/QtCore -I/work/build/qt/qtbase/mkspecs/macx-clang -I//System/Library/Frameworks/OpenGL.framework/Headers -o CMakeFiles/myobject.dir/main.cpp.o -c /work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib/main.cpp Linking CXX executable myobject /opt/local/bin/cmake -E cmake_link_script CMakeFiles/myobject.dir/link.txt --verbose=1 /Users/qt/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/myobject.dir/main.cpp.o -o myobject /work/build/qt/qtbase/lib/QtGui.framework/QtGui /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework /work/build/qt/qtbase/lib/QtCore.framework/QtCore ld: in /System/Library/Frameworks/OpenGL.framework, can't map file, errno=22 for architecture x86_64 collect2: ld returned 1 exit status distcc[24996] ERROR: compile (null) on localhost failed make[2]: *** [myobject] Error 1 make[1]: *** [CMakeFiles/myobject.dir/all] Error 2 make: *** [all] Error 2 90% tests passed, 2 tests failed out of 21 Total Test time (real) = 60.24 sec The following tests FAILED: 20 - test_egl_lib (Failed) 21 - test_opengl_lib (Failed) Errors while running CTest QtQA::App::TestRunner: test failed, running again to see if it is flaky... Test project /work/build/qt/qtbase/tests/auto/cmake/build Start 1: test_use_modules_function 1/21 Test #1: test_use_modules_function ......... Passed 3.42 sec Start 2: test_umbrella_config 2/21 Test #2: test_umbrella_config .............. Passed 0.11 sec Start 3: test_wrap_cpp_and_resources 3/21 Test #3: test_wrap_cpp_and_resources ....... Passed 1.80 sec Start 4: test_dependent_modules 4/21 Test #4: test_dependent_modules ............ Passed 2.55 sec Start 5: test_needsquoting_dirname 5/21 Test #5: test_needsquoting_dirname ......... Passed 2.55 sec Start 6: test_add_resource_options 6/21 Test #6: test_add_resource_options ......... Passed 0.23 sec Start 7: test_wrap_cpp_options 7/21 Test #7: test_wrap_cpp_options ............. Passed 0.38 sec Start 8: test_platform_defs_include 8/21 Test #8: test_platform_defs_include ........ Passed 0.31 sec Start 9: test_qtmainwin_library 9/21 Test #9: test_qtmainwin_library ............ Passed 1.13 sec Start 10: test_multiple_find_package 10/21 Test #10: test_multiple_find_package ........ Passed 0.69 sec Start 11: test_add_resources_delayed_file 11/21 Test #11: test_add_resources_delayed_file ... Passed 0.43 sec Start 12: test_private_includes 12/21 Test #12: test_private_includes ............. Passed 0.76 sec Start 13: test_testlib_definitions 13/21 Test #13: test_testlib_definitions .......... Passed 3.78 sec Start 14: test_json_plugin_includes 14/21 Test #14: test_json_plugin_includes ......... Passed 8.34 sec Start 15: test_testlib_no_link_gui 15/21 Test #15: test_testlib_no_link_gui .......... Passed 0.24 sec Start 16: test_testlib_no_link_widgets 16/21 Test #16: test_testlib_no_link_widgets ...... Passed 0.23 sec Start 17: module_includes 17/21 Test #17: module_includes ................... Passed 2.93 sec Start 18: test_concurrent_module 18/21 Test #18: test_concurrent_module ............ Passed 1.55 sec Start 19: test_openglextensions_module 19/21 Test #19: test_openglextensions_module ...... Passed 2.09 sec Start 20: test_egl_lib 20/21 Test #20: test_egl_lib ......................***Failed 0.15 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib ======== CMake output ====== Configuring Configuring done Generating Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_Concurrent_MODULE_MAJOR_VERSION CMAKE_Concurrent_MODULE_MINOR_VERSION CMAKE_Concurrent_MODULE_PATCH_VERSION CMAKE_Core_MODULE_MAJOR_VERSION CMAKE_Core_MODULE_MINOR_VERSION CMAKE_Core_MODULE_PATCH_VERSION CMAKE_Gui_MODULE_MAJOR_VERSION CMAKE_Gui_MODULE_MINOR_VERSION CMAKE_Gui_MODULE_PATCH_VERSION CMAKE_Network_MODULE_MAJOR_VERSION CMAKE_Network_MODULE_MINOR_VERSION CMAKE_Network_MODULE_PATCH_VERSION CMAKE_OpenGLExtensions_MODULE_MAJOR_VERSION CMAKE_OpenGLExtensions_MODULE_MINOR_VERSION CMAKE_OpenGLExtensions_MODULE_PATCH_VERSION CMAKE_OpenGL_MODULE_MAJOR_VERSION CMAKE_OpenGL_MODULE_MINOR_VERSION CMAKE_OpenGL_MODULE_PATCH_VERSION CMAKE_PrintSupport_MODULE_MAJOR_VERSION CMAKE_PrintSupport_MODULE_MINOR_VERSION CMAKE_PrintSupport_MODULE_PATCH_VERSION CMAKE_Sql_MODULE_MAJOR_VERSION CMAKE_Sql_MODULE_MINOR_VERSION CMAKE_Sql_MODULE_PATCH_VERSION CMAKE_Test_MODULE_MAJOR_VERSION CMAKE_Test_MODULE_MINOR_VERSION CMAKE_Test_MODULE_PATCH_VERSION CMAKE_Widgets_MODULE_MAJOR_VERSION CMAKE_Widgets_MODULE_MINOR_VERSION CMAKE_Widgets_MODULE_PATCH_VERSION CMAKE_Xml_MODULE_MAJOR_VERSION CMAKE_Xml_MODULE_MINOR_VERSION CMAKE_Xml_MODULE_PATCH_VERSION NO_DBUS Build files have been written to: /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib ======== End CMake output ====== Change Dir: /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib Run Clean Command:/usr/bin/make "clean" /usr/bin/make -f CMakeFiles/Makefile2 clean /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/clean /opt/local/bin/cmake -P CMakeFiles/myobject.dir/cmake_clean.cmake Run Build Command:/usr/bin/make /opt/local/bin/cmake -H/work/build/qt/qtbase/tests/auto/cmake/test_egl_lib -B/work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib --check-build-system CMakeFiles/Makefile.cmake 0 /opt/local/bin/cmake -E cmake_progress_start /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/depend cd /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles/myobject.dir/DependInfo.cmake --color= /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/build /opt/local/bin/cmake -E cmake_progress_report /work/build/qt/qtbase/tests/auto/cmake/build/test_egl_lib/CMakeFiles 1 [100%] Building CXX object CMakeFiles/myobject.dir/main.cpp.o /Users/qt/bin/c++ -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -O3 -DNDEBUG -I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/QtGui -I/work/build/qt/qtbase/include/QtCore -I/work/build/qt/qtbase/mkspecs/macx-clang -I//System/Library/Frameworks/OpenGL.framework/Headers -I"/System/Library/Frameworks/OpenGL.framework/Headers /System/Library/Frameworks/AGL.framework/Headers" -o CMakeFiles/myobject.dir/main.cpp.o -c /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp:42:21: error: EGL/egl.h: No such file or directory distcc[25849] ERROR: compile /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp on ci-osx107-x64-mini-09 failed distcc[25849] (dcc_build_somewhere) Warning: remote compilation of '/work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp' failed, retrying locally distcc[25849] Warning: failed to distribute /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp to ci-osx107-x64-mini-09, running locally instead /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp:42:21: error: EGL/egl.h: No such file or directory /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp: In function ‘int main(int, char**)’: /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp:46: error: ‘eglGetError’ was not declared in this scope distcc[25849] ERROR: compile /work/build/qt/qtbase/tests/auto/cmake/test_egl_lib/main.cpp on localhost failed make[2]: *** [CMakeFiles/myobject.dir/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/myobject.dir/all] Error 2 make: *** [all] Error 2 Start 21: test_opengl_lib 21/21 Test #21: test_opengl_lib ...................***Failed 0.34 sec Internal cmake changing into directory: /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib ======== CMake output ====== Configuring Configuring done Generating Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_Concurrent_MODULE_MAJOR_VERSION CMAKE_Concurrent_MODULE_MINOR_VERSION CMAKE_Concurrent_MODULE_PATCH_VERSION CMAKE_Core_MODULE_MAJOR_VERSION CMAKE_Core_MODULE_MINOR_VERSION CMAKE_Core_MODULE_PATCH_VERSION CMAKE_Gui_MODULE_MAJOR_VERSION CMAKE_Gui_MODULE_MINOR_VERSION CMAKE_Gui_MODULE_PATCH_VERSION CMAKE_Network_MODULE_MAJOR_VERSION CMAKE_Network_MODULE_MINOR_VERSION CMAKE_Network_MODULE_PATCH_VERSION CMAKE_OpenGLExtensions_MODULE_MAJOR_VERSION CMAKE_OpenGLExtensions_MODULE_MINOR_VERSION CMAKE_OpenGLExtensions_MODULE_PATCH_VERSION CMAKE_OpenGL_MODULE_MAJOR_VERSION CMAKE_OpenGL_MODULE_MINOR_VERSION CMAKE_OpenGL_MODULE_PATCH_VERSION CMAKE_PrintSupport_MODULE_MAJOR_VERSION CMAKE_PrintSupport_MODULE_MINOR_VERSION CMAKE_PrintSupport_MODULE_PATCH_VERSION CMAKE_Sql_MODULE_MAJOR_VERSION CMAKE_Sql_MODULE_MINOR_VERSION CMAKE_Sql_MODULE_PATCH_VERSION CMAKE_Test_MODULE_MAJOR_VERSION CMAKE_Test_MODULE_MINOR_VERSION CMAKE_Test_MODULE_PATCH_VERSION CMAKE_Widgets_MODULE_MAJOR_VERSION CMAKE_Widgets_MODULE_MINOR_VERSION CMAKE_Widgets_MODULE_PATCH_VERSION CMAKE_Xml_MODULE_MAJOR_VERSION CMAKE_Xml_MODULE_MINOR_VERSION CMAKE_Xml_MODULE_PATCH_VERSION NO_DBUS Build files have been written to: /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib ======== End CMake output ====== Change Dir: /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib Run Clean Command:/usr/bin/make "clean" /usr/bin/make -f CMakeFiles/Makefile2 clean /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/clean /opt/local/bin/cmake -P CMakeFiles/myobject.dir/cmake_clean.cmake Run Build Command:/usr/bin/make /opt/local/bin/cmake -H/work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib -B/work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib --check-build-system CMakeFiles/Makefile.cmake 0 /opt/local/bin/cmake -E cmake_progress_start /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/depend cd /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles/myobject.dir/DependInfo.cmake --color= /usr/bin/make -f CMakeFiles/myobject.dir/build.make CMakeFiles/myobject.dir/build /opt/local/bin/cmake -E cmake_progress_report /work/build/qt/qtbase/tests/auto/cmake/build/test_opengl_lib/CMakeFiles 1 [100%] Building CXX object CMakeFiles/myobject.dir/main.cpp.o /Users/qt/bin/c++ -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=TestNamespace -DGL_IMPLEMENTATION_GL -O3 -DNDEBUG -I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/QtGui -I/work/build/qt/qtbase/include/QtCore -I/work/build/qt/qtbase/mkspecs/macx-clang -I//System/Library/Frameworks/OpenGL.framework/Headers -o CMakeFiles/myobject.dir/main.cpp.o -c /work/build/qt/qtbase/tests/auto/cmake/test_opengl_lib/main.cpp Linking CXX executable myobject /opt/local/bin/cmake -E cmake_link_script CMakeFiles/myobject.dir/link.txt --verbose=1 /Users/qt/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/myobject.dir/main.cpp.o -o myobject /work/build/qt/qtbase/lib/QtGui.framework/QtGui /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework /work/build/qt/qtbase/lib/QtCore.framework/QtCore ld: in /System/Library/Frameworks/OpenGL.framework, can't map file, errno=22 for architecture x86_64 collect2: ld returned 1 exit status distcc[25882] ERROR: compile (null) on localhost failed make[2]: *** [myobject] Error 1 make[1]: *** [CMakeFiles/myobject.dir/all] Error 2 make: *** [all] Error 2 90% tests passed, 2 tests failed out of 21 Total Test time (real) = 34.03 sec The following tests FAILED: 20 - test_egl_lib (Failed) 21 - test_opengl_lib (Failed) Errors while running CTest QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end cmake: 94 seconds, exit code 8 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00977/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366621478): http://codereview.qt-project.org/54307 [PS1] - test: Disable tst_uic when -no-widgets is used http://codereview.qt-project.org/54388 [PS1] - Delay filling QLocalePrivate::m_localeID until it is needed http://codereview.qt-project.org/53857 [PS22] - Add IMPORTED targets for the GL libraries used by Qt. http://codereview.qt-project.org/54250 [PS1] - iOS: don't delete m_touchDevice, QPA takes ownership From ci-noreply at qt-project.org Mon Apr 22 13:09:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 14:09:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130422_110948_039125.ci-noreply@qt-project.org> QtBase_dev_Integration #827: SUCCESS Tested changes (refs/builds/dev_1366621226): http://codereview.qt-project.org/54402 [PS1] - SSL namespace: Add enum to disable SSL session sharing From ci-noreply at qt-project.org Mon Apr 22 13:34:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 14:34:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130422_113456_097654.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #436: SUCCESS Tested changes (refs/builds/stable_1366625543): http://codereview.qt-project.org/54154 [PS2] - Prevent segfault on trying to access null cacheItem object. From ci-noreply at qt-project.org Mon Apr 22 13:47:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 14:47:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130422_114729_046434.ci-noreply@qt-project.org> Qt_4.8_Integration #1402: SUCCESS Tested changes (refs/builds/4.8_1366611105): http://codereview.qt-project.org/53999 [PS1] - Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps. From ci-noreply at qt-project.org Mon Apr 22 13:52:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 14:52:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130422_115233_096497.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #103: SUCCESS Tested changes (refs/builds/stable_1366628340): http://codereview.qt-project.org/54415 [PS1] - Remove usages of width/height in layout items. From ci-noreply at qt-project.org Mon Apr 22 14:22:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 15:22:10 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_122210_030933.ci-noreply@qt-project.org> Autotests `tst_qapplication', `tst_qguiapplication', `tst_qmdiarea', `tst_qmenu', and `tst_qwindowcontainer' failed :( Testing tst_QWindowContainer FAIL! : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(115) : failure location FAIL! : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(133) : failure location Totals: 7 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWindowContainer ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWindowContainer::initTestCase() PASS : tst_QWindowContainer::testShow() FAIL! : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(115) : failure location FAIL! : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container)' returned FALSE. () tst_qwindowcontainer.cpp(133) : failure location PASS : tst_QWindowContainer::testOwnership() PASS : tst_QWindowContainer::testBehindTheScenesDeletion() PASS : tst_QWindowContainer::testUnparenting() PASS : tst_QWindowContainer::testActivation() PASS : tst_QWindowContainer::cleanupTestCase() Totals: 7 passed, 2 failed, 0 skipped ********* Finished testing of tst_QWindowContainer ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwindowcontainer: 21 seconds, exit code 2 Testing tst_QMenu FAIL! : tst_QMenu::pushButtonPopulateOnAboutToShow() 'QTest::qWaitForWindowExposed(&b)' returned FALSE. () tst_qmenu.cpp(842) : failure location Totals: 38 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenu ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenu::initTestCase() PASS : tst_QMenu::getSetCheck() PASS : tst_QMenu::addActionsAndClear() PASS : tst_QMenu::keyboardNavigation(data0) PASS : tst_QMenu::keyboardNavigation(data1) PASS : tst_QMenu::keyboardNavigation(data2) PASS : tst_QMenu::keyboardNavigation(data3_noMac) PASS : tst_QMenu::keyboardNavigation(data4) PASS : tst_QMenu::keyboardNavigation(data5) PASS : tst_QMenu::keyboardNavigation(data6) PASS : tst_QMenu::keyboardNavigation(data7) PASS : tst_QMenu::keyboardNavigation(data8) PASS : tst_QMenu::keyboardNavigation(data9) PASS : tst_QMenu::keyboardNavigation(data10) XFAIL : tst_QMenu::keyboardNavigation(shortcut0) QTBUG-22449: QMenu doesn't remove highlight if a menu item is activated by a shortcut tst_qmenu.cpp(350) : failure location PASS : tst_QMenu::keyboardNavigation(shortcut0) QWARN : tst_QMenu::focus() setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QMenu::focus() PASS : tst_QMenu::overrideMenuAction() PASS : tst_QMenu::statusTip() PASS : tst_QMenu::widgetActionFocus() PASS : tst_QMenu::mouseActivation() PASS : tst_QMenu::tearOff() QWARN : tst_QMenu::layoutDirection() setGeometry: Unable to set geometry 2x2+594+386 on 'QMenuClassWindow'. Resulting geometry: 104x2+594+386 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QMenu::layoutDirection() setGeometry: Unable to set geometry 2x2+318+138 on 'QMenuClassWindow'. Resulting geometry: 104x2+318+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QMenu::layoutDirection() PASS : tst_QMenu::task208001_stylesheet() PASS : tst_QMenu::activeSubMenuPosition() PASS : tst_QMenu::task242454_sizeHint() PASS : tst_QMenu::task176201_clear() PASS : tst_QMenu::task250673_activeMultiColumnSubMenuPosition() PASS : tst_QMenu::task256918_setFont() PASS : tst_QMenu::menuSizeHint() PASS : tst_QMenu::task258920_mouseBorder() PASS : tst_QMenu::setFixedWidth() PASS : tst_QMenu::deleteActionInTriggered() FAIL! : tst_QMenu::pushButtonPopulateOnAboutToShow() 'QTest::qWaitForWindowExposed(&b)' returned FALSE. () tst_qmenu.cpp(842) : failure location PASS : tst_QMenu::QTBUG7907_submenus_autoselect() PASS : tst_QMenu::QTBUG7411_submenus_activate() PASS : tst_QMenu::QTBUG30595_rtl_submenu() PASS : tst_QMenu::QTBUG20403_nested_popup_on_shortcut_trigger() PASS : tst_QMenu::QTBUG_10735_crashWithDialog() PASS : tst_QMenu::cleanupTestCase() Totals: 38 passed, 1 failed, 0 skipped ********* Finished testing of tst_QMenu ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenu: 17 seconds, exit code 1 Testing tst_QMdiArea FAIL! : tst_QMdiArea::nativeSubWindows() 'QTest::qWaitForWindowExposed(&mdiArea)' returned FALSE. () tst_qmdiarea.cpp(2634) : failure location Totals: 50 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMdiArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMdiArea::initTestCase() PASS : tst_QMdiArea::subWindowActivated(data0) PASS : tst_QMdiArea::subWindowActivated(data1) PASS : tst_QMdiArea::subWindowActivated(data2) PASS : tst_QMdiArea::subWindowActivated2() PASS : tst_QMdiArea::subWindowActivatedWithMinimize() PASS : tst_QMdiArea::showWindows() PASS : tst_QMdiArea::changeWindowTitle() PASS : tst_QMdiArea::changeModified() PASS : tst_QMdiArea::childSize() PASS : tst_QMdiArea::fixedSize() PASS : tst_QMdiArea::minimumSizeHint() PASS : tst_QMdiArea::sizeHint() PASS : tst_QMdiArea::setActiveSubWindow() PASS : tst_QMdiArea::activeSubWindow() PASS : tst_QMdiArea::currentSubWindow() PASS : tst_QMdiArea::addAndRemoveWindows() PASS : tst_QMdiArea::addAndRemoveWindowsWithReparenting() PASS : tst_QMdiArea::removeSubWindow_2() PASS : tst_QMdiArea::closeWindows() PASS : tst_QMdiArea::activateNextAndPreviousWindow() PASS : tst_QMdiArea::subWindowList(CreationOrder) PASS : tst_QMdiArea::subWindowList(StackingOrder) PASS : tst_QMdiArea::subWindowList(ActivationHistoryOrder) PASS : tst_QMdiArea::setBackground() PASS : tst_QMdiArea::setViewport() PASS : tst_QMdiArea::tileSubWindows() PASS : tst_QMdiArea::cascadeAndTileSubWindows() QWARN : tst_QMdiArea::resizeMaximizedChildWindows(multiple children) setGeometry: Unable to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry: 104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). PASS : tst_QMdiArea::resizeMaximizedChildWindows(multiple children) PASS : tst_QMdiArea::focusWidgetAfterAddSubWindow() PASS : tst_QMdiArea::dontMaximizeSubWindowOnActivation() PASS : tst_QMdiArea::delayedPlacement() PASS : tst_QMdiArea::iconGeometryInMenuBar() PASS : tst_QMdiArea::resizeTimer() PASS : tst_QMdiArea::updateScrollBars() PASS : tst_QMdiArea::setActivationOrder(CreationOrder) PASS : tst_QMdiArea::setActivationOrder(StackingOrder) PASS : tst_QMdiArea::setActivationOrder(ActivationHistoryOrder) PASS : tst_QMdiArea::tabBetweenSubWindows() PASS : tst_QMdiArea::setViewMode() PASS : tst_QMdiArea::setTabsClosable() PASS : tst_QMdiArea::setTabsMovable() PASS : tst_QMdiArea::setTabShape() PASS : tst_QMdiArea::setTabPosition(North) PASS : tst_QMdiArea::setTabPosition(South) PASS : tst_QMdiArea::setTabPosition(East) PASS : tst_QMdiArea::setTabPosition(West) FAIL! : tst_QMdiArea::nativeSubWindows() 'QTest::qWaitForWindowExposed(&mdiArea)' returned FALSE. () tst_qmdiarea.cpp(2634) : failure location PASS : tst_QMdiArea::task_209615() PASS : tst_QMdiArea::task_236750() PASS : tst_QMdiArea::cleanupTestCase() Totals: 50 passed, 1 failed, 0 skipped ********* Finished testing of tst_QMdiArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmdiarea: 30 seconds, exit code 1 Testing tst_QGuiApplication FAIL! : tst_QGuiApplication::changeFocusWindow() 'QTest::qWaitForWindowExposed(&window1)' returned FALSE. () tst_qguiapplication.cpp(248) : failure location FAIL! : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1)' returned FALSE. () tst_qguiapplication.cpp(396) : failure location Totals: 10 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGuiApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGuiApplication::initTestCase() PASS : tst_QGuiApplication::displayName() PASS : tst_QGuiApplication::focusObject() PASS : tst_QGuiApplication::allWindows() PASS : tst_QGuiApplication::topLevelWindows() QWARN : tst_QGuiApplication::abortQuitOnShow() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 3 events. PASS : tst_QGuiApplication::abortQuitOnShow() QSYSTEM: tst_QGuiApplication::changeFocusWindow() QApplication::regClass: Registering window class 'Qt5QWindowIcon' failed. (Class already exists.) FAIL! : tst_QGuiApplication::changeFocusWindow() 'QTest::qWaitForWindowExposed(&window1)' returned FALSE. () tst_qguiapplication.cpp(248) : failure location PASS : tst_QGuiApplication::keyboardModifiers() FAIL! : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1)' returned FALSE. () tst_qguiapplication.cpp(396) : failure location QWARN : tst_QGuiApplication::modalWindow() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 2 events. QWARN : tst_QGuiApplication::modalWindow() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 3 events. QSYSTEM: tst_QGuiApplication::quitOnLastWindowClosed() QApplication::regClass: Registering window class 'Qt5QWindowIcon' failed. (Class already exists.) QWARN : tst_QGuiApplication::quitOnLastWindowClosed() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 1 events. QWARN : tst_QGuiApplication::quitOnLastWindowClosed() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 3 events. PASS : tst_QGuiApplication::quitOnLastWindowClosed() PASS : tst_QGuiApplication::genericPluginsAndWindowSystemEvents() PASS : tst_QGuiApplication::cleanupTestCase() Totals: 10 passed, 2 failed, 0 skipped ********* Finished testing of tst_QGuiApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qguiapplication: 28 seconds, exit code 2 Testing tst_QApplication FAIL! : tst_QApplication::alert() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () ..\tst_qapplication.cpp(308) : failure location Totals: 54 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QApplication::initTestCase() PASS : tst_QApplication::sendEventsOnProcessEvents() PASS : tst_QApplication::staticSetup() FAIL! : tst_QApplication::alert() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. () ..\tst_qapplication.cpp(308) : failure location PASS : tst_QApplication::multiple(data0) PASS : tst_QApplication::multiple(data1) PASS : tst_QApplication::multiple(data2) PASS : tst_QApplication::multiple(data3) PASS : tst_QApplication::nonGui() PASS : tst_QApplication::setFont(data0a) PASS : tst_QApplication::setFont(data0b) PASS : tst_QApplication::setFont(data1a) PASS : tst_QApplication::setFont(data1b) PASS : tst_QApplication::setFont(data2a) PASS : tst_QApplication::setFont(data2b) PASS : tst_QApplication::setFont(nonexistingfont after) PASS : tst_QApplication::setFont(nonexistingfont before) PASS : tst_QApplication::setFont(largescaleable after) PASS : tst_QApplication::setFont(largescaleable before) PASS : tst_QApplication::setFont(largeunscaleale after) PASS : tst_QApplication::setFont(largeunscaleale before) PASS : tst_QApplication::args(App name) PASS : tst_QApplication::args(No arguments) PASS : tst_QApplication::args(App name, style) PASS : tst_QApplication::args(App name, style, arbitrary, reverse) PASS : tst_QApplication::appName() PASS : tst_QApplication::lastWindowClosed() QWARN : tst_QApplication::quitOnLastWindowClosed() setGeometry: Unable to set geometry 100x30+370+173 on 'QDialogClassWindow'. Resulting geometry: 104x30+370+173 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). QWARN : tst_QApplication::quitOnLastWindowClosed() QWindowSystemInterface::flushWindowSystemEvents() invoked after QGuiApplication destruction, discarding 1 events. PASS : tst_QApplication::quitOnLastWindowClosed() PASS : tst_QApplication::closeAllWindows() PASS : tst_QApplication::testDeleteLater() PASS : tst_QApplication::testDeleteLaterProcessEvents() QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("C:/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "C:/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("C:/work/build/qt/qtbase/plugins") QDEBUG : tst_QApplication::libraryPaths() ("C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication/test", "C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "C:/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() appDirPath "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication" QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath && appDirPath + /..: ("C:/work/build/qt/qtbase/tests/auto/widgets/kernel", "C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath + /tmp/..: ("C:/work/build/qt/qtbase/tests/auto/widgets/kernel", "C:/work/build/qt/qtbase/plugins", "C:/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") PASS : tst_QApplication::libraryPaths() PASS : tst_QApplication::libraryPaths_qt_plugin_path() PASS : tst_QApplication::libraryPaths_qt_plugin_path_2() PASS : tst_QApplication::sendPostedEvents() PASS : tst_QApplication::thread() PASS : tst_QApplication::desktopSettingsAware() PASS : tst_QApplication::setActiveWindow() PASS : tst_QApplication::focusChanged() PASS : tst_QApplication::focusOut() PASS : tst_QApplication::execAfterExit() PASS : tst_QApplication::wheelScrollLines() PASS : tst_QApplication::task109149() PASS : tst_QApplication::style() PASS : tst_QApplication::allWidgets() PASS : tst_QApplication::topLevelWidgets() PASS : tst_QApplication::setAttribute() QWARN : tst_QApplication::windowsCommandLine(hello world) QObject::startTimer: QTimer can only be used with threads started with QThread PASS : tst_QApplication::windowsCommandLine(hello world) QWARN : tst_QApplication::windowsCommandLine(sql) QObject::startTimer: QTimer can only be used with threads started with QThread PASS : tst_QApplication::windowsCommandLine(sql) PASS : tst_QApplication::touchEventPropagation() PASS : tst_QApplication::qtbug_12673() PASS : tst_QApplication::noQuitOnHide() PASS : tst_QApplication::globalStaticObjectDestruction() PASS : tst_QApplication::abortQuitOnShow() PASS : tst_QApplication::cleanupTestCase() Totals: 54 passed, 1 failed, 0 skipped ********* Finished testing of tst_QApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qapplication: 94 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00978/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366627825): http://codereview.qt-project.org/53944 [PS2] - Use qAccessibleRoleString to stringify roles. http://codereview.qt-project.org/54063 [PS8] - Fix windows expose logic From ci-noreply at qt-project.org Mon Apr 22 14:40:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 15:40:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130422_124004_032860.ci-noreply@qt-project.org> QtWebKit_stable_Integration #120: SUCCESS Tested changes (refs/builds/stable_1366625391): http://codereview.qt-project.org/54350 [PS2] - [Qt] WebKit fails to compile if EGL headers are not in default INCLUDEPATH http://codereview.qt-project.org/54371 [PS1] - [Qt][Mac] Remove obsolete workaround for debug builds From ci-noreply at qt-project.org Mon Apr 22 14:48:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 15:48:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130422_124838_006414.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #104: SUCCESS Tested changes (refs/builds/stable_1366631677): http://codereview.qt-project.org/53409 [PS4] - Tests: Add autotests for ComboBox http://codereview.qt-project.org/53408 [PS5] - ComboBox: Add activeFocusOnPress property From ci-noreply at qt-project.org Mon Apr 22 15:53:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 16:53:26 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130422_135326_008944.ci-noreply@qt-project.org> Autotest `tst_qsslsocket' failed :( Testing tst_QSslSocket FAIL! : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) 'socket->waitForEncrypted(5000)' returned FALSE. () tst_qsslsocket.cpp(1948) : failure location Totals: 566 passed, 1 failed, 5 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSslSocket ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSslSocket::initTestCase() PASS : tst_QSslSocket::constructing(WithoutProxy) PASS : tst_QSslSocket::constructing(WithSocks5Proxy) PASS : tst_QSslSocket::constructing(WithSocks5ProxyAuth) PASS : tst_QSslSocket::constructing(WithHttpProxy) PASS : tst_QSslSocket::constructing(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnect(WithoutProxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnect(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnect(WithHttpProxy) PASS : tst_QSslSocket::simpleConnect(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithoutProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5Proxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithSocks5ProxyAuth) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxy) PASS : tst_QSslSocket::simpleConnectWithIgnore(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslErrors(WithoutProxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5Proxy:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithSocks5ProxyAuth:qt-test-server) PASS : tst_QSslSocket::sslErrors(WithHttpProxy:qt-test-server) FAIL! : tst_QSslSocket::sslErrors(WithHttpProxyBasicAuth:qt-test-server) Compared lists have different sizes. Actual (output) size: '0' Expected (expected) size: '2' tst_qsslsocket.cpp(555) : failure location PASS : tst_QSslSocket::addCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ciphers(WithoutProxy) PASS : tst_QSslSocket::ciphers(WithSocks5Proxy) PASS : tst_QSslSocket::ciphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::ciphers(WithHttpProxy) PASS : tst_QSslSocket::ciphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithoutProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5Proxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithSocks5ProxyAuth) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxy) PASS : tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sessionCipher(WithoutProxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5Proxy) PASS : tst_QSslSocket::sessionCipher(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sessionCipher(WithHttpProxy) PASS : tst_QSslSocket::sessionCipher(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::flush(WithoutProxy) PASS : tst_QSslSocket::flush(WithSocks5Proxy) PASS : tst_QSslSocket::flush(WithSocks5ProxyAuth) PASS : tst_QSslSocket::flush(WithHttpProxy) PASS : tst_QSslSocket::flush(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::isEncrypted(WithoutProxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::isEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::isEncrypted(WithHttpProxy) PASS : tst_QSslSocket::isEncrypted(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificate(WithoutProxy) PASS : tst_QSslSocket::localCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificate(WithHttpProxy) PASS : tst_QSslSocket::localCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::mode(WithoutProxy) PASS : tst_QSslSocket::mode(WithSocks5Proxy) PASS : tst_QSslSocket::mode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::mode(WithHttpProxy) PASS : tst_QSslSocket::mode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerCertificate(WithoutProxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::peerCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerCertificate(WithHttpProxy) PASS : tst_QSslSocket::peerCertificate(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::peerCertificateChain(WithoutProxy) QTBUG-29941 - Unstable auto-test due to intermittently unreachable host tst_qsslsocket.cpp(711) : failure location PASS : tst_QSslSocket::privateKey(WithoutProxy) PASS : tst_QSslSocket::privateKey(WithSocks5Proxy) PASS : tst_QSslSocket::privateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKey(WithHttpProxy) PASS : tst_QSslSocket::privateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithoutProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5Proxy) PASS : tst_QSslSocket::privateKeyOpaque(WithSocks5ProxyAuth) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxy) PASS : tst_QSslSocket::privateKeyOpaque(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocol(WithoutProxy) PASS : tst_QSslSocket::protocol(WithSocks5Proxy) PASS : tst_QSslSocket::protocol(WithSocks5ProxyAuth) PASS : tst_QSslSocket::protocol(WithHttpProxy) PASS : tst_QSslSocket::protocol(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithoutProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5Proxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithSocks5ProxyAuth:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxy:any-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl2-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1.0-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-secure) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:tls1ssl3-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:secure-any) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl2) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1.0) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-tls1ssl3) PASS : tst_QSslSocket::protocolServerSide(WithHttpProxyBasicAuth:any-secure) PASS : tst_QSslSocket::setCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificate(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::localCertificateChain(WithoutProxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::localCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::localCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithoutProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5Proxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxy) PASS : tst_QSslSocket::setLocalCertificateChain(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setPrivateKey(WithoutProxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5Proxy) PASS : tst_QSslSocket::setPrivateKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxy) PASS : tst_QSslSocket::setPrivateKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithoutProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5Proxy) PASS : tst_QSslSocket::setSocketDescriptor(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxy) PASS : tst_QSslSocket::setSocketDescriptor(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithoutProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5Proxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithSocks5ProxyAuth:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxy:secure) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:empty) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:default) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:set-root-cert) PASS : tst_QSslSocket::setSslConfiguration(WithHttpProxyBasicAuth:secure) PASS : tst_QSslSocket::waitForEncrypted(WithoutProxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5Proxy) PASS : tst_QSslSocket::waitForEncrypted(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxy) PASS : tst_QSslSocket::waitForEncrypted(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::waitForEncryptedMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1261) : failure location PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithoutProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5Proxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithSocks5ProxyAuth) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxy) PASS : tst_QSslSocket::waitForConnectedEncryptedReadyRead(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startClientEncryption(WithoutProxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startClientEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxy) PASS : tst_QSslSocket::startClientEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::startServerEncryption(WithoutProxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5Proxy) PASS : tst_QSslSocket::startServerEncryption(WithSocks5ProxyAuth) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxy) PASS : tst_QSslSocket::startServerEncryption(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificate(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithoutProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5Proxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxy) PASS : tst_QSslSocket::addDefaultCaCertificates2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::defaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::defaultCiphers(WithoutProxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::defaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::defaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithoutProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxy) PASS : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::supportedCiphers(WithoutProxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5Proxy) PASS : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxy) PASS : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::systemCaCertificates(WithoutProxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxy) PASS : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithoutProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy) PASS : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem tst_qsslsocket.cpp(1405) : failure location PASS : tst_QSslSocket::setEmptyKey(WithoutProxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxy) PASS : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::spontaneousWrite(WithoutProxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy) PASS : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxy) PASS : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setReadBufferSize(WithoutProxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy) PASS : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxy) PASS : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth) SKIP : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration tst_qsslsocket.cpp(1608) : failure location SKIP : tst_QSslSocket::waitForMinusOne(WithoutProxy) QTBUG-24451 - indefinite wait may hang tst_qsslsocket.cpp(1779) : failure location XFAIL : tst_QSslSocket::verifyMode(WithoutProxy) QTBUG-24234 tst_qsslsocket.cpp(1887) : failure location PASS : tst_QSslSocket::verifyMode(WithoutProxy) PASS : tst_QSslSocket::verifyMode(WithSocks5Proxy) PASS : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyMode(WithHttpProxy) PASS : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::verifyDepth(WithoutProxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5Proxy) PASS : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth) PASS : tst_QSslSocket::verifyDepth(WithHttpProxy) PASS : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::peerVerifyError(WithoutProxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) PASS : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxy) PASS : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5ProxyAuth) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxy) PASS : tst_QSslSocket::disconnectFromHostWhenConnected(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resetProxy(WithoutProxy) PASS : tst_QSslSocket::resetProxy(WithSocks5Proxy) PASS : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth) PASS : tst_QSslSocket::resetProxy(WithHttpProxy) PASS : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2) PASS : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again) PASS : tst_QSslSocket::readFromClosedSocket(WithoutProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) PASS : tst_QSslSocket::readFromClosedSocket(WithSocks5ProxyAuth) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxy) PASS : tst_QSslSocket::readFromClosedSocket(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::writeBigChunk(WithoutProxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) PASS : tst_QSslSocket::writeBigChunk(WithSocks5ProxyAuth) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxy) PASS : tst_QSslSocket::writeBigChunk(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithoutProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy) PASS : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxy) PASS : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithoutProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5Proxy) QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxy) QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8x 10 May 2012" QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "90818f" PASS : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::sslOptions(WithoutProxy) PASS : tst_QSslSocket::sslOptions(WithSocks5Proxy) PASS : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth) PASS : tst_QSslSocket::sslOptions(WithHttpProxy) PASS : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy) PASS : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong) PASS : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right) PASS : tst_QSslSocket::qtbug18498_peek(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithoutProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy) PASS : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy) PASS : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::exitLoop(WithoutProxy) PASS : tst_QSslSocket::exitLoop(WithSocks5Proxy) PASS : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth) PASS : tst_QSslSocket::exitLoop(WithHttpProxy) PASS : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth) PASS : tst_QSslSocket::cleanupTestCase() Totals: 566 passed, 1 failed, 5 skipped ********* Finished testing of tst_QSslSocket ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsslsocket: 125 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00828/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366633782): http://codereview.qt-project.org/51563 [PS1] - Guard usage of m_cocoaPlatformWindow. From ci-noreply at qt-project.org Mon Apr 22 16:16:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 17:16:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130422_141622_021277.ci-noreply@qt-project.org> Autotest `tst_qquicktextinput' failed :( Testing tst_qquicktextinput FAIL! : tst_qquicktextinput::echoMode() Compared values are not the same Actual (input->passwordCharacter()): ● Expected (QLatin1String("*")): * Loc: [tst_qquicktextinput.cpp(3158)] Totals: 390 passed, 1 failed, 6 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquicktextinput ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquicktextinput::initTestCase() PASS : tst_qquicktextinput::text() PASS : tst_qquicktextinput::width() PASS : tst_qquicktextinput::font() PASS : tst_qquicktextinput::color() PASS : tst_qquicktextinput::wrap() PASS : tst_qquicktextinput::selection() PASS : tst_qquicktextinput::persistentSelection() PASS : tst_qquicktextinput::isRightToLeft(Empty) PASS : tst_qquicktextinput::isRightToLeft(Neutral) PASS : tst_qquicktextinput::isRightToLeft(LTR) PASS : tst_qquicktextinput::isRightToLeft(RTL) PASS : tst_qquicktextinput::isRightToLeft(Bidi RTL + LTR + RTL) PASS : tst_qquicktextinput::isRightToLeft(Bidi LTR + RTL + LTR) PASS : tst_qquicktextinput::moveCursorSelection((t)he|characters) PASS : tst_qquicktextinput::moveCursorSelection(do(g)|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum(p)ed|characters) PASS : tst_qquicktextinput::moveCursorSelection(jumped( )over|characters) PASS : tst_qquicktextinput::moveCursorSelection((the )|characters) PASS : tst_qquicktextinput::moveCursorSelection(( dog)|characters) PASS : tst_qquicktextinput::moveCursorSelection(( jumped )|characters) PASS : tst_qquicktextinput::moveCursorSelection(th(e qu)ick|characters) PASS : tst_qquicktextinput::moveCursorSelection(la(zy d)og|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum(ped ov)er|characters) PASS : tst_qquicktextinput::moveCursorSelection(()the|characters) PASS : tst_qquicktextinput::moveCursorSelection(dog()|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum()ped|characters) PASS : tst_qquicktextinput::moveCursorSelection(<(t)he>|words) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(over|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(jumped<( )over>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(the )>quick|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(the )quick>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(lazy<( dog)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(over|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(fox<( jumped )over>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection() PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(<()>the|words) PASS : tst_qquicktextinput::moveCursorSelection(dog<()>|words) PASS : tst_qquicktextinput::moveCursorSelection(jum<()>ped|words) PASS : tst_qquicktextinput::moveCursorSelection( |words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(,)> |words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(, )world>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(,|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello<()>,|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<()>|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( )>world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( )world>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( world)>|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( world!)>|words) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(, world!)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(world<(!)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world!<()>)|words) PASS : tst_qquicktextinput::moveCursorSelection(world<()>!)|words) PASS : tst_qquicktextinput::moveCursorSelection(<(,)>olleH |words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(,)olleH> |words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( ,)olleH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( ,ol)leH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(,<(ol)leH>,|words) PASS : tst_qquicktextinput::moveCursorSelection(,<()>olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<()>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(,olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( )>,olleH|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(dlrow )>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow )>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow ,)>olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow ,)olleH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(!)>dlrow|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(!)dlrow|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<()>!dlrow|words) PASS : tst_qquicktextinput::moveCursorSelection(!<()>dlrow|words) PASS : tst_qquicktextinput::moveCursorSelection( text |words) PASS : tst_qquicktextinput::moveCursorSelection( spacey |words) PASS : tst_qquicktextinput::moveCursorSelection(<( )>spacey text |words|ltr) PASS : tst_qquicktextinput::moveCursorSelection(<( )spacey> text |words|rtl) PASS : tst_qquicktextinput::moveCursorSelection(spacey |words|ltr) PASS : tst_qquicktextinput::moveCursorSelection(spacey text<( )>|words|rtl) PASS : tst_qquicktextinput::moveCursorSelection(<()> spacey text |words) PASS : tst_qquicktextinput::moveCursorSelection( spacey text <()>|words) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { f^ox} jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn> f^ox} jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { ^}fox jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn> ^}fox jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {} fox jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn^>} f^ox jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {^bro)wn>} fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick{<(^ bro)wn>} fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {<^quick}( bro)wn> fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {<^quick}( bro)wn> fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the{^ fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the{^ fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({t^he fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({t^he fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({, w^orld}!|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({, w^orld}!|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(!{dlro^w ,}|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(!{dlro^w ,}|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({<(^} sp)acey> text |ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({<( ^}sp)acey> text |ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(<( {s^p)acey>} text |rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(<( {^sp)acey>} text |rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey }|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey }|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey {|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey {|ltr) WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::dragMouseSelection() WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords focused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default focused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default focus on press) QWARN : tst_qquicktextinput::mouseSelectionMode_accessors() Don't know how to handle 'SelectionMode', use qRegisterMetaType to register it. PASS : tst_qquicktextinput::mouseSelectionMode_accessors() PASS : tst_qquicktextinput::selectByMouse() PASS : tst_qquicktextinput::renderType() WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::tripleClickSelectsAll() PASS : tst_qquicktextinput::horizontalAlignment_RightToLeft() PASS : tst_qquicktextinput::verticalAlignment() PASS : tst_qquicktextinput::clipRect() PASS : tst_qquicktextinput::boundingRect() PASS : tst_qquicktextinput::positionAt() PASS : tst_qquicktextinput::maxLength() PASS : tst_qquicktextinput::masks() PASS : tst_qquicktextinput::validators() PASS : tst_qquicktextinput::inputMethods() PASS : tst_qquicktextinput::passwordCharacter() WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(out of line) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::cursorDelegate(out of line) WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(in line) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::cursorDelegate(in line) WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::cursorDelegate(external) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::cursorDelegate(external) SKIP : tst_qquicktextinput::remoteCursorDelegate() This test is unstable Loc: [tst_qquicktextinput.cpp(2778)] SKIP : tst_qquicktextinput::cursorVisible() This test is unstable Loc: [tst_qquicktextinput.cpp(2813)] PASS : tst_qquicktextinput::cursorRectangle(left to right) PASS : tst_qquicktextinput::cursorRectangle(right to left) PASS : tst_qquicktextinput::navigation() PASS : tst_qquicktextinput::navigation_RTL() PASS : tst_qquicktextinput::copyAndPaste() QWARN : tst_qquicktextinput::copyAndPasteKeySequence() QXcbClipboard: Cannot transfer data, no data available QWARN : tst_qquicktextinput::copyAndPasteKeySequence() QXcbClipboard: Cannot transfer data, no data available QWARN : tst_qquicktextinput::copyAndPasteKeySequence() QXcbClipboard: Cannot transfer data, no data available QWARN : tst_qquicktextinput::copyAndPasteKeySequence() QXcbClipboard: Cannot transfer data, no data available QWARN : tst_qquicktextinput::copyAndPasteKeySequence() QXcbClipboard: Cannot transfer data, no data available PASS : tst_qquicktextinput::copyAndPasteKeySequence() PASS : tst_qquicktextinput::canPasteEmpty() PASS : tst_qquicktextinput::canPaste() WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::middleClickPaste() PASS : tst_qquicktextinput::readOnly() WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::focusOnPress() WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::openInputPanel() PASS : tst_qquicktextinput::setHAlignClearCache() PASS : tst_qquicktextinput::focusOutClearSelection() PASS : tst_qquicktextinput::focusOutNotClearSelection() FAIL! : tst_qquicktextinput::echoMode() Compared values are not the same Actual (input->passwordCharacter()): ● Expected (QLatin1String("*")): * Loc: [tst_qquicktextinput.cpp(3158)] SKIP : tst_qquicktextinput::passwordEchoDelay() No mask delay in use Loc: [tst_qquicktextinput.cpp(3208)] PASS : tst_qquicktextinput::geometrySignals() PASS : tst_qquicktextinput::contentSize() PASS : tst_qquicktextinput::preeditAutoScroll() PASS : tst_qquicktextinput::preeditCursorRectangle() WARNING: tst_qquicktextinput::inputContextMouseHandler() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::inputContextMouseHandler() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::inputContextMouseHandler() PASS : tst_qquicktextinput::inputMethodComposing() PASS : tst_qquicktextinput::inputMethodUpdate() PASS : tst_qquicktextinput::cursorRectangleSize() PASS : tst_qquicktextinput::getText(all plain text) PASS : tst_qquicktextinput::getText(plain text sub string) PASS : tst_qquicktextinput::getText(plain text sub string reversed) PASS : tst_qquicktextinput::getText(plain text cropped beginning) PASS : tst_qquicktextinput::getText(plain text cropped end) PASS : tst_qquicktextinput::getText(plain text cropped beginning and end) PASS : tst_qquicktextinput::insert(at cursor position (beginning)) PASS : tst_qquicktextinput::insert(at cursor position (end)) PASS : tst_qquicktextinput::insert(at cursor position (middle)) PASS : tst_qquicktextinput::insert(after cursor position (beginning)) PASS : tst_qquicktextinput::insert(before cursor position (end)) PASS : tst_qquicktextinput::insert(before cursor position (middle)) PASS : tst_qquicktextinput::insert(after cursor position (middle)) PASS : tst_qquicktextinput::insert(before selection) PASS : tst_qquicktextinput::insert(before reversed selection) PASS : tst_qquicktextinput::insert(after selection) PASS : tst_qquicktextinput::insert(after reversed selection) PASS : tst_qquicktextinput::insert(into selection) PASS : tst_qquicktextinput::insert(into reversed selection) PASS : tst_qquicktextinput::insert(rich text into plain text) PASS : tst_qquicktextinput::insert(before start) PASS : tst_qquicktextinput::insert(past end) PASS : tst_qquicktextinput::insert(mask: at cursor position (beginning)) PASS : tst_qquicktextinput::insert(mask: at cursor position (end)) PASS : tst_qquicktextinput::insert(mask: at cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: after cursor position (beginning)) PASS : tst_qquicktextinput::insert(mask: before cursor position (end)) PASS : tst_qquicktextinput::insert(mask: before cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: after cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: before selection) PASS : tst_qquicktextinput::insert(mask: before reversed selection) PASS : tst_qquicktextinput::insert(mask: after selection) PASS : tst_qquicktextinput::insert(mask: after reversed selection) PASS : tst_qquicktextinput::insert(mask: into selection) PASS : tst_qquicktextinput::insert(mask: into reversed selection) PASS : tst_qquicktextinput::insert(mask: before start) PASS : tst_qquicktextinput::insert(mask: past end) PASS : tst_qquicktextinput::insert(mask: invalid characters) PASS : tst_qquicktextinput::insert(mask: mixed validity) PASS : tst_qquicktextinput::remove(from cursor position (beginning)) PASS : tst_qquicktextinput::remove(to cursor position (beginning)) PASS : tst_qquicktextinput::remove(to cursor position (end)) PASS : tst_qquicktextinput::remove(to cursor position (end)) PASS : tst_qquicktextinput::remove(from cursor position (middle)) PASS : tst_qquicktextinput::remove(to cursor position (middle)) PASS : tst_qquicktextinput::remove(after cursor position (beginning)) PASS : tst_qquicktextinput::remove(before cursor position (end)) PASS : tst_qquicktextinput::remove(before cursor position (middle)) PASS : tst_qquicktextinput::remove(after cursor position (middle)) PASS : tst_qquicktextinput::remove(before selection) PASS : tst_qquicktextinput::remove(before reversed selection) PASS : tst_qquicktextinput::remove(after selection) PASS : tst_qquicktextinput::remove(after reversed selection) PASS : tst_qquicktextinput::remove(from selection) PASS : tst_qquicktextinput::remove(from reversed selection) PASS : tst_qquicktextinput::remove(cropped beginning) PASS : tst_qquicktextinput::remove(cropped end) PASS : tst_qquicktextinput::remove(cropped beginning and end) PASS : tst_qquicktextinput::remove(mask: from cursor position) PASS : tst_qquicktextinput::remove(mask: to cursor position) PASS : tst_qquicktextinput::remove(mask: before cursor position) PASS : tst_qquicktextinput::remove(mask: after cursor position) PASS : tst_qquicktextinput::remove(mask: before selection) PASS : tst_qquicktextinput::remove(mask: before reversed selection) PASS : tst_qquicktextinput::remove(mask: after selection) PASS : tst_qquicktextinput::remove(mask: after reversed selection) PASS : tst_qquicktextinput::remove(mask: from selection) PASS : tst_qquicktextinput::remove(mask: from reversed selection) PASS : tst_qquicktextinput::remove(mask: cropped beginning) PASS : tst_qquicktextinput::remove(mask: cropped end) PASS : tst_qquicktextinput::remove(mask: cropped beginning and end) PASS : tst_qquicktextinput::keySequence(select all) PASS : tst_qquicktextinput::keySequence(select start of line) SKIP : tst_qquicktextinput::keySequence(select start of block) Key sequence is undefined Loc: [tst_qquicktextinput.cpp(5015)] PASS : tst_qquicktextinput::keySequence(select end of line) PASS : tst_qquicktextinput::keySequence(select end of document) SKIP : tst_qquicktextinput::keySequence(select end of block) Key sequence is undefined Loc: [tst_qquicktextinput.cpp(5015)] PASS : tst_qquicktextinput::keySequence(delete end of line) PASS : tst_qquicktextinput::keySequence(move to start of line) SKIP : tst_qquicktextinput::keySequence(move to start of block) Key sequence is undefined Loc: [tst_qquicktextinput.cpp(5015)] PASS : tst_qquicktextinput::keySequence(move to next char) PASS : tst_qquicktextinput::keySequence(move to previous char (ltr)) PASS : tst_qquicktextinput::keySequence(move to previous char (rtl)) PASS : tst_qquicktextinput::keySequence(move to previous char with selection) PASS : tst_qquicktextinput::keySequence(select next char (ltr)) PASS : tst_qquicktextinput::keySequence(select next char (rtl)) PASS : tst_qquicktextinput::keySequence(select previous char (ltr)) PASS : tst_qquicktextinput::keySequence(select previous char (rtl)) PASS : tst_qquicktextinput::keySequence(move to next word (ltr)) PASS : tst_qquicktextinput::keySequence(move to next word (rtl)) PASS : tst_qquicktextinput::keySequence(move to next word (password,ltr)) PASS : tst_qquicktextinput::keySequence(move to next word (password,rtl)) PASS : tst_qquicktextinput::keySequence(move to previous word (ltr)) PASS : tst_qquicktextinput::keySequence(move to previous word (rlt)) PASS : tst_qquicktextinput::keySequence(move to previous word (password,ltr)) PASS : tst_qquicktextinput::keySequence(move to previous word (password,rtl)) PASS : tst_qquicktextinput::keySequence(select next word) PASS : tst_qquicktextinput::keySequence(select previous word) PASS : tst_qquicktextinput::keySequence(delete (selection)) PASS : tst_qquicktextinput::keySequence(delete (no selection)) PASS : tst_qquicktextinput::keySequence(delete end of word) PASS : tst_qquicktextinput::keySequence(delete start of word) PASS : tst_qquicktextinput::undo(insert_numbers) PASS : tst_qquicktextinput::undo(insert_helloworld) PASS : tst_qquicktextinput::undo(insert_patterns) PASS : tst_qquicktextinput::undo(keyboard_numbers) PASS : tst_qquicktextinput::undo(keyboard_helloworld) PASS : tst_qquicktextinput::undo(keyboard_patterns) PASS : tst_qquicktextinput::redo(Inserts and setting cursor) PASS : tst_qquicktextinput::undo_keypressevents(Inserts and moving cursor) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and delete) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection, delete and undo) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and undo, removing selection) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,backspace) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,backspace,inserts) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and overwriting) PASS : tst_qquicktextinput::undo_keypressevents(Insert,undo,redo) PASS : tst_qquicktextinput::undo_keypressevents(Insert,delete previous word,undo,redo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,select previous word,remove,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,delete previous word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,delete next word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,delete end of line,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,select,delete next word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Cut,paste) PASS : tst_qquicktextinput::undo_keypressevents(Copy,paste) PASS : tst_qquicktextinput::backspaceSurrogatePairs() PASS : tst_qquicktextinput::QTBUG_19956(intvalidator) PASS : tst_qquicktextinput::QTBUG_19956(doublevalidator) PASS : tst_qquicktextinput::QTBUG_19956_regexp() PASS : tst_qquicktextinput::implicitSize(plain) PASS : tst_qquicktextinput::implicitSize(plain_wrap) PASS : tst_qquicktextinput::implicitSizeBinding(plain) PASS : tst_qquicktextinput::implicitSizeBinding(plain_wrap) PASS : tst_qquicktextinput::negativeDimensions() PASS : tst_qquicktextinput::setInputMask(keys ip_localhost) PASS : tst_qquicktextinput::setInputMask(keys mac) PASS : tst_qquicktextinput::setInputMask(keys mac2) PASS : tst_qquicktextinput::setInputMask(keys byte) PASS : tst_qquicktextinput::setInputMask(keys halfbytes) PASS : tst_qquicktextinput::setInputMask(keys blank char same type as content) PASS : tst_qquicktextinput::setInputMask(keys parts of ip_localhost) PASS : tst_qquicktextinput::setInputMask(keys ip_null) PASS : tst_qquicktextinput::setInputMask(keys ip_null_hash) PASS : tst_qquicktextinput::setInputMask(keys ip_overflow) PASS : tst_qquicktextinput::setInputMask(keys uppercase) PASS : tst_qquicktextinput::setInputMask(keys lowercase) PASS : tst_qquicktextinput::setInputMask(keys nocase) PASS : tst_qquicktextinput::setInputMask(keys nocase1) PASS : tst_qquicktextinput::setInputMask(keys nocase2) PASS : tst_qquicktextinput::setInputMask(keys reserved) PASS : tst_qquicktextinput::setInputMask(keys escape01) PASS : tst_qquicktextinput::setInputMask(keys escape02) PASS : tst_qquicktextinput::setInputMask(keys escape03) PASS : tst_qquicktextinput::setInputMask(keys upper_lower_nocase1) PASS : tst_qquicktextinput::setInputMask(keys upper_lower_nocase2) PASS : tst_qquicktextinput::setInputMask(keys exact_case1) PASS : tst_qquicktextinput::setInputMask(keys exact_case2) PASS : tst_qquicktextinput::setInputMask(keys exact_case3) PASS : tst_qquicktextinput::setInputMask(keys exact_case4) PASS : tst_qquicktextinput::setInputMask(keys exact_case5) PASS : tst_qquicktextinput::setInputMask(keys exact_case6) PASS : tst_qquicktextinput::setInputMask(keys illegal_keys1) PASS : tst_qquicktextinput::setInputMask(keys illegal_keys2) XFAIL : tst_qquicktextinput::setInputMask(keys blank=input) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6026)] PASS : tst_qquicktextinput::setInputMask(keys blank=input) PASS : tst_qquicktextinput::setInputMask(insert ip_localhost) PASS : tst_qquicktextinput::setInputMask(insert mac) PASS : tst_qquicktextinput::setInputMask(insert mac2) PASS : tst_qquicktextinput::setInputMask(insert byte) PASS : tst_qquicktextinput::setInputMask(insert halfbytes) PASS : tst_qquicktextinput::setInputMask(insert blank char same type as content) PASS : tst_qquicktextinput::setInputMask(insert parts of ip_localhost) PASS : tst_qquicktextinput::setInputMask(insert ip_null) PASS : tst_qquicktextinput::setInputMask(insert ip_null_hash) PASS : tst_qquicktextinput::setInputMask(insert ip_overflow) PASS : tst_qquicktextinput::setInputMask(insert uppercase) PASS : tst_qquicktextinput::setInputMask(insert lowercase) PASS : tst_qquicktextinput::setInputMask(insert nocase) PASS : tst_qquicktextinput::setInputMask(insert nocase1) PASS : tst_qquicktextinput::setInputMask(insert nocase2) PASS : tst_qquicktextinput::setInputMask(insert reserved) PASS : tst_qquicktextinput::setInputMask(insert escape01) PASS : tst_qquicktextinput::setInputMask(insert escape02) PASS : tst_qquicktextinput::setInputMask(insert escape03) PASS : tst_qquicktextinput::setInputMask(insert upper_lower_nocase1) PASS : tst_qquicktextinput::setInputMask(insert upper_lower_nocase2) PASS : tst_qquicktextinput::setInputMask(insert exact_case1) PASS : tst_qquicktextinput::setInputMask(insert exact_case2) PASS : tst_qquicktextinput::setInputMask(insert exact_case3) PASS : tst_qquicktextinput::setInputMask(insert exact_case4) PASS : tst_qquicktextinput::setInputMask(insert exact_case5) PASS : tst_qquicktextinput::setInputMask(insert exact_case6) PASS : tst_qquicktextinput::setInputMask(insert illegal_keys1) PASS : tst_qquicktextinput::setInputMask(insert illegal_keys2) XFAIL : tst_qquicktextinput::setInputMask(insert blank=input) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6026)] PASS : tst_qquicktextinput::setInputMask(insert blank=input) PASS : tst_qquicktextinput::inputMask(nul 1) PASS : tst_qquicktextinput::inputMask(nul 2) PASS : tst_qquicktextinput::inputMask(mask 1) PASS : tst_qquicktextinput::inputMask(mask 2) PASS : tst_qquicktextinput::inputMask(mask 3) PASS : tst_qquicktextinput::inputMask(mask 4) PASS : tst_qquicktextinput::inputMask(invalid) PASS : tst_qquicktextinput::inputMask(unset) PASS : tst_qquicktextinput::clearInputMask() PASS : tst_qquicktextinput::keypress_inputMask(jumping on period(separator)) PASS : tst_qquicktextinput::keypress_inputMask(jumping on input) PASS : tst_qquicktextinput::keypress_inputMask(delete) PASS : tst_qquicktextinput::keypress_inputMask(deleting all) PASS : tst_qquicktextinput::keypress_inputMask(backspace) PASS : tst_qquicktextinput::keypress_inputMask(uppercase) PASS : tst_qquicktextinput::hasAcceptableInputMask(Alphabetic optional and required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Alphanumeric optional and require) XFAIL : tst_qquicktextinput::hasAcceptableInputMask(Any optional and required) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6197)] PASS : tst_qquicktextinput::hasAcceptableInputMask(Any optional and required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Numeric (0-9) required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Numeric (1-9) optional and required) PASS : tst_qquicktextinput::maskCharacter(Hex) PASS : tst_qquicktextinput::maskCharacter(hex) PASS : tst_qquicktextinput::maskCharacter(HexInvalid) PASS : tst_qquicktextinput::maskCharacter(hexInvalid) PASS : tst_qquicktextinput::maskCharacter(Bin) PASS : tst_qquicktextinput::maskCharacter(bin) PASS : tst_qquicktextinput::maskCharacter(BinInvalid) PASS : tst_qquicktextinput::maskCharacter(binInvalid) PASS : tst_qquicktextinput::cleanupTestCase() Totals: 390 passed, 1 failed, 6 skipped ********* Finished testing of tst_qquicktextinput ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquicktextinput: 57 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00437/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366637822): http://codereview.qt-project.org/54400 [PS1] - Use the platform theme's password mask character for text input fields. From ci-noreply at qt-project.org Mon Apr 22 16:24:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 17:24:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_142414_078782.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() SKIP : tst_QFileSystemWatcher::removeFileAndUnWatch() Skipping remaining test due to race condition. .\tst_qfilesystemwatcher.cpp(528) : failure location PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 15 passed, 1 failed, 1 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 172 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00979/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366633463): http://codereview.qt-project.org/53959 [PS5] - Fix QTableView::doItemsLayout() http://codereview.qt-project.org/54420 [PS1] - Don't set WA_AcceptTouchEvents on Mac OS X. http://codereview.qt-project.org/52883 [PS1] - Accessibility Mac: Implement accessibilityFocusedUIElement http://codereview.qt-project.org/53950 [PS1] - Don't show a separate inspector for child windows. http://codereview.qt-project.org/54008 [PS1] - Return GroupRole for unknown accessibility roles. http://codereview.qt-project.org/54025 [PS3] - Read correct font hinting config on Gnome/Unity http://codereview.qt-project.org/54307 [PS1] - test: Disable tst_uic when -no-widgets is used From ci-noreply at qt-project.org Mon Apr 22 16:44:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 17:44:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130422_144451_095873.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #105: SUCCESS Tested changes (refs/builds/stable_1366638659): http://codereview.qt-project.org/54434 [PS1] - Fix scrollbar handle size From ci-noreply at qt-project.org Mon Apr 22 17:46:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 18:46:52 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#dev Message-ID: <20130422_154652_073654.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtQuick1_dev_Integration/build_00055/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366643494): http://codereview.qt-project.org/53639 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 22 17:57:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 18:57:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130422_155739_011744.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #106: SUCCESS Tested changes (refs/builds/stable_1366643026): http://codereview.qt-project.org/54454 [PS1] - QML Style: disabled text color for textual components From ci-noreply at qt-project.org Mon Apr 22 18:13:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 19:13:55 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130422_161355_011470.ci-noreply@qt-project.org> Autotest `tst_qquicktextinput' failed :( Testing tst_qquicktextinput 2013-04-22 19:11:31.399 tst_qquicktextinput[64749:719b] invalid drawable FAIL! : tst_qquicktextinput::passwordEchoDelay() Compared values are not the same Actual (input->displayText()): ●●●●●●●● Expected (QString(8, fillChar)): ******** Loc: [tst_qquicktextinput.cpp(3227)] Totals: 392 passed, 1 failed, 3 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquicktextinput ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquicktextinput::initTestCase() PASS : tst_qquicktextinput::text() PASS : tst_qquicktextinput::width() PASS : tst_qquicktextinput::font() PASS : tst_qquicktextinput::color() PASS : tst_qquicktextinput::wrap() PASS : tst_qquicktextinput::selection() PASS : tst_qquicktextinput::persistentSelection() PASS : tst_qquicktextinput::isRightToLeft(Empty) PASS : tst_qquicktextinput::isRightToLeft(Neutral) PASS : tst_qquicktextinput::isRightToLeft(LTR) PASS : tst_qquicktextinput::isRightToLeft(RTL) PASS : tst_qquicktextinput::isRightToLeft(Bidi RTL + LTR + RTL) PASS : tst_qquicktextinput::isRightToLeft(Bidi LTR + RTL + LTR) PASS : tst_qquicktextinput::moveCursorSelection((t)he|characters) PASS : tst_qquicktextinput::moveCursorSelection(do(g)|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum(p)ed|characters) PASS : tst_qquicktextinput::moveCursorSelection(jumped( )over|characters) PASS : tst_qquicktextinput::moveCursorSelection((the )|characters) PASS : tst_qquicktextinput::moveCursorSelection(( dog)|characters) PASS : tst_qquicktextinput::moveCursorSelection(( jumped )|characters) PASS : tst_qquicktextinput::moveCursorSelection(th(e qu)ick|characters) PASS : tst_qquicktextinput::moveCursorSelection(la(zy d)og|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum(ped ov)er|characters) PASS : tst_qquicktextinput::moveCursorSelection(()the|characters) PASS : tst_qquicktextinput::moveCursorSelection(dog()|characters) PASS : tst_qquicktextinput::moveCursorSelection(jum()ped|characters) PASS : tst_qquicktextinput::moveCursorSelection(<(t)he>|words) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(over|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(jumped<( )over>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(the )>quick|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(the )quick>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(lazy<( dog)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(over|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(fox<( jumped )over>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection() PASS : tst_qquicktextinput::moveCursorSelection(|words) PASS : tst_qquicktextinput::moveCursorSelection(<()>the|words) PASS : tst_qquicktextinput::moveCursorSelection(dog<()>|words) PASS : tst_qquicktextinput::moveCursorSelection(jum<()>ped|words) PASS : tst_qquicktextinput::moveCursorSelection( |words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(,)> |words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(, )world>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(,|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello<()>,|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<()>|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( )>world|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( )world>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( world)>|words) PASS : tst_qquicktextinput::moveCursorSelection(Hello,<( world!)>|words) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(Hello<(, world!)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(world<(!)>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(world!<()>)|words) PASS : tst_qquicktextinput::moveCursorSelection(world<()>!)|words) PASS : tst_qquicktextinput::moveCursorSelection(<(,)>olleH |words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(,)olleH> |words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( ,)olleH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( ,ol)leH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(,<(ol)leH>,|words) PASS : tst_qquicktextinput::moveCursorSelection(,<()>olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<()>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(,olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(dlrow<( )>,olleH|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(dlrow )>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow )>,olleH|words) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow ,)>olleH|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(!dlrow ,)olleH>|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<(!)>dlrow|words,ltr) PASS : tst_qquicktextinput::moveCursorSelection(<(!)dlrow|words,rtl) PASS : tst_qquicktextinput::moveCursorSelection(<()>!dlrow|words) PASS : tst_qquicktextinput::moveCursorSelection(!<()>dlrow|words) PASS : tst_qquicktextinput::moveCursorSelection( text |words) PASS : tst_qquicktextinput::moveCursorSelection( spacey |words) PASS : tst_qquicktextinput::moveCursorSelection(<( )>spacey text |words|ltr) PASS : tst_qquicktextinput::moveCursorSelection(<( )spacey> text |words|rtl) PASS : tst_qquicktextinput::moveCursorSelection(spacey |words|ltr) PASS : tst_qquicktextinput::moveCursorSelection(spacey text<( )>|words|rtl) PASS : tst_qquicktextinput::moveCursorSelection(<()> spacey text |words) PASS : tst_qquicktextinput::moveCursorSelection( spacey text <()>|words) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { f^ox} jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn> f^ox} jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { ^}fox jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn> ^}fox jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {} fox jumped|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {bro)wn^>} f^ox jumped|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick<( {^bro)wn>} fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the quick{<(^ bro)wn>} fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the { fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {<^quick}( bro)wn> fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the {<^quick}( bro)wn> fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the{^ fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(the{^ fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({t^he fox|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({t^he fox|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({, w^orld}!|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({, w^orld}!|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(!{dlro^w ,}|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(!{dlro^w ,}|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence({<(^} sp)acey> text |ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence({<( ^}sp)acey> text |ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence(<( {s^p)acey>} text |rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence(<( {^sp)acey>} text |rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey }|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey }|rtl) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey {|ltr) PASS : tst_qquicktextinput::moveCursorSelectionSequence( spacey {|ltr) WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::dragMouseSelection() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::dragMouseSelection() WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords focused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters focused) WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default focused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default unfocused) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default unfocused) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectWords focuss on press) WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(SelectCharacters focus on press) WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::mouseSelectionMode(default focus on press) Mouse event occurs outside of target window. PASS : tst_qquicktextinput::mouseSelectionMode(default focus on press) QWARN : tst_qquicktextinput::mouseSelectionMode_accessors() Don't know how to handle 'SelectionMode', use qRegisterMetaType to register it. PASS : tst_qquicktextinput::mouseSelectionMode_accessors() PASS : tst_qquicktextinput::selectByMouse() PASS : tst_qquicktextinput::renderType() WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::tripleClickSelectsAll() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::tripleClickSelectsAll() PASS : tst_qquicktextinput::horizontalAlignment_RightToLeft() PASS : tst_qquicktextinput::verticalAlignment() PASS : tst_qquicktextinput::clipRect() PASS : tst_qquicktextinput::boundingRect() PASS : tst_qquicktextinput::positionAt() 2013-04-22 19:12:12.438 tst_qquicktextinput[64753:739b] invalid drawable PASS : tst_qquicktextinput::maxLength() PASS : tst_qquicktextinput::masks() PASS : tst_qquicktextinput::validators() PASS : tst_qquicktextinput::inputMethods() PASS : tst_qquicktextinput::passwordCharacter() PASS : tst_qquicktextinput::cursorDelegate(out of line) PASS : tst_qquicktextinput::cursorDelegate(in line) PASS : tst_qquicktextinput::cursorDelegate(external) SKIP : tst_qquicktextinput::remoteCursorDelegate() This test is unstable Loc: [tst_qquicktextinput.cpp(2778)] SKIP : tst_qquicktextinput::cursorVisible() This test is unstable Loc: [tst_qquicktextinput.cpp(2813)] PASS : tst_qquicktextinput::cursorRectangle(left to right) PASS : tst_qquicktextinput::cursorRectangle(right to left) PASS : tst_qquicktextinput::navigation() PASS : tst_qquicktextinput::navigation_RTL() PASS : tst_qquicktextinput::copyAndPaste() PASS : tst_qquicktextinput::copyAndPasteKeySequence() PASS : tst_qquicktextinput::canPasteEmpty() PASS : tst_qquicktextinput::canPaste() WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::middleClickPaste() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::middleClickPaste() PASS : tst_qquicktextinput::readOnly() WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::focusOnPress() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::focusOnPress() WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::openInputPanel() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::openInputPanel() PASS : tst_qquicktextinput::setHAlignClearCache() PASS : tst_qquicktextinput::focusOutClearSelection() PASS : tst_qquicktextinput::focusOutNotClearSelection() PASS : tst_qquicktextinput::echoMode() FAIL! : tst_qquicktextinput::passwordEchoDelay() Compared values are not the same Actual (input->displayText()): ●●●●●●●● Expected (QString(8, fillChar)): ******** Loc: [tst_qquicktextinput.cpp(3227)] PASS : tst_qquicktextinput::geometrySignals() PASS : tst_qquicktextinput::contentSize() PASS : tst_qquicktextinput::preeditAutoScroll() PASS : tst_qquicktextinput::preeditCursorRectangle() WARNING: tst_qquicktextinput::inputContextMouseHandler() Mouse event occurs outside of target window. WARNING: tst_qquicktextinput::inputContextMouseHandler() Mouse event occurs outside of target window. PASS : tst_qquicktextinput::inputContextMouseHandler() PASS : tst_qquicktextinput::inputMethodComposing() PASS : tst_qquicktextinput::inputMethodUpdate() PASS : tst_qquicktextinput::cursorRectangleSize() PASS : tst_qquicktextinput::getText(all plain text) PASS : tst_qquicktextinput::getText(plain text sub string) PASS : tst_qquicktextinput::getText(plain text sub string reversed) PASS : tst_qquicktextinput::getText(plain text cropped beginning) PASS : tst_qquicktextinput::getText(plain text cropped end) PASS : tst_qquicktextinput::getText(plain text cropped beginning and end) PASS : tst_qquicktextinput::insert(at cursor position (beginning)) PASS : tst_qquicktextinput::insert(at cursor position (end)) PASS : tst_qquicktextinput::insert(at cursor position (middle)) PASS : tst_qquicktextinput::insert(after cursor position (beginning)) PASS : tst_qquicktextinput::insert(before cursor position (end)) PASS : tst_qquicktextinput::insert(before cursor position (middle)) PASS : tst_qquicktextinput::insert(after cursor position (middle)) PASS : tst_qquicktextinput::insert(before selection) PASS : tst_qquicktextinput::insert(before reversed selection) PASS : tst_qquicktextinput::insert(after selection) PASS : tst_qquicktextinput::insert(after reversed selection) PASS : tst_qquicktextinput::insert(into selection) PASS : tst_qquicktextinput::insert(into reversed selection) PASS : tst_qquicktextinput::insert(rich text into plain text) PASS : tst_qquicktextinput::insert(before start) PASS : tst_qquicktextinput::insert(past end) PASS : tst_qquicktextinput::insert(mask: at cursor position (beginning)) PASS : tst_qquicktextinput::insert(mask: at cursor position (end)) PASS : tst_qquicktextinput::insert(mask: at cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: after cursor position (beginning)) PASS : tst_qquicktextinput::insert(mask: before cursor position (end)) PASS : tst_qquicktextinput::insert(mask: before cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: after cursor position (middle)) PASS : tst_qquicktextinput::insert(mask: before selection) PASS : tst_qquicktextinput::insert(mask: before reversed selection) PASS : tst_qquicktextinput::insert(mask: after selection) PASS : tst_qquicktextinput::insert(mask: after reversed selection) PASS : tst_qquicktextinput::insert(mask: into selection) PASS : tst_qquicktextinput::insert(mask: into reversed selection) PASS : tst_qquicktextinput::insert(mask: before start) PASS : tst_qquicktextinput::insert(mask: past end) PASS : tst_qquicktextinput::insert(mask: invalid characters) PASS : tst_qquicktextinput::insert(mask: mixed validity) PASS : tst_qquicktextinput::remove(from cursor position (beginning)) PASS : tst_qquicktextinput::remove(to cursor position (beginning)) PASS : tst_qquicktextinput::remove(to cursor position (end)) PASS : tst_qquicktextinput::remove(to cursor position (end)) PASS : tst_qquicktextinput::remove(from cursor position (middle)) PASS : tst_qquicktextinput::remove(to cursor position (middle)) PASS : tst_qquicktextinput::remove(after cursor position (beginning)) PASS : tst_qquicktextinput::remove(before cursor position (end)) PASS : tst_qquicktextinput::remove(before cursor position (middle)) PASS : tst_qquicktextinput::remove(after cursor position (middle)) PASS : tst_qquicktextinput::remove(before selection) PASS : tst_qquicktextinput::remove(before reversed selection) PASS : tst_qquicktextinput::remove(after selection) PASS : tst_qquicktextinput::remove(after reversed selection) PASS : tst_qquicktextinput::remove(from selection) PASS : tst_qquicktextinput::remove(from reversed selection) PASS : tst_qquicktextinput::remove(cropped beginning) PASS : tst_qquicktextinput::remove(cropped end) PASS : tst_qquicktextinput::remove(cropped beginning and end) PASS : tst_qquicktextinput::remove(mask: from cursor position) PASS : tst_qquicktextinput::remove(mask: to cursor position) PASS : tst_qquicktextinput::remove(mask: before cursor position) PASS : tst_qquicktextinput::remove(mask: after cursor position) PASS : tst_qquicktextinput::remove(mask: before selection) PASS : tst_qquicktextinput::remove(mask: before reversed selection) PASS : tst_qquicktextinput::remove(mask: after selection) PASS : tst_qquicktextinput::remove(mask: after reversed selection) PASS : tst_qquicktextinput::remove(mask: from selection) PASS : tst_qquicktextinput::remove(mask: from reversed selection) PASS : tst_qquicktextinput::remove(mask: cropped beginning) PASS : tst_qquicktextinput::remove(mask: cropped end) PASS : tst_qquicktextinput::remove(mask: cropped beginning and end) PASS : tst_qquicktextinput::keySequence(select all) PASS : tst_qquicktextinput::keySequence(select start of line) PASS : tst_qquicktextinput::keySequence(select start of block) PASS : tst_qquicktextinput::keySequence(select end of line) PASS : tst_qquicktextinput::keySequence(select end of document) PASS : tst_qquicktextinput::keySequence(select end of block) SKIP : tst_qquicktextinput::keySequence(delete end of line) Key sequence is undefined Loc: [tst_qquicktextinput.cpp(5016)] PASS : tst_qquicktextinput::keySequence(move to start of line) PASS : tst_qquicktextinput::keySequence(move to start of block) PASS : tst_qquicktextinput::keySequence(move to next char) PASS : tst_qquicktextinput::keySequence(move to previous char (ltr)) PASS : tst_qquicktextinput::keySequence(move to previous char (rtl)) PASS : tst_qquicktextinput::keySequence(move to previous char with selection) PASS : tst_qquicktextinput::keySequence(select next char (ltr)) PASS : tst_qquicktextinput::keySequence(select next char (rtl)) PASS : tst_qquicktextinput::keySequence(select previous char (ltr)) PASS : tst_qquicktextinput::keySequence(select previous char (rtl)) PASS : tst_qquicktextinput::keySequence(move to next word (ltr)) PASS : tst_qquicktextinput::keySequence(move to next word (rtl)) PASS : tst_qquicktextinput::keySequence(move to next word (password,ltr)) PASS : tst_qquicktextinput::keySequence(move to next word (password,rtl)) PASS : tst_qquicktextinput::keySequence(move to previous word (ltr)) PASS : tst_qquicktextinput::keySequence(move to previous word (rlt)) PASS : tst_qquicktextinput::keySequence(move to previous word (password,ltr)) PASS : tst_qquicktextinput::keySequence(move to previous word (password,rtl)) PASS : tst_qquicktextinput::keySequence(select next word) PASS : tst_qquicktextinput::keySequence(select previous word) PASS : tst_qquicktextinput::keySequence(delete (selection)) PASS : tst_qquicktextinput::keySequence(delete (no selection)) PASS : tst_qquicktextinput::keySequence(delete end of word) PASS : tst_qquicktextinput::keySequence(delete start of word) PASS : tst_qquicktextinput::undo(insert_numbers) PASS : tst_qquicktextinput::undo(insert_helloworld) PASS : tst_qquicktextinput::undo(insert_patterns) PASS : tst_qquicktextinput::undo(keyboard_numbers) PASS : tst_qquicktextinput::undo(keyboard_helloworld) PASS : tst_qquicktextinput::undo(keyboard_patterns) PASS : tst_qquicktextinput::redo(Inserts and setting cursor) PASS : tst_qquicktextinput::undo_keypressevents(Inserts and moving cursor) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and delete) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection, delete and undo) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and undo, removing selection) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,backspace) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,backspace,inserts) PASS : tst_qquicktextinput::undo_keypressevents(Inserts,moving,selection and overwriting) PASS : tst_qquicktextinput::undo_keypressevents(Insert,undo,redo) PASS : tst_qquicktextinput::undo_keypressevents(Insert,delete previous word,undo,redo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,select previous word,remove,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,delete previous word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,delete next word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Insert,move,select,delete next word,undo,insert) PASS : tst_qquicktextinput::undo_keypressevents(Cut,paste) PASS : tst_qquicktextinput::undo_keypressevents(Copy,paste) PASS : tst_qquicktextinput::backspaceSurrogatePairs() PASS : tst_qquicktextinput::QTBUG_19956(intvalidator) PASS : tst_qquicktextinput::QTBUG_19956(doublevalidator) PASS : tst_qquicktextinput::QTBUG_19956_regexp() PASS : tst_qquicktextinput::implicitSize(plain) PASS : tst_qquicktextinput::implicitSize(plain_wrap) PASS : tst_qquicktextinput::implicitSizeBinding(plain) PASS : tst_qquicktextinput::implicitSizeBinding(plain_wrap) PASS : tst_qquicktextinput::negativeDimensions() PASS : tst_qquicktextinput::setInputMask(keys ip_localhost) PASS : tst_qquicktextinput::setInputMask(keys mac) PASS : tst_qquicktextinput::setInputMask(keys mac2) PASS : tst_qquicktextinput::setInputMask(keys byte) PASS : tst_qquicktextinput::setInputMask(keys halfbytes) PASS : tst_qquicktextinput::setInputMask(keys blank char same type as content) PASS : tst_qquicktextinput::setInputMask(keys parts of ip_localhost) PASS : tst_qquicktextinput::setInputMask(keys ip_null) PASS : tst_qquicktextinput::setInputMask(keys ip_null_hash) PASS : tst_qquicktextinput::setInputMask(keys ip_overflow) PASS : tst_qquicktextinput::setInputMask(keys uppercase) PASS : tst_qquicktextinput::setInputMask(keys lowercase) PASS : tst_qquicktextinput::setInputMask(keys nocase) PASS : tst_qquicktextinput::setInputMask(keys nocase1) PASS : tst_qquicktextinput::setInputMask(keys nocase2) PASS : tst_qquicktextinput::setInputMask(keys reserved) PASS : tst_qquicktextinput::setInputMask(keys escape01) PASS : tst_qquicktextinput::setInputMask(keys escape02) PASS : tst_qquicktextinput::setInputMask(keys escape03) PASS : tst_qquicktextinput::setInputMask(keys upper_lower_nocase1) PASS : tst_qquicktextinput::setInputMask(keys upper_lower_nocase2) PASS : tst_qquicktextinput::setInputMask(keys exact_case1) PASS : tst_qquicktextinput::setInputMask(keys exact_case2) PASS : tst_qquicktextinput::setInputMask(keys exact_case3) PASS : tst_qquicktextinput::setInputMask(keys exact_case4) PASS : tst_qquicktextinput::setInputMask(keys exact_case5) PASS : tst_qquicktextinput::setInputMask(keys exact_case6) PASS : tst_qquicktextinput::setInputMask(keys illegal_keys1) PASS : tst_qquicktextinput::setInputMask(keys illegal_keys2) XFAIL : tst_qquicktextinput::setInputMask(keys blank=input) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6027)] PASS : tst_qquicktextinput::setInputMask(keys blank=input) PASS : tst_qquicktextinput::setInputMask(insert ip_localhost) PASS : tst_qquicktextinput::setInputMask(insert mac) PASS : tst_qquicktextinput::setInputMask(insert mac2) PASS : tst_qquicktextinput::setInputMask(insert byte) PASS : tst_qquicktextinput::setInputMask(insert halfbytes) PASS : tst_qquicktextinput::setInputMask(insert blank char same type as content) PASS : tst_qquicktextinput::setInputMask(insert parts of ip_localhost) PASS : tst_qquicktextinput::setInputMask(insert ip_null) PASS : tst_qquicktextinput::setInputMask(insert ip_null_hash) PASS : tst_qquicktextinput::setInputMask(insert ip_overflow) PASS : tst_qquicktextinput::setInputMask(insert uppercase) PASS : tst_qquicktextinput::setInputMask(insert lowercase) PASS : tst_qquicktextinput::setInputMask(insert nocase) PASS : tst_qquicktextinput::setInputMask(insert nocase1) PASS : tst_qquicktextinput::setInputMask(insert nocase2) PASS : tst_qquicktextinput::setInputMask(insert reserved) PASS : tst_qquicktextinput::setInputMask(insert escape01) PASS : tst_qquicktextinput::setInputMask(insert escape02) PASS : tst_qquicktextinput::setInputMask(insert escape03) PASS : tst_qquicktextinput::setInputMask(insert upper_lower_nocase1) PASS : tst_qquicktextinput::setInputMask(insert upper_lower_nocase2) PASS : tst_qquicktextinput::setInputMask(insert exact_case1) PASS : tst_qquicktextinput::setInputMask(insert exact_case2) PASS : tst_qquicktextinput::setInputMask(insert exact_case3) PASS : tst_qquicktextinput::setInputMask(insert exact_case4) PASS : tst_qquicktextinput::setInputMask(insert exact_case5) PASS : tst_qquicktextinput::setInputMask(insert exact_case6) PASS : tst_qquicktextinput::setInputMask(insert illegal_keys1) PASS : tst_qquicktextinput::setInputMask(insert illegal_keys2) XFAIL : tst_qquicktextinput::setInputMask(insert blank=input) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6027)] PASS : tst_qquicktextinput::setInputMask(insert blank=input) PASS : tst_qquicktextinput::inputMask(nul 1) PASS : tst_qquicktextinput::inputMask(nul 2) PASS : tst_qquicktextinput::inputMask(mask 1) PASS : tst_qquicktextinput::inputMask(mask 2) PASS : tst_qquicktextinput::inputMask(mask 3) PASS : tst_qquicktextinput::inputMask(mask 4) PASS : tst_qquicktextinput::inputMask(invalid) PASS : tst_qquicktextinput::inputMask(unset) PASS : tst_qquicktextinput::clearInputMask() PASS : tst_qquicktextinput::keypress_inputMask(jumping on period(separator)) PASS : tst_qquicktextinput::keypress_inputMask(jumping on input) PASS : tst_qquicktextinput::keypress_inputMask(delete) PASS : tst_qquicktextinput::keypress_inputMask(deleting all) PASS : tst_qquicktextinput::keypress_inputMask(backspace) PASS : tst_qquicktextinput::keypress_inputMask(uppercase) PASS : tst_qquicktextinput::hasAcceptableInputMask(Alphabetic optional and required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Alphanumeric optional and require) XFAIL : tst_qquicktextinput::hasAcceptableInputMask(Any optional and required) To eat blanks or not? Known issue. Task 43172 Loc: [tst_qquicktextinput.cpp(6198)] PASS : tst_qquicktextinput::hasAcceptableInputMask(Any optional and required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Numeric (0-9) required) PASS : tst_qquicktextinput::hasAcceptableInputMask(Numeric (1-9) optional and required) PASS : tst_qquicktextinput::maskCharacter(Hex) PASS : tst_qquicktextinput::maskCharacter(hex) PASS : tst_qquicktextinput::maskCharacter(HexInvalid) PASS : tst_qquicktextinput::maskCharacter(hexInvalid) PASS : tst_qquicktextinput::maskCharacter(Bin) PASS : tst_qquicktextinput::maskCharacter(bin) PASS : tst_qquicktextinput::maskCharacter(BinInvalid) PASS : tst_qquicktextinput::maskCharacter(binInvalid) PASS : tst_qquicktextinput::cleanupTestCase() Totals: 392 passed, 1 failed, 3 skipped ********* Finished testing of tst_qquicktextinput ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquicktextinput: 81 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00438/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366643900): http://codereview.qt-project.org/54400 [PS2] - Use the platform theme's password mask character for text input fields. From ci-noreply at qt-project.org Mon Apr 22 18:31:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 19:31:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130422_163111_045864.ci-noreply@qt-project.org> QtTools_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #144: FAILURE Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00144/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366643502): http://codereview.qt-project.org/54442 [PS1] - Update README: it's not 2008 anymore From ci-noreply at qt-project.org Mon Apr 22 18:35:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 19:35:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_163556_027015.ci-noreply@qt-project.org> QtBase_stable_Integration #980: SUCCESS Tested changes (refs/builds/stable_1366640825): http://codereview.qt-project.org/54307 [PS1] - test: Disable tst_uic when -no-widgets is used http://codereview.qt-project.org/54437 [PS1] - Revert "Don't warn on 0x0 sized windows." http://codereview.qt-project.org/54250 [PS1] - iOS: don't delete m_touchDevice, QPA takes ownership http://codereview.qt-project.org/54419 [PS3] - ANGLE: Fix compilation with MinGW From ci-noreply at qt-project.org Mon Apr 22 18:54:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 19:54:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130422_165444_038655.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #107: SUCCESS Tested changes (refs/builds/stable_1366646382): http://codereview.qt-project.org/54262 [PS1] - Update plugins.qmltypes for QtQuick.Controls From ci-noreply at qt-project.org Mon Apr 22 19:50:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 20:50:59 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130422_175059_009473.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #108: SUCCESS Tested changes (refs/builds/stable_1366649811): http://codereview.qt-project.org/53559 [PS8] - SpinBox: implement the validator in C++ From ci-noreply at qt-project.org Mon Apr 22 20:19:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 21:19:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130422_181929_093424.ci-noreply@qt-project.org> QtBase_dev_Integration #829: SUCCESS Tested changes (refs/builds/dev_1366647144): http://codereview.qt-project.org/44210 [PS31] - QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHint From ci-noreply at qt-project.org Mon Apr 22 20:41:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 21:41:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_184130_058019.ci-noreply@qt-project.org> QtBase_stable_Integration #981: SUCCESS Tested changes (refs/builds/stable_1366648700): http://codereview.qt-project.org/54457 [PS1] - Document that the mutex passed to QWaitCondition::wait must be locked http://codereview.qt-project.org/54441 [PS2] - Accessibility Windows: always check for negative child ids http://codereview.qt-project.org/53857 [PS25] - Add IMPORTED targets for the GL libraries used by Qt. http://codereview.qt-project.org/52883 [PS1] - Accessibility Mac: Implement accessibilityFocusedUIElement http://codereview.qt-project.org/53959 [PS5] - Fix QTableView::doItemsLayout() http://codereview.qt-project.org/54025 [PS3] - Read correct font hinting config on Gnome/Unity From ci-noreply at qt-project.org Mon Apr 22 22:28:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 23:28:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130422_202844_064715.ci-noreply@qt-project.org> QtBase_dev_Integration #830: SUCCESS Tested changes (refs/builds/dev_1366654902): http://codereview.qt-project.org/51865 [PS2] - Make sure QIconLoader is always initialized From ci-noreply at qt-project.org Mon Apr 22 22:55:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 22 Apr 2013 23:55:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_205554_072628.ci-noreply@qt-project.org> QtBase_stable_Integration #982: SUCCESS Tested changes (refs/builds/stable_1366656224): http://codereview.qt-project.org/54220 [PS4] - Configure: Provide -no-gui option for Windows host builds. From ci-noreply at qt-project.org Mon Apr 22 23:40:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 00:40:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130422_214036_014661.ci-noreply@qt-project.org> QtTools_stable_Integration #145: SUCCESS Tested changes (refs/builds/stable_1366655571): http://codereview.qt-project.org/52049 [PS1] - Improve warning message about code being auto-generated http://codereview.qt-project.org/52048 [PS1] - Fix trailing whitespace issue in ui4.cpp generating xsl http://codereview.qt-project.org/54432 [PS1] - remove pretenses of building makeqpf automatically http://codereview.qt-project.org/54442 [PS1] - Update README: it's not 2008 anymore From ci-noreply at qt-project.org Tue Apr 23 00:10:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 01:10:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130422_221004_009585.ci-noreply@qt-project.org> Autotest `tst_qquickapplication' failed :( Testing tst_qquickapplication FAIL! : tst_qquickapplication::active() 'QGuiApplication::focusWindow() == &window' returned FALSE. () Loc: [tst_qquickapplication.cpp(94)] Totals: 4 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickapplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquickapplication::initTestCase() FAIL! : tst_qquickapplication::active() 'QGuiApplication::focusWindow() == &window' returned FALSE. () Loc: [tst_qquickapplication.cpp(94)] XFAIL : tst_qquickapplication::layoutDirection() QTBUG-21573 Loc: [tst_qquickapplication.cpp(122)] PASS : tst_qquickapplication::layoutDirection() PASS : tst_qquickapplication::inputMethod() PASS : tst_qquickapplication::cleanupTestCase() Totals: 4 passed, 1 failed, 0 skipped ********* Finished testing of tst_qquickapplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickapplication: 11 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00204/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366650615): http://codereview.qt-project.org/54401 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 23 00:37:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 01:37:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130422_223715_064782.ci-noreply@qt-project.org> Qt_4.8_Integration #1403: SUCCESS Tested changes (refs/builds/4.8_1366650023): http://codereview.qt-project.org/54340 [PS2] - Fixed invalid memory read in SSSE3 image blending code. From ci-noreply at qt-project.org Tue Apr 23 00:38:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 01:38:55 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130422_223855_069307.ci-noreply@qt-project.org> Autotests `tst_qgl' and `tst_qmdiarea' failed :( Testing tst_QMdiArea 2013-04-23 01:26:05.441 tst_qmdiarea[24881:107] not in fullscreen state FAIL! : tst_QMdiArea::tileSubWindows() Compared values are not the same Actual (workspace.viewport()->childrenRect()): QRect(0,0 1180x924) (bottomright 1179,923) Expected (workspace.viewport()->rect()): QRect(0,0 600x480) (bottomright 599,479) Loc: [tst_qmdiarea.cpp(1669)] Totals: 48 passed, 1 failed, 2 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMdiArea ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMdiArea::initTestCase() PASS : tst_QMdiArea::subWindowActivated(data0) PASS : tst_QMdiArea::subWindowActivated(data1) PASS : tst_QMdiArea::subWindowActivated(data2) SKIP : tst_QMdiArea::subWindowActivated2() QTBUG-25298: This test is unstable on Mac. Loc: [tst_qmdiarea.cpp(514)] PASS : tst_QMdiArea::subWindowActivatedWithMinimize() PASS : tst_QMdiArea::showWindows() 2013-04-23 01:26:20.813 tst_qmdiarea[24883:107] not in fullscreen state PASS : tst_QMdiArea::changeWindowTitle() PASS : tst_QMdiArea::changeModified() PASS : tst_QMdiArea::childSize() PASS : tst_QMdiArea::fixedSize() PASS : tst_QMdiArea::minimumSizeHint() PASS : tst_QMdiArea::sizeHint() PASS : tst_QMdiArea::setActiveSubWindow() PASS : tst_QMdiArea::activeSubWindow() PASS : tst_QMdiArea::currentSubWindow() PASS : tst_QMdiArea::addAndRemoveWindows() PASS : tst_QMdiArea::addAndRemoveWindowsWithReparenting() PASS : tst_QMdiArea::removeSubWindow_2() PASS : tst_QMdiArea::closeWindows() PASS : tst_QMdiArea::activateNextAndPreviousWindow() PASS : tst_QMdiArea::subWindowList(CreationOrder) PASS : tst_QMdiArea::subWindowList(StackingOrder) PASS : tst_QMdiArea::subWindowList(ActivationHistoryOrder) PASS : tst_QMdiArea::setBackground() PASS : tst_QMdiArea::setViewport() FAIL! : tst_QMdiArea::tileSubWindows() Compared values are not the same Actual (workspace.viewport()->childrenRect()): QRect(0,0 1180x924) (bottomright 1179,923) Expected (workspace.viewport()->rect()): QRect(0,0 600x480) (bottomright 599,479) Loc: [tst_qmdiarea.cpp(1669)] XFAIL : tst_QMdiArea::cascadeAndTileSubWindows() QTBUG-25298 Loc: [tst_qmdiarea.cpp(1797)] PASS : tst_QMdiArea::cascadeAndTileSubWindows() PASS : tst_QMdiArea::resizeMaximizedChildWindows(multiple children) PASS : tst_QMdiArea::focusWidgetAfterAddSubWindow() PASS : tst_QMdiArea::dontMaximizeSubWindowOnActivation() PASS : tst_QMdiArea::delayedPlacement() PASS : tst_QMdiArea::iconGeometryInMenuBar() PASS : tst_QMdiArea::resizeTimer() PASS : tst_QMdiArea::updateScrollBars() XFAIL : tst_QMdiArea::setActivationOrder(CreationOrder) QTBUG-25298 Loc: [tst_qmdiarea.cpp(2241)] PASS : tst_QMdiArea::setActivationOrder(CreationOrder) XFAIL : tst_QMdiArea::setActivationOrder(StackingOrder) QTBUG-25298 Loc: [tst_qmdiarea.cpp(2241)] PASS : tst_QMdiArea::setActivationOrder(StackingOrder) XFAIL : tst_QMdiArea::setActivationOrder(ActivationHistoryOrder) QTBUG-25298 Loc: [tst_qmdiarea.cpp(2241)] PASS : tst_QMdiArea::setActivationOrder(ActivationHistoryOrder) QWARN : tst_QMdiArea::tabBetweenSubWindows() No rubber band XFAIL : tst_QMdiArea::tabBetweenSubWindows() QTBUG-25298 Loc: [tst_qmdiarea.cpp(2289)] PASS : tst_QMdiArea::tabBetweenSubWindows() PASS : tst_QMdiArea::setViewMode() PASS : tst_QMdiArea::setTabsClosable() PASS : tst_QMdiArea::setTabsMovable() PASS : tst_QMdiArea::setTabShape() PASS : tst_QMdiArea::setTabPosition(North) PASS : tst_QMdiArea::setTabPosition(South) PASS : tst_QMdiArea::setTabPosition(East) PASS : tst_QMdiArea::setTabPosition(West) SKIP : tst_QMdiArea::nativeSubWindows() nativeSubWindows() does not work on this platform (cocoa). Loc: [tst_qmdiarea.cpp(2592)] PASS : tst_QMdiArea::task_209615() PASS : tst_QMdiArea::task_236750() PASS : tst_QMdiArea::cleanupTestCase() Totals: 48 passed, 1 failed, 2 skipped ********* Finished testing of tst_QMdiArea ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmdiarea: 30 seconds, exit code 1 Testing tst_QGL FAIL! : tst_QGL::graphicsViewClipping() Pixel [0,0]: Max fuzz (1) exceeded: (255,255,255,255) vs (0,0,0,255) Loc: [tst_qgl.cpp(889)] Totals: 28 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGL ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGL::initTestCase() PASS : tst_QGL::getSetCheck() PASS : tst_QGL::qglContextDefaultBindTexture() PASS : tst_QGL::openGLVersionCheck() PASS : tst_QGL::shareRegister() PASS : tst_QGL::textureCleanup() PASS : tst_QGL::partialGLWidgetUpdates(Double buffered context) PASS : tst_QGL::partialGLWidgetUpdates(Double buffered context without auto-fill background) PASS : tst_QGL::partialGLWidgetUpdates(Single buffered context) PASS : tst_QGL::partialGLWidgetUpdates(Single buffered context without auto-fill background) PASS : tst_QGL::glWidgetWithAlpha() PASS : tst_QGL::glWidgetRendering() PASS : tst_QGL::glFBOSimpleRendering() PASS : tst_QGL::glFBORendering() PASS : tst_QGL::multipleFBOInterleavedRendering() PASS : tst_QGL::glFBOUseInGLWidget() PASS : tst_QGL::glPBufferRendering() PASS : tst_QGL::glWidgetReparent() PASS : tst_QGL::glWidgetRenderPixmap() PASS : tst_QGL::colormap() PASS : tst_QGL::fboFormat() PASS : tst_QGL::testDontCrashOnDanglingResources() PASS : tst_QGL::replaceClipping() PASS : tst_QGL::clipTest() PASS : tst_QGL::destroyFBOAfterContext() PASS : tst_QGL::threadImages() PASS : tst_QGL::nullRectCrash() FAIL! : tst_QGL::graphicsViewClipping() Pixel [0,0]: Max fuzz (1) exceeded: (255,255,255,255) vs (0,0,0,255) Loc: [tst_qgl.cpp(889)] PASS : tst_QGL::cleanupTestCase() Totals: 28 passed, 1 failed, 0 skipped ********* Finished testing of tst_QGL ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qgl: 8 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00983/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366664293): http://codereview.qt-project.org/54440 [PS1] - Accessibility: Menu item should keep track of owner being valid http://codereview.qt-project.org/54421 [PS1] - Process initial expose events immediately. From ci-noreply at qt-project.org Tue Apr 23 02:37:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:37:35 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_003735_051776.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:35:36Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 2 seconds From ci-noreply at qt-project.org Tue Apr 23 02:39:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:39:47 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_003947_060435.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:37:48Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 4 seconds From ci-noreply at qt-project.org Tue Apr 23 02:42:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:42:01 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_004201_012703.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:40:01Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 8 seconds From ci-noreply at qt-project.org Tue Apr 23 02:44:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:44:19 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_004419_094302.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:42:20Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 16 seconds From ci-noreply at qt-project.org Tue Apr 23 02:46:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:46:45 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_004645_084666.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:44:45Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 32 seconds From ci-noreply at qt-project.org Tue Apr 23 02:49:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:49:27 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_004927_019292.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:47:27Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 64 seconds From ci-noreply at qt-project.org Tue Apr 23 02:52:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:52:41 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_005241_018654.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:50:42Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 128 seconds From ci-noreply at qt-project.org Tue Apr 23 02:57:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 03:57:00 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_005700_048617.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T00:55:00Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-mingw47_developer-build_qtlibinfix_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-mingw47_developer-build_qtlibinfix_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., retry in 256 seconds From ci-noreply at qt-project.org Tue Apr 23 03:03:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 04:03:27 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_010327_017717.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T01:01:27Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-mingw47_developer-build_qtlibinfix_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-mingw47_developer-build_qtlibinfix_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-arm-gnueabi-g++_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-arm-gnueabi-g++_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-arm-gnueabi-g++_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-arm-gnueabi-g++_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., occurred repeatedly. 2013-04-23T01:01:27Z: [Qt5_stable_Integration error] Suspending for investigation; to resume: kill -USR2 6557 From ci-noreply at qt-project.org Tue Apr 23 03:14:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 04:14:05 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_011405_002913.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T01:09:49Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 2 seconds 2013-04-23T01:09:53Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 4 seconds 2013-04-23T01:09:58Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 8 seconds 2013-04-23T01:10:08Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 16 seconds 2013-04-23T01:10:25Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 32 seconds 2013-04-23T01:10:59Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 64 seconds 2013-04-23T01:12:05Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 128 seconds From ci-noreply at qt-project.org Tue Apr 23 03:16:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 04:16:14 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_011614_011352.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T01:14:15Z: [Qt_4.8_Integration error] http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): ssh error: 256 http://qt-ci.digia.com/job/Qt_4.8_Integration/./cfg=linux-g++_shadow-build_Ubuntu_12.04_x64/1404//consoleText -> /var/www/testresults/ci/Qt_4.8_Integration/build_01404/linux-g++_shadow-build_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): ssh error: 256, retry in 256 seconds From ci-noreply at qt-project.org Tue Apr 23 05:56:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 06:56:46 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_035646_041747.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T03:54:46Z: [Qt5_stable_Integration error] http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-mingw47_developer-build_qtlibinfix_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-mingw47_developer-build_qtlibinfix_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-mingw47_developer-build_qtlibinfix_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=win32-msvc2010_static_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/win32-msvc2010_static_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_no-widgets_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_no-widgets_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++-32_Ubuntu_10.04_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++-32_Ubuntu_10.04_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=wince70embedded-armv4i-msvc2008_Windows_7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/wince70embedded-armv4i-msvc2008_Windows_7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_no-framework_OSX_10.8/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_no-framework_OSX_10.8" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-arm-gnueabi-g++_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-arm-gnueabi-g++_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-arm-gnueabi-g++_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-arm-gnueabi-g++_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=macx-clang_static_OSX_10.7/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/macx-clang_static_OSX_10.7" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_shadow-build_Ubuntu_11.10_x86/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_shadow-build_Ubuntu_11.10_x86" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up. http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText -> /var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz (on testresults.qt-project.org): HTTP fetch http://qt-ci.digia.com/job/Qt5_stable_Integration/./cfg=linux-g++_static_Ubuntu_12.04_x64/205//consoleText to ssh command [ssh] [-oBatchMode=yes] [-p] [22] [qtintegration at testresults.qt-project.org] [mkdir -p "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && cd "/var/www/testresults/ci/Qt5_stable_Integration/build_00205/linux-g++_static_Ubuntu_12.04_x64" && gzip > .incoming.log.txt.gz && mv .incoming.log.txt.gz log.txt.gz] repeatedly failed, giving up., occurred repeatedly. 2013-04-23T03:54:46Z: [Qt5_stable_Integration error] Suspending for investigation; to resume: kill -USR2 31856 From ci-noreply at qt-project.org Tue Apr 23 06:09:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 07:09:52 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130423_040952_026355.ci-noreply@qt-project.org> Qt_4.8_Integration #1404: FAILURE Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01404/log.txt.gz Tested changes (refs/builds/4.8_1366671733): http://codereview.qt-project.org/53964 [PS2] - Fix QTableView::doItemsLayout() From ci-noreply at qt-project.org Tue Apr 23 07:27:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 08:27:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130423_052701_099139.ci-noreply@qt-project.org> QtQA_master_Integration #497: SUCCESS Tested changes (refs/builds/master_1366693000): http://codereview.qt-project.org/54386 [PS1] - qtqa: Adding QtModeling_master_Integration to CI. From ci-noreply at qt-project.org Tue Apr 23 09:00:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 10:00:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_070036_052490.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #439: SUCCESS Tested changes (refs/builds/stable_1366695400): http://codereview.qt-project.org/54453 [PS2] - Fix lupdate-warning "Cannot invoke tr() like this". From ci-noreply at qt-project.org Tue Apr 23 10:06:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 11:06:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_080636_050834.ci-noreply@qt-project.org> QtBase_stable_Integration #984: SUCCESS Tested changes (refs/builds/stable_1366696691): http://codereview.qt-project.org/53950 [PS1] - Don't show a separate inspector for child windows. http://codereview.qt-project.org/53944 [PS2] - Use qAccessibleRoleString to stringify roles. http://codereview.qt-project.org/54008 [PS1] - Return GroupRole for unknown accessibility roles. http://codereview.qt-project.org/54420 [PS1] - Don't set WA_AcceptTouchEvents on Mac OS X. From ci-noreply at qt-project.org Tue Apr 23 10:12:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 11:12:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130423_081229_004521.ci-noreply@qt-project.org> QtBase_dev_Integration #831: SUCCESS Tested changes (refs/builds/dev_1366696703): http://codereview.qt-project.org/51563 [PS1] - Guard usage of m_cocoaPlatformWindow. From ci-noreply at qt-project.org Tue Apr 23 10:52:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 11:52:53 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130423_085253_085861.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #109: SUCCESS Tested changes (refs/builds/stable_1366703904): http://codereview.qt-project.org/54503 [PS1] - Set AA_UseHighDpiPixmaps during style painting. http://codereview.qt-project.org/54502 [PS1] - Add "@2x" high-resolution icons for retina macs. From ci-noreply at qt-project.org Tue Apr 23 11:21:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 12:21:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130423_092137_006663.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00090/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366707266): http://codereview.qt-project.org/54452 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 23 11:26:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 12:26:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_092614_085038.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #440: SUCCESS Tested changes (refs/builds/stable_1366704152): http://codereview.qt-project.org/54506 [PS1] - Fixed crash in QQuickCanvasItem. From ci-noreply at qt-project.org Tue Apr 23 12:07:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 13:07:54 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_100754_087903.ci-noreply@qt-project.org> Autotest `tst_qwaitcondition' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QWaitCondition FAIL! : tst_QWaitCondition::wakeOne() Compared values are not the same Actual (exited): 1 Expected (2): 2 .\tst_qwaitcondition.cpp(565) : failure location FAIL! : tst_QWaitCondition::wakeAll() Compared values are not the same Actual (wake_Thread::count): 5 Expected (ThreadCount): 4 .\tst_qwaitcondition.cpp(639) : failure location QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWaitCondition ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWaitCondition::initTestCase() PASS : tst_QWaitCondition::wait_QMutex() PASS : tst_QWaitCondition::wait_QReadWriteLock() FAIL! : tst_QWaitCondition::wakeOne() Compared values are not the same Actual (exited): 1 Expected (2): 2 .\tst_qwaitcondition.cpp(565) : failure location PASS : tst_QWaitCondition::wakeAll() PASS : tst_QWaitCondition::wait_RaceCondition() PASS : tst_QWaitCondition::cleanupTestCase() Totals: 6 passed, 1 failed, 0 skipped ********* Finished testing of tst_QWaitCondition ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 3221225477 QtQA::App::TestRunner: second attempt: exited with exit code 1 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qwaitcondition: 9 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00985/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366704531): http://codereview.qt-project.org/53556 [PS4] - Make requestActivate() as a slot in QWindow http://codereview.qt-project.org/53375 [PS3] - QWindow: expose active as property http://codereview.qt-project.org/54459 [PS2] - Add missing intrin.h include for __cpuid http://codereview.qt-project.org/54460 [PS2] - Fix def files for Mingw (32 bit) http://codereview.qt-project.org/54439 [PS2] - Accessibility: Ignore negative child indices in main window http://codereview.qt-project.org/54440 [PS1] - Accessibility: Menu item should keep track of owner being valid http://codereview.qt-project.org/53812 [PS5] - Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifier http://codereview.qt-project.org/54491 [PS1] - Fix header check: you must #include qconfig.h before QT_NO_OPENGL From ci-noreply at qt-project.org Tue Apr 23 12:42:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 13:42:59 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130423_104259_036464.ci-noreply@qt-project.org> QtDeclarative_dev_Integration #414: SUCCESS Tested changes (refs/builds/dev_1366707819): http://codereview.qt-project.org/54449 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 23 12:53:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 13:53:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_105350_025580.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #441: SUCCESS Tested changes (refs/builds/stable_1366709288): http://codereview.qt-project.org/54508 [PS2] - TextInput: Fix cursor navigation with mask From ci-noreply at qt-project.org Tue Apr 23 13:01:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:01:12 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_110112_095596.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T10:59:12Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 2 seconds From ci-noreply at qt-project.org Tue Apr 23 13:04:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:04:20 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_110420_044631.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:02:20Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 4 seconds From ci-noreply at qt-project.org Tue Apr 23 13:04:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:04:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#dev Message-ID: <20130423_110439_013864.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtWebKit_dev_Integration/build_00043/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366711097): http://codereview.qt-project.org/54450 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 23 13:07:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:07:29 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_110729_088823.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:05:30Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 8 seconds From ci-noreply at qt-project.org Tue Apr 23 13:10:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:10:41 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_111041_042235.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:08:42Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 16 seconds From ci-noreply at qt-project.org Tue Apr 23 13:14:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:14:03 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_111403_051673.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:12:04Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 32 seconds From ci-noreply at qt-project.org Tue Apr 23 13:17:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:17:43 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_111743_029534.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:15:43Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 64 seconds From ci-noreply at qt-project.org Tue Apr 23 13:21:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:21:53 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_112153_062094.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:19:54Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 128 seconds From ci-noreply at qt-project.org Tue Apr 23 13:25:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:25:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130423_112518_075166.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #110: SUCCESS Tested changes (refs/builds/stable_1366712991): http://codereview.qt-project.org/54413 [PS1] - Doc: Update Button::isDefault documentation http://codereview.qt-project.org/54505 [PS3] - Doc: Update documentation for Qt Quick Controls QML Types From ci-noreply at qt-project.org Tue Apr 23 13:27:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:27:11 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_112711_097959.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:25:11Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 256 seconds From ci-noreply at qt-project.org Tue Apr 23 13:28:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:28:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130423_112858_009791.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #128: SUCCESS Tested changes (refs/builds/stable_1366711170): http://codereview.qt-project.org/54436 [PS4] - Reset VideoSurface pointer when deleted From ci-noreply at qt-project.org Tue Apr 23 13:34:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:34:34 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130423_113434_040034.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-23T11:32:34Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , occurred repeatedly. 2013-04-23T11:32:34Z: [QtBase_dev_Integration error] Suspending for investigation; to resume: kill -USR2 31856 From ci-noreply at qt-project.org Tue Apr 23 13:57:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 14:57:09 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130423_115709_023993.ci-noreply@qt-project.org> Autotest `tst_qlineedit' failed :( Testing tst_QLineEdit XFAIL : tst_QLineEdit::setInputMask(keys blank=input) To eat blanks or not? Known issue. Task 43172 .\tst_qlineedit.cpp(667) : failure location XFAIL : tst_QLineEdit::setInputMask(insert blank=input) To eat blanks or not? Known issue. Task 43172 .\tst_qlineedit.cpp(667) : failure location XFAIL : tst_QLineEdit::hasAcceptableInputMask(Any optional and required) To eat blanks or not? Known issue. Task 43172 .\tst_qlineedit.cpp(837) : failure location XFAIL : tst_QLineEdit::returnPressed_maskvalidator(mask '999', intfix validator(0,999), input '12') QIntValidator has changed behaviour. Does not accept spaces. Task 43082. .\tst_qlineedit.cpp(2466) : failure location QWARN : tst_QLineEdit::setSelection(selection start: -1 length: 0) QLineEdit::setSelection: Invalid start position (-1) QWARN : tst_QLineEdit::setSelection(selection start: -1 length: -1) QLineEdit::setSelection: Invalid start position (-1) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QLineEdit ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QLineEdit::initTestCase() PASS : tst_QLineEdit::getSetCheck() PASS : tst_QLineEdit::experimental() PASS : tst_QLineEdit::upperAndLowercase() XFAIL : tst_QLineEdit::setInputMask(keys blank=input) To eat blanks or not? Known issue. Task 43172 .\tst_qlineedit.cpp(667) : failure location XFAIL : tst_QLineEdit::setInputMask(insert blank=input) To eat blanks or not? Known issue. Task 43172 .\tst_qlineedit.cpp(667) : failure location PASS : tst_QLineEdit::setInputMask() PASS : tst_QLineEdit::inputMask() PASS : tst_QLineEdit::clearInputMask() PASS : tst_QLineEdit::keypress_inputMask() PASS : tst_QLineEdit::inputMaskAndValidator() XFAIL : tst_QLineEdit::hasAcceptableInputMask(Any optional and required) To eat blanks or not? Known issue. Task 43172 .\tst_qlineedit.cpp(837) : failure location PASS : tst_QLineEdit::hasAcceptableInputMask() PASS : tst_QLineEdit::hasAcceptableInputValidator() PASS : tst_QLineEdit::redo() PASS : tst_QLineEdit::isRedoAvailable() PASS : tst_QLineEdit::undo() PASS : tst_QLineEdit::isUndoAvailable() PASS : tst_QLineEdit::undo_keypressevents() PASS : tst_QLineEdit::QTBUG5786_undoPaste() PASS : tst_QLineEdit::clear() PASS : tst_QLineEdit::text() PASS : tst_QLineEdit::textMask() PASS : tst_QLineEdit::maskCharacter() PASS : tst_QLineEdit::setText() PASS : tst_QLineEdit::displayText() PASS : tst_QLineEdit::setEchoMode() PASS : tst_QLineEdit::echoMode() PASS : tst_QLineEdit::passwordEchoOnEdit() PASS : tst_QLineEdit::maxLength_mask() PASS : tst_QLineEdit::maxLength() PASS : tst_QLineEdit::setMaxLength() PASS : tst_QLineEdit::isReadOnly() PASS : tst_QLineEdit::setReadOnly() PASS : tst_QLineEdit::cursorPosition() PASS : tst_QLineEdit::cursorPositionChanged() PASS : tst_QLineEdit::selectedText() PASS : tst_QLineEdit::hasSelectedText() PASS : tst_QLineEdit::deleteSelectedText() PASS : tst_QLineEdit::textChangedAndTextEdited() PASS : tst_QLineEdit::returnPressed() XFAIL : tst_QLineEdit::returnPressed_maskvalidator(mask '999', intfix validator(0,999), input '12') QIntValidator has changed behaviour. Does not accept spaces. Task 43082. .\tst_qlineedit.cpp(2466) : failure location PASS : tst_QLineEdit::returnPressed_maskvalidator() PASS : tst_QLineEdit::setValidator() PASS : tst_QLineEdit::validator() PASS : tst_QLineEdit::clearValidator() PASS : tst_QLineEdit::setValidator_QIntValidator() PASS : tst_QLineEdit::frame() PASS : tst_QLineEdit::leftKeyOnSelectedText() PASS : tst_QLineEdit::setAlignment() PASS : tst_QLineEdit::alignment() PASS : tst_QLineEdit::isModified() PASS : tst_QLineEdit::edited() PASS : tst_QLineEdit::setEdited() PASS : tst_QLineEdit::insert() QWARN : tst_QLineEdit::setSelection(selection start: -1 length: 0) QLineEdit::setSelection: Invalid start position (-1) QWARN : tst_QLineEdit::setSelection(selection start: -1 length: -1) QLineEdit::setSelection: Invalid start position (-1) PASS : tst_QLineEdit::setSelection() PASS : tst_QLineEdit::cut() PASS : tst_QLineEdit::copy() PASS : tst_QLineEdit::paste() PASS : tst_QLineEdit::maxLengthAndInputMask() PASS : tst_QLineEdit::returnPressedKeyEvent() PASS : tst_QLineEdit::keepSelectionOnTabFocusIn() PASS : tst_QLineEdit::readOnlyStyleOption() PASS : tst_QLineEdit::validateOnFocusOut() PASS : tst_QLineEdit::editInvalidText() PASS : tst_QLineEdit::charWithAltOrCtrlModifier() PASS : tst_QLineEdit::inlineCompletion() PASS : tst_QLineEdit::noTextEditedOnClear() PASS : tst_QLineEdit::cursor() PASS : tst_QLineEdit::textMargin() PASS : tst_QLineEdit::task180999_focus() PASS : tst_QLineEdit::task174640_editingFinished() PASS : tst_QLineEdit::task198789_currentCompletion() PASS : tst_QLineEdit::task210502_caseInsensitiveInlineCompletion() PASS : tst_QLineEdit::task229938_dontEmitChangedWhenTextIsNotChanged() PASS : tst_QLineEdit::task233101_cursorPosAfterInputMethod() PASS : tst_QLineEdit::task241436_passwordEchoOnEditRestoreEchoMode() PASS : tst_QLineEdit::task248948_redoRemovedSelection() PASS : tst_QLineEdit::taskQTBUG_4401_enterKeyClearsPassword() PASS : tst_QLineEdit::taskQTBUG_4679_moveToStartEndOfBlock() PASS : tst_QLineEdit::taskQTBUG_4679_selectToStartEndOfBlock() PASS : tst_QLineEdit::taskQTBUG_7902_contextMenuCrash() PASS : tst_QLineEdit::taskQTBUG_7395_readOnlyShortcut() SKIP : tst_QLineEdit::QTBUG697_paletteCurrentColorGroup() Only tested on X11 .\tst_qlineedit.cpp(3791) : failure location PASS : tst_QLineEdit::QTBUG13520_textNotVisible() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qlineedit: 902 seconds, exit code 293 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01405/win32-msvc2010_developer-build_Windows_7/log.txt.gz Tested changes (refs/builds/4.8_1366695514): http://codereview.qt-project.org/53964 [PS2] - Fix QTableView::doItemsLayout() From ci-noreply at qt-project.org Tue Apr 23 14:07:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 15:07:20 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_120720_052202.ci-noreply@qt-project.org> QtBase_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #987: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00987/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366712176): http://codereview.qt-project.org/54491 [PS1] - Fix header check: you must #include qconfig.h before QT_NO_OPENGL http://codereview.qt-project.org/54527 [PS2] - Fix build with QT_NO_CLIPBOARD http://codereview.qt-project.org/54521 [PS1] - QDataStream: Be a bit more verbose about operator>>(char *&) http://codereview.qt-project.org/54388 [PS6] - Remove QLocalePrivate::m_localeID http://codereview.qt-project.org/54511 [PS1] - Fix typo in docs http://codereview.qt-project.org/54333 [PS3] - Use a QVector instead of an array in QFileInfoPrivate http://codereview.qt-project.org/54443 [PS1] - Move Mac translations to .cpp file for lupdate to pick them up. http://codereview.qt-project.org/54465 [PS1] - QNX host lookup: do not try to load libresolv.so, it is not there http://codereview.qt-project.org/53146 [PS1] - Improved robustness of threaded rendering in hellowindow example. http://codereview.qt-project.org/54509 [PS1] - Fixed QGLWidget not being able to be made current with a context. http://codereview.qt-project.org/54499 [PS7] - Implement startup notification spec again. From ci-noreply at qt-project.org Tue Apr 23 14:15:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 15:15:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_121517_090731.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #442: SUCCESS Tested changes (refs/builds/stable_1366714540): http://codereview.qt-project.org/54424 [PS1] - Clear the pendingUpdate flag every frame. http://codereview.qt-project.org/53362 [PS4] - Doc: Refactored and focused the Qt QML documentation. http://codereview.qt-project.org/54532 [PS1] - Use the actual size of the image for the iteration. http://codereview.qt-project.org/54400 [PS3] - Use the platform theme's password mask character for text input fields. http://codereview.qt-project.org/54201 [PS3] - Adding emitComponentCompleteSignalForAttachedProperty() http://codereview.qt-project.org/53628 [PS6] - Expose nextItemInFocusChain in QQuickItem From ci-noreply at qt-project.org Tue Apr 23 14:52:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 15:52:27 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130423_125227_065309.ci-noreply@qt-project.org> QtImageFormats_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #51: FAILURE Build log: http://testresults.qt-project.org/ci/QtImageFormats_stable_Integration/build_00051/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366720688): http://codereview.qt-project.org/54278 [PS1] - Doc: Fix module name in .qdocconf From ci-noreply at qt-project.org Tue Apr 23 15:31:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 16:31:51 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsensors#stable Message-ID: <20130423_133151_000575.ci-noreply@qt-project.org> QtSensors_stable_Integration #41: SUCCESS Tested changes (refs/builds/stable_1366721754): http://codereview.qt-project.org/54131 [PS1] - iOS: enable generic sensors http://codereview.qt-project.org/54130 [PS1] - Generic: set PLUGIN_CLASS_NAME to help static builds (iOS) http://codereview.qt-project.org/54129 [PS1] - QSensor: fix spelling in doc From ci-noreply at qt-project.org Tue Apr 23 15:40:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 16:40:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_134031_016661.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #443: SUCCESS Tested changes (refs/builds/stable_1366719431): http://codereview.qt-project.org/54543 [PS1] - V8Debugging: Set Isolate when sending debug messages to v8 From ci-noreply at qt-project.org Tue Apr 23 16:10:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 17:10:06 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130423_141006_073314.ci-noreply@qt-project.org> Autotest `tst_qsharedpointer' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QSharedPointer ### --- stderr from qmake --- ### FAIL! : tst_QSharedPointer::invalidConstructs(weak-pointer-from-regular-pointer) Fail Loc: [tst_qsharedpointer.cpp(2009)] ### --- stderr from qmake --- ### FAIL! : tst_QSharedPointer::invalidConstructs(shared-pointer-implicit-from-uninitialized) Fail Loc: [tst_qsharedpointer.cpp(2009)] ### --- stderr from qmake --- ### FAIL! : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1) Fail Loc: [tst_qsharedpointer.cpp(2009)] ### --- stderr from qmake --- ### FAIL! : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter2) Fail Loc: [tst_qsharedpointer.cpp(2009)] Totals: 68 passed, 4 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSharedPointer ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QSharedPointer::initTestCase() PASS : tst_QSharedPointer::basics(null) PASS : tst_QSharedPointer::basics(non-null) PASS : tst_QSharedPointer::operators() PASS : tst_QSharedPointer::swap() PASS : tst_QSharedPointer::useOfForwardDeclared() PASS : tst_QSharedPointer::memoryManagement() PASS : tst_QSharedPointer::dropLastReferenceOfForwardDeclared() PASS : tst_QSharedPointer::downCast() PASS : tst_QSharedPointer::functionCallDownCast() PASS : tst_QSharedPointer::upCast() PASS : tst_QSharedPointer::qobjectWeakManagement() PASS : tst_QSharedPointer::noSharedPointerFromWeakQObject() PASS : tst_QSharedPointer::sharedPointerFromQObjectWithWeak() PASS : tst_QSharedPointer::weakQObjectFromSharedPointer() PASS : tst_QSharedPointer::objectCast() QDEBUG : tst_QSharedPointer::differentPointers() naked: orig: 0x101200920; base: 0x101200938 (equal) -- QSharedPointer: orig: 0x101200920; base 0x101200938 (equal) -- result: equal PASS : tst_QSharedPointer::differentPointers() PASS : tst_QSharedPointer::virtualBaseDifferentPointers() PASS : tst_QSharedPointer::dynamicCast() PASS : tst_QSharedPointer::dynamicCastDifferentPointers() PASS : tst_QSharedPointer::dynamicCastVirtualBase() PASS : tst_QSharedPointer::dynamicCastFailure() PASS : tst_QSharedPointer::dynamicCastFailureNoLeak() PASS : tst_QSharedPointer::constCorrectness() PASS : tst_QSharedPointer::customDeleter() PASS : tst_QSharedPointer::creating() SKIP : tst_QSharedPointer::creatingVariadic() This compiler is not in C++11 mode or it doesn't support rvalue refs and variadic templates Loc: [tst_qsharedpointer.cpp(1486)] PASS : tst_QSharedPointer::creatingQObject() PASS : tst_QSharedPointer::mixTrackingPointerCode() PASS : tst_QSharedPointer::reentrancyWhileDestructing() PASS : tst_QSharedPointer::threadStressTest(0+0) PASS : tst_QSharedPointer::threadStressTest(1+0) PASS : tst_QSharedPointer::threadStressTest(2+0) PASS : tst_QSharedPointer::threadStressTest(10+0) PASS : tst_QSharedPointer::threadStressTest(0+1) PASS : tst_QSharedPointer::threadStressTest(1+1) PASS : tst_QSharedPointer::threadStressTest(2+10) PASS : tst_QSharedPointer::threadStressTest(5+10) PASS : tst_QSharedPointer::threadStressTest(5+30) PASS : tst_QSharedPointer::threadStressTest(100+100) PASS : tst_QSharedPointer::map() PASS : tst_QSharedPointer::hash() PASS : tst_QSharedPointer::validConstructs() QWARN : tst_QSharedPointer::invalidConstructs(sanity-checking) QProcess: Destroyed while process ("/work/build/qtbase/bin/qmake") is still running. QWARN : tst_QSharedPointer::invalidConstructs(sanity-checking) Sanity checking failed Code: External test failed executing qmake with exit code 0 ==== standard error: ==== ### --- stderr from qmake --- ### ==== standard output: ==== ### --- stdout from qmake --- ### ==== ==== FAIL! : tst_QSharedPointer::invalidConstructs(sanity-checking) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(void) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(implicit-initialization1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(implicit-initialization2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(implicit-initialization3) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(implicit-initialization4) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(creating-forward-declaration) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(upcast1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(upcast2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(const-dropping1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(const-dropping2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(const-dropping-static-cast) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(const-dropping-dynamic-cast) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(arithmethic1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(arithmethic2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(same-pointer) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(same-pointer-to-qobject) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(re-creation) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(invalid-cast1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(invalid-cast2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(invalid-cast3) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(invalid-cast4) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(weak-pointer-from-regular-pointer) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(shared-pointer-implicit-from-uninitialized) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] FAIL! : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter2) External testing failed sanity checking, cannot proceed Loc: [tst_qsharedpointer.cpp(1992)] PASS : tst_QSharedPointer::qvariantCast() PASS : tst_QSharedPointer::cleanupTestCase() Totals: 44 passed, 28 failed, 1 skipped ********* Finished testing of tst_QSharedPointer ********* QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 4 QtQA::App::TestRunner: second attempt: exited with exit code 28 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qsharedpointer: 289 seconds, exit code 28 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00206/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366706883): http://codereview.qt-project.org/54401 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 23 16:19:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 17:19:11 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_141911_028971.ci-noreply@qt-project.org> QtBase_stable_Integration #988: SUCCESS Tested changes (refs/builds/stable_1366719001): http://codereview.qt-project.org/54439 [PS2] - Accessibility: Ignore negative child indices in main window http://codereview.qt-project.org/54511 [PS1] - Fix typo in docs http://codereview.qt-project.org/54527 [PS2] - Fix build with QT_NO_CLIPBOARD http://codereview.qt-project.org/54545 [PS1] - File dialog manual test: Remove dot from default suffix. http://codereview.qt-project.org/54536 [PS1] - Fix QAbstractItemModel::moveColumn() http://codereview.qt-project.org/54530 [PS1] - Fix crash when deleting a QMenu on exit http://codereview.qt-project.org/54440 [PS1] - Accessibility: Menu item should keep track of owner being valid http://codereview.qt-project.org/53375 [PS3] - QWindow: expose active as property http://codereview.qt-project.org/53556 [PS4] - Make requestActivate() as a slot in QWindow http://codereview.qt-project.org/54460 [PS2] - Fix def files for Mingw (32 bit) http://codereview.qt-project.org/54459 [PS2] - Add missing intrin.h include for __cpuid http://codereview.qt-project.org/52638 [PS2] - Added grabbing option for qevdevkeyboard and mouse. http://codereview.qt-project.org/54467 [PS1] - Enforce focus policy in item delegate's editor http://codereview.qt-project.org/53812 [PS5] - Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifier From ci-noreply at qt-project.org Tue Apr 23 16:23:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 17:23:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130423_142303_084235.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #111: SUCCESS Tested changes (refs/builds/stable_1366723675): http://codereview.qt-project.org/54279 [PS1] - Doc: Fix module name in .qdocconf From ci-noreply at qt-project.org Tue Apr 23 16:40:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 17:40:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_144059_015549.ci-noreply@qt-project.org> Compilation failed :( qiconloader.obj : error LNK2019: unresolved external symbol "class TestNamespace::QFactoryLoader * __cdecl qt_iconEngineFactoryLoader(void)" (?qt_iconEngineFactoryLoader@@YAPAVQFactoryLoader at TestNamespace@@XZ) referenced in function "public: void __thiscall TestNamespace::QIconLoader::ensureInitialized(void)" (?ensureInitialized at QIconLoader@TestNamespace@@QAEXXZ) ..\..\lib\Qt5Gui.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00989/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366726884): http://codereview.qt-project.org/54520 [PS2] - Set the sysroot if cross compiling the cmake tests. http://codereview.qt-project.org/54483 [PS1] - Use the CMake list separator for content in a CMake list. http://codereview.qt-project.org/54521 [PS1] - QDataStream: Be a bit more verbose about operator>>(char *&) http://codereview.qt-project.org/54426 [PS2] - Cocoa: Add setAlertState(), isAlertState(), beep() functions http://codereview.qt-project.org/54551 [PS1] - Don't crash on a null window pointer. http://codereview.qt-project.org/54509 [PS1] - Fixed QGLWidget not being able to be made current with a context. http://codereview.qt-project.org/54498 [PS1] - Fixed crashes relating to SVG icons. http://codereview.qt-project.org/54465 [PS1] - QNX host lookup: do not try to load libresolv.so, it is not there http://codereview.qt-project.org/53146 [PS1] - Improved robustness of threaded rendering in hellowindow example. http://codereview.qt-project.org/54443 [PS1] - Move Mac translations to .cpp file for lupdate to pick them up. http://codereview.qt-project.org/54333 [PS3] - Use a QVector instead of an array in QFileInfoPrivate http://codereview.qt-project.org/54388 [PS6] - Remove QLocalePrivate::m_localeID From ci-noreply at qt-project.org Tue Apr 23 17:02:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 18:02:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_150209_073653.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #444: SUCCESS Tested changes (refs/builds/stable_1366724540): http://codereview.qt-project.org/54526 [PS1] - Debugger: fix race condition in block mode From ci-noreply at qt-project.org Tue Apr 23 18:15:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 19:15:10 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130423_161510_009448.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #129: SUCCESS Tested changes (refs/builds/stable_1366731038): http://codereview.qt-project.org/54537 [PS3] - Doc: Several cosmetic doc fixes. From ci-noreply at qt-project.org Tue Apr 23 18:26:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 19:26:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130423_162604_079016.ci-noreply@qt-project.org> QtDoc_stable_Integration #145: SUCCESS Tested changes (refs/builds/stable_1366732579): http://codereview.qt-project.org/54539 [PS2] - Doc: Adapting new title of Multimedia overview. From ci-noreply at qt-project.org Tue Apr 23 18:29:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 19:29:26 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_162926_046608.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #445: SUCCESS Tested changes (refs/builds/stable_1366729438): http://codereview.qt-project.org/54564 [PS1] - Doc: Reinstating \qmlmodule page. http://codereview.qt-project.org/52902 [PS3] - Create BG context and fake surface on GUI thread From ci-noreply at qt-project.org Tue Apr 23 18:57:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 19:57:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_165756_075236.ci-noreply@qt-project.org> QtBase_stable_Integration #990: SUCCESS Tested changes (refs/builds/stable_1366728193): http://codereview.qt-project.org/54491 [PS1] - Fix header check: you must #include qconfig.h before QT_NO_OPENGL From ci-noreply at qt-project.org Tue Apr 23 19:51:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 20:51:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130423_175101_095087.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #446: SUCCESS Tested changes (refs/builds/stable_1366734675): http://codereview.qt-project.org/54569 [PS2] - Doc: Fix module name format http://codereview.qt-project.org/54428 [PS3] - Doc: Fix module name format http://codereview.qt-project.org/54568 [PS2] - Doc: Qt Quick: Fix module name format (Pt 2/2) http://codereview.qt-project.org/54427 [PS4] - Doc: Qt Quick: Fix module name format (Pt 1/2) From ci-noreply at qt-project.org Tue Apr 23 20:13:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 21:13:02 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130423_181302_054665.ci-noreply@qt-project.org> Qt_4.8_Integration #1406: SUCCESS Tested changes (refs/builds/4.8_1366720545): http://codereview.qt-project.org/54476 [PS1] - Fix warning about narrowing inside {} http://codereview.qt-project.org/54477 [PS1] - Fix C++11 narrowing error. http://codereview.qt-project.org/53964 [PS2] - Fix QTableView::doItemsLayout() http://codereview.qt-project.org/54475 [PS1] - QSystemTrayIcon: fix narrowing warning http://codereview.qt-project.org/54478 [PS1] - Explicitly cast some shorts to ushorts. http://codereview.qt-project.org/54362 [PS1] - QThreadDataPrivate: fix data race on canWait boolean. From ci-noreply at qt-project.org Tue Apr 23 21:02:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 22:02:53 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_190253_092462.ci-noreply@qt-project.org> QtBase_stable_Integration #991: SUCCESS Tested changes (refs/builds/stable_1366736410): http://codereview.qt-project.org/54388 [PS6] - Remove QLocalePrivate::m_localeID http://codereview.qt-project.org/54102 [PS4] - Do not talk about `make confclean` in the top-level directory http://codereview.qt-project.org/54521 [PS1] - QDataStream: Be a bit more verbose about operator>>(char *&) http://codereview.qt-project.org/54333 [PS3] - Use a QVector instead of an array in QFileInfoPrivate http://codereview.qt-project.org/54574 [PS1] - Cocoa: Fix disabled minimize button on main windows http://codereview.qt-project.org/54551 [PS1] - Don't crash on a null window pointer. http://codereview.qt-project.org/54426 [PS2] - Cocoa: Add setAlertState(), isAlertState(), beep() functions http://codereview.qt-project.org/54509 [PS1] - Fixed QGLWidget not being able to be made current with a context. http://codereview.qt-project.org/54560 [PS3] - Fixed QLayout::addChildLayout(QLayout *l) when l had a parent http://codereview.qt-project.org/54443 [PS1] - Move Mac translations to .cpp file for lupdate to pick them up. http://codereview.qt-project.org/54520 [PS2] - Set the sysroot if cross compiling the cmake tests. http://codereview.qt-project.org/54483 [PS1] - Use the CMake list separator for content in a CMake list. From ci-noreply at qt-project.org Tue Apr 23 21:48:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 22:48:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130423_194833_096301.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x101555a30 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012ad530 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 4 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00207/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366726613): http://codereview.qt-project.org/54401 [PS2] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 23 22:40:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 23 Apr 2013 23:40:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130423_204022_052702.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #112: SUCCESS Tested changes (refs/builds/stable_1366746406): http://codereview.qt-project.org/53658 [PS6] - Mouse click tab in TabView will focus next in chain From ci-noreply at qt-project.org Tue Apr 23 23:22:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 00:22:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_212246_052403.ci-noreply@qt-project.org> QtBase_stable_Integration #992: SUCCESS Tested changes (refs/builds/stable_1366743908): http://codereview.qt-project.org/54507 [PS5] - Fix retrieving of the generic system proxy via environment variables http://codereview.qt-project.org/54499 [PS7] - Implement startup notification spec again. http://codereview.qt-project.org/54446 [PS1] - qxcb: output clear error message when running on an 8-bit display http://codereview.qt-project.org/53678 [PS3] - Fix memory access violation From ci-noreply at qt-project.org Wed Apr 24 01:30:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 02:30:26 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130423_233026_033265.ci-noreply@qt-project.org> QtBase_stable_Integration #993: SUCCESS Tested changes (refs/builds/stable_1366752301): http://codereview.qt-project.org/53824 [PS1] - SSL internals: do not write after shutting down the socket http://codereview.qt-project.org/54573 [PS1] - Don't list all QMAKE_LIBS in QMAKE_LIBS_OPENGL_ES2. From ci-noreply at qt-project.org Wed Apr 24 02:22:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 03:22:11 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130424_002211_039703.ci-noreply@qt-project.org> Qt_4.8_Integration #1407: SUCCESS Tested changes (refs/builds/4.8_1366742283): http://codereview.qt-project.org/53513 [PS3] - Fix for Sql query aliases with dots http://codereview.qt-project.org/54524 [PS1] - Fix a typo of an internal function name From ci-noreply at qt-project.org Wed Apr 24 03:25:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 04:25:53 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130424_012553_041003.ci-noreply@qt-project.org> Autotests `tst_qdeclarativeimage', `tst_qmenubar', and `tst_qnetworkreply' failed :( Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs. This might make the problem difficult to reproduce. Also, flaky failures might or might not be related to any recent changes in the source code. Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1016ca110 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x101264b10 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() QWARN : tst_qdeclarativeimage::resetSourceSize() QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 20 seconds, exit code 1 Testing tst_QNetworkReply FAIL! : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) 'waitForFinish(reply) == Success' returned FALSE. () Loc: [../tst_qnetworkreply.cpp(4722)] Totals: 603 passed, 1 failed, 24 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QNetworkReply ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QNetworkReply::initTestCase() PASS : tst_QNetworkReply::stateChecking() PASS : tst_QNetworkReply::invalidProtocol() PASS : tst_QNetworkReply::getFromData(empty2) PASS : tst_QNetworkReply::getFromData(just-charset_1) PASS : tst_QNetworkReply::getFromData(just-charset_2) PASS : tst_QNetworkReply::getFromData(just-media2) PASS : tst_QNetworkReply::getFromData(plain_1) PASS : tst_QNetworkReply::getFromData(plain_2) PASS : tst_QNetworkReply::getFromData(plain_3) PASS : tst_QNetworkReply::getFromData(pct_1) PASS : tst_QNetworkReply::getFromData(pct_2) PASS : tst_QNetworkReply::getFromData(base64-empty_1) PASS : tst_QNetworkReply::getFromData(base64-empty_2) PASS : tst_QNetworkReply::getFromData(base64-empty_3) PASS : tst_QNetworkReply::getFromData(base64_1) PASS : tst_QNetworkReply::getFromData(base64_2) PASS : tst_QNetworkReply::getFromData(base64_3) PASS : tst_QNetworkReply::getFromData(pct-nul) PASS : tst_QNetworkReply::getFromData(base64-nul) PASS : tst_QNetworkReply::getFromData(pct-nonutf8) PASS : tst_QNetworkReply::getFromData(base64) PASS : tst_QNetworkReply::getFromData(base64, no media type) PASS : tst_QNetworkReply::getFromData(Percent encoding) PASS : tst_QNetworkReply::getFromData(Percent encoding, no media type) PASS : tst_QNetworkReply::getFromData(querychars) PASS : tst_QNetworkReply::getFromData(css) PASS : tst_QNetworkReply::getFromFile() PASS : tst_QNetworkReply::getFromFileSpecial(resource) PASS : tst_QNetworkReply::getFromFileSpecial(search-path) PASS : tst_QNetworkReply::getFromFileSpecial(bigfile-path) PASS : tst_QNetworkReply::getFromFtp(rfc3252.txt) PASS : tst_QNetworkReply::getFromFtp(bigfile) PASS : tst_QNetworkReply::getFromHttp(success-internal) PASS : tst_QNetworkReply::getFromHttp(success-external) PASS : tst_QNetworkReply::getFromHttp(bigfile-internal) PASS : tst_QNetworkReply::getErrors(empty-url) PASS : tst_QNetworkReply::getErrors(empty-scheme-host) PASS : tst_QNetworkReply::getErrors(empty-scheme) PASS : tst_QNetworkReply::getErrors(file-host) PASS : tst_QNetworkReply::getErrors(file-no-path) PASS : tst_QNetworkReply::getErrors(file-is-dir) PASS : tst_QNetworkReply::getErrors(file-exist) PASS : tst_QNetworkReply::getErrors(file-is-wronly) PASS : tst_QNetworkReply::getErrors(ftp-host) PASS : tst_QNetworkReply::getErrors(ftp-no-path) XFAIL : tst_QNetworkReply::getErrors(ftp-is-dir) QFtp cannot provide enough detail Loc: [../tst_qnetworkreply.cpp(1873)] PASS : tst_QNetworkReply::getErrors(ftp-is-dir) XFAIL : tst_QNetworkReply::getErrors(ftp-dir-not-readable) QFtp cannot provide enough detail Loc: [../tst_qnetworkreply.cpp(1873)] PASS : tst_QNetworkReply::getErrors(ftp-dir-not-readable) PASS : tst_QNetworkReply::getErrors(ftp-file-not-readable) PASS : tst_QNetworkReply::getErrors(ftp-exist) PASS : tst_QNetworkReply::getErrors(http-host) PASS : tst_QNetworkReply::getErrors(http-exist) PASS : tst_QNetworkReply::getErrors(http-authentication) PASS : tst_QNetworkReply::headFromHttp(rfc) PASS : tst_QNetworkReply::headFromHttp(bigfile) PASS : tst_QNetworkReply::headFromHttp(index) PASS : tst_QNetworkReply::headFromHttp(with-authentication) PASS : tst_QNetworkReply::headFromHttp(cgi) PASS : tst_QNetworkReply::headFromHttp(rfc+proxy) PASS : tst_QNetworkReply::headFromHttp(bigfile+proxy) PASS : tst_QNetworkReply::headFromHttp(index+proxy) PASS : tst_QNetworkReply::headFromHttp(with-authentication+proxy) PASS : tst_QNetworkReply::headFromHttp(cgi+proxy) PASS : tst_QNetworkReply::headFromHttp(rfc+proxyauth) PASS : tst_QNetworkReply::headFromHttp(bigfile+proxyauth) PASS : tst_QNetworkReply::headFromHttp(index+proxyauth) PASS : tst_QNetworkReply::headFromHttp(with-authentication+proxyauth) PASS : tst_QNetworkReply::headFromHttp(cgi+proxyauth) PASS : tst_QNetworkReply::headFromHttp(rfc+socks) PASS : tst_QNetworkReply::headFromHttp(bigfile+socks) PASS : tst_QNetworkReply::headFromHttp(index+socks) PASS : tst_QNetworkReply::headFromHttp(with-authentication+socks) PASS : tst_QNetworkReply::headFromHttp(cgi+socks) PASS : tst_QNetworkReply::headFromHttp(rfc+socksauth) PASS : tst_QNetworkReply::headFromHttp(bigfile+socksauth) PASS : tst_QNetworkReply::headFromHttp(index+socksauth) PASS : tst_QNetworkReply::headFromHttp(with-authentication+socksauth) PASS : tst_QNetworkReply::headFromHttp(cgi+socksauth) PASS : tst_QNetworkReply::putToFile(empty) PASS : tst_QNetworkReply::putToFile(generic) PASS : tst_QNetworkReply::putToFile(small) PASS : tst_QNetworkReply::putToFile(with-nul) PASS : tst_QNetworkReply::putToFile(4k+1) PASS : tst_QNetworkReply::putToFile(128k+1) PASS : tst_QNetworkReply::putToFile(2MB+1) PASS : tst_QNetworkReply::putToFtp(empty) PASS : tst_QNetworkReply::putToFtp(generic) PASS : tst_QNetworkReply::putToFtp(small) PASS : tst_QNetworkReply::putToFtp(with-nul) PASS : tst_QNetworkReply::putToFtp(4k+1) PASS : tst_QNetworkReply::putToFtp(128k+1) PASS : tst_QNetworkReply::putToFtp(2MB+1) PASS : tst_QNetworkReply::putToHttp(empty) PASS : tst_QNetworkReply::putToHttp(generic) PASS : tst_QNetworkReply::putToHttp(small) PASS : tst_QNetworkReply::putToHttp(with-nul) PASS : tst_QNetworkReply::putToHttp(4k+1) PASS : tst_QNetworkReply::putToHttp(128k+1) PASS : tst_QNetworkReply::putToHttp(2MB+1) PASS : tst_QNetworkReply::putToHttpSynchronous(empty) PASS : tst_QNetworkReply::putToHttpSynchronous(generic) PASS : tst_QNetworkReply::putToHttpSynchronous(small) PASS : tst_QNetworkReply::putToHttpSynchronous(with-nul) PASS : tst_QNetworkReply::putToHttpSynchronous(4k+1) PASS : tst_QNetworkReply::putToHttpSynchronous(128k+1) PASS : tst_QNetworkReply::putToHttpSynchronous(2MB+1) SKIP : tst_QNetworkReply::putToHttpMultipart(empty) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(empty-related) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(empty-alternative) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-custom) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-text-text) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(image) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(text-image-image) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(3-images) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] SKIP : tst_QNetworkReply::putToHttpMultipart(image-as-content) test server script cannot handle PUT data yet Loc: [../tst_qnetworkreply.cpp(2392)] PASS : tst_QNetworkReply::postToHttp(empty) PASS : tst_QNetworkReply::postToHttp(generic) PASS : tst_QNetworkReply::postToHttp(small) PASS : tst_QNetworkReply::postToHttp(with-nul) PASS : tst_QNetworkReply::postToHttp(4k+1) PASS : tst_QNetworkReply::postToHttp(128k+1) PASS : tst_QNetworkReply::postToHttp(2MB+1) PASS : tst_QNetworkReply::postToHttpSynchronous(empty) PASS : tst_QNetworkReply::postToHttpSynchronous(generic) PASS : tst_QNetworkReply::postToHttpSynchronous(small) PASS : tst_QNetworkReply::postToHttpSynchronous(with-nul) PASS : tst_QNetworkReply::postToHttpSynchronous(4k+1) PASS : tst_QNetworkReply::postToHttpSynchronous(128k+1) PASS : tst_QNetworkReply::postToHttpSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttpMultipart(empty) PASS : tst_QNetworkReply::postToHttpMultipart(empty-related) PASS : tst_QNetworkReply::postToHttpMultipart(empty-alternative) PASS : tst_QNetworkReply::postToHttpMultipart(text) PASS : tst_QNetworkReply::postToHttpMultipart(text-custom) PASS : tst_QNetworkReply::postToHttpMultipart(text-text) PASS : tst_QNetworkReply::postToHttpMultipart(text-text-text) PASS : tst_QNetworkReply::postToHttpMultipart(image) PASS : tst_QNetworkReply::postToHttpMultipart(text-image-image) PASS : tst_QNetworkReply::postToHttpMultipart(3-images) PASS : tst_QNetworkReply::postToHttpMultipart(image-as-content) PASS : tst_QNetworkReply::putToHttps(empty) PASS : tst_QNetworkReply::putToHttps(generic) PASS : tst_QNetworkReply::putToHttps(small) PASS : tst_QNetworkReply::putToHttps(with-nul) PASS : tst_QNetworkReply::putToHttps(4k+1) PASS : tst_QNetworkReply::putToHttps(128k+1) PASS : tst_QNetworkReply::putToHttps(2MB+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(empty) PASS : tst_QNetworkReply::putToHttpsSynchronous(generic) PASS : tst_QNetworkReply::putToHttpsSynchronous(small) PASS : tst_QNetworkReply::putToHttpsSynchronous(with-nul) PASS : tst_QNetworkReply::putToHttpsSynchronous(4k+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(128k+1) PASS : tst_QNetworkReply::putToHttpsSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttps(empty) PASS : tst_QNetworkReply::postToHttps(generic) PASS : tst_QNetworkReply::postToHttps(small) PASS : tst_QNetworkReply::postToHttps(with-nul) PASS : tst_QNetworkReply::postToHttps(4k+1) PASS : tst_QNetworkReply::postToHttps(128k+1) PASS : tst_QNetworkReply::postToHttps(2MB+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(empty) PASS : tst_QNetworkReply::postToHttpsSynchronous(generic) PASS : tst_QNetworkReply::postToHttpsSynchronous(small) PASS : tst_QNetworkReply::postToHttpsSynchronous(with-nul) PASS : tst_QNetworkReply::postToHttpsSynchronous(4k+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(128k+1) PASS : tst_QNetworkReply::postToHttpsSynchronous(2MB+1) PASS : tst_QNetworkReply::postToHttpsMultipart(empty) PASS : tst_QNetworkReply::postToHttpsMultipart(empty-related) PASS : tst_QNetworkReply::postToHttpsMultipart(empty-alternative) PASS : tst_QNetworkReply::postToHttpsMultipart(text) PASS : tst_QNetworkReply::postToHttpsMultipart(text-custom) PASS : tst_QNetworkReply::postToHttpsMultipart(text-text) PASS : tst_QNetworkReply::postToHttpsMultipart(text-text-text) PASS : tst_QNetworkReply::postToHttpsMultipart(image) PASS : tst_QNetworkReply::postToHttpsMultipart(text-image-image) PASS : tst_QNetworkReply::postToHttpsMultipart(3-images) PASS : tst_QNetworkReply::postToHttpsMultipart(image-as-content) PASS : tst_QNetworkReply::deleteFromHttp(405-method-not-allowed) PASS : tst_QNetworkReply::deleteFromHttp(200-ok) PASS : tst_QNetworkReply::deleteFromHttp(202-accepted) PASS : tst_QNetworkReply::deleteFromHttp(204-no-content) PASS : tst_QNetworkReply::deleteFromHttp(404-not-found) PASS : tst_QNetworkReply::putGetDeleteGetFromHttp(success) PASS : tst_QNetworkReply::putGetDeleteGetFromHttp(delete-error) PASS : tst_QNetworkReply::sendCustomRequestToHttp(options) PASS : tst_QNetworkReply::sendCustomRequestToHttp(trace) PASS : tst_QNetworkReply::sendCustomRequestToHttp(connect) PASS : tst_QNetworkReply::sendCustomRequestToHttp(nonsense) PASS : tst_QNetworkReply::sendCustomRequestToHttp(post) PASS : tst_QNetworkReply::sendCustomRequestToHttp(put) PASS : tst_QNetworkReply::connectToIPv6Address(localhost) PASS : tst_QNetworkReply::ioGetFromData(data-empty) PASS : tst_QNetworkReply::ioGetFromData(data-literal) PASS : tst_QNetworkReply::ioGetFromData(data-pct) PASS : tst_QNetworkReply::ioGetFromData(data-base64) PASS : tst_QNetworkReply::ioGetFromFileSpecial(resource) PASS : tst_QNetworkReply::ioGetFromFileSpecial(search-path) PASS : tst_QNetworkReply::ioGetFromFileSpecial(bigfile-path) PASS : tst_QNetworkReply::ioGetFromFile(empty) PASS : tst_QNetworkReply::ioGetFromFile(generic) PASS : tst_QNetworkReply::ioGetFromFile(small) PASS : tst_QNetworkReply::ioGetFromFile(with-nul) PASS : tst_QNetworkReply::ioGetFromFile(4k+1) PASS : tst_QNetworkReply::ioGetFromFile(128k+1) PASS : tst_QNetworkReply::ioGetFromFile(2MB+1) PASS : tst_QNetworkReply::ioGetFromFtp(bigfile) PASS : tst_QNetworkReply::ioGetFromFtp(rfc3252.txt) PASS : tst_QNetworkReply::ioGetFromFtpWithReuse() PASS : tst_QNetworkReply::ioGetFromHttp() QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) RateControlledReader: going to read 10240 bytes every 50 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) FastSender: flushed 1200044 bytes in 15 ms: rate = 80002933 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) wrapUp: found 1200000 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) send rate: 80002933 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) receive rate: 171428571 (it received 1200000 bytes in 7 ms) PASS : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Server will send 44 bytes of header and 1200000 bytes of data QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) FastSender: ok, kernel buffer is full after writing 161792 bytes QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Still having 1024 bytes to write, doing that now QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) FastSender: flushed 1038252 bytes in 10 ms: rate = 103825200 B/s QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) RateControlledReader: going to read 4096 bytes every 20 ms QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec) QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) wrapUp: found 1200000 bytes left. progress 1200000 QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) send rate: 103825200 B/s QFATAL : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Received signal 8 FAIL! : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Received a fatal error. Loc: [Unknown file(0)] Totals: 203 passed, 1 failed, 11 skipped ********* Finished testing of tst_QNetworkReply ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qnetworkreply [14866] QtQA::App::TestRunner: Path: /work/*/tst_qnetworkreply QtQA::App::TestRunner: Identifier: tst_qnetworkreply QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [13129] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-24 02:19:03.356 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_ARITHMETIC (SIGABRT) QtQA::App::TestRunner: Exception Codes: EXC_I386_DIV (divide by zero) QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[14866]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e740ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3ec7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e3dda7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x0000000100140bb9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x0000000100141165 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x00000001000fbb4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff8e43ecfa _sigtramp + 26 QtQA::App::TestRunner: 7 tst_qnetworkreply 0x000000010004e8bd tst_QNetworkReply::ioGetFromBuiltinHttp() + 1581 QtQA::App::TestRunner: 8 tst_qnetworkreply 0x0000000100078a9b tst_QNetworkReply::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 1083 QtQA::App::TestRunner: 9 QtCore 0x00000001003168bc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 10 QtCore 0x000000010031650c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 11 QtTest 0x00000001000ff629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 12 QtTest 0x00000001000fc462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 13 tst_qnetworkreply 0x0000000100078604 main + 84 QtQA::App::TestRunner: 14 tst_qnetworkreply 0x0000000100003794 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e7417e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8eab5786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8eab4316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2:: Qt bearer thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e740df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3a0cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x0000000100352bf8 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x0000000100353b1a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x0000000100354a87 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x000000010030a224 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x000000010014c5ed TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x000000010014fff7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8e3ea8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff8e3edb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e740bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3ee274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x0000000100151727 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 3 QtCore 0x0000000100151591 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 4 QtCore 0x000000010015144c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x000000010014cc64 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 6 QtCore 0x000000010014fff7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8e3ea8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8e3edb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e741192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3ec594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e3edb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e741192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3ec594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e3edb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e741192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3ec594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8e3edb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: Qt HTTP thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8e740df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8e3a0cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x0000000100352bf8 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x0000000100353b1a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x0000000100354a87 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x000000010030a224 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x000000010014c5ed TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x000000010014fff7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff8e3ea8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff8e3edb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfd5c8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd5f0 rsp: 0x00007fff5fbfd5c8 QtQA::App::TestRunner: r8: 0x00007fff73798fb8 r9: 0x0000000100b7c4c0 r10: 0x00007fff8e740d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x00007fff7379b960 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00007fff8e740ce2 rfl: 0x0000000000000246 cr2: 0x00000001001e13c0 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x1000c0ff7 +tst_qnetworkreply (??? - ???) <77BDA32E-5343-3A81-907B-D018E7E45194> /work/*/tst_qnetworkreply QtQA::App::TestRunner: 0x1000f6000 - 0x100117ff7 +QtTest (5.1.0 - compatibility 5.1.0) <64095BA4-85B7-3A07-B837-F3A0285B4F95> /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x100129000 - 0x1005d3ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x1006dd000 - 0x1007e6fff +QtNetwork (5.1.0 - compatibility 5.1.0) <0C5D8200-9F8D-3E9E-8505-5DA11206FEC7> /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x1008e5000 - 0x1008eefff +libqgenericbearer.dylib (??? - ???) <7F3E8880-0956-304B-8C99-BDA190801A8E> /work/*/libqgenericbearer.dylib QtQA::App::TestRunner: 0x100d83000 - 0x100d9aff7 +libqcorewlanbearer.dylib (??? - ???) <5F018390-A369-37F3-ADB2-467ED8FF1FC4> /work/*/libqcorewlanbearer.dylib QtQA::App::TestRunner: 0x7fff6e606000 - 0x7fff6e63abaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff82a98000 - 0x7fff82aaffff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff82ac2000 - 0x7fff82ac7fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff82ad6000 - 0x7fff82ae1fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff82b13000 - 0x7fff82b19fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff82b1a000 - 0x7fff82b1afff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff82b54000 - 0x7fff82b87ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff82ce9000 - 0x7fff82cf0fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff82d6a000 - 0x7fff82d79ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff82d7a000 - 0x7fff82d7bfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff82d7c000 - 0x7fff82d81ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff82d82000 - 0x7fff82d88ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff82f2f000 - 0x7fff83513fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff83514000 - 0x7fff8351afff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff8351b000 - 0x7fff8351ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff83658000 - 0x7fff836c3ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff83a03000 - 0x7fff83a5fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff83bbe000 - 0x7fff83c41fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff83c8c000 - 0x7fff83d81fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff83d90000 - 0x7fff83d91fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff83d92000 - 0x7fff83d93fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff83dab000 - 0x7fff83f12fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff83f13000 - 0x7fff83f13fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff83ff4000 - 0x7fff84036ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff84063000 - 0x7fff8406dff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8406e000 - 0x7fff8449bfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8449c000 - 0x7fff844fcfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8455b000 - 0x7fff84562fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff84a90000 - 0x7fff84ac0ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff84ac1000 - 0x7fff84ac9fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff84aca000 - 0x7fff84cccfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff84ce5000 - 0x7fff84ffefff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff85046000 - 0x7fff85054ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff855e6000 - 0x7fff855e7ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff855e8000 - 0x7fff8563cfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff85829000 - 0x7fff8582efff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8582f000 - 0x7fff8589ffff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff858a0000 - 0x7fff85967ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff85b4b000 - 0x7fff85c81fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff85d05000 - 0x7fff85e11fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff86173000 - 0x7fff86180ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff86181000 - 0x7fff86185fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff86186000 - 0x7fff861a5fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff86208000 - 0x7fff8621cff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8621d000 - 0x7fff8621ffff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8627a000 - 0x7fff86381fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff86382000 - 0x7fff863d0fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff863d1000 - 0x7fff864d3fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff864d4000 - 0x7fff864ffff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff87812000 - 0x7fff8784bfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff87bf9000 - 0x7fff87bfefff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff87d65000 - 0x7fff87e6afff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff88bbe000 - 0x7fff88bc4fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff88c2e000 - 0x7fff88c4aff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff88d67000 - 0x7fff88d70ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff88d71000 - 0x7fff88d72fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff88e71000 - 0x7fff88e86fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff891d3000 - 0x7fff89274fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff89275000 - 0x7fff8929efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8973b000 - 0x7fff8a0d9a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8a19b000 - 0x7fff8a1a0fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8a428000 - 0x7fff8a468ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8a469000 - 0x7fff8a496fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8a605000 - 0x7fff8a646fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8a6b0000 - 0x7fff8a6d1fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a7e9000 - 0x7fff8a841ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8a842000 - 0x7fff8a88eff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8a88f000 - 0x7fff8a942ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8ade4000 - 0x7fff8ae68ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff8ae6e000 - 0x7fff8ae6fff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8afb5000 - 0x7fff8b028fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8b02d000 - 0x7fff8b02dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8b1bb000 - 0x7fff8b38fff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8b390000 - 0x7fff8b390fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8b391000 - 0x7fff8b475e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8beb5000 - 0x7fff8beb8fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8bf48000 - 0x7fff8bfc3ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff8bfc4000 - 0x7fff8c003fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8c004000 - 0x7fff8c320fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8c334000 - 0x7fff8c347ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c3bb000 - 0x7fff8c3c0fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8c3c1000 - 0x7fff8c457ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c6d9000 - 0x7fff8c722ff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN QtQA::App::TestRunner: 0x7fff8c74d000 - 0x7fff8c831ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8cb18000 - 0x7fff8cb18fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8cb19000 - 0x7fff8cb24ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8cbb9000 - 0x7fff8ceaeff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8d363000 - 0x7fff8d3d9ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8d4ac000 - 0x7fff8d546ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8d569000 - 0x7fff8d56bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8db50000 - 0x7fff8dbf2fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8e39c000 - 0x7fff8e479fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8e542000 - 0x7fff8e566fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8e567000 - 0x7fff8e646fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8e6af000 - 0x7fff8e6affff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8e70c000 - 0x7fff8e729fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff8e72a000 - 0x7fff8e74afff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8e81d000 - 0x7fff8e92afff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff8e9de000 - 0x7fff8e9f0ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff8e9f1000 - 0x7fff8e9f2ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8ea38000 - 0x7fff8ea46fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8ea47000 - 0x7fff8ea59ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8ea5a000 - 0x7fff8ea95fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8eab2000 - 0x7fff8eac0fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8edc3000 - 0x7fff8ee48ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 1 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 23421 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=117.4M resident=57.3M(49%) swapped_out_or_unallocated=60.1M(51%) QtQA::App::TestRunner: Writable regions: Total=53.2M written=20.3M(38%) resident=20.8M(39%) swapped_out=0K(0%) unallocated=32.4M(61%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: MALLOC 41.2M QtQA::App::TestRunner: MALLOC guard page 32K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 11.6M QtQA::App::TestRunner: VM_ALLOCATE 40K QtQA::App::TestRunner: __DATA 4272K QtQA::App::TestRunner: __LINKEDIT 50.7M QtQA::App::TestRunner: __TEXT 66.6M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 15.7M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 247.0M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time: QtQA::App::TestRunner: first attempt: exited with exit code 1 QtQA::App::TestRunner: second attempt: exited with signal 6 QtQA::App::TestRunner: the test seems to be flaky, please fix this QtQA::App::TestRunner: this flaky test is being treated as a FAIL QtQA::App::TestRunner: end tst_qnetworkreply: 340 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00208/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366746905): http://codereview.qt-project.org/54401 [PS2] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 24 03:34:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 04:34:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_013424_086204.ci-noreply@qt-project.org> QtBase_stable_Integration #994: SUCCESS Tested changes (refs/builds/stable_1366759963): http://codereview.qt-project.org/54593 [PS1] - qsql_odbc: fix SQLGetStmtAtt usage http://codereview.qt-project.org/54482 [PS1] - Enable OpenGL library detection for mac. From ci-noreply at qt-project.org Wed Apr 24 05:49:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 06:49:52 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130424_034952_057699.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-24T03:47:52Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 2 seconds From ci-noreply at qt-project.org Wed Apr 24 05:53:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 06:53:02 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130424_035302_024583.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-24T03:51:03Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 4 seconds From ci-noreply at qt-project.org Wed Apr 24 05:56:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 06:56:12 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130424_035612_070567.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-24T03:54:13Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 8 seconds From ci-noreply at qt-project.org Wed Apr 24 05:59:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 06:59:26 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130424_035926_035603.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-24T03:57:27Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 16 seconds From ci-noreply at qt-project.org Wed Apr 24 06:02:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 07:02:48 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130424_040248_013251.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-24T04:00:48Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 32 seconds From ci-noreply at qt-project.org Wed Apr 24 06:05:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 07:05:50 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_040550_029052.ci-noreply@qt-project.org> Autotest `tst_qsocketnotifier' failed :( Testing tst_QSocketNotifier FAIL! : tst_QSocketNotifier::unexpectedDisconnection() 'server.waitForNewConnection()' returned FALSE. () .\tst_qsocketnotifier.cpp(146) : failure location Totals: 3 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QSocketNotifier ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QSocketNotifier::initTestCase() FAIL! : tst_QSocketNotifier::unexpectedDisconnection() 'server.waitForNewConnection()' returned FALSE. () .\tst_qsocketnotifier.cpp(137) : failure location PASS : tst_QSocketNotifier::mixingWithTimers() PASS : tst_QSocketNotifier::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped ********* Finished testing of tst_QSocketNotifier ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qsocketnotifier: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00832/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366705909): http://codereview.qt-project.org/54448 [PS1] - Merge remote-tracking branch 'origin/stable' into dev http://codereview.qt-project.org/45653 [PS1] - WIP: Use direct devicePixelRatio accessor in QPainter From ci-noreply at qt-project.org Wed Apr 24 06:06:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 07:06:24 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130424_040624_023578.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-24T04:04:25Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1366705909] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) Change not in INTEGRATING state (I6c97510613196d4536ff39d08e9750b8782283d4) , retry in 64 seconds From ci-noreply at qt-project.org Wed Apr 24 06:46:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 07:46:15 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130424_044615_048360.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #180: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00180/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366778615): http://codereview.qt-project.org/53190 [PS4] - Install java for Windows nodes with Puppet From ci-noreply at qt-project.org Wed Apr 24 08:07:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 09:07:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_060707_072882.ci-noreply@qt-project.org> Autotest `tst_qstatusbar' failed :( Testing tst_QStatusBar FAIL! : tst_QStatusBar::setSizeGripEnabled() 'sizeGrip' returned FALSE. () Loc: [tst_qstatusbar.cpp(179)] Totals: 8 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QStatusBar ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QStatusBar::initTestCase() PASS : tst_QStatusBar::tempMessage() PASS : tst_QStatusBar::insertWidget() PASS : tst_QStatusBar::insertPermanentWidget() FAIL! : tst_QStatusBar::setSizeGripEnabled() 'sizeGrip' returned FALSE. () Loc: [tst_qstatusbar.cpp(179)] PASS : tst_QStatusBar::task194017_hiddenWidget() PASS : tst_QStatusBar::QTBUG4334_hiddenOnMaximizedWindow() PASS : tst_QStatusBar::QTBUG25492_msgtimeout() PASS : tst_QStatusBar::cleanupTestCase() Totals: 8 passed, 1 failed, 0 skipped ********* Finished testing of tst_QStatusBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qstatusbar: 22 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00833/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1366776483): http://codereview.qt-project.org/54471 [PS4] - Improve desktop environment detection. http://codereview.qt-project.org/49834 [PS1] - Don't draw size grip on Mac > 10.6 http://codereview.qt-project.org/54515 [PS1] - Use variadic templates to mark function pointers as non-QObjects. http://codereview.qt-project.org/51510 [PS3] - Improvements for DirectWrite font engine From ci-noreply at qt-project.org Wed Apr 24 08:13:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 09:13:52 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_061352_061253.ci-noreply@qt-project.org> Autotest `tst_qquickwindow' failed :( Testing tst_qquickwindow FAIL! : tst_qquickwindow::constantUpdatesOnWindow(blocked, beforeSync) 'catcher.size() >= frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(387)] FAIL! : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeSync) 'catcher.size() > frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(390)] Totals: 36 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickwindow ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquickwindow::initTestCase() PASS : tst_qquickwindow::constantUpdates() FAIL! : tst_qquickwindow::constantUpdatesOnWindow(blocked, beforeSync) 'catcher.size() >= frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(387)] PASS : tst_qquickwindow::constantUpdatesOnWindow(blocked, beforeRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(blocked, afterRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(blocked, swapped) FAIL! : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeSync) 'catcher.size() > frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(390)] PASS : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(unblocked, afterRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(unblocked, swapped) PASS : tst_qquickwindow::mouseFiltering() PASS : tst_qquickwindow::headless() PASS : tst_qquickwindow::noUpdateWhenNothingChanges() PASS : tst_qquickwindow::touchEvent_basic() PASS : tst_qquickwindow::touchEvent_propagation(disable events) PASS : tst_qquickwindow::touchEvent_propagation(disable item) PASS : tst_qquickwindow::touchEvent_propagation(hide item) PASS : tst_qquickwindow::touchEvent_cancel() PASS : tst_qquickwindow::touchEvent_reentrant() PASS : tst_qquickwindow::touchEvent_velocity() PASS : tst_qquickwindow::mouseFromTouch_basic() PASS : tst_qquickwindow::clearWindow() PASS : tst_qquickwindow::qmlCreation() PASS : tst_qquickwindow::clearColor() PASS : tst_qquickwindow::grab() PASS : tst_qquickwindow::multipleWindows() PASS : tst_qquickwindow::animationsWhileHidden() PASS : tst_qquickwindow::focusObject() PASS : tst_qquickwindow::ignoreUnhandledMouseEvents() PASS : tst_qquickwindow::ownershipRootItem() PASS : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=false) PASS : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=false) PASS : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=true) PASS : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=true) PASS : tst_qquickwindow::showHideAnimate() PASS : tst_qquickwindow::testExpose() WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. PASS : tst_qquickwindow::cursor() PASS : tst_qquickwindow::cleanupTestCase() Totals: 36 passed, 2 failed, 0 skipped ********* Finished testing of tst_qquickwindow ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickwindow: 50 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00447/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366780809): http://codereview.qt-project.org/54584 [PS4] - Stabilize and re-enable constantUpdatesOnWindow test From ci-noreply at qt-project.org Wed Apr 24 09:01:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 10:01:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_070117_055509.ci-noreply@qt-project.org> QtBase_stable_Integration #995: SUCCESS Tested changes (refs/builds/stable_1366779117): http://codereview.qt-project.org/54498 [PS2] - Fixed crashes relating to SVG icons. From ci-noreply at qt-project.org Wed Apr 24 10:18:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 11:18:52 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_081852_061521.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 172 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00834/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366784770): http://codereview.qt-project.org/54471 [PS4] - Improve desktop environment detection. From ci-noreply at qt-project.org Wed Apr 24 10:40:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 11:40:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#dev Message-ID: <20130424_084024_046820.ci-noreply@qt-project.org> QtQuickControls_dev_Integration #67: SUCCESS Tested changes (refs/builds/dev_1366789440): http://codereview.qt-project.org/54451 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 24 10:59:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 11:59:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_085914_005899.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00448/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366791356): http://codereview.qt-project.org/54584 [PS5] - Stabilize and re-enable constantUpdatesOnWindow test http://codereview.qt-project.org/53986 [PS5] - Renderloop for Windows From ci-noreply at qt-project.org Wed Apr 24 11:10:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 12:10:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_091004_068543.ci-noreply@qt-project.org> QtBase_stable_Integration #996: SUCCESS Tested changes (refs/builds/stable_1366787015): http://codereview.qt-project.org/54465 [PS1] - QNX host lookup: do not try to load libresolv.so, it is not there http://codereview.qt-project.org/54554 [PS1] - Fixed documentation of QWidget::mouseDoubleClickEvent. From ci-noreply at qt-project.org Wed Apr 24 11:15:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 12:15:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_091530_019280.ci-noreply@qt-project.org> Autotest `tst_qfilesystemmodel' failed :( Testing tst_QFileSystemModel QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 8891] QtQA::App::TestRunner: [New Thread 8920] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qfilesystemmodel -silent -o /work/build/_artifacts/test-logs/tst_qfilesys'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb770a430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 8920): QtQA::App::TestRunner: #0 0xb770a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb67fe015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb69098af in QWaitConditionPrivate::wait (this=0xb4207ea8, QtQA::App::TestRunner: mutex=0xb4207ea4, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0xb4207ea8, mutex=0xb4207ea4, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb74bdd2f in QFileInfoGatherer::run (this=0xb4207e9c) QtQA::App::TestRunner: at dialogs/qfileinfogatherer.cpp:206 QtQA::App::TestRunner: #5 0xb69087e5 in QThreadPrivate::start (arg=0xb4207e9c) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #6 0xb67f996e in start_thread (arg=0xb4bfeb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb662d3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 8891): QtQA::App::TestRunner: #0 0xb770a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6584651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6587a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb68f7ec6 in qt_message_fatal (this=0xbfbc199c, QtQA::App::TestRunner: msg=0xb713fee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfbc199c, QtQA::App::TestRunner: msg=0xb713fee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7129be7 in QTest::FatalSignalHandler::signal (signum=15) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb770a430 in __kernel_vsyscall () QtQA::App::TestRunner: #8 0xb67fe015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #9 0xb69098af in QWaitConditionPrivate::wait (this=0xb4204134, QtQA::App::TestRunner: mutex=0xb4204118, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #10 QWaitCondition::wait (this=0xb4204134, mutex=0xb4204118, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #11 0xb690863b in QThread::wait (this=0xb4207e9c, time=4294967295) QtQA::App::TestRunner: at thread/qthread_unix.cpp:669 QtQA::App::TestRunner: #12 0xb74bc80a in ~QFileInfoGatherer (this=0xb4207e9c, QtQA::App::TestRunner: __in_chrg=) at dialogs/qfileinfogatherer.cpp:98 QtQA::App::TestRunner: #13 0xb74bb5eb in QFileSystemModelPrivate::~QFileSystemModelPrivate() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5Widgets.so.5 QtQA::App::TestRunner: #14 0xb6b002df in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: this=0xb42023e0, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #15 ~QScopedPointer (this=0xb42023e0, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #16 ~QObject (this=0xb42023e0, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #17 0xb6a7bb8d in ~QAbstractItemModel (this=0xb42023e0, QtQA::App::TestRunner: __in_chrg=) at itemmodels/qabstractitemmodel.cpp:1437 QtQA::App::TestRunner: #18 0xb74ad4bd in ~QFileSystemModel (this=0xb42023e0, QtQA::App::TestRunner: __in_chrg=) at dialogs/qfilesystemmodel.cpp:255 QtQA::App::TestRunner: #19 0x08054b09 in tst_QFileSystemModel::cleanup (this=0xbfbc2894) QtQA::App::TestRunner: at tst_qfilesystemmodel.cpp:157 QtQA::App::TestRunner: #20 0xb6adc120 in QMetaMethod::invoke (this=0xbfbc2428, object=0xbfbc2894, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #21 0xb7129b82 in QMetaMethod::invoke (obj=0xbfbc2894, QtQA::App::TestRunner: methodName=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:122 QtQA::App::TestRunner: #22 invokeMethod (obj=0xbfbc2894, methodName=) QtQA::App::TestRunner: at qtestcase.cpp:1146 QtQA::App::TestRunner: #23 0xb712e72e in qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1705 QtQA::App::TestRunner: #24 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #25 0xb712f4aa in qInvokeTestMethods (testObject=0xbfbc2894, argc=6, QtQA::App::TestRunner: argv=0xbfbc2974) at qtestcase.cpp:1976 QtQA::App::TestRunner: #26 QTest::qExec (testObject=0xbfbc2894, argc=6, argv=0xbfbc2974) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #27 0x0805e5a8 in main (argc=6, argv=0xbfbc2974) QtQA::App::TestRunner: at tst_qfilesystemmodel.cpp:1082 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemModel ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QFileSystemModel::initTestCase() PASS : tst_QFileSystemModel::indexPath() PASS : tst_QFileSystemModel::rootPath() PASS : tst_QFileSystemModel::readOnly() PASS : tst_QFileSystemModel::iconProvider() PASS : tst_QFileSystemModel::rowCount() PASS : tst_QFileSystemModel::rowsInserted(Qt::AscendingOrder 0) PASS : tst_QFileSystemModel::rowsInserted(Qt::DescendingOrder 0) PASS : tst_QFileSystemModel::rowsInserted(Qt::AscendingOrder 1) PASS : tst_QFileSystemModel::rowsInserted(Qt::DescendingOrder 1) PASS : tst_QFileSystemModel::rowsInserted(Qt::AscendingOrder 2) PASS : tst_QFileSystemModel::rowsInserted(Qt::DescendingOrder 2) PASS : tst_QFileSystemModel::rowsInserted(Qt::AscendingOrder 3) PASS : tst_QFileSystemModel::rowsInserted(Qt::DescendingOrder 3) PASS : tst_QFileSystemModel::rowsRemoved(Qt::AscendingOrder 0) PASS : tst_QFileSystemModel::rowsRemoved(Qt::DescendingOrder 0) PASS : tst_QFileSystemModel::rowsRemoved(Qt::AscendingOrder 1) PASS : tst_QFileSystemModel::rowsRemoved(Qt::DescendingOrder 1) PASS : tst_QFileSystemModel::rowsRemoved(Qt::AscendingOrder 2) PASS : tst_QFileSystemModel::rowsRemoved(Qt::DescendingOrder 2) PASS : tst_QFileSystemModel::rowsRemoved(Qt::AscendingOrder 3) PASS : tst_QFileSystemModel::rowsRemoved(Qt::DescendingOrder 3) PASS : tst_QFileSystemModel::dataChanged(Qt::AscendingOrder 0) PASS : tst_QFileSystemModel::dataChanged(Qt::DescendingOrder 0) PASS : tst_QFileSystemModel::dataChanged(Qt::AscendingOrder 1) PASS : tst_QFileSystemModel::dataChanged(Qt::DescendingOrder 1) PASS : tst_QFileSystemModel::dataChanged(Qt::AscendingOrder 2) PASS : tst_QFileSystemModel::dataChanged(Qt::DescendingOrder 2) PASS : tst_QFileSystemModel::dataChanged(Qt::AscendingOrder 3) PASS : tst_QFileSystemModel::dataChanged(Qt::DescendingOrder 3) PASS : tst_QFileSystemModel::filters(no dirs) PASS : tst_QFileSystemModel::filters(no dirs - dot) PASS : tst_QFileSystemModel::filters(no dirs - dotdot) PASS : tst_QFileSystemModel::filters(no dirs - dotanddotdot) PASS : tst_QFileSystemModel::filters(one dir - dot) PASS : tst_QFileSystemModel::filters(one dir - dotdot) PASS : tst_QFileSystemModel::filters(one dir - dotanddotdot) PASS : tst_QFileSystemModel::filters(one dir) PASS : tst_QFileSystemModel::filters(no dir + hidden) PASS : tst_QFileSystemModel::filters(dir+hid+files) PASS : tst_QFileSystemModel::filters(dir+file+hid-dot .A) PASS : tst_QFileSystemModel::filters(dir+files+hid+dot A) PASS : tst_QFileSystemModel::filters(dir+files+hid+dot+cas1) PASS : tst_QFileSystemModel::filters(dir+files+hid+dot+cas2) PASS : tst_QFileSystemModel::filters(dir+files+hid+dot+cas+alldir) PASS : tst_QFileSystemModel::filters(case sensitive) PASS : tst_QFileSystemModel::nameFilters() PASS : tst_QFileSystemModel::setData(in current dir) PASS : tst_QFileSystemModel::sortPersistentIndex() PASS : tst_QFileSystemModel::sort(standard usage) PASS : tst_QFileSystemModel::sort(QFileDialog usage) PASS : tst_QFileSystemModel::mkdir() PASS : tst_QFileSystemModel::caseSensitivity() PASS : tst_QFileSystemModel::drives(current) PASS : tst_QFileSystemModel::drives(slash) PASS : tst_QFileSystemModel::drives(My Computer) PASS : tst_QFileSystemModel::dirsBeforeFiles() QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 8926] QtQA::App::TestRunner: [New Thread 9334] QtQA::App::TestRunner: [New Thread 9333] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qfilesystemmodel -o /work/build/_artifacts/test-logs/tst_qfilesystemmodel'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7713430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 9333): QtQA::App::TestRunner: #0 0xb7713430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6807015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb69128af in QWaitConditionPrivate::wait (this=0xb4304e40, QtQA::App::TestRunner: mutex=0xb4304e3c, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0xb4304e40, mutex=0xb4304e3c, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb74c6d2f in QFileInfoGatherer::run (this=0xb4304e34) QtQA::App::TestRunner: at dialogs/qfileinfogatherer.cpp:206 QtQA::App::TestRunner: #5 0xb69117e5 in QThreadPrivate::start (arg=0xb4304e34) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #6 0xb680296e in start_thread (arg=0xb4c07b70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb66363ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 9334): QtQA::App::TestRunner: #0 0xb7713430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6807015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #2 0xb69128af in QWaitConditionPrivate::wait (this=0xb43cd6f8, QtQA::App::TestRunner: mutex=0xb43cd6f4, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #3 QWaitCondition::wait (this=0xb43cd6f8, mutex=0xb43cd6f4, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #4 0xb74c6d2f in QFileInfoGatherer::run (this=0xb43cd6ec) QtQA::App::TestRunner: at dialogs/qfileinfogatherer.cpp:206 QtQA::App::TestRunner: #5 0xb69117e5 in QThreadPrivate::start (arg=0xb43cd6ec) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #6 0xb680296e in start_thread (arg=0xb42ffb70) at pthread_create.c:300 QtQA::App::TestRunner: #7 0xb66363ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 8926): QtQA::App::TestRunner: #0 0xb7713430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb658d651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6590a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6900ec6 in qt_message_fatal (this=0xbfe0239c, QtQA::App::TestRunner: msg=0xb7148ee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfe0239c, QtQA::App::TestRunner: msg=0xb7148ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7132be7 in QTest::FatalSignalHandler::signal (signum=15) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb7713430 in __kernel_vsyscall () QtQA::App::TestRunner: #8 0xb6807015 in pthread_cond_wait@@GLIBC_2.3.2 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122 QtQA::App::TestRunner: #9 0xb69128af in QWaitConditionPrivate::wait (this=0xb4385a3c, QtQA::App::TestRunner: mutex=0xb4385a20, time=4294967295) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #10 QWaitCondition::wait (this=0xb4385a3c, mutex=0xb4385a20, time=4294967295) QtQA::App::TestRunner: at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #11 0xb691163b in QThread::wait (this=0xb43cd6ec, time=4294967295) QtQA::App::TestRunner: at thread/qthread_unix.cpp:669 QtQA::App::TestRunner: #12 0xb74c580a in ~QFileInfoGatherer (this=0xb43cd6ec, QtQA::App::TestRunner: __in_chrg=) at dialogs/qfileinfogatherer.cpp:98 QtQA::App::TestRunner: #13 0xb74c45eb in QFileSystemModelPrivate::~QFileSystemModelPrivate() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5Widgets.so.5 QtQA::App::TestRunner: #14 0xb6b092df in QScopedPointerDeleter::cleanup ( QtQA::App::TestRunner: this=0xbfe02bb8, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:62 QtQA::App::TestRunner: #15 ~QScopedPointer (this=0xbfe02bb8, __in_chrg=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:98 QtQA::App::TestRunner: #16 ~QObject (this=0xbfe02bb8, __in_chrg=) QtQA::App::TestRunner: at kernel/qobject.cpp:863 QtQA::App::TestRunner: #17 0xb6a84b8d in ~QAbstractItemModel (this=0xbfe02bb8, QtQA::App::TestRunner: __in_chrg=) at itemmodels/qabstractitemmodel.cpp:1437 QtQA::App::TestRunner: #18 0xb74b64f8 in ~QFileSystemModel (this=0xbfe02bb8, QtQA::App::TestRunner: __in_chrg=) at dialogs/qfilesystemmodel.cpp:255 QtQA::App::TestRunner: #19 0x0804ec7b in tst_QFileSystemModel::roleNames (this=0xbfe03504) QtQA::App::TestRunner: at tst_qfilesystemmodel.cpp:1033 QtQA::App::TestRunner: #20 0xb6ae5120 in QMetaMethod::invoke (this=0xbfe02e84, object=0xbfe03504, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #21 0xb6ae7603 in QMetaObject::invokeMethod (obj=0xbfe03504, QtQA::App::TestRunner: member=0xb43d1b70 "roleNames", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #22 0xb71376e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #23 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #24 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #25 0xb71384aa in qInvokeTestMethods (testObject=0xbfe03504, argc=5, QtQA::App::TestRunner: argv=0xbfe035e4) at qtestcase.cpp:1976 QtQA::App::TestRunner: #26 QTest::qExec (testObject=0xbfe03504, argc=5, argv=0xbfe035e4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #27 0x0805e5a8 in main (argc=5, argv=0xbfe035e4) QtQA::App::TestRunner: at tst_qfilesystemmodel.cpp:1082 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemmodel: 907 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00835/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1366791668): http://codereview.qt-project.org/54515 [PS1] - Use variadic templates to mark function pointers as non-QObjects. http://codereview.qt-project.org/54448 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Wed Apr 24 11:33:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 12:33:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130424_093320_080528.ci-noreply@qt-project.org> QtScript_stable_Integration #61: SUCCESS Tested changes (refs/builds/stable_1366794006): http://codereview.qt-project.org/51888 [PS1] - Fix qtscript build for WEC7 by bringing ce-compat back to Qt5 . From ci-noreply at qt-project.org Wed Apr 24 11:39:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 12:39:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130424_093955_014204.ci-noreply@qt-project.org> QtSvg_stable_Integration #57: SUCCESS Tested changes (refs/builds/stable_1366794006): http://codereview.qt-project.org/54600 [PS1] - Fix qsqvgfunctions_wince_p.h include in order make build pass for WEC7. From ci-noreply at qt-project.org Wed Apr 24 12:55:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 13:55:45 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_105545_073144.ci-noreply@qt-project.org> Autotest `tst_qquickwindow' failed :( Testing tst_qquickwindow FAIL! : tst_qquickwindow::constantUpdatesOnWindow(blocked, beforeSync) 'catcher.size() >= frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(387)] FAIL! : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeSync) 'catcher.size() > frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(390)] Totals: 36 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickwindow ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquickwindow::initTestCase() PASS : tst_qquickwindow::constantUpdates() FAIL! : tst_qquickwindow::constantUpdatesOnWindow(blocked, beforeSync) 'catcher.size() >= frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(387)] PASS : tst_qquickwindow::constantUpdatesOnWindow(blocked, beforeRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(blocked, afterRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(blocked, swapped) FAIL! : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeSync) 'catcher.size() > frameCount' returned FALSE. () Loc: [tst_qquickwindow.cpp(390)] PASS : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(unblocked, afterRender) PASS : tst_qquickwindow::constantUpdatesOnWindow(unblocked, swapped) PASS : tst_qquickwindow::mouseFiltering() PASS : tst_qquickwindow::headless() PASS : tst_qquickwindow::noUpdateWhenNothingChanges() PASS : tst_qquickwindow::touchEvent_basic() PASS : tst_qquickwindow::touchEvent_propagation(disable events) PASS : tst_qquickwindow::touchEvent_propagation(disable item) PASS : tst_qquickwindow::touchEvent_propagation(hide item) PASS : tst_qquickwindow::touchEvent_cancel() PASS : tst_qquickwindow::touchEvent_reentrant() PASS : tst_qquickwindow::touchEvent_velocity() PASS : tst_qquickwindow::mouseFromTouch_basic() PASS : tst_qquickwindow::clearWindow() PASS : tst_qquickwindow::qmlCreation() PASS : tst_qquickwindow::clearColor() PASS : tst_qquickwindow::grab() PASS : tst_qquickwindow::multipleWindows() PASS : tst_qquickwindow::animationsWhileHidden() PASS : tst_qquickwindow::focusObject() PASS : tst_qquickwindow::ignoreUnhandledMouseEvents() PASS : tst_qquickwindow::ownershipRootItem() PASS : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=false) PASS : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=false) PASS : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=true) PASS : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=true) PASS : tst_qquickwindow::showHideAnimate() PASS : tst_qquickwindow::testExpose() WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. WARNING: tst_qquickwindow::cursor() Mouse event occurs outside of target window. PASS : tst_qquickwindow::cursor() PASS : tst_qquickwindow::cleanupTestCase() Totals: 36 passed, 2 failed, 0 skipped ********* Finished testing of tst_qquickwindow ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickwindow: 150 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00449/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366797671): http://codereview.qt-project.org/54584 [PS5] - Stabilize and re-enable constantUpdatesOnWindow test From ci-noreply at qt-project.org Wed Apr 24 13:04:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 14:04:12 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_110412_022971.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » linux-g++-32_developer-build_Ubuntu_10.04_x86 #450: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00450/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366801053): http://codereview.qt-project.org/54583 [PS2] - qmlplugindump: add an explicit -relocatable switch http://codereview.qt-project.org/53986 [PS5] - Renderloop for Windows http://codereview.qt-project.org/54602 [PS1] - qtdeclarative: update .qmltypes, and use -notrelocatable option From ci-noreply at qt-project.org Wed Apr 24 13:20:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 14:20:34 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_112034_036320.ci-noreply@qt-project.org> Autotest `tst_qfileinfo' failed :( Testing tst_QFileInfo FAIL! : tst_QFileInfo::fileTimes_oldFile() Compared values are not the same Actual (info.lastModified()): Invalid QDateTime Expected (QDateTime(QDate(1601, 1, 1), QTime(1, 0), Qt::UTC).toLocalTime()): 1600/12/31 17:00:00.000[local time] .\tst_qfileinfo.cpp(1139) : failure location Totals: 209 passed, 1 failed, 4 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileInfo ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QFileInfo::initTestCase() PASS : tst_QFileInfo::getSetCheck() PASS : tst_QFileInfo::copy() PASS : tst_QFileInfo::isFile(data0) PASS : tst_QFileInfo::isFile(data1) PASS : tst_QFileInfo::isFile(data2) PASS : tst_QFileInfo::isFile(data3) PASS : tst_QFileInfo::isFile(data4) PASS : tst_QFileInfo::isDir(data0) PASS : tst_QFileInfo::isDir(data1) PASS : tst_QFileInfo::isDir(data2) PASS : tst_QFileInfo::isDir(data3) PASS : tst_QFileInfo::isDir(data4) PASS : tst_QFileInfo::isDir(simple dir) PASS : tst_QFileInfo::isDir(simple dir with slash) PASS : tst_QFileInfo::isDir(broken link) PASS : tst_QFileInfo::isDir(drive 1) PASS : tst_QFileInfo::isDir(drive 2) PASS : tst_QFileInfo::isDir(unc 1) PASS : tst_QFileInfo::isDir(unc 2) PASS : tst_QFileInfo::isDir(unc 3) PASS : tst_QFileInfo::isDir(unc 4) PASS : tst_QFileInfo::isDir(unc 5) PASS : tst_QFileInfo::isDir(unc 6) PASS : tst_QFileInfo::isDir(unc 7) PASS : tst_QFileInfo::isRoot(data0) PASS : tst_QFileInfo::isRoot(data1) PASS : tst_QFileInfo::isRoot(data2) PASS : tst_QFileInfo::isRoot(data3) PASS : tst_QFileInfo::isRoot(data4) PASS : tst_QFileInfo::isRoot(data5) PASS : tst_QFileInfo::isRoot(simple dir) PASS : tst_QFileInfo::isRoot(simple dir with slash) PASS : tst_QFileInfo::isRoot(drive 1) PASS : tst_QFileInfo::isRoot(drive 2) PASS : tst_QFileInfo::isRoot(drive 3) PASS : tst_QFileInfo::isRoot(unc 1) PASS : tst_QFileInfo::isRoot(unc 2) PASS : tst_QFileInfo::isRoot(unc 3) PASS : tst_QFileInfo::isRoot(unc 4) PASS : tst_QFileInfo::isRoot(unc 7) PASS : tst_QFileInfo::exists(data0) PASS : tst_QFileInfo::exists(data1) PASS : tst_QFileInfo::exists(data2) PASS : tst_QFileInfo::exists(data3) PASS : tst_QFileInfo::exists(data4) PASS : tst_QFileInfo::exists(data5) PASS : tst_QFileInfo::exists(data6) PASS : tst_QFileInfo::exists(data7) PASS : tst_QFileInfo::exists(data8) PASS : tst_QFileInfo::exists(data9) PASS : tst_QFileInfo::exists(data10) PASS : tst_QFileInfo::exists(data11) PASS : tst_QFileInfo::exists(empty) PASS : tst_QFileInfo::exists(simple dir) PASS : tst_QFileInfo::exists(simple dir with slash) PASS : tst_QFileInfo::exists(unc 1) PASS : tst_QFileInfo::exists(unc 2) PASS : tst_QFileInfo::exists(unc 3) PASS : tst_QFileInfo::exists(unc 4) PASS : tst_QFileInfo::exists(unc 5) PASS : tst_QFileInfo::exists(unc 6) PASS : tst_QFileInfo::exists(unc 7) PASS : tst_QFileInfo::exists(unc 8) PASS : tst_QFileInfo::exists(unc 9) PASS : tst_QFileInfo::absolutePath(:my.dll) PASS : tst_QFileInfo::absolutePath(:my.dll) PASS : tst_QFileInfo::absolutePath(0) PASS : tst_QFileInfo::absolutePath(1) PASS : tst_QFileInfo::absolutePath(2) PASS : tst_QFileInfo::absolutePath(3) PASS : tst_QFileInfo::absolutePath(/test) PASS : tst_QFileInfo::absolutePath(c:\autoexec.bat) PASS : tst_QFileInfo::absolutePath(c:autoexec.bat) PASS : tst_QFileInfo::absolutePath(QTBUG-19995.1) PASS : tst_QFileInfo::absolutePath(QTBUG-19995.2) PASS : tst_QFileInfo::absFilePath(relativeFile) PASS : tst_QFileInfo::absFilePath(relativeFileInSubDir) PASS : tst_QFileInfo::absFilePath(.) PASS : tst_QFileInfo::absFilePath(absFilePath) PASS : tst_QFileInfo::absFilePath(absFilePathWithoutSlash) PASS : tst_QFileInfo::absFilePath(:my.dll) PASS : tst_QFileInfo::absFilePath(:my.dll) PASS : tst_QFileInfo::absFilePath(QTBUG-19995) PASS : tst_QFileInfo::canonicalPath() PASS : tst_QFileInfo::canonicalFilePath() PASS : tst_QFileInfo::fileName(relativeFile) PASS : tst_QFileInfo::fileName(relativeFileInSubDir) PASS : tst_QFileInfo::fileName(absFilePath) PASS : tst_QFileInfo::fileName(driveWithNoSlash) PASS : tst_QFileInfo::fileName(resource1) PASS : tst_QFileInfo::fileName(resource2) PASS : tst_QFileInfo::fileName(ending slash [small]) PASS : tst_QFileInfo::fileName(no ending slash [small]) PASS : tst_QFileInfo::fileName(ending slash) PASS : tst_QFileInfo::fileName(no ending slash) PASS : tst_QFileInfo::bundleName(root) PASS : tst_QFileInfo::bundleName(etc) PASS : tst_QFileInfo::dir(relativeFile) PASS : tst_QFileInfo::dir(relativeFileAbsPath) PASS : tst_QFileInfo::dir(relativeFileInSubDir) PASS : tst_QFileInfo::dir(relativeFileInSubDirAbsPath) PASS : tst_QFileInfo::dir(absFilePath) PASS : tst_QFileInfo::dir(absFilePathAbsPath) PASS : tst_QFileInfo::dir(resource1) PASS : tst_QFileInfo::dir(driveWithSlash) PASS : tst_QFileInfo::dir(driveWithoutSlash) PASS : tst_QFileInfo::suffix(noextension0) PASS : tst_QFileInfo::suffix(noextension1) PASS : tst_QFileInfo::suffix(data0) PASS : tst_QFileInfo::suffix(data1) PASS : tst_QFileInfo::suffix(data2) PASS : tst_QFileInfo::suffix(data3) PASS : tst_QFileInfo::suffix(resource1) PASS : tst_QFileInfo::suffix(resource2) PASS : tst_QFileInfo::suffix(hidden1) PASS : tst_QFileInfo::suffix(hidden1) PASS : tst_QFileInfo::suffix(hidden1) PASS : tst_QFileInfo::suffix(hidden1) PASS : tst_QFileInfo::suffix(hidden2) PASS : tst_QFileInfo::suffix(hidden2) PASS : tst_QFileInfo::suffix(hidden2) PASS : tst_QFileInfo::suffix(hidden2) PASS : tst_QFileInfo::suffix(hidden2) PASS : tst_QFileInfo::suffix(driveWithSlash) PASS : tst_QFileInfo::suffix(driveWithoutSlash) PASS : tst_QFileInfo::completeSuffix(noextension0) PASS : tst_QFileInfo::completeSuffix(noextension1) PASS : tst_QFileInfo::completeSuffix(data0) PASS : tst_QFileInfo::completeSuffix(data1) PASS : tst_QFileInfo::completeSuffix(data2) PASS : tst_QFileInfo::completeSuffix(data3) PASS : tst_QFileInfo::completeSuffix(resource1) PASS : tst_QFileInfo::completeSuffix(resource2) PASS : tst_QFileInfo::completeSuffix(driveWithSlash) PASS : tst_QFileInfo::completeSuffix(driveWithoutSlash) PASS : tst_QFileInfo::baseName(data0) PASS : tst_QFileInfo::baseName(data1) PASS : tst_QFileInfo::baseName(data2) PASS : tst_QFileInfo::baseName(data3) PASS : tst_QFileInfo::baseName(data4) PASS : tst_QFileInfo::baseName(resource1) PASS : tst_QFileInfo::baseName(resource2) PASS : tst_QFileInfo::baseName(driveWithSlash) PASS : tst_QFileInfo::baseName(driveWithoutSlash) PASS : tst_QFileInfo::completeBaseName(data0) PASS : tst_QFileInfo::completeBaseName(data1) PASS : tst_QFileInfo::completeBaseName(data2) PASS : tst_QFileInfo::completeBaseName(data3) PASS : tst_QFileInfo::completeBaseName(data4) PASS : tst_QFileInfo::completeBaseName(resource1) PASS : tst_QFileInfo::completeBaseName(resource2) PASS : tst_QFileInfo::completeBaseName(driveWithSlash) PASS : tst_QFileInfo::completeBaseName(driveWithoutSlash) PASS : tst_QFileInfo::permission(data0) PASS : tst_QFileInfo::permission(data1) PASS : tst_QFileInfo::permission(resource1) PASS : tst_QFileInfo::permission(resource2) PASS : tst_QFileInfo::permission(resource3) PASS : tst_QFileInfo::size(resource1) PASS : tst_QFileInfo::size(created-file) PASS : tst_QFileInfo::size(resource2) PASS : tst_QFileInfo::systemFiles() PASS : tst_QFileInfo::compare(data0) PASS : tst_QFileInfo::compare(data1) PASS : tst_QFileInfo::compare(data2) PASS : tst_QFileInfo::compare(casesense1) PASS : tst_QFileInfo::consistent(slashes) PASS : tst_QFileInfo::consistent(ending slash) PASS : tst_QFileInfo::consistent(no ending slash) XFAIL : tst_QFileInfo::fileTimes(simple) File access times are disabled in windows registry (this is the default setting) .\tst_qfileinfo.cpp(1085) : failure location PASS : tst_QFileInfo::fileTimes(simple) XFAIL : tst_QFileInfo::fileTimes(longfile) File access times are disabled in windows registry (this is the default setting) .\tst_qfileinfo.cpp(1085) : failure location PASS : tst_QFileInfo::fileTimes(longfile) XFAIL : tst_QFileInfo::fileTimes(longfile absolutepath) File access times are disabled in windows registry (this is the default setting) .\tst_qfileinfo.cpp(1085) : failure location PASS : tst_QFileInfo::fileTimes(longfile absolutepath) FAIL! : tst_QFileInfo::fileTimes_oldFile() Compared values are not the same Actual (info.lastModified()): Invalid QDateTime Expected (QDateTime(QDate(1601, 1, 1), QTime(1, 0), Qt::UTC).toLocalTime()): 1600/12/31 17:00:00.000[local time] .\tst_qfileinfo.cpp(1139) : failure location PASS : tst_QFileInfo::isSymLink(existent file) PASS : tst_QFileInfo::isSymLink(link) PASS : tst_QFileInfo::isSymLink(broken link) PASS : tst_QFileInfo::isHidden(drive.A:/) PASS : tst_QFileInfo::isHidden(drive.C:/) PASS : tst_QFileInfo::isHidden(drive.D:/) PASS : tst_QFileInfo::isHidden(C:/path/to/hidden-directory) PASS : tst_QFileInfo::isHidden(C:/path/to/hidden-directory/.) PASS : tst_QFileInfo::isBundle(root) PASS : tst_QFileInfo::isNativePath(default-constructed) PASS : tst_QFileInfo::isNativePath(empty) PASS : tst_QFileInfo::isNativePath(local root) PASS : tst_QFileInfo::isNativePath(local non-existent file) PASS : tst_QFileInfo::isNativePath(qresource root) PASS : tst_QFileInfo::refresh() PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(absolute dir symlink) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(relative dir symlink) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(file in symlink dir) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(absolute file symlink) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(relative file symlink) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(junction_pwd) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(file in junction) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(junction_root) PASS : tst_QFileInfo::ntfsJunctionPointsAndSymlinks(mountpoint) PASS : tst_QFileInfo::brokenShortcut() PASS : tst_QFileInfo::isWritable() PASS : tst_QFileInfo::isExecutable() SKIP : tst_QFileInfo::testDecomposedUnicodeNames(latin-only) This is a OS X only test (unless you know more about filesystems, then maybe you should try it ;) .\tst_qfileinfo.cpp(1608) : failure location SKIP : tst_QFileInfo::testDecomposedUnicodeNames(one-decomposed uni) This is a OS X only test (unless you know more about filesystems, then maybe you should try it ;) .\tst_qfileinfo.cpp(1608) : failure location SKIP : tst_QFileInfo::testDecomposedUnicodeNames(many-decomposed uni) This is a OS X only test (unless you know more about filesystems, then maybe you should try it ;) .\tst_qfileinfo.cpp(1608) : failure location SKIP : tst_QFileInfo::testDecomposedUnicodeNames(no decomposed) This is a OS X only test (unless you know more about filesystems, then maybe you should try it ;) .\tst_qfileinfo.cpp(1608) : failure location PASS : tst_QFileInfo::equalOperator() PASS : tst_QFileInfo::equalOperatorWithDifferentSlashes() PASS : tst_QFileInfo::notEqualOperator() PASS : tst_QFileInfo::detachingOperations() PASS : tst_QFileInfo::owner() PASS : tst_QFileInfo::group() PASS : tst_QFileInfo::invalidState() PASS : tst_QFileInfo::nonExistingFileDates() PASS : tst_QFileInfo::cleanupTestCase() Totals: 209 passed, 1 failed, 4 skipped ********* Finished testing of tst_QFileInfo ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfileinfo: 69 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00836/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366795340): http://codereview.qt-project.org/54471 [PS4] - Improve desktop environment detection. From ci-noreply at qt-project.org Wed Apr 24 13:36:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 14:36:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_113655_004796.ci-noreply@qt-project.org> QtBase_stable_Integration #997: SUCCESS Tested changes (refs/builds/stable_1366794740): http://codereview.qt-project.org/54571 [PS2] - Windows: Position full screen windows on the correct screen. From ci-noreply at qt-project.org Wed Apr 24 13:57:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 14:57:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130424_115733_029724.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #113: SUCCESS Tested changes (refs/builds/stable_1366800879): http://codereview.qt-project.org/54599 [PS5] - Make QML slider style work with vertical alignment From ci-noreply at qt-project.org Wed Apr 24 14:19:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 15:19:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_121916_055266.ci-noreply@qt-project.org> Autotest `tst_qgraphicssceneindex' failed :( Testing tst_QGraphicsSceneIndex FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] Totals: 11 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGraphicsSceneIndex ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QGraphicsSceneIndex::initTestCase() PASS : tst_QGraphicsSceneIndex::scatteredItems(BSP) PASS : tst_QGraphicsSceneIndex::scatteredItems(Linear) PASS : tst_QGraphicsSceneIndex::overlappedItems(BSP) PASS : tst_QGraphicsSceneIndex::overlappedItems(Linear) PASS : tst_QGraphicsSceneIndex::movingItems(BSP) PASS : tst_QGraphicsSceneIndex::movingItems(Linear) PASS : tst_QGraphicsSceneIndex::connectedToSceneRectChanged() PASS : tst_QGraphicsSceneIndex::items() PASS : tst_QGraphicsSceneIndex::removeItems() FAIL! : tst_QGraphicsSceneIndex::clear() 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qgraphicssceneindex.cpp(310)] PASS : tst_QGraphicsSceneIndex::cleanupTestCase() Totals: 11 passed, 1 failed, 0 skipped ********* Finished testing of tst_QGraphicsSceneIndex ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qgraphicssceneindex: 2 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00837/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1366802568): http://codereview.qt-project.org/54515 [PS1] - Use variadic templates to mark function pointers as non-QObjects. From ci-noreply at qt-project.org Wed Apr 24 14:19:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 15:19:45 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_121945_007139.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] Totals: 47 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] PASS : tst_QQuickLoader::simultaneousSyncAsync() PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 47 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00451/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366802978): http://codereview.qt-project.org/53986 [PS5] - Renderloop for Windows From ci-noreply at qt-project.org Wed Apr 24 14:57:34 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 15:57:34 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130424_125734_025157.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #114: SUCCESS Tested changes (refs/builds/stable_1366804942): http://codereview.qt-project.org/54630 [PS2] - Move ScrollBarStyle inside ScrollViewStyle From ci-noreply at qt-project.org Wed Apr 24 15:50:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 16:50:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130424_135001_035486.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #115: SUCCESS Tested changes (refs/builds/stable_1366808378): http://codereview.qt-project.org/54622 [PS2] - Add column role back in TableView itemDelegate From ci-noreply at qt-project.org Wed Apr 24 15:56:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 16:56:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_135657_067788.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #452: SUCCESS Tested changes (refs/builds/stable_1366806094): http://codereview.qt-project.org/54430 [PS4] - Doc: Un-overload the word "module" http://codereview.qt-project.org/54429 [PS4] - Doc: Create links to Qt Quick 1 http://codereview.qt-project.org/52179 [PS3] - QQuickTextEdit: make the update logic work with multiple text frames http://codereview.qt-project.org/54602 [PS1] - qtdeclarative: update .qmltypes, and use -notrelocatable option http://codereview.qt-project.org/54583 [PS2] - qmlplugindump: add an explicit -relocatable switch From ci-noreply at qt-project.org Wed Apr 24 16:00:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 17:00:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130424_140003_011989.ci-noreply@qt-project.org> Autotests `tst_qmenubar' and `tst_qtableview' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x101278570 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10157b0c0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_QTableView FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] Totals: 240 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTableView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QTableView::initTestCase() PASS : tst_QTableView::getSetCheck() PASS : tst_QTableView::noDelegate() PASS : tst_QTableView::noModel() PASS : tst_QTableView::emptyModel() PASS : tst_QTableView::removeRows(2x2) PASS : tst_QTableView::removeRows(10x10) PASS : tst_QTableView::removeColumns(2x2) PASS : tst_QTableView::removeColumns(10x10) PASS : tst_QTableView::keyboardNavigation(16x16 model) FAIL! : tst_QTableView::keyboardNavigation(no tab) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(708)] PASS : tst_QTableView::headerSections() PASS : tst_QTableView::moveCursor(MoveRight (0,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,3)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext (0,0)) PASS : tst_QTableView::moveCursor(MoveNext (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (0,3)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (3,3)) PASS : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft (0,0)) PASS : tst_QTableView::moveCursor(MoveLeft (0,3)) PASS : tst_QTableView::moveCursor(MoveLeft (1,0)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious (0,3)) PASS : tst_QTableView::moveCursor(MovePrevious (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap (1,0)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0)) PASS : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2)) PASS : tst_QTableView::moveCursor(MoveDown (0,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,3)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (3, 0)) PASS : tst_QTableView::moveCursor(MoveUp (0,1)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row (1,0)) PASS : tst_QTableView::moveCursor(MoveHome (0,0)) PASS : tst_QTableView::moveCursor(MoveHome (3,3)) PASS : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (3,3)) PASS : tst_QTableView::moveCursor(MovePageDown (3, 3)) PASS : tst_QTableView::moveCursor(MovePageDown (0, 3)) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled) PASS : tst_QTableView::moveCursorStrikesBack(Move through span right) PASS : tst_QTableView::moveCursorStrikesBack(Move through span left) PASS : tst_QTableView::moveCursorStrikesBack(Move through span down) PASS : tst_QTableView::moveCursorStrikesBack(Move through span up) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL) PASS : tst_QTableView::hideRows(show row 0, hide row 3, no span) PASS : tst_QTableView::hideRows(show row 0, hide row 3, span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, no span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, span) PASS : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select) PASS : tst_QTableView::selectRow(SingleSelection and SelectItems) PASS : tst_QTableView::selectRow(SingleSelection and SelectRows) PASS : tst_QTableView::selectRow(SingleSelection and SelectColumns) PASS : tst_QTableView::selectRow(MultiSelection and SelectItems) PASS : tst_QTableView::selectRow(MultiSelection and SelectRows) PASS : tst_QTableView::selectRow(MultiSelection and SelectColumns) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectColumns) PASS : tst_QTableView::selectColumn(SingleSelection and SelectItems) PASS : tst_QTableView::selectColumn(SingleSelection and SelectRows) PASS : tst_QTableView::selectColumn(SingleSelection and SelectColumns) PASS : tst_QTableView::selectColumn(MultiSelection and SelectItems) PASS : tst_QTableView::selectColumn(MultiSelection and SelectRows) PASS : tst_QTableView::selectColumn(MultiSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns) PASS : tst_QTableView::visualRect((0,0)) PASS : tst_QTableView::visualRect((0,0) hidden row) PASS : tst_QTableView::visualRect((0,0) hidden column) PASS : tst_QTableView::visualRect((0,0) hidden row and column) PASS : tst_QTableView::visualRect((0,0) out of bounds) PASS : tst_QTableView::visualRect((5,5), hidden row) PASS : tst_QTableView::visualRect((9,9)) PASS : tst_QTableView::fetchMore() PASS : tst_QTableView::setHeaders() PASS : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per item 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5) PASS : tst_QTableView::rowAt(row at 100) PASS : tst_QTableView::rowAt(row at 180) PASS : tst_QTableView::rowAt(row at 20) PASS : tst_QTableView::rowHeight(increasing) PASS : tst_QTableView::rowHeight(decreasing) PASS : tst_QTableView::rowHeight(random) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per item 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5) PASS : tst_QTableView::columnAt(column at 100) PASS : tst_QTableView::columnAt(column at 180) PASS : tst_QTableView::columnAt(column at 20) PASS : tst_QTableView::columnWidth(increasing) PASS : tst_QTableView::columnWidth(decreasing) PASS : tst_QTableView::columnWidth(random) PASS : tst_QTableView::hiddenRow(first hidden) PASS : tst_QTableView::hiddenRow(last hidden) PASS : tst_QTableView::hiddenRow(none hidden) PASS : tst_QTableView::hiddenRow(all hidden) PASS : tst_QTableView::hiddenColumn(first hidden) PASS : tst_QTableView::hiddenColumn(last hidden) PASS : tst_QTableView::hiddenColumn(none hidden) PASS : tst_QTableView::hiddenColumn(all hidden) PASS : tst_QTableView::sortingEnabled() QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QWARN : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) PASS : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20)) PASS : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20)) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(top left 1x2) PASS : tst_QTableView::span(top left 2x1) PASS : tst_QTableView::span(invalid 2x2) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(bottom right 2x2) PASS : tst_QTableView::span(invalid span 2x2) PASS : tst_QTableView::span(invalid span 3x3) PASS : tst_QTableView::spans(1x3 span, query 3,0) PASS : tst_QTableView::spans(1x3 span, query 3,1) PASS : tst_QTableView::spans(1x3 span, query 3,2) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0) PASS : tst_QTableView::spans(how to order spans (1,1)) PASS : tst_QTableView::spans(how to order spans (2,1)) PASS : tst_QTableView::spans(how to order spans (3,1)) PASS : tst_QTableView::spans(how to order spans (1,2)) PASS : tst_QTableView::spans(how to order spans (2,2)) PASS : tst_QTableView::spans(spans with hidden rows) PASS : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-9631: remove one span) PASS : tst_QTableView::spansAfterRowInsertion() PASS : tst_QTableView::spansAfterColumnInsertion() PASS : tst_QTableView::spansAfterRowRemoval() PASS : tst_QTableView::spansAfterColumnRemoval() PASS : tst_QTableView::checkHeaderReset() PASS : tst_QTableView::checkHeaderMinSize() PASS : tst_QTableView::resizeToContents() SKIP : tst_QTableView::tabFocus() This test requires full keyboard control to be enabled. Loc: [tst_qtableview.cpp(3354)] PASS : tst_QTableView::bigModel() PASS : tst_QTableView::selectionSignal() PASS : tst_QTableView::setCurrentIndex() PASS : tst_QTableView::task173773_updateVerticalHeader() PASS : tst_QTableView::task227953_setRootIndex() PASS : tst_QTableView::task240266_veryBigColumn() PASS : tst_QTableView::task248688_autoScrollNavigation() PASS : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections() PASS : tst_QTableView::task191545_dragSelectRows() PASS : tst_QTableView::taskQTBUG_5062_spansInconsistency() PASS : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel() PASS : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader() PASS : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason() PASS : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection() PASS : tst_QTableView::taskQTBUG_8777_scrollToSpans() PASS : tst_QTableView::taskQTBUG_10169_sizeHintForRow() PASS : tst_QTableView::mouseWheel(scroll up per item) PASS : tst_QTableView::mouseWheel(scroll down per item) PASS : tst_QTableView::mouseWheel(scroll down per pixel) PASS : tst_QTableView::addColumnWhileEditing() PASS : tst_QTableView::task234926_setHeaderSorting() PASS : tst_QTableView::changeHeaderData() PASS : tst_QTableView::viewOptions() PASS : tst_QTableView::cleanupTestCase() Totals: 240 passed, 1 failed, 1 skipped ********* Finished testing of tst_QTableView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtableview: 44 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00209/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366792069): http://codereview.qt-project.org/54401 [PS2] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 24 16:17:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 17:17:15 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130424_141715_004057.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration » linux-g++-32_Ubuntu_10.04_x86 #181: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00181/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtQA_sysadmin_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #181: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00181/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366812891): http://codereview.qt-project.org/54500 [PS4] - Change gcc to 4.8.0 and rev2 http://codereview.qt-project.org/54631 [PS1] - Fix when requiring Class sevenzip From ci-noreply at qt-project.org Wed Apr 24 16:24:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 17:24:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_142443_001863.ci-noreply@qt-project.org> QtBase_stable_Integration #998: SUCCESS Tested changes (refs/builds/stable_1366803549): http://codereview.qt-project.org/54528 [PS1] - iOS: Don't try to set screen orientation before QApplication startup From ci-noreply at qt-project.org Wed Apr 24 16:37:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 17:37:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_143748_030101.ci-noreply@qt-project.org> QtBase_dev_Integration #838: SUCCESS Tested changes (refs/builds/dev_1366806179): http://codereview.qt-project.org/54515 [PS1] - Use variadic templates to mark function pointers as non-QObjects. http://codereview.qt-project.org/51510 [PS3] - Improvements for DirectWrite font engine From ci-noreply at qt-project.org Wed Apr 24 17:14:42 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 18:14:42 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_151442_010270.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #453: SUCCESS Tested changes (refs/builds/stable_1366811927): http://codereview.qt-project.org/54611 [PS2] - Fix tst_qqmldebugjs and tst_qquickfolderlistmodel build for WinCE. From ci-noreply at qt-project.org Wed Apr 24 17:25:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 18:25:54 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130424_152554_051046.ci-noreply@qt-project.org> QtSerialPort_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #27: FAILURE Build log: http://testresults.qt-project.org/ci/QtSerialPort_stable_Integration/build_00027/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366816510): http://codereview.qt-project.org/53686 [PS8] - Doc: Sanitized documentation for the module From ci-noreply at qt-project.org Wed Apr 24 17:51:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 18:51:40 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130424_155140_045910.ci-noreply@qt-project.org> Autotest `tst_qdialog' failed :( ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-24 16:24:51.847 tst_qdialog[51760:480b] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [51760] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [51759] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-24 16:32:00.251 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[51760]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001000684a5 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006865d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x000000010006887d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4bb1 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001646e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a123 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ed1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001703b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2c8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc2f0 rsp: 0x00007fff5fbfc2c8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x00000001016fae60 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc18 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c3458 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfe7 +QtCore (4.8.5 - compatibility 4.8.0) <7CF07593-F4D3-3DC8-98BB-789CCCB0E3A4> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fff +QtGui (4.8.5 - compatibility 4.8.0) <48DADF2C-3001-331B-A48D-C6CB69FCA04D> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff68fe7000 - 0x7fff6901bbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 9453 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=83.1M(51%) swapped_out_or_unallocated=78.7M(49%) QtQA::App::TestRunner: Writable regions: Total=70.5M written=3136K(4%) resident=6844K(9%) swapped_out=0K(0%) unallocated=63.8M(91%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: MALLOC 42.7M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 379.0M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QDialog ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QDialog::initTestCase() PASS : tst_QDialog::getSetCheck() PASS : tst_QDialog::showExtension() PASS : tst_QDialog::defaultButtons() PASS : tst_QDialog::showMaximized() PASS : tst_QDialog::showMinimized() PASS : tst_QDialog::showFullScreen() 2013-04-24 16:32:23.400 tst_qdialog[51785:2507] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qdialog.savedState/window_4.data: Permission denied (13) QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qdialog [51785] QtQA::App::TestRunner: Path: /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qdialog QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [51759] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-24 16:39:32.008 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[51785]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab05ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff8babd7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff8baaea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001000684a5 qt_message_output(QtMsgType, char const*) + 149 QtQA::App::TestRunner: 4 QtCore 0x000000010006865d _ZL10qt_message9QtMsgTypePKcP13__va_list_tag + 381 QtQA::App::TestRunner: 5 QtCore 0x000000010006887d qFatal(char const*, ...) + 141 QtQA::App::TestRunner: 6 QtTest 0x00000001000221c8 QTest::FatalSignalHandler::signal(int) + 20 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff8bb0fcfa _sigtramp + 26 QtQA::App::TestRunner: 8 libsystem_kernel.dylib 0x00007fff8ab0467a mach_msg_trap + 10 QtQA::App::TestRunner: 9 libsystem_kernel.dylib 0x00007fff8ab03d71 mach_msg + 73 QtQA::App::TestRunner: 10 com.apple.CoreFoundation 0x00007fff90b5150c __CFRunLoopServiceMachPort + 188 QtQA::App::TestRunner: 11 com.apple.CoreFoundation 0x00007fff90b59c74 __CFRunLoopRun + 1204 QtQA::App::TestRunner: 12 com.apple.CoreFoundation 0x00007fff90b59486 CFRunLoopRunSpecific + 230 QtQA::App::TestRunner: 13 com.apple.HIToolbox 0x00007fff8f7772bf RunCurrentEventLoopInMode + 277 QtQA::App::TestRunner: 14 com.apple.HIToolbox 0x00007fff8f77e56d ReceiveNextEventCommon + 355 QtQA::App::TestRunner: 15 com.apple.HIToolbox 0x00007fff8f77e3fa BlockUntilNextEventMatchingListInMode + 62 QtQA::App::TestRunner: 16 com.apple.AppKit 0x00007fff9174c779 _DPSNextEvent + 659 QtQA::App::TestRunner: 17 com.apple.AppKit 0x00007fff9174c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 QtQA::App::TestRunner: 18 QtGui 0x00000001003c4bb1 QEventDispatcherMac::processEvents(QFlags) + 617 QtQA::App::TestRunner: 19 QtCore 0x00000001001646e8 QEventLoop::exec(QFlags) + 394 QtQA::App::TestRunner: 20 QtGui 0x000000010085a123 QDialog::exec() + 243 QtQA::App::TestRunner: 21 com.yourcompany.tst_qdialog 0x000000010000cf9e ToolDialog::exec() + 52 (tst_qdialog.cpp:132) QtQA::App::TestRunner: 22 com.yourcompany.tst_qdialog 0x0000000100007ea4 tst_QDialog::showAsTool() + 68 (tst_qdialog.cpp:399) QtQA::App::TestRunner: 23 com.yourcompany.tst_qdialog 0x00000001000043bc tst_QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 308 (tst_qdialog.moc:80) QtQA::App::TestRunner: 24 QtCore 0x000000010016ed1c QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1214 QtQA::App::TestRunner: 25 QtCore 0x00000001001703b4 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 1570 QtQA::App::TestRunner: 26 QtTest 0x0000000100023559 _ZN5QTestL17qInvokeTestMethodEPKcS1_ + 1577 QtQA::App::TestRunner: 27 QtTest 0x0000000100025287 QTest::qExec(QObject*, int, char**) + 1447 QtQA::App::TestRunner: 28 com.yourcompany.tst_qdialog 0x0000000100007a3c main + 92 (tst_qdialog.cpp:637) QtQA::App::TestRunner: 29 com.yourcompany.tst_qdialog 0x00000001000038f4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8ab067e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff8fee6786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff8fee5316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2c8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000407 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc2f0 rsp: 0x00007fff5fbfc2c8 QtQA::App::TestRunner: r8: 0x00007fff77f46fb8 r9: 0x00000001010dfbd0 r10: 0x00007fff8ab05d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00007fff5fbfcc18 r13: 0x0000000007000006 r14: 0x00007fff77f49960 r15: 0x0000000000000003 QtQA::App::TestRunner: rip: 0x00007fff8ab05ce2 rfl: 0x0000000000000246 cr2: 0x00000001000c3458 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x100011fef +com.yourcompany.tst_qdialog (??? - ???) <611BAE65-614E-3420-8CB9-E491BE69E008> /work/*/tst_qdialog.app/Contents/MacOS/tst_qdialog QtQA::App::TestRunner: 0x10001e000 - 0x100040fff +QtTest (4.8.5 - compatibility 4.8.0) /work/*/QtTest.framework/Versions/4/QtTest QtQA::App::TestRunner: 0x10004f000 - 0x1002fcfe7 +QtCore (4.8.5 - compatibility 4.8.0) <7CF07593-F4D3-3DC8-98BB-789CCCB0E3A4> /work/*/QtCore.framework/Versions/4/QtCore QtQA::App::TestRunner: 0x10038a000 - 0x100d43fff +QtGui (4.8.5 - compatibility 4.8.0) <48DADF2C-3001-331B-A48D-C6CB69FCA04D> /work/*/QtGui.framework/Versions/4/QtGui QtQA::App::TestRunner: 0x101783000 - 0x1017b7fff com.apple.security.csparser (3.0 - 55148.6) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser QtQA::App::TestRunner: 0x7fff6c37f000 - 0x7fff6c3b3baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff8723b000 - 0x7fff8728dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff8728e000 - 0x7fff872e2fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff872e3000 - 0x7fff872e7fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff87377000 - 0x7fff8738dfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8738e000 - 0x7fff873b2fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8740a000 - 0x7fff87462ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff87463000 - 0x7fff8746eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8746f000 - 0x7fff874bbff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff87955000 - 0x7fff8797bfff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff8797c000 - 0x7fff87da9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff87daa000 - 0x7fff87dbffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff87dc0000 - 0x7fff87dcdff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff87eda000 - 0x7fff87f50fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff87fed000 - 0x7fff880d1ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff880d2000 - 0x7fff880fafff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff88370000 - 0x7fff88689fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8868e000 - 0x7fff88690ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff88691000 - 0x7fff88698ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff88908000 - 0x7fff8890dfff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff8890e000 - 0x7fff88925fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff8892b000 - 0x7fff889ccfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff892ce000 - 0x7fff89308fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff89309000 - 0x7fff8931bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8931c000 - 0x7fff89429fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff89481000 - 0x7fff894adff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff894ae000 - 0x7fff89615fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff8963e000 - 0x7fff89643fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff89644000 - 0x7fff89723fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff89726000 - 0x7fff89731fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff8973d000 - 0x7fff89832fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff89833000 - 0x7fff8983bfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8983c000 - 0x7fff8988afff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff8988f000 - 0x7fff89890fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff898ef000 - 0x7fff89db6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff89db7000 - 0x7fff89dbcff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff89ea7000 - 0x7fff89f0fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff89f16000 - 0x7fff89f1dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8a44a000 - 0x7fff8a46bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8a46c000 - 0x7fff8a46cfff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8a680000 - 0x7fff8a685fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8aaef000 - 0x7fff8ab0ffff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8ab2a000 - 0x7fff8ae46fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b27b000 - 0x7fff8b27bfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff8b27c000 - 0x7fff8b27efff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8b2be000 - 0x7fff8b576fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera QtQA::App::TestRunner: 0x7fff8b772000 - 0x7fff8b772fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b773000 - 0x7fff8b7b7ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8b7b8000 - 0x7fff8b7dcfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8b7dd000 - 0x7fff8b831ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff8b832000 - 0x7fff8b832fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8b88f000 - 0x7fff8b9ecfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8b9fe000 - 0x7fff8ba40ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8ba56000 - 0x7fff8ba6cff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff8ba6d000 - 0x7fff8bb4afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff8bb4b000 - 0x7fff8bb4bfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8bb4c000 - 0x7fff8bc4efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8bc4f000 - 0x7fff8bcc5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff8bcd7000 - 0x7fff8bcddff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff8bd26000 - 0x7fff8bd33fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff8bdc2000 - 0x7fff8bdc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff8be93000 - 0x7fff8be97fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8bf27000 - 0x7fff8bf89ff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8bf8a000 - 0x7fff8bf8cfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff8bf8d000 - 0x7fff8bf8dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8bf8e000 - 0x7fff8bf8ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf9c000 - 0x7fff8bfa5ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8c25a000 - 0x7fff8c269fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8c26a000 - 0x7fff8c300ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8c301000 - 0x7fff8c3b4ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8c3b5000 - 0x7fff8c499e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8c49a000 - 0x7fff8c49afff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8c49b000 - 0x7fff8c506ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff8c5e6000 - 0x7fff8c5e6fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff8c5e7000 - 0x7fff8c610fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff8c6b5000 - 0x7fff8c7c1fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8c7c2000 - 0x7fff8c7e1fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8c7e2000 - 0x7fff8c982ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8c983000 - 0x7fff8c9ebff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff8c9ec000 - 0x7fff8c9edff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff8ce4b000 - 0x7fff8ce4bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8ce4c000 - 0x7fff8d430fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d43f000 - 0x7fff8d440ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff8d4b8000 - 0x7fff8d4bdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff8d4be000 - 0x7fff8d4feff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff8d592000 - 0x7fff8d637fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8d682000 - 0x7fff8d6c1fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8d6f4000 - 0x7fff8e092a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8e093000 - 0x7fff8e0a6ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8e0e3000 - 0x7fff8e0e6ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff8e246000 - 0x7fff8e24cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff8e4bf000 - 0x7fff8e559ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff8e584000 - 0x7fff8e5dfff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff8e61e000 - 0x7fff8e624fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff8e625000 - 0x7fff8e628fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8e629000 - 0x7fff8e89dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8e9ce000 - 0x7fff8ea41fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8f11c000 - 0x7fff8f17cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f17d000 - 0x7fff8f284fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff8f285000 - 0x7fff8f487fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff8f488000 - 0x7fff8f54fff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib QtQA::App::TestRunner: 0x7fff8f550000 - 0x7fff8f551ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6a1000 - 0x7fff8f6d1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff8f6d2000 - 0x7fff8f70dfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff8f70e000 - 0x7fff8f74ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8f750000 - 0x7fff8f76cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8f76d000 - 0x7fff8f774fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff8f775000 - 0x7fff8faa1fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8faa2000 - 0x7fff8faa5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8fdc9000 - 0x7fff8fee2fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff8fee3000 - 0x7fff8fef1fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff8fef2000 - 0x7fff8ff1dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff90019000 - 0x7fff90059fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff90a7e000 - 0x7fff90b20fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff90b21000 - 0x7fff90cf5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff90f3f000 - 0x7fff90fc4ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff90fc5000 - 0x7fff91040ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff91041000 - 0x7fff91042fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff91043000 - 0x7fff9126dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff9126e000 - 0x7fff912f2ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff912f3000 - 0x7fff9134fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff91350000 - 0x7fff913d3fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff9141e000 - 0x7fff91435fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff91436000 - 0x7fff9153bfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff9153c000 - 0x7fff91540ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff91541000 - 0x7fff91544fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff915e5000 - 0x7fff9160efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff9160f000 - 0x7fff916d6ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff9173e000 - 0x7fff91743fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff91744000 - 0x7fff9234afff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff92374000 - 0x7fff9237fff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff92380000 - 0x7fff92384fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff92b75000 - 0x7fff92b7bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff92ce9000 - 0x7fff92e1ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff92e28000 - 0x7fff92e45ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92e8c000 - 0x7fff92e9aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff92ed7000 - 0x7fff92ee5fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff92ee6000 - 0x7fff92ee7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff92f7b000 - 0x7fff92f8fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92f90000 - 0x7fff92fadfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92fae000 - 0x7fff92fb8ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff92fc8000 - 0x7fff92ff5fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff92ff6000 - 0x7fff93005ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff93032000 - 0x7fff93034fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff93dea000 - 0x7fff940dfff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff94156000 - 0x7fff94189ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff941a5000 - 0x7fff94215fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff94222000 - 0x7fff94234ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 9466 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=161.8M resident=83.1M(51%) swapped_out_or_unallocated=78.7M(49%) QtQA::App::TestRunner: Writable regions: Total=69.6M written=3280K(5%) resident=7056K(10%) swapped_out=0K(0%) unallocated=62.8M(90%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 1472K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 1216K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: MALLOC 41.8M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 8712K QtQA::App::TestRunner: VM_ALLOCATE 16.1M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.3M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 51.7M QtQA::App::TestRunner: __TEXT 110.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 73.2M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 378.2M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdialog: 903 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01408/macx-g++_developer-build_OSX_10.7/log.txt.gz Tested changes (refs/builds/4.8_1366802040): http://codereview.qt-project.org/54605 [PS2] - Fixed QLayout::addChildLayout(QLayout *l) when l had a parent http://codereview.qt-project.org/52919 [PS4] - SSL internals: do not write after shutting down the socket From ci-noreply at qt-project.org Wed Apr 24 18:30:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 19:30:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_163036_002405.ci-noreply@qt-project.org> QtBase_stable_Integration #999: SUCCESS Tested changes (refs/builds/stable_1366813619): http://codereview.qt-project.org/54657 [PS1] - Run the CMake tests with QPrinter, not QPrintDialog. http://codereview.qt-project.org/54358 [PS3] - Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS message From ci-noreply at qt-project.org Wed Apr 24 19:04:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 20:04:53 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130424_170453_077300.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #28: SUCCESS Tested changes (refs/builds/stable_1366822019): http://codereview.qt-project.org/54332 [PS4] - Workaround for fix sending of data for WinCE platform From ci-noreply at qt-project.org Wed Apr 24 19:26:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 20:26:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_172638_056970.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #454: SUCCESS Tested changes (refs/builds/stable_1366816591): http://codereview.qt-project.org/53986 [PS5] - Renderloop for Windows From ci-noreply at qt-project.org Wed Apr 24 19:45:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 20:45:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_174528_068077.ci-noreply@qt-project.org> QtBase_dev_Integration #839: SUCCESS Tested changes (refs/builds/dev_1366818026): http://codereview.qt-project.org/54481 [PS2] - Use Qt::Key_unknown for unknown keys instead of -1 with xcb From ci-noreply at qt-project.org Wed Apr 24 20:35:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 21:35:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130424_183513_073888.ci-noreply@qt-project.org> QtBase_stable_Integration #1000: SUCCESS Tested changes (refs/builds/stable_1366821170): http://codereview.qt-project.org/54480 [PS1] - Fix segfault while handling system-wide shortcuts with xcb From ci-noreply at qt-project.org Wed Apr 24 21:36:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 22:36:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_193604_004787.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #455: SUCCESS Tested changes (refs/builds/stable_1366824507): http://codereview.qt-project.org/54668 [PS1] - Doc: Replace some references to Nokia From ci-noreply at qt-project.org Wed Apr 24 22:03:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 24 Apr 2013 23:03:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130424_200304_071611.ci-noreply@qt-project.org> QtBase_dev_Integration #840: SUCCESS Tested changes (refs/builds/dev_1366825662): http://codereview.qt-project.org/54471 [PS4] - Improve desktop environment detection. From ci-noreply at qt-project.org Wed Apr 24 23:07:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 00:07:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130424_210722_008158.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012e8a00 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10125fbd0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00210/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366823029): http://codereview.qt-project.org/54401 [PS3] - Updated submodules. From ci-noreply at qt-project.org Wed Apr 24 23:43:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 00:43:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130424_214313_063242.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #456: SUCCESS Tested changes (refs/builds/stable_1366832273): http://codereview.qt-project.org/54625 [PS4] - Make pathElements designer ready http://codereview.qt-project.org/54624 [PS4] - Refactor the pathElements property in QQuickPath http://codereview.qt-project.org/54612 [PS3] - Refactor QQuickPath componentComplete From ci-noreply at qt-project.org Wed Apr 24 23:57:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 00:57:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130424_215750_061507.ci-noreply@qt-project.org> Qt_4.8_Integration #1409: SUCCESS Tested changes (refs/builds/4.8_1366820931): http://codereview.qt-project.org/52919 [PS4] - SSL internals: do not write after shutting down the socket http://codereview.qt-project.org/54658 [PS1] - Increase the size of the QHostInfo cache. http://codereview.qt-project.org/54650 [PS1] - Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache. http://codereview.qt-project.org/53769 [PS4] - Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1 http://codereview.qt-project.org/54514 [PS2] - QNX host lookup: do not try to load libresolv.so, it is not there From ci-noreply at qt-project.org Thu Apr 25 04:16:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 05:16:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_021630_097722.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #457: SUCCESS Tested changes (refs/builds/stable_1366848656): http://codereview.qt-project.org/54669 [PS1] - Doc: Expand example (importing multiple modules into 1 namespace) From ci-noreply at qt-project.org Thu Apr 25 04:40:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 05:40:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_024038_083876.ci-noreply@qt-project.org> QtBase_stable_Integration #1001: SUCCESS Tested changes (refs/builds/stable_1366850369): http://codereview.qt-project.org/53146 [PS1] - Improved robustness of threaded rendering in hellowindow example. From ci-noreply at qt-project.org Thu Apr 25 06:25:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 07:25:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130425_042554_085775.ci-noreply@qt-project.org> Qt_4.8_Integration #1411: SUCCESS Tested changes (refs/builds/4.8_1366842203): http://codereview.qt-project.org/54681 [PS1] - qsql_odbc: fix SQLGetStmtAtt usage http://codereview.qt-project.org/54680 [PS1] - ODBC: lost info about column metadata on SQL_NO_DATA http://codereview.qt-project.org/54679 [PS1] - ODBC: fixed consistence of return of QODBCResult::exec() http://codereview.qt-project.org/54678 [PS1] - ODBC: fix loss of milliseconds when binding QDateTime From ci-noreply at qt-project.org Thu Apr 25 08:11:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 09:11:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130425_061158_089599.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #182: SUCCESS Tested changes (refs/builds/master_1366869705): http://codereview.qt-project.org/54500 [PS6] - Change gcc to 4.8.0 and rev2 http://codereview.qt-project.org/54655 [PS2] - Set environment variables for Android From ci-noreply at qt-project.org Thu Apr 25 08:48:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 09:48:59 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_064859_042152.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #116: SUCCESS Tested changes (refs/builds/stable_1366869534): http://codereview.qt-project.org/54666 [PS1] - Fix tabs not to disappear on press-and-hold From ci-noreply at qt-project.org Thu Apr 25 09:06:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 10:06:32 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_070632_058578.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1002: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01002/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366873226): http://codereview.qt-project.org/54686 [PS1] - Oops: bugfix support for ref qualifiers in GCC 4.8.1 http://codereview.qt-project.org/54063 [PS10] - Fix windows expose logic http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. From ci-noreply at qt-project.org Thu Apr 25 09:17:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 10:17:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_071725_097762.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1003: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01003/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366873852): http://codereview.qt-project.org/54063 [PS10] - Fix windows expose logic From ci-noreply at qt-project.org Thu Apr 25 09:25:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 10:25:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_072516_003107.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1004: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01004/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366874381): http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. From ci-noreply at qt-project.org Thu Apr 25 09:47:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 10:47:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_074739_043386.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1006: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01006/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366875501): http://codereview.qt-project.org/54546 [PS2] - Doc: added scenario in case of failure QNetorkInterface From ci-noreply at qt-project.org Thu Apr 25 09:50:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 10:50:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_075004_049056.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #458: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00458/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366875918): http://codereview.qt-project.org/54167 [PS2] - Doc: corrected snippet issue by changing extension snippet file. From ci-noreply at qt-project.org Thu Apr 25 10:01:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 11:01:38 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_080138_033228.ci-noreply@qt-project.org> QtBase_dev_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #841: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00841/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366876599): http://codereview.qt-project.org/54648 [PS1] - Specify gnu_printf for message formatting http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 10:46:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 11:46:31 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_084631_035661.ci-noreply@qt-project.org> QtBase_dev_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #842: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00842/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366879263): http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 10:55:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 11:55:56 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_085556_016766.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1007: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01007/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366879819): http://codereview.qt-project.org/54063 [PS10] - Fix windows expose logic http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. http://codereview.qt-project.org/54683 [PS1] - Respect the hotspot when creating the cursor in Cocoa From ci-noreply at qt-project.org Thu Apr 25 10:57:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 11:57:19 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_085719_098164.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #117: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00117/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366879894): http://codereview.qt-project.org/53016 [PS6] - TestBench: Add option to load a custom style http://codereview.qt-project.org/54646 [PS3] - Button: Fix checkable behavior From ci-noreply at qt-project.org Thu Apr 25 11:05:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:05:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_090557_089670.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » macx-g++_developer-build_OSX_10.6 #118: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00118/macx-g++_developer-build_OSX_10.6/log.txt.gz Tested changes (refs/builds/stable_1366880505): http://codereview.qt-project.org/53016 [PS6] - TestBench: Add option to load a custom style http://codereview.qt-project.org/54646 [PS3] - Button: Fix checkable behavior From ci-noreply at qt-project.org Thu Apr 25 11:13:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:13:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_091322_065292.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1008: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01008/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366880823): http://codereview.qt-project.org/54662 [PS7] - Cocoa: Improve text heuristic menu item syncing logic http://codereview.qt-project.org/54661 [PS3] - Cocoa: Reflect menu hierarchy in QCocoaMenu* objects http://codereview.qt-project.org/54660 [PS1] - Cocoa: Remove dead code in QCocoaMenu* From ci-noreply at qt-project.org Thu Apr 25 11:13:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:13:46 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_091346_036594.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #119: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00119/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366880880): http://codereview.qt-project.org/54280 [PS3] - Refactor propagation of size hints From ci-noreply at qt-project.org Thu Apr 25 11:22:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:22:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130425_092207_029753.ci-noreply@qt-project.org> Qt5_dev_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #112: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00112/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366881222): http://codereview.qt-project.org/49698 [PS2] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 25 11:29:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:29:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_092908_021336.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1009: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01009/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366881827): http://codereview.qt-project.org/54662 [PS7] - Cocoa: Improve text heuristic menu item syncing logic http://codereview.qt-project.org/54661 [PS3] - Cocoa: Reflect menu hierarchy in QCocoaMenu* objects http://codereview.qt-project.org/54660 [PS1] - Cocoa: Remove dead code in QCocoaMenu* From ci-noreply at qt-project.org Thu Apr 25 11:38:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:38:01 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_093801_090381.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #120: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00120/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366882371): http://codereview.qt-project.org/54280 [PS3] - Refactor propagation of size hints From ci-noreply at qt-project.org Thu Apr 25 11:54:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:54:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_095449_072930.ci-noreply@qt-project.org> QtBase_dev_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #843: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00843/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366883348): http://codereview.qt-project.org/54255 [PS7] - Make QColor understand #AARRGGBB http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 11:59:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 12:59:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_095911_081653.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #459: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00459/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366883547): http://codereview.qt-project.org/53993 [PS1] - Fix spelling error. From ci-noreply at qt-project.org Thu Apr 25 12:06:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 13:06:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130425_100639_001360.ci-noreply@qt-project.org> Autotests `tst_qdeclarativeimage' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x101549460 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012c7550 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() QWARN : tst_qdeclarativeimage::resetSourceSize() QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 22 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00211/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366864919): http://codereview.qt-project.org/54401 [PS4] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 25 12:27:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 13:27:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_102736_087321.ci-noreply@qt-project.org> `make' failed :( g++ -Wl,-s -mthreads -Wl,-subsystem,console -o release\tst_activeFocusOnTab.exe .obj/release_shared/tst_activeFocusOnTab.o .obj/release_shared/visualtestutil.o .obj/release_shared/util.o .obj/release_shared/moc_util.o -lglu32 -lopengl32 -lgdi32 -luser32 -LC:\mingw\mingw32\lib -Lc:\openssl\lib -Lc:\utils\icu4c\icu\lib -LC:/work/build/qt/qtbase/lib -lQt5QuickTestInfix -lQt5QmlTestInfix -lQt5WidgetsTestInfix -lQt5TestTestInfix -lQt5NetworkTestInfix -lQt5GuiTestInfix -lQt5V8TestInfix -lQt5CoreTestInfix Makefile.Release:2097: recipe for target '.obj/release_shared/visualtestutil.o' failed mingw32-make[5]: *** [.obj/release_shared/visualtestutil.o] Error 1 mingw32-make[4]: *** [release] Error 2 mingw32-make[3]: *** [sub-applicationwindow-make_first-ordered] Error 2 mingw32-make[2]: *** [sub-auto-make_first] Error 2 mingw32-make[1]: *** [sub-tests-make_first] Error 2 mingw32-make: *** [module-qtquickcontrols] Error 2 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00121/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366884409): http://codereview.qt-project.org/54651 [PS2] - Button: Add support for icons http://codereview.qt-project.org/54646 [PS3] - Button: Fix checkable behavior http://codereview.qt-project.org/53396 [PS3] - TestBench: Add currentText and currentIndex properties http://codereview.qt-project.org/53016 [PS6] - TestBench: Add option to load a custom style From ci-noreply at qt-project.org Thu Apr 25 12:41:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 13:41:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130425_104114_015859.ci-noreply@qt-project.org> QtImageFormats_stable_Integration #53: SUCCESS Tested changes (refs/builds/stable_1366884841): http://codereview.qt-project.org/54278 [PS1] - Doc: Fix module name in .qdocconf From ci-noreply at qt-project.org Thu Apr 25 12:44:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 13:44:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_104407_016338.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols # # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2375 # CHECK(object->IsSmi()) failed # ==== Stack trace ============================================ Security context: 0x329b37d5cb49 #0# 1: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x329b37d5cc69 #1#) 5: /* anonymous */ [0xf812901e0d9 #2#:1] (this=0x300d3f565031 #3#) 6: arguments adaptor frame: 1->0 7: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0xf812904fb21 #4#,data=0x300d3f5344c1 #5#) 8: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x300d3f534541 #6#,prop=0x3cc8e7aa48a9 ,arg=0x300d3f5344c1 #5#) 9: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0xf81290573f1 #7#,prop=0x3cc8e7aa48a9 ,arg=0x300d3f5344c1 #5#) 10: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0xf81290571e9 #8#) 11: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x329b37d5cc69 #1#) ==== Details ================================================ [1]: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x329b37d5cc69 #1#) { // expression stack (top to bottom) [02] : 0x3cc8e7aa6061 [01] : 0x290308f0fa91 #9# [00] : 0x290308f0da29 #10# --------- s o u r c e c o d e --------- function $color() { return palette.highlight } ----------------------------------------- } [5]: /* anonymous */ [0xf812901e0d9 #2#:1] (this=0x300d3f565031 #3#) { // stack-allocated locals var arguments = 0x300d3f564129 #11# // expression stack (top to bottom) [08] : 0x329b37d5dad9 #12# [07] : 0x300d3f564129 #11# [06] : 1 [05] : 0x300d3f564f61 #13# [04] : 11 [03] : 0x300d3f565031 #3# [02] : 0x329b37d5cc69 #1# [01] : 0x329b37d5dad9 #12# --------- s o u r c e c o d e --------- function () { return method(object, data, qmlglobal, arguments.length, arguments); } ----------------------------------------- } [6]: arguments adaptor frame: 1->0 { // actual arguments [00] : 0xf812904fb21 #4# // not passed to callee } [7]: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0xf812904fb21 #4#,data=0x300d3f5344c1 #5#) { // stack-allocated locals var component = 0x300d3f565031 #3# var table = 0x329b37d04121 var label = 0x329b37d04121 // expression stack (top to bottom) [05] : 0xf812904fb21 #4# [04] : 0x300d3f565031 #3# [03] : 0x300d3f564fe9 #14# --------- s o u r c e c o d e --------- function test_usingcpplistmodel(data) {?? var component = Qt.createComponent(data.a)? compare(component.status, Component.Ready)? var table = component.createObject(testCase);? verify(table !== null, "table created is null")? table.forceActiveFocus();?? // to go to next row (this model h... ----------------------------------------- } [8]: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x300d3f534541 #6#,prop=0x3cc8e7aa48a9 ,arg=0x300d3f5344c1 #5#) { // expression stack (top to bottom) [08] : 0x300d3f5344c1 #5# [07] : 0xf812904fb21 #4# [06] : 0x3cc8e7aa48a9 --------- s o u r c e c o d e --------- function qtest_runInternal(prop,arg) {? try {? qtest_testCaseResult = testCase[prop](arg)? } catch (e) {? qtest_testCaseResult = []? if (e.message.indexOf("QtQuickTest::") != 0) {? // Test threw an unrecognized exception - fail.? qtest_results.fail(... ----------------------------------------- } [9]: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0xf81290573f1 #7#,prop=0x3cc8e7aa48a9 ,arg=0x300d3f5344c1 #5#) { // expression stack (top to bottom) [03] : 0x300d3f5344c1 #5# [02] : 0x3cc8e7aa48a9 [01] : 0x300d3f534541 #6# [00] : 0x300d3f564e79 #15# --------- s o u r c e c o d e --------- function qtest_runFunction(prop,arg) {? qtest_runInternal("init")? if (!qtest_results.skipped) {? qtest_runInternal(prop, arg)? qtest_results.finishTestData()? qtest_runInternal("cleanup")? qtest_results.finishTestDataCleanup()? }? } ----------------------------------------- } [10]: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0xf81290571e9 #8#) { // stack-allocated locals var functionsToRun = 0xf81290574b9 #16# var found = 0x329b37d04121 var list = 0x329b37d04121 var prefix = 0x329b37d04121 var index = 0x1d4cab10b339 var runTests = 0x329b37d04161 var testList = 0xf812904fc01 #17# var prop = 0x3cc8e7aa48a9 var tail = 18 var checkNames = 0x329b37d04181 var datafunc = 0x3cc8e7aa4999 var isBenchmark = 0x329b37d04181 var table = 0xf8129078619 #18# var haveData = 0x329b37d04161 var row = 0x300d3f5344c1 #5# // expression stack (top to bottom) [28] : 0x300d3f5344c1 #5# [27] : 0x3cc8e7aa48a9 [26] : 0xf81290573f1 #7# [25] : 0 [24] : 2 [23] : 0x300d3f534521 #19# [22] : 1 [21] : 0xf8129078619 #18# [20] : 0 [19] : 4 [18] : 0xf812904fe19 #20# [17] : 1 [16] : 0xf812904fc01 #17# [15] : 0xf8129057449 #21# --------- s o u r c e c o d e --------- function qtest_run() {? if (util.printAvailableFunctions) {? completed = true? return? }?? if (TestLogger.log_start_test()) {? qtest_results.reset()? qtest_results.testCaseName = name? qtest_results.startLogging()? } else {? ... ----------------------------------------- } [11]: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x329b37d5cc69 #1#) { // expression stack (top to bottom) [01] : 0xf81290571e9 #8# [00] : 0xf8129057241 #22# --------- s o u r c e c o d e --------- function onWhenChanged() { {? if (when != qtest_prevWhen) {? qtest_prevWhen = when? if (when && !completed && !running && qtest_componentCompleted)? qtest_run()? }? } } ----------------------------------------- } ==== Key ============================================ #0# 0x329b37d5cb49: 0x329b37d5cb49 #1# 0x329b37d5cc69: 0x329b37d5cc69 #2# 0xf812901e0d9: 0xf812901e0d9 #3# 0x300d3f565031: 0x300d3f565031 #4# 0xf812904fb21: 0xf812904fb21 #5# 0x300d3f5344c1: 0x300d3f5344c1 tag: 0x3cc8e7a8d0a1 a: 0x3cc8e7a8d0d1 expected: 1 #6# 0x300d3f534541: 0x300d3f534541 #7# 0xf81290573f1: 0xf81290573f1 #8# 0xf81290571e9: 0xf81290571e9 #9# 0x290308f0fa91: 0x290308f0fa91 #10# 0x290308f0da29: 0x290308f0da29 #11# 0x300d3f564129: 0x300d3f564129 length: 1 QtQA::App::TestRunner: Process exited due to signal 5; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 14639] QtQA::App::TestRunner: [New LWP 14640] QtQA::App::TestRunner: [New LWP 14641] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 5, Trace/breakpoint trap. QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: 414 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f7b7a28d700 (LWP 14641)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f7b76911bab in v8::internal::LinuxSemaphore::Wait (this=0x22beb10) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f7b767e596d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f7b767e5b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x22be97c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f7b76912c18 in v8::internal::SignalSender::Run (this=0x22be950) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f7b7691190c in v8::internal::ThreadEntry (arg=0x22be950) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f7b76267efc in start_thread (arg=0x7f7b7a28d700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f7b784cef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f7b6e730700 (LWP 14640)): QtQA::App::TestRunner: #0 0x00007f7b784c2e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f7b74acbf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f7b74acc429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f7b7901e279 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2281600, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f7b78fa93ac in TestNamespace::QEventLoop::processEvents (this=0x7f7b6e72fd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f7b78fa9685 in TestNamespace::QEventLoop::exec (this=0x7f7b6e72fd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f7b78d67f5c in TestNamespace::QThread::exec (this=0x2281430) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f7b771b0a39 in TestNamespace::QQmlThreadPrivate::run (this=0x2281430) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f7b78d6e9f5 in TestNamespace::QThreadPrivate::start (arg=0x2281430) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f7b76267efc in start_thread (arg=0x7f7b6e730700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f7b784cef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f7b7a26a760 (LWP 14639)): QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: #1 0x00007f7b76910bbf in v8::internal::OS::Abort () at ../3rdparty/v8/src/platform-linux.cc:396 QtQA::App::TestRunner: #2 0x00007f7b76563519 in V8_Fatal (file=0x7f7b7691bfa8 "../3rdparty/v8/src/objects-inl.h", line=2375, format=0x7f7b7691be07 "CHECK(%s) failed") at ../3rdparty/v8/src/checks.cc:58 QtQA::App::TestRunner: #3 0x00007f7b764ff08f in v8::internal::Smi::cast (object=0x1beefdad0beefdaf) at ../3rdparty/v8/src/objects-inl.h:2375 QtQA::App::TestRunner: #4 0x00007f7b76526f34 in v8::internal::SeqString::symbol_id (this=0x3cc8e7aa6061) at ../3rdparty/v8/src/objects-inl.h:2427 QtQA::App::TestRunner: #5 0x00007f7b76517c77 in v8::String::CompleteHash (this=0x22bf0e0) at ../3rdparty/v8/src/api.cc:3990 QtQA::App::TestRunner: #6 0x00007f7b772019df in TestNamespace::QHashedV8String::QHashedV8String (this=0x7fff60f871f0, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1138 QtQA::App::TestRunner: #7 0x00007f7b772051cb in TestNamespace::QV8QObjectWrapper::Getter (property=..., info=...) at qml/v8/qv8qobjectwrapper.cpp:756 QtQA::App::TestRunner: #8 0x00007f7b76707d38 in v8::internal::JSObject::GetPropertyWithInterceptor (this=0x290308f0fa91, receiver=0x290308f0fa91, name=0x3cc8e7aa6061, attributes=0x7fff60f8769c) at ../3rdparty/v8/src/objects.cc:10904 QtQA::App::TestRunner: #9 0x00007f7b766e2333 in v8::internal::Object::GetProperty (this=0x290308f0fa91, receiver=0x290308f0fa91, result=0x7fff60f87610, name=0x3cc8e7aa6061, attributes=0x7fff60f8769c) at ../3rdparty/v8/src/objects.cc:656 QtQA::App::TestRunner: #10 0x00007f7b766e1c81 in v8::internal::Object::GetProperty (object=..., receiver=..., result=0x7fff60f87610, key=..., attributes=0x7fff60f8769c) at ../3rdparty/v8/src/objects.cc:583 QtQA::App::TestRunner: #11 0x00007f7b7667473d in v8::internal::LoadIC::Load (this=0x7fff60f876e0, state=v8::internal::UNINITIALIZED, object=..., name=...) at ../3rdparty/v8/src/ic.cc:923 QtQA::App::TestRunner: #12 0x00007f7b76679e4d in v8::internal::LoadIC_Miss (args=..., isolate=0x223d150) at ../3rdparty/v8/src/ic.cc:2100 QtQA::App::TestRunner: #13 0x00000f165f10618e in ?? () QtQA::App::TestRunner: #14 0x00007fff60f87760 in ?? () QtQA::App::TestRunner: #15 0x00000f165f1060e1 in ?? () QtQA::App::TestRunner: #16 0x00007fff60f87740 in ?? () QtQA::App::TestRunner: #17 0x00007fff60f87790 in ?? () QtQA::App::TestRunner: #18 0x00000f165f1fe655 in ?? () QtQA::App::TestRunner: #19 0x00003cc8e7aa6061 in ?? () QtQA::App::TestRunner: #20 0x0000290308f0fa91 in ?? () QtQA::App::TestRunner: #21 0x0000290308f0da29 in ?? () QtQA::App::TestRunner: #22 0x0000290308f0da29 in ?? () QtQA::App::TestRunner: #23 0x0000290308f0d671 in ?? () QtQA::App::TestRunner: #24 0x00007fff60f877c8 in ?? () QtQA::App::TestRunner: #25 0x00000f165f124ee7 in ?? () QtQA::App::TestRunner: #26 0x0000329b37d5cc69 in ?? () QtQA::App::TestRunner: #27 0x0000290308f0da29 in ?? () QtQA::App::TestRunner: #28 0x00000f165f124e21 in ?? () QtQA::App::TestRunner: #29 0x0000000600000000 in ?? () QtQA::App::TestRunner: #30 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(283)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(287)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_alignment() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_alignment() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateNone) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateMinimumWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagatePreferredWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateMaximumWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateAll) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateCrazy) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(fallbackValues) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(acceptZeroWidths) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(123) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(132) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(213) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(231) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(321) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(312) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintPropagationCount() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QQuickAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() # # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2375 # CHECK(object->IsSmi()) failed # ==== Stack trace ============================================ Security context: 0xf43bf95cb49 #0# 1: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0xf43bf95cc69 #1#) 5: /* anonymous */ [0x29c7b41e0d9 #2#:1] (this=0x26f818c65031 #3#) 6: arguments adaptor frame: 1->0 7: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x29c7b44fb21 #4#,data=0x26f818c344c1 #5#) 8: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x26f818c34541 #6#,prop=0x1b5e167a48a9 ,arg=0x26f818c344c1 #5#) 9: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x29c7b4573f1 #7#,prop=0x1b5e167a48a9 ,arg=0x26f818c344c1 #5#) 10: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x29c7b4571e9 #8#) 11: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0xf43bf95cc69 #1#) ==== Details ================================================ [1]: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0xf43bf95cc69 #1#) { // expression stack (top to bottom) [02] : 0x1b5e167a6061 [01] : 0x2fe3b6f0fa91 #9# [00] : 0x2fe3b6f0da29 #10# --------- s o u r c e c o d e --------- function $color() { return palette.highlight } ----------------------------------------- } [5]: /* anonymous */ [0x29c7b41e0d9 #2#:1] (this=0x26f818c65031 #3#) { // stack-allocated locals var arguments = 0x26f818c64129 #11# // expression stack (top to bottom) [08] : 0xf43bf95dad9 #12# [07] : 0x26f818c64129 #11# [06] : 1 [05] : 0x26f818c64f61 #13# [04] : 11 [03] : 0x26f818c65031 #3# [02] : 0xf43bf95cc69 #1# [01] : 0xf43bf95dad9 #12# --------- s o u r c e c o d e --------- function () { return method(object, data, qmlglobal, arguments.length, arguments); } ----------------------------------------- } [6]: arguments adaptor frame: 1->0 { // actual arguments [00] : 0x29c7b44fb21 #4# // not passed to callee } [7]: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x29c7b44fb21 #4#,data=0x26f818c344c1 #5#) { // stack-allocated locals var component = 0x26f818c65031 #3# var table = 0xf43bf904121 var label = 0xf43bf904121 // expression stack (top to bottom) [05] : 0x29c7b44fb21 #4# [04] : 0x26f818c65031 #3# [03] : 0x26f818c64fe9 #14# --------- s o u r c e c o d e --------- function test_usingcpplistmodel(data) {?? var component = Qt.createComponent(data.a)? compare(component.status, Component.Ready)? var table = component.createObject(testCase);? verify(table !== null, "table created is null")? table.forceActiveFocus();?? // to go to next row (this model h... ----------------------------------------- } [8]: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x26f818c34541 #6#,prop=0x1b5e167a48a9 ,arg=0x26f818c344c1 #5#) { // expression stack (top to bottom) [08] : 0x26f818c344c1 #5# [07] : 0x29c7b44fb21 #4# [06] : 0x1b5e167a48a9 --------- s o u r c e c o d e --------- function qtest_runInternal(prop,arg) {? try {? qtest_testCaseResult = testCase[prop](arg)? } catch (e) {? qtest_testCaseResult = []? if (e.message.indexOf("QtQuickTest::") != 0) {? // Test threw an unrecognized exception - fail.? qtest_results.fail(... ----------------------------------------- } [9]: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x29c7b4573f1 #7#,prop=0x1b5e167a48a9 ,arg=0x26f818c344c1 #5#) { // expression stack (top to bottom) [03] : 0x26f818c344c1 #5# [02] : 0x1b5e167a48a9 [01] : 0x26f818c34541 #6# [00] : 0x26f818c64e79 #15# --------- s o u r c e c o d e --------- function qtest_runFunction(prop,arg) {? qtest_runInternal("init")? if (!qtest_results.skipped) {? qtest_runInternal(prop, arg)? qtest_results.finishTestData()? qtest_runInternal("cleanup")? qtest_results.finishTestDataCleanup()? }? } ----------------------------------------- } [10]: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x29c7b4571e9 #8#) { // stack-allocated locals var functionsToRun = 0x29c7b4574b9 #16# var found = 0xf43bf904121 var list = 0xf43bf904121 var prefix = 0xf43bf904121 var index = 0xa611f00b339 var runTests = 0xf43bf904161 var testList = 0x29c7b44fc01 #17# var prop = 0x1b5e167a48a9 var tail = 18 var checkNames = 0xf43bf904181 var datafunc = 0x1b5e167a4999 var isBenchmark = 0xf43bf904181 var table = 0x29c7b478619 #18# var haveData = 0xf43bf904161 var row = 0x26f818c344c1 #5# // expression stack (top to bottom) [28] : 0x26f818c344c1 #5# [27] : 0x1b5e167a48a9 [26] : 0x29c7b4573f1 #7# [25] : 0 [24] : 2 [23] : 0x26f818c34521 #19# [22] : 1 [21] : 0x29c7b478619 #18# [20] : 0 [19] : 4 [18] : 0x29c7b44fe19 #20# [17] : 1 [16] : 0x29c7b44fc01 #17# [15] : 0x29c7b457449 #21# --------- s o u r c e c o d e --------- function qtest_run() {? if (util.printAvailableFunctions) {? completed = true? return? }?? if (TestLogger.log_start_test()) {? qtest_results.reset()? qtest_results.testCaseName = name? qtest_results.startLogging()? } else {? ... ----------------------------------------- } [11]: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0xf43bf95cc69 #1#) { // expression stack (top to bottom) [01] : 0x29c7b4571e9 #8# [00] : 0x29c7b457241 #22# --------- s o u r c e c o d e --------- function onWhenChanged() { {? if (when != qtest_prevWhen) {? qtest_prevWhen = when? if (when && !completed && !running && qtest_componentCompleted)? qtest_run()? }? } } ----------------------------------------- } ==== Key ============================================ #0# 0xf43bf95cb49: 0xf43bf95cb49 #1# 0xf43bf95cc69: 0xf43bf95cc69 #2# 0x29c7b41e0d9: 0x29c7b41e0d9 #3# 0x26f818c65031: 0x26f818c65031 #4# 0x29c7b44fb21: 0x29c7b44fb21 #5# 0x26f818c344c1: 0x26f818c344c1 tag: 0x1b5e1678d0a1 a: 0x1b5e1678d0d1 expected: 1 #6# 0x26f818c34541: 0x26f818c34541 #7# 0x29c7b4573f1: 0x29c7b4573f1 #8# 0x29c7b4571e9: 0x29c7b4571e9 #9# 0x2fe3b6f0fa91: 0x2fe3b6f0fa91 #10# 0x2fe3b6f0da29: 0x2fe3b6f0da29 #11# 0x26f818c64129: 0x26f818c64129 length: 1 callee: 0x26f81QtQA::App::TestRunner: Process exited due to signal 5; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 14644] QtQA::App::TestRunner: [New LWP 14646] QtQA::App::TestRunner: [New LWP 14645] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 5, Trace/breakpoint trap. QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: 414 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f7dbf148700 (LWP 14645)): QtQA::App::TestRunner: #0 0x00007f7dc8edae23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f7dc54e3f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f7dc54e4429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f7dc9a36279 in TestNamespace::QEventDispatcherGlib::processEvents (this=0xb24de0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f7dc99c13ac in TestNamespace::QEventLoop::processEvents (this=0x7f7dbf147d80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f7dc99c1685 in TestNamespace::QEventLoop::exec (this=0x7f7dbf147d80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f7dc977ff5c in TestNamespace::QThread::exec (this=0xb28fc0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f7dc7bc8a39 in TestNamespace::QQmlThreadPrivate::run (this=0xb28fc0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f7dc97869f5 in TestNamespace::QThreadPrivate::start (arg=0xb28fc0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f7dc6c7fefc in start_thread (arg=0x7f7dbf148700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f7dc8ee6f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f7dcaca5700 (LWP 14646)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f7dc7329bab in v8::internal::LinuxSemaphore::Wait (this=0xb66b50) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f7dc71fd96d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f7dc71fdb33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0xb669bc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f7dc732ac18 in v8::internal::SignalSender::Run (this=0xb66990) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f7dc732990c in v8::internal::ThreadEntry (arg=0xb66990) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f7dc6c7fefc in start_thread (arg=0x7f7dcaca5700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f7dc8ee6f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f7dcac82760 (LWP 14644)): QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: #1 0x00007f7dc7328bbf in v8::internal::OS::Abort () at ../3rdparty/v8/src/platform-linux.cc:396 QtQA::App::TestRunner: #2 0x00007f7dc6f7b519 in V8_Fatal (file=0x7f7dc7333fa8 "../3rdparty/v8/src/objects-inl.h", line=2375, format=0x7f7dc7333e07 "CHECK(%s) failed") at ../3rdparty/v8/src/checks.cc:58 QtQA::App::TestRunner: #3 0x00007f7dc6f1708f in v8::internal::Smi::cast (object=0x1beefdad0beefdaf) at ../3rdparty/v8/src/objects-inl.h:2375 QtQA::App::TestRunner: #4 0x00007f7dc6f3ef34 in v8::internal::SeqString::symbol_id (this=0x1b5e167a6061) at ../3rdparty/v8/src/objects-inl.h:2427 QtQA::App::TestRunner: #5 0x00007f7dc6f2fc77 in v8::String::CompleteHash (this=0xb67120) at ../3rdparty/v8/src/api.cc:3990 QtQA::App::TestRunner: #6 0x00007f7dc7c199df in TestNamespace::QHashedV8String::QHashedV8String (this=0x7fff9bce0f00, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1138 QtQA::App::TestRunner: #7 0x00007f7dc7c1d1cb in TestNamespace::QV8QObjectWrapper::Getter (property=..., info=...) at qml/v8/qv8qobjectwrapper.cpp:756 QtQA::App::TestRunner: #8 0x00007f7dc711fd38 in v8::internal::JSObject::GetPropertyWithInterceptor (this=0x2fe3b6f0fa91, receiver=0x2fe3b6f0fa91, name=0x1b5e167a6061, attributes=0x7fff9bce13ac) at ../3rdparty/v8/src/objects.cc:10904 QtQA::App::TestRunner: #9 0x00007f7dc70fa333 in v8::internal::Object::GetProperty (this=0x2fe3b6f0fa91, receiver=0x2fe3b6f0fa91, result=0x7fff9bce1320, name=0x1b5e167a6061, attributes=0x7fff9bce13ac) at ../3rdparty/v8/src/objects.cc:656 QtQA::App::TestRunner: #10 0x00007f7dc70f9c81 in v8::internal::Object::GetProperty (object=..., receiver=..., result=0x7fff9bce1320, key=..., attributes=0x7fff9bce13ac) at ../3rdparty/v8/src/objects.cc:583 QtQA::App::TestRunner: #11 0x00007f7dc708c73d in v8::internal::LoadIC::Load (this=0x7fff9bce13f0, state=v8::internal::UNINITIALIZED, object=..., name=...) at ../3rdparty/v8/src/ic.cc:923 QtQA::App::TestRunner: #12 0x00007f7dc7091e4d in v8::internal::LoadIC_Miss (args=..., isolate=0xae5150) at ../3rdparty/v8/src/ic.cc:2100 QtQA::App::TestRunner: #13 0x000000ad1460618e in ?? () QtQA::App::TestRunner: #14 0x00007fff9bce1470 in ?? () QtQA::App::TestRunner: #15 0x000000ad146060e1 in ?? () QtQA::App::TestRunner: #16 0x00007fff9bce1450 in ?? () QtQA::App::TestRunner: #17 0x00007fff9bce14a0 in ?? () QtQA::App::TestRunner: #18 0x000000ad146fe655 in ?? () QtQA::App::TestRunner: #19 0x00001b5e167a6061 in ?? () QtQA::App::TestRunner: #20 0x00002fe3b6f0fa91 in ?? () QtQA::App::TestRunner: #21 0x00002fe3b6f0da29 in ?? () QtQA::App::TestRunner: #22 0x00002fe3b6f0da29 in ?? () QtQA::App::TestRunner: #23 0x00002fe3b6f0d671 in ?? () QtQA::App::TestRunner: #24 0x00007fff9bce14d8 in ?? () QtQA::App::TestRunner: #25 0x000000ad14624ee7 in ?? () QtQA::App::TestRunner: #26 0x00000f43bf95cc69 in ?? () QtQA::App::TestRunner: #27 0x00002fe3b6f0da29 in ?? () QtQA::App::TestRunner: #28 0x000000ad14624e21 in ?? () QtQA::App::TestRunner: #29 0x0000000600000000 in ?? () QtQA::App::TestRunner: #30 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 67 seconds, signal 5 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00122/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366886126): http://codereview.qt-project.org/54280 [PS3] - Refactor propagation of size hints From ci-noreply at qt-project.org Thu Apr 25 12:58:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 13:58:29 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#dev Message-ID: <20130425_105829_022663.ci-noreply@qt-project.org> `make' failed :( make: *** No rule to make target `module_qtwebkit-make_first', needed by `module-qtwebkit-examples-and-demos-make_first'. Stop. Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00113/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1366887222): http://codereview.qt-project.org/49698 [PS2] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Thu Apr 25 12:59:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 13:59:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_105911_007955.ci-noreply@qt-project.org> qtbase failed to compile :( c:\mingw\mingw32\i686-w64-mingw32\include\winnt.h:89:21: fatal error: basetsd.h: No such file or directory Makefile.Release:2788: recipe for target '.obj/release_shared/arthurstyle.o' failed mingw32-make[6]: *** [.obj/release_shared/arthurstyle.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-deform-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:877: recipe for target '.obj/release_shared/main.o' failed mingw32-make[6]: *** [.obj/release_shared/main.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-factorial-make_first] Error 2 mingw32-make[3]: *** [sub-statemachine-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:7027: recipe for target '.obj/release_shared/moc_scene.o' failed mingw32-make[6]: *** [.obj/release_shared/moc_scene.o] Error 1 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:991: recipe for target '.obj/release_shared/imagemodel.o' failed mingw32-make[6]: *** [.obj/release_shared/imagemodel.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-pixelator-make_first] Error 2 mingw32-make[3]: *** [sub-itemviews-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1086: recipe for target '.obj/release_shared/tst_qstring_no_cast_from_bytearray.o' failed mingw32-make[7]: *** [.obj/release_shared/tst_qstring_no_cast_from_bytearray.o] Error 1 mingw32-make[6]: *** [release] Error 2 mingw32-make[5]: *** [sub-qstring_no_cast_from_bytearray-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1220: recipe for target '.obj/release_shared/tst_qmainwindow.o' failed mingw32-make[7]: *** [.obj/release_shared/tst_qmainwindow.o] Error 1 mingw32-make[6]: *** [release] Error 2 mingw32-make[5]: *** [sub-qmainwindow-make_first] Error 2 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-boxes-make_first] Error 2 mingw32-make[3]: *** [sub-graphicsview-make_first] Error 2 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:1088: recipe for target '.obj/release_shared/tst_qstringbuilder1.o' failed mingw32-make[8]: *** [.obj/release_shared/tst_qstringbuilder1.o] Error 1 mingw32-make[7]: *** [release] Error 2 mingw32-make[6]: *** [sub-qstringbuilder1-make_first] Error 2 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:1088: recipe for target '.obj/release_shared/tst_qstringbuilder2.o' failed mingw32-make[8]: *** [.obj/release_shared/tst_qstringbuilder2.o] Error 1 mingw32-make[7]: *** [release] Error 2 mingw32-make[6]: *** [sub-qstringbuilder2-make_first] Error 2 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:1248: recipe for target '.obj/release_shared/tst_qmdisubwindow.o' failed mingw32-make[7]: *** [.obj/release_shared/tst_qmdisubwindow.o] Error 1 mingw32-make[6]: *** [release] Error 2 mingw32-make[5]: *** [sub-qmdisubwindow-make_first] Error 2 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:1088: recipe for target '.obj/release_shared/tst_qstringbuilder3.o' failed mingw32-make[8]: *** [.obj/release_shared/tst_qstringbuilder3.o] Error 1 mingw32-make[7]: *** [release] Error 2 mingw32-make[6]: *** [sub-qstringbuilder3-make_first] Error 2 mingw32-make[5]: *** [sub-qstringbuilder-make_first] Error 2 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:6159: recipe for target '.obj/release_shared/qrc_shared.o' failed mingw32-make[6]: *** [.obj/release_shared/qrc_shared.o] Error 1 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:6168: recipe for target '.obj/release_shared/moc_arthurwidgets.o' failed mingw32-make[6]: *** [.obj/release_shared/moc_arthurwidgets.o] Error 1 Makefile.Release:6165: recipe for target '.obj/release_shared/moc_composition.o' failed mingw32-make[6]: *** [.obj/release_shared/moc_composition.o] Error 1 Makefile.Release:6162: recipe for target '.obj/release_shared/qrc_composition.o' failed mingw32-make[6]: *** [.obj/release_shared/qrc_composition.o] Error 1 c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\stddef.h:1:25: fatal error: stddef.h: No such file or directory Makefile.Release:6171: recipe for target '.obj/release_shared/moc_hoverpoints.o' failed mingw32-make[6]: *** [.obj/release_shared/moc_hoverpoints.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-composition-make_first] Error 2 mingw32-make[3]: *** [sub-painting-make_first] Error 2 mingw32-make[2]: *** [sub-widgets-make_first] Error 2 mingw32-make[1]: *** [sub-examples-make_first] Error 2 In file included from ..\..\..\..\..\include/QtCore/qglobal.h:1:0, from ..\..\..\..\..\include/QtCore/../../src/corelib/global/qnamespace.h:45, from ..\..\..\..\..\include/QtCore/qnamespace.h:1, from ..\..\..\..\..\include/QtCore/../../src/corelib/kernel/qobjectdefs.h:45, from ..\..\..\..\..\include/QtCore/qobjectdefs.h:1, from ..\..\..\..\..\include/QtCore/../../src/corelib/kernel/qobject.h:48, from ..\..\..\..\..\include/QtCore/qobject.h:1, from ..\..\..\..\..\include/QtCore/../../src/corelib/animation/qabstractanimation.h:45, from ..\..\..\..\..\include/QtCore/qabstractanimation.h:1, from ..\..\..\..\..\include/QtCore/QtCore:4, from ..\..\..\..\..\include/QtTest/QtTest:4, from tst_qmdiarea.cpp:43: ..\..\..\..\..\include/QtCore/../../src/corelib/global/qglobal.h:46:20: fatal error: stddef.h: No such file or directory Makefile.Release:1928: recipe for target '.obj/release_shared/tst_qmdiarea.o' failed mingw32-make[7]: *** [.obj/release_shared/tst_qmdiarea.o] Error 1 mingw32-make[6]: *** [release] Error 2 mingw32-make[5]: *** [sub-qmdiarea-make_first] Error 2 g++ -Wl,-s -mthreads -Wl,-subsystem,console -o release\tst_qlineedit.exe .obj/release_shared/tst_qlineedit.o -lglu32 -lopengl32 -lgdi32 -luser32 -LC:\mingw\mingw32\lib -Lc:\openssl\lib -Lc:\utils\icu4c\icu\lib -LC:/work/build/qt/qtbase/lib -lQt5WidgetsTestInfix -lQt5TestTestInfix -lQt5GuiTestInfix -lQt5CoreTestInfix Makefile.Release:77: recipe for target 'release\tst_qlineedit.exe' failed mingw32-make[7]: *** [release\tst_qlineedit.exe] Error 1 mingw32-make[6]: *** [release] Error 2 mingw32-make[5]: *** [sub-qlineedit-make_first] Error 2 mingw32-make[4]: *** [sub-widgets-make_first] Error 2 mingw32-make[3]: *** [sub-widgets-make_first] Error 2 g++ -Wl,-s -mthreads -Wl,-subsystem,console -o release\tst_qstring.exe .obj/release_shared/tst_qstring.o -LC:\mingw\mingw32\lib -Lc:\openssl\lib -Lc:\utils\icu4c\icu\lib -LC:/work/build/qt/qtbase/lib -lQt5TestTestInfix -lQt5CoreTestInfix Makefile.Release:77: recipe for target 'release\tst_qstring.exe' failed mingw32-make[7]: *** [release\tst_qstring.exe] Error 1 mingw32-make[6]: *** [release] Error 2 mingw32-make[5]: *** [sub-qstring-make_first] Error 2 mingw32-make[4]: *** [sub-tools-make_first] Error 2 mingw32-make[3]: *** [sub-corelib-make_first] Error 2 mingw32-make[2]: *** [sub-auto-make_first] Error 2 mingw32-make[1]: *** [sub-tests-make_first] Error 2 mingw32-make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01010/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366885906): http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. From ci-noreply at qt-project.org Thu Apr 25 13:03:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:03:18 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_110318_088823.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols # # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2375 # CHECK(object->IsSmi()) failed # ==== Stack trace ============================================ Security context: 0x23e91915cb49 #0# 1: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x23e91915cc69 #1#) 5: /* anonymous */ [0x2b158801e0d9 #2#:1] (this=0x341ead765031 #3#) 6: arguments adaptor frame: 1->0 7: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x2b158804fb21 #4#,data=0x341ead7344c1 #5#) 8: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x341ead734541 #6#,prop=0x2b02e75a48a9 ,arg=0x341ead7344c1 #5#) 9: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x2b15880573f1 #7#,prop=0x2b02e75a48a9 ,arg=0x341ead7344c1 #5#) 10: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x2b15880571e9 #8#) 11: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x23e91915cc69 #1#) ==== Details ================================================ [1]: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x23e91915cc69 #1#) { // expression stack (top to bottom) [02] : 0x2b02e75a6061 [01] : 0x249750f0fa91 #9# [00] : 0x249750f0da29 #10# --------- s o u r c e c o d e --------- function $color() { return palette.highlight } ----------------------------------------- } [5]: /* anonymous */ [0x2b158801e0d9 #2#:1] (this=0x341ead765031 #3#) { // stack-allocated locals var arguments = 0x341ead764129 #11# // expression stack (top to bottom) [08] : 0x23e91915dad9 #12# [07] : 0x341ead764129 #11# [06] : 1 [05] : 0x341ead764f61 #13# [04] : 11 [03] : 0x341ead765031 #3# [02] : 0x23e91915cc69 #1# [01] : 0x23e91915dad9 #12# --------- s o u r c e c o d e --------- function () { return method(object, data, qmlglobal, arguments.length, arguments); } ----------------------------------------- } [6]: arguments adaptor frame: 1->0 { // actual arguments [00] : 0x2b158804fb21 #4# // not passed to callee } [7]: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x2b158804fb21 #4#,data=0x341ead7344c1 #5#) { // stack-allocated locals var component = 0x341ead765031 #3# var table = 0x23e919104121 var label = 0x23e919104121 // expression stack (top to bottom) [05] : 0x2b158804fb21 #4# [04] : 0x341ead765031 #3# [03] : 0x341ead764fe9 #14# --------- s o u r c e c o d e --------- function test_usingcpplistmodel(data) {?? var component = Qt.createComponent(data.a)? compare(component.status, Component.Ready)? var table = component.createObject(testCase);? verify(table !== null, "table created is null")? table.forceActiveFocus();?? // to go to next row (this model h... ----------------------------------------- } [8]: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x341ead734541 #6#,prop=0x2b02e75a48a9 ,arg=0x341ead7344c1 #5#) { // expression stack (top to bottom) [08] : 0x341ead7344c1 #5# [07] : 0x2b158804fb21 #4# [06] : 0x2b02e75a48a9 --------- s o u r c e c o d e --------- function qtest_runInternal(prop,arg) {? try {? qtest_testCaseResult = testCase[prop](arg)? } catch (e) {? qtest_testCaseResult = []? if (e.message.indexOf("QtQuickTest::") != 0) {? // Test threw an unrecognized exception - fail.? qtest_results.fail(... ----------------------------------------- } [9]: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x2b15880573f1 #7#,prop=0x2b02e75a48a9 ,arg=0x341ead7344c1 #5#) { // expression stack (top to bottom) [03] : 0x341ead7344c1 #5# [02] : 0x2b02e75a48a9 [01] : 0x341ead734541 #6# [00] : 0x341ead764e79 #15# --------- s o u r c e c o d e --------- function qtest_runFunction(prop,arg) {? qtest_runInternal("init")? if (!qtest_results.skipped) {? qtest_runInternal(prop, arg)? qtest_results.finishTestData()? qtest_runInternal("cleanup")? qtest_results.finishTestDataCleanup()? }? } ----------------------------------------- } [10]: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x2b15880571e9 #8#) { // stack-allocated locals var functionsToRun = 0x2b15880574b9 #16# var found = 0x23e919104121 var list = 0x23e919104121 var prefix = 0x23e919104121 var index = 0x8d5b020b339 var runTests = 0x23e919104161 var testList = 0x2b158804fc01 #17# var prop = 0x2b02e75a48a9 var tail = 18 var checkNames = 0x23e919104181 var datafunc = 0x2b02e75a4999 var isBenchmark = 0x23e919104181 var table = 0x2b1588078619 #18# var haveData = 0x23e919104161 var row = 0x341ead7344c1 #5# // expression stack (top to bottom) [28] : 0x341ead7344c1 #5# [27] : 0x2b02e75a48a9 [26] : 0x2b15880573f1 #7# [25] : 0 [24] : 2 [23] : 0x341ead734521 #19# [22] : 1 [21] : 0x2b1588078619 #18# [20] : 0 [19] : 4 [18] : 0x2b158804fe19 #20# [17] : 1 [16] : 0x2b158804fc01 #17# [15] : 0x2b1588057449 #21# --------- s o u r c e c o d e --------- function qtest_run() {? if (util.printAvailableFunctions) {? completed = true? return? }?? if (TestLogger.log_start_test()) {? qtest_results.reset()? qtest_results.testCaseName = name? qtest_results.startLogging()? } else {? ... ----------------------------------------- } [11]: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x23e91915cc69 #1#) { // expression stack (top to bottom) [01] : 0x2b15880571e9 #8# [00] : 0x2b1588057241 #22# --------- s o u r c e c o d e --------- function onWhenChanged() { {? if (when != qtest_prevWhen) {? qtest_prevWhen = when? if (when && !completed && !running && qtest_componentCompleted)? qtest_run()? }? } } ----------------------------------------- } ==== Key ============================================ #0# 0x23e91915cb49: 0x23e91915cb49 #1# 0x23e91915cc69: 0x23e91915cc69 #2# 0x2b158801e0d9: 0x2b158801e0d9 #3# 0x341ead765031: 0x341ead765031 #4# 0x2b158804fb21: 0x2b158804fb21 #5# 0x341ead7344c1: 0x341ead7344c1 tag: 0x2b02e758d0a1 a: 0x2b02e758d0d1 expected: 1 #6# 0x341ead734541: 0x341ead734541 #7# 0x2b15880573f1: 0x2b15880573f1 #8# 0x2b15880571e9: 0x2b15880571e9 #9# 0x249750f0fa91: 0x249750f0fa91 #10# 0x249750f0da29: 0x249750f0da29 #11# 0x341ead764129: 0x341ead764129 QtQA::App::TestRunner: Process exited due to signal 5; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 14644] QtQA::App::TestRunner: [New LWP 14646] QtQA::App::TestRunner: [New LWP 14645] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 5, Trace/breakpoint trap. QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: 414 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f6cb0160700 (LWP 14645)): QtQA::App::TestRunner: #0 0x00007f6cb9ef2e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f6cb64fbf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f6cb64fc429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f6cbaa4e279 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x89ade0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f6cba9d93ac in TestNamespace::QEventLoop::processEvents (this=0x7f6cb015fd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f6cba9d9685 in TestNamespace::QEventLoop::exec (this=0x7f6cb015fd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f6cba797f5c in TestNamespace::QThread::exec (this=0x89f430) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f6cb8be0a39 in TestNamespace::QQmlThreadPrivate::run (this=0x89f430) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f6cba79e9f5 in TestNamespace::QThreadPrivate::start (arg=0x89f430) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f6cb7c97efc in start_thread (arg=0x7f6cb0160700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f6cb9efef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f6cbbcbd700 (LWP 14646)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f6cb8341bab in v8::internal::LinuxSemaphore::Wait (this=0x8dcaf0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f6cb821596d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f6cb8215b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x8dc95c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f6cb8342c18 in v8::internal::SignalSender::Run (this=0x8dc930) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f6cb834190c in v8::internal::ThreadEntry (arg=0x8dc930) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f6cb7c97efc in start_thread (arg=0x7f6cbbcbd700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f6cb9efef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f6cbbc9a760 (LWP 14644)): QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: #1 0x00007f6cb8340bbf in v8::internal::OS::Abort () at ../3rdparty/v8/src/platform-linux.cc:396 QtQA::App::TestRunner: #2 0x00007f6cb7f93519 in V8_Fatal (file=0x7f6cb834bfa8 "../3rdparty/v8/src/objects-inl.h", line=2375, format=0x7f6cb834be07 "CHECK(%s) failed") at ../3rdparty/v8/src/checks.cc:58 QtQA::App::TestRunner: #3 0x00007f6cb7f2f08f in v8::internal::Smi::cast (object=0x1beefdad0beefdaf) at ../3rdparty/v8/src/objects-inl.h:2375 QtQA::App::TestRunner: #4 0x00007f6cb7f56f34 in v8::internal::SeqString::symbol_id (this=0x2b02e75a6061) at ../3rdparty/v8/src/objects-inl.h:2427 QtQA::App::TestRunner: #5 0x00007f6cb7f47c77 in v8::String::CompleteHash (this=0x8dd0c0) at ../3rdparty/v8/src/api.cc:3990 QtQA::App::TestRunner: #6 0x00007f6cb8c319df in TestNamespace::QHashedV8String::QHashedV8String (this=0x7fff0fff01b0, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1138 QtQA::App::TestRunner: #7 0x00007f6cb8c351cb in TestNamespace::QV8QObjectWrapper::Getter (property=..., info=...) at qml/v8/qv8qobjectwrapper.cpp:756 QtQA::App::TestRunner: #8 0x00007f6cb8137d38 in v8::internal::JSObject::GetPropertyWithInterceptor (this=0x249750f0fa91, receiver=0x249750f0fa91, name=0x2b02e75a6061, attributes=0x7fff0fff065c) at ../3rdparty/v8/src/objects.cc:10904 QtQA::App::TestRunner: #9 0x00007f6cb8112333 in v8::internal::Object::GetProperty (this=0x249750f0fa91, receiver=0x249750f0fa91, result=0x7fff0fff05d0, name=0x2b02e75a6061, attributes=0x7fff0fff065c) at ../3rdparty/v8/src/objects.cc:656 QtQA::App::TestRunner: #10 0x00007f6cb8111c81 in v8::internal::Object::GetProperty (object=..., receiver=..., result=0x7fff0fff05d0, key=..., attributes=0x7fff0fff065c) at ../3rdparty/v8/src/objects.cc:583 QtQA::App::TestRunner: #11 0x00007f6cb80a473d in v8::internal::LoadIC::Load (this=0x7fff0fff06a0, state=v8::internal::UNINITIALIZED, object=..., name=...) at ../3rdparty/v8/src/ic.cc:923 QtQA::App::TestRunner: #12 0x00007f6cb80a9e4d in v8::internal::LoadIC_Miss (args=..., isolate=0x85b150) at ../3rdparty/v8/src/ic.cc:2100 QtQA::App::TestRunner: #13 0x000019b16400618e in ?? () QtQA::App::TestRunner: #14 0x00007fff0fff0720 in ?? () QtQA::App::TestRunner: #15 0x000019b1640060e1 in ?? () QtQA::App::TestRunner: #16 0x00007fff0fff0700 in ?? () QtQA::App::TestRunner: #17 0x00007fff0fff0750 in ?? () QtQA::App::TestRunner: #18 0x000019b1640fe655 in ?? () QtQA::App::TestRunner: #19 0x00002b02e75a6061 in ?? () QtQA::App::TestRunner: #20 0x0000249750f0fa91 in ?? () QtQA::App::TestRunner: #21 0x0000249750f0da29 in ?? () QtQA::App::TestRunner: #22 0x0000249750f0da29 in ?? () QtQA::App::TestRunner: #23 0x0000249750f0d671 in ?? () QtQA::App::TestRunner: #24 0x00007fff0fff0788 in ?? () QtQA::App::TestRunner: #25 0x000019b164024ee7 in ?? () QtQA::App::TestRunner: #26 0x000023e91915cc69 in ?? () QtQA::App::TestRunner: #27 0x0000249750f0da29 in ?? () QtQA::App::TestRunner: #28 0x000019b164024e21 in ?? () QtQA::App::TestRunner: #29 0x0000000600000000 in ?? () QtQA::App::TestRunner: #30 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(283)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(287)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_alignment() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_alignment() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateNone) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateMinimumWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagatePreferredWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateMaximumWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateAll) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateCrazy) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(fallbackValues) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(acceptZeroWidths) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(123) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(132) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(213) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(231) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(321) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(312) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintPropagationCount() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QQuickAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() # # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2375 # CHECK(object->IsSmi()) failed # ==== Stack trace ============================================ Security context: 0x3aa2b045cb49 #0# 1: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x3aa2b045cc69 #1#) 5: /* anonymous */ [0x394260e1e0d9 #2#:1] (this=0x1cb7b2365031 #3#) 6: arguments adaptor frame: 1->0 7: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x394260e4fb21 #4#,data=0x1cb7b23344c1 #5#) 8: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x1cb7b2334541 #6#,prop=0x39bf066a48a9 ,arg=0x1cb7b23344c1 #5#) 9: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x394260e573f1 #7#,prop=0x39bf066a48a9 ,arg=0x1cb7b23344c1 #5#) 10: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x394260e571e9 #8#) 11: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x3aa2b045cc69 #1#) ==== Details ================================================ [1]: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x3aa2b045cc69 #1#) { // expression stack (top to bottom) [02] : 0x39bf066a6061 [01] : 0x112106f0fa91 #9# [00] : 0x112106f0da29 #10# --------- s o u r c e c o d e --------- function $color() { return palette.highlight } ----------------------------------------- } [5]: /* anonymous */ [0x394260e1e0d9 #2#:1] (this=0x1cb7b2365031 #3#) { // stack-allocated locals var arguments = 0x1cb7b2364129 #11# // expression stack (top to bottom) [08] : 0x3aa2b045dad9 #12# [07] : 0x1cb7b2364129 #11# [06] : 1 [05] : 0x1cb7b2364f61 #13# [04] : 11 [03] : 0x1cb7b2365031 #3# [02] : 0x3aa2b045cc69 #1# [01] : 0x3aa2b045dad9 #12# --------- s o u r c e c o d e --------- function () { return method(object, data, qmlglobal, arguments.length, arguments); } ----------------------------------------- } [6]: arguments adaptor frame: 1->0 { // actual arguments [00] : 0x394260e4fb21 #4# // not passed to callee } [7]: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x394260e4fb21 #4#,data=0x1cb7b23344c1 #5#) { // stack-allocated locals var component = 0x1cb7b2365031 #3# var table = 0x3aa2b0404121 var label = 0x3aa2b0404121 // expression stack (top to bottom) [05] : 0x394260e4fb21 #4# [04] : 0x1cb7b2365031 #3# [03] : 0x1cb7b2364fe9 #14# --------- s o u r c e c o d e --------- function test_usingcpplistmodel(data) {?? var component = Qt.createComponent(data.a)? compare(component.status, Component.Ready)? var table = component.createObject(testCase);? verify(table !== null, "table created is null")? table.forceActiveFocus();?? // to go to next row (this model h... ----------------------------------------- } [8]: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x1cb7b2334541 #6#,prop=0x39bf066a48a9 ,arg=0x1cb7b23344c1 #5#) { // expression stack (top to bottom) [08] : 0x1cb7b23344c1 #5# [07] : 0x394260e4fb21 #4# [06] : 0x39bf066a48a9 --------- s o u r c e c o d e --------- function qtest_runInternal(prop,arg) {? try {? qtest_testCaseResult = testCase[prop](arg)? } catch (e) {? qtest_testCaseResult = []? if (e.message.indexOf("QtQuickTest::") != 0) {? // Test threw an unrecognized exception - fail.? qtest_results.fail(... ----------------------------------------- } [9]: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x394260e573f1 #7#,prop=0x39bf066a48a9 ,arg=0x1cb7b23344c1 #5#) { // expression stack (top to bottom) [03] : 0x1cb7b23344c1 #5# [02] : 0x39bf066a48a9 [01] : 0x1cb7b2334541 #6# [00] : 0x1cb7b2364e79 #15# --------- s o u r c e c o d e --------- function qtest_runFunction(prop,arg) {? qtest_runInternal("init")? if (!qtest_results.skipped) {? qtest_runInternal(prop, arg)? qtest_results.finishTestData()? qtest_runInternal("cleanup")? qtest_results.finishTestDataCleanup()? }? } ----------------------------------------- } [10]: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x394260e571e9 #8#) { // stack-allocated locals var functionsToRun = 0x394260e574b9 #16# var found = 0x3aa2b0404121 var list = 0x3aa2b0404121 var prefix = 0x3aa2b0404121 var index = 0x1be9e430b339 var runTests = 0x3aa2b0404161 var testList = 0x394260e4fc01 #17# var prop = 0x39bf066a48a9 var tail = 18 var checkNames = 0x3aa2b0404181 var datafunc = 0x39bf066a4999 var isBenchmark = 0x3aa2b0404181 var table = 0x394260e78619 #18# var haveData = 0x3aa2b0404161 var row = 0x1cb7b23344c1 #5# // expression stack (top to bottom) [28] : 0x1cb7b23344c1 #5# [27] : 0x39bf066a48a9 [26] : 0x394260e573f1 #7# [25] : 0 [24] : 2 [23] : 0x1cb7b2334521 #19# [22] : 1 [21] : 0x394260e78619 #18# [20] : 0 [19] : 4 [18] : 0x394260e4fe19 #20# [17] : 1 [16] : 0x394260e4fc01 #17# [15] : 0x394260e57449 #21# --------- s o u r c e c o d e --------- function qtest_run() {? if (util.printAvailableFunctions) {? completed = true? return? }?? if (TestLogger.log_start_test()) {? qtest_results.reset()? qtest_results.testCaseName = name? qtest_results.startLogging()? } else {? ... ----------------------------------------- } [11]: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x3aa2b045cc69 #1#) { // expression stack (top to bottom) [01] : 0x394260e571e9 #8# [00] : 0x394260e57241 #22# --------- s o u r c e c o d e --------- function onWhenChanged() { {? if (when != qtest_prevWhen) {? qtest_prevWhen = when? if (when && !completed && !running && qtest_componentCompleted)? qtest_run()? }? } } ----------------------------------------- } ==== Key ============================================ #0# 0x3aa2b045cb49: 0x3aa2b045cb49 #1# 0x3aa2b045cc69: 0x3aa2b045cc69 #2# 0x394260e1e0d9: 0x394260e1e0d9 #3# 0x1cb7b2365031: 0x1cb7b2365031 #4# 0x394260e4fb21: 0x394260e4fb21 #5# 0x1cb7b23344c1: 0x1cb7b23344c1 tag: 0x39bf0668d0a1 a: 0x39bf0668d0d1 expected: 1 #6# 0x1cb7b2334541: 0x1cb7b2334541 #7# 0x394260e573f1: 0x394260e573f1 #8# 0x394260e571e9: 0x394260e571e9 #9# 0x112106f0fa91: 0x112106f0fa91 #10# 0x112106f0da29: 0x112106f0da29 #11# 0x1cb7b2364129: 0x1cb7b2364129 , nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007faa382caf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007faa382cb429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007faa3c81d279 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1e4fde0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007faa3c7a83ac in TestNamespace::QEventLoop::processEvents (this=0x7faa31f2ed80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007faa3c7a8685 in TestNamespace::QEventLoop::exec (this=0x7faa31f2ed80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007faa3c566f5c in TestNamespace::QThread::exec (this=0x1e53fc0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007faa3a9afa39 in TestNamespace::QQmlThreadPrivate::run (this=0x1e53fc0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007faa3c56d9f5 in TestNamespace::QThreadPrivate::start (arg=0x1e53fc0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007faa39a66efc in start_thread (arg=0x7faa31f2f700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007faa3bccdf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7faa3da8c700 (LWP 14690)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007faa3a110bab in v8::internal::LinuxSemaphore::Wait (this=0x1e91b70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007faa39fe496d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007faa39fe4b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1e919dc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007faa3a111c18 in v8::internal::SignalSender::Run (this=0x1e919b0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007faa3a11090c in v8::internal::ThreadEntry (arg=0x1e919b0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007faa39a66efc in start_thread (arg=0x7faa3da8c700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007faa3bccdf4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7faa3da69760 (LWP 14688)): QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: #1 0x00007faa3a10fbbf in v8::internal::OS::Abort () at ../3rdparty/v8/src/platform-linux.cc:396 QtQA::App::TestRunner: #2 0x00007faa39d62519 in V8_Fatal (file=0x7faa3a11afa8 "../3rdparty/v8/src/objects-inl.h", line=2375, format=0x7faa3a11ae07 "CHECK(%s) failed") at ../3rdparty/v8/src/checks.cc:58 QtQA::App::TestRunner: #3 0x00007faa39cfe08f in v8::internal::Smi::cast (object=0x1beefdad0beefdaf) at ../3rdparty/v8/src/objects-inl.h:2375 QtQA::App::TestRunner: #4 0x00007faa39d25f34 in v8::internal::SeqString::symbol_id (this=0x39bf066a6061) at ../3rdparty/v8/src/objects-inl.h:2427 QtQA::App::TestRunner: #5 0x00007faa39d16c77 in v8::String::CompleteHash (this=0x1e92140) at ../3rdparty/v8/src/api.cc:3990 QtQA::App::TestRunner: #6 0x00007faa3aa009df in TestNamespace::QHashedV8String::QHashedV8String (this=0x7fff8de8f280, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1138 QtQA::App::TestRunner: #7 0x00007faa3aa041cb in TestNamespace::QV8QObjectWrapper::Getter (property=..., info=...) at qml/v8/qv8qobjectwrapper.cpp:756 QtQA::App::TestRunner: #8 0x00007faa39f06d38 in v8::internal::JSObject::GetPropertyWithInterceptor (this=0x112106f0fa91, receiver=0x112106f0fa91, name=0x39bf066a6061, attributes=0x7fff8de8f72c) at ../3rdparty/v8/src/objects.cc:10904 QtQA::App::TestRunner: #9 0x00007faa39ee1333 in v8::internal::Object::GetProperty (this=0x112106f0fa91, receiver=0x112106f0fa91, result=0x7fff8de8f6a0, name=0x39bf066a6061, attributes=0x7fff8de8f72c) at ../3rdparty/v8/src/objects.cc:656 QtQA::App::TestRunner: #10 0x00007faa39ee0c81 in v8::internal::Object::GetProperty (object=..., receiver=..., result=0x7fff8de8f6a0, key=..., attributes=0x7fff8de8f72c) at ../3rdparty/v8/src/objects.cc:583 QtQA::App::TestRunner: #11 0x00007faa39e7373d in v8::internal::LoadIC::Load (this=0x7fff8de8f770, state=v8::internal::UNINITIALIZED, object=..., name=...) at ../3rdparty/v8/src/ic.cc:923 QtQA::App::TestRunner: #12 0x00007faa39e78e4d in v8::internal::LoadIC_Miss (args=..., isolate=0x1e10150) at ../3rdparty/v8/src/ic.cc:2100 QtQA::App::TestRunner: #13 0x00001dec4180618e in ?? () QtQA::App::TestRunner: #14 0x00007fff8de8f7f0 in ?? () QtQA::App::TestRunner: #15 0x00001dec418060e1 in ?? () QtQA::App::TestRunner: #16 0x00007fff8de8f7d0 in ?? () QtQA::App::TestRunner: #17 0x00007fff8de8f820 in ?? () QtQA::App::TestRunner: #18 0x00001dec418fe655 in ?? () QtQA::App::TestRunner: #19 0x000039bf066a6061 in ?? () QtQA::App::TestRunner: #20 0x0000112106f0fa91 in ?? () QtQA::App::TestRunner: #21 0x0000112106f0da29 in ?? () QtQA::App::TestRunner: #22 0x0000112106f0da29 in ?? () QtQA::App::TestRunner: #23 0x0000112106f0d671 in ?? () QtQA::App::TestRunner: #24 0x00007fff8de8f858 in ?? () QtQA::App::TestRunner: #25 0x00001dec41824ee7 in ?? () QtQA::App::TestRunner: #26 0x00003aa2b045cc69 in ?? () QtQA::App::TestRunner: #27 0x0000112106f0da29 in ?? () QtQA::App::TestRunner: #28 0x00001dec41824e21 in ?? () QtQA::App::TestRunner: #29 0x0000000600000000 in ?? () QtQA::App::TestRunner: #30 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 68 seconds, signal 5 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00123/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366887302): http://codereview.qt-project.org/54280 [PS3] - Refactor propagation of size hints From ci-noreply at qt-project.org Thu Apr 25 13:11:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:11:35 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_111135_047565.ci-noreply@qt-project.org> `make' failed :( g++ -Wl,-subsystem,console -mthreads -o ../../configure.exe main.o configureapp.o environment.o tools.o qarraydata.o qbytearray.o qbytearraymatcher.o qhash.o qlist.o qlocale.o qlocale_win.o qlocale_tools.o qvector.o qutfcodec.o qtextcodec.o qglobal.o qnumeric.o qbuffer.o qdatastream.o qdir.o qdiriterator.o qfiledevice.o qfile.o qfileinfo.o qabstractfileengine.o qfilesystementry.o qfilesystemengine.o qfilesystemengine_win.o qfilesystemiterator_win.o qfsfileengine.o qfsfileengine_win.o qfsfileengine_iterator.o qiodevice.o qtextstream.o qlogging.o qtemporaryfile.o qstandardpaths.o qstandardpaths_win.o qsystemlibrary.o qbitarray.o qdatetime.o qmap.o qregexp.o qstring.o qstringlist.o qvsnprintf.o qvariant.o qsystemerror.o qmetatype.o qmalloc.o qxmlstream.o qxmlutils.o quuid.o qcryptographichash.o registry.o -lole32 -ladvapi32 -luuid makefile:83: recipe for target '../../configure.exe' failed mingw32-make: *** [../../configure.exe] Error 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01011/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366887907): http://codereview.qt-project.org/54662 [PS7] - Cocoa: Improve text heuristic menu item syncing logic http://codereview.qt-project.org/54661 [PS3] - Cocoa: Reflect menu hierarchy in QCocoaMenu* objects http://codereview.qt-project.org/54660 [PS1] - Cocoa: Remove dead code in QCocoaMenu* http://codereview.qt-project.org/54063 [PS10] - Fix windows expose logic http://codereview.qt-project.org/54712 [PS1] - qdoc: Adjust regexp that generates tags from module names From ci-noreply at qt-project.org Thu Apr 25 13:15:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:15:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_111508_016585.ci-noreply@qt-project.org> `make' failed :( c:\mingw\mingw32\i686-w64-mingw32\include\winnt.h:89:21: fatal error: basetsd.h: No such file or directory Makefile.Release:857: recipe for target '.obj/release_shared/qminimalintegration.o' failed mingw32-make[6]: *** [.obj/release_shared/qminimalintegration.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-minimal-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\winnt.h:89:21: fatal error: basetsd.h: No such file or directory c:\mingw\mingw32\lib\gcc\i686-w64-mingw32\4.8.0\include\c++\cctype:42:19: fatal error: ctype.h: No such file or directory Makefile.Release:827: recipe for target '.obj/release_shared/qsql_sqlite.o' failed mingw32-make[6]: *** [.obj/release_shared/qsql_sqlite.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-sqlite-make_first] Error 2 Makefile.Release:888: recipe for target '.obj/release_shared/qoffscreenintegration.o' failed mingw32-make[6]: *** [.obj/release_shared/qoffscreenintegration.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[3]: *** [sub-sqldrivers-make_first] Error 2 mingw32-make[4]: *** [sub-offscreen-make_first] Error 2 mingw32-make[3]: *** [sub-platforms-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1103: recipe for target '.obj/release_shared/simplewidgets.o' failed mingw32-make[6]: *** [.obj/release_shared/simplewidgets.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-widgets-make_first] Error 2 mingw32-make[3]: *** [sub-accessible-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:680: recipe for target '.obj/release_shared/main.o' failed mingw32-make[6]: *** [.obj/release_shared/main.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-gif-make_first] Error 2 Makefile.Release:586: recipe for target '.obj/release_shared/jaricom.o' failed mingw32-make[6]: *** [.obj/release_shared/jaricom.o] Error 1 Makefile.Release:594: recipe for target '.obj/release_shared/jcapimin.o' failed mingw32-make[6]: *** [.obj/release_shared/jcapimin.o] Error 1 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1368: recipe for target '.obj/release_shared/qnetworksession_impl.o' failed mingw32-make[6]: *** [.obj/release_shared/qnetworksession_impl.o] Error 1 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1550: recipe for target '.obj/release_shared/main.o' failed mingw32-make[6]: *** [.obj/release_shared/main.o] Error 1 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1181: recipe for target '.obj/release_shared/main.o' failed mingw32-make[6]: *** [.obj/release_shared/main.o] Error 1 Makefile.Release:471: recipe for target '.obj/release_shared/main.o' failed mingw32-make[6]: *** [.obj/release_shared/main.o] Error 1 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:1538: recipe for target '.obj/release_shared/qnetworksession_impl.o' failed mingw32-make[6]: *** [.obj/release_shared/qnetworksession_impl.o] Error 1 mingw32-make[5]: *** [release] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory mingw32-make[4]: *** [sub-generic-make_first] Error 2 Makefile.Release:670: recipe for target '.obj/release_shared/qicohandler.o' failed mingw32-make[6]: *** [.obj/release_shared/qicohandler.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-ico-make_first] Error 2 c:\mingw\mingw32\i686-w64-mingw32\include\stddef.h:7:21: fatal error: crtdefs.h: No such file or directory Makefile.Release:707: recipe for target '.obj/release_shared/qwindowsprintersupport.o' failed mingw32-make[6]: *** [.obj/release_shared/qwindowsprintersupport.o] Error 1 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-windows-make_first] Error 2 mingw32-make[3]: *** [sub-printsupport-make_first] Error 2 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-nativewifi-make_first] Error 2 mingw32-make[3]: *** [sub-bearer-make_first] Error 2 mingw32-make[5]: *** [release] Error 2 mingw32-make[4]: *** [sub-jpeg-make_first] Error 2 mingw32-make[3]: *** [sub-imageformats-make_first] Error 2 mingw32-make[2]: *** [sub-plugins-make_first] Error 2 mingw32-make[1]: *** [sub-src-make_first] Error 2 mingw32-make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00844/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366887446): http://codereview.qt-project.org/54255 [PS7] - Make QColor understand #AARRGGBB http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 13:21:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:21:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_112104_053640.ci-noreply@qt-project.org> `make' failed :( g++ -Wl,-subsystem,console -mthreads -o ../../configure.exe main.o configureapp.o environment.o tools.o qarraydata.o qbytearray.o qbytearraymatcher.o qhash.o qlist.o qlocale.o qlocale_win.o qlocale_tools.o qvector.o qutfcodec.o qtextcodec.o qglobal.o qnumeric.o qbuffer.o qdatastream.o qdir.o qdiriterator.o qfiledevice.o qfile.o qfileinfo.o qabstractfileengine.o qfilesystementry.o qfilesystemengine.o qfilesystemengine_win.o qfilesystemiterator_win.o qfsfileengine.o qfsfileengine_win.o qfsfileengine_iterator.o qiodevice.o qtextstream.o qlogging.o qtemporaryfile.o qstandardpaths.o qstandardpaths_win.o qsystemlibrary.o qbitarray.o qdatetime.o qmap.o qregexp.o qstring.o qstringlist.o qvsnprintf.o qvariant.o qsystemerror.o qmetatype.o qmalloc.o qxmlstream.o qxmlutils.o quuid.o qcryptographichash.o registry.o -lole32 -ladvapi32 -luuid makefile:83: recipe for target '../../configure.exe' failed mingw32-make: *** [../../configure.exe] Error 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01012/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366888429): http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. From ci-noreply at qt-project.org Thu Apr 25 13:29:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:29:43 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_112943_026631.ci-noreply@qt-project.org> `make' failed :( g++ -x c++-header -c -fno-rtti -fno-exceptions -mthreads -Wall -Wextra -DUNICODE -DQT_NO_DATASTREAM -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DQT_BUILD_CONFIGURE -DCOMMERCIAL_VERSION -I"../../include" -I"../../include/QtCore" -I"../../include/QtCore/5.2.0" -I"../../include/QtCore/5.2.0/QtCore" -I"C:/work/build/qt/qtbase/tools/shared" -I"C:/work/build/qt/qtbase/mkspecs/win32-g++" -o configure_pch.h.gch/c++ C:/work/build/qt/qtbase/tools/configure/configure_pch.h g++: error: CreateProcess: No such file or directory makefile:118: recipe for target 'configure_pch.h.gch/c++' failed mingw32-make: *** [configure_pch.h.gch/c++] Error 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00845/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366889075): http://codereview.qt-project.org/54255 [PS7] - Make QColor understand #AARRGGBB From ci-noreply at qt-project.org Thu Apr 25 13:46:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:46:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_114639_052202.ci-noreply@qt-project.org> `make' failed :( g++ -x c++-header -c -fno-rtti -fno-exceptions -mthreads -Wall -Wextra -DUNICODE -DQT_NO_DATASTREAM -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DQT_BUILD_CONFIGURE -DCOMMERCIAL_VERSION -I"../../include" -I"../../include/QtCore" -I"../../include/QtCore/5.2.0" -I"../../include/QtCore/5.2.0/QtCore" -I"C:/work/build/qt/qtbase/tools/shared" -I"C:/work/build/qt/qtbase/mkspecs/win32-g++" -o configure_pch.h.gch/c++ C:/work/build/qt/qtbase/tools/configure/configure_pch.h g++: error: CreateProcess: No such file or directory makefile:118: recipe for target 'configure_pch.h.gch/c++' failed mingw32-make: *** [configure_pch.h.gch/c++] Error 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00846/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366890091): http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 13:58:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 14:58:20 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_115820_010040.ci-noreply@qt-project.org> `make' failed :( g++ -x c++-header -c -fno-rtti -fno-exceptions -mthreads -Wall -Wextra -DUNICODE -DQT_NO_DATASTREAM -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DQT_BUILD_CONFIGURE -DCOMMERCIAL_VERSION -I"../../include" -I"../../include/QtCore" -I"../../include/QtCore/5.2.0" -I"../../include/QtCore/5.2.0/QtCore" -I"C:/work/build/qt/qtbase/tools/shared" -I"C:/work/build/qt/qtbase/mkspecs/win32-g++" -o configure_pch.h.gch/c++ C:/work/build/qt/qtbase/tools/configure/configure_pch.h g++: error: CreateProcess: No such file or directory makefile:118: recipe for target 'configure_pch.h.gch/c++' failed mingw32-make: *** [configure_pch.h.gch/c++] Error 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00847/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366890787): http://codereview.qt-project.org/54255 [PS7] - Make QColor understand #AARRGGBB From ci-noreply at qt-project.org Thu Apr 25 14:01:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 15:01:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130425_120159_074926.ci-noreply@qt-project.org> QtDoc_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #146: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00146/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366890989): http://codereview.qt-project.org/54728 [PS1] - Doc: Un-overload the word "module" From ci-noreply at qt-project.org Thu Apr 25 14:08:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 15:08:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130425_120817_040488.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #183: SUCCESS Tested changes (refs/builds/master_1366891039): http://codereview.qt-project.org/54732 [PS1] - Revert "Change gcc to 4.8.0 and rev2" From ci-noreply at qt-project.org Thu Apr 25 14:12:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 15:12:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130425_121225_071039.ci-noreply@qt-project.org> QtDoc_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #147: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00147/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366891584): http://codereview.qt-project.org/54728 [PS1] - Doc: Un-overload the word "module" From ci-noreply at qt-project.org Thu Apr 25 14:30:51 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 15:30:51 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_123051_044386.ci-noreply@qt-project.org> QtBase_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #1013: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01013/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366892696): http://codereview.qt-project.org/54322 [PS3] - restore QProcessEnvironment shared data thread safety on unix http://codereview.qt-project.org/54341 [PS1] - fix namespaced build http://codereview.qt-project.org/54321 [PS1] - fix QProcessEnvironment documentation re case conversion http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. http://codereview.qt-project.org/54618 [PS3] - Windows: Update transient parent in show(). From ci-noreply at qt-project.org Thu Apr 25 14:51:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 15:51:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130425_125146_034703.ci-noreply@qt-project.org> Qt_4.8_Integration #1412: SUCCESS Tested changes (refs/builds/4.8_1366874961): http://codereview.qt-project.org/54389 [PS4] - Fixed potential invalid memory access in OpenGL engine glyph cache. From ci-noreply at qt-project.org Thu Apr 25 15:08:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 16:08:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_130807_002086.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #460: SUCCESS Tested changes (refs/builds/stable_1366887688): http://codereview.qt-project.org/54167 [PS2] - Doc: corrected snippet issue by changing extension snippet file. From ci-noreply at qt-project.org Thu Apr 25 15:15:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 16:15:07 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_131507_009580.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » win32-mingw47_developer-build_qtlibinfix_Windows_7 #461: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00461/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366895396): http://codereview.qt-project.org/54725 [PS1] - Quote scenegraph example code from the right place. http://codereview.qt-project.org/54234 [PS3] - Implement QQuickWindow::grabWindow() for isVisible=false http://codereview.qt-project.org/54714 [PS3] - Mark the canvas texture dirty when we change it. From ci-noreply at qt-project.org Thu Apr 25 15:51:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 16:51:13 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_135113_029880.ci-noreply@qt-project.org> Compilation failed :( .\qwindowswindow.cpp(1015) : error C2065: 'GWL_HWNDPARENT' : undeclared identifier NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\amd64\cl.EXE"' : return code '0x2' Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01014/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366896950): http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. http://codereview.qt-project.org/54618 [PS3] - Windows: Update transient parent in show(). From ci-noreply at qt-project.org Thu Apr 25 16:20:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 17:20:26 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_142026_021136.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols # # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2375 # CHECK(object->IsSmi()) failed # ==== Stack trace ============================================ Security context: 0x1fdb7685cb49 #0# 1: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x1fdb7685cc69 #1#) 5: /* anonymous */ [0x32c196e1e0d9 #2#:1] (this=0xb5c0a665031 #3#) 6: arguments adaptor frame: 1->0 7: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x32c196e4fb21 #4#,data=0xb5c0a6344c1 #5#) 8: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0xb5c0a634541 #6#,prop=0x2c879dea48a9 ,arg=0xb5c0a6344c1 #5#) 9: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x32c196e573f1 #7#,prop=0x2c879dea48a9 ,arg=0xb5c0a6344c1 #5#) 10: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x32c196e571e9 #8#) 11: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x1fdb7685cc69 #1#) ==== Details ================================================ [1]: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0x1fdb7685cc69 #1#) { // expression stack (top to bottom) [02] : 0x2c879dea6061 [01] : 0x290ec8f0fa91 #9# [00] : 0x290ec8f0da29 #10# --------- s o u r c e c o d e --------- function $color() { return palette.highlight } ----------------------------------------- } [5]: /* anonymous */ [0x32c196e1e0d9 #2#:1] (this=0xb5c0a665031 #3#) { // stack-allocated locals var arguments = 0xb5c0a664129 #11# // expression stack (top to bottom) [08] : 0x1fdb7685dad9 #12# [07] : 0xb5c0a664129 #11# [06] : 1 [05] : 0xb5c0a664f61 #13# [04] : 11 [03] : 0xb5c0a665031 #3# [02] : 0x1fdb7685cc69 #1# [01] : 0x1fdb7685dad9 #12# --------- s o u r c e c o d e --------- function () { return method(object, data, qmlglobal, arguments.length, arguments); } ----------------------------------------- } [6]: arguments adaptor frame: 1->0 { // actual arguments [00] : 0x32c196e4fb21 #4# // not passed to callee } [7]: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0x32c196e4fb21 #4#,data=0xb5c0a6344c1 #5#) { // stack-allocated locals var component = 0xb5c0a665031 #3# var table = 0x1fdb76804121 var label = 0x1fdb76804121 // expression stack (top to bottom) [05] : 0x32c196e4fb21 #4# [04] : 0xb5c0a665031 #3# [03] : 0xb5c0a664fe9 #14# --------- s o u r c e c o d e --------- function test_usingcpplistmodel(data) {?? var component = Qt.createComponent(data.a)? compare(component.status, Component.Ready)? var table = component.createObject(testCase);? verify(table !== null, "table created is null")? table.forceActiveFocus();?? // to go to next row (this model h... ----------------------------------------- } [8]: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0xb5c0a634541 #6#,prop=0x2c879dea48a9 ,arg=0xb5c0a6344c1 #5#) { // expression stack (top to bottom) [08] : 0xb5c0a6344c1 #5# [07] : 0x32c196e4fb21 #4# [06] : 0x2c879dea48a9 --------- s o u r c e c o d e --------- function qtest_runInternal(prop,arg) {? try {? qtest_testCaseResult = testCase[prop](arg)? } catch (e) {? qtest_testCaseResult = []? if (e.message.indexOf("QtQuickTest::") != 0) {? // Test threw an unrecognized exception - fail.? qtest_results.fail(... ----------------------------------------- } [9]: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0x32c196e573f1 #7#,prop=0x2c879dea48a9 ,arg=0xb5c0a6344c1 #5#) { // expression stack (top to bottom) [03] : 0xb5c0a6344c1 #5# [02] : 0x2c879dea48a9 [01] : 0xb5c0a634541 #6# [00] : 0xb5c0a664e79 #15# --------- s o u r c e c o d e --------- function qtest_runFunction(prop,arg) {? qtest_runInternal("init")? if (!qtest_results.skipped) {? qtest_runInternal(prop, arg)? qtest_results.finishTestData()? qtest_runInternal("cleanup")? qtest_results.finishTestDataCleanup()? }? } ----------------------------------------- } [10]: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0x32c196e571e9 #8#) { // stack-allocated locals var functionsToRun = 0x32c196e574b9 #16# var found = 0x1fdb76804121 var list = 0x1fdb76804121 var prefix = 0x1fdb76804121 var index = 0xe88f930b339 var runTests = 0x1fdb76804161 var testList = 0x32c196e4fc01 #17# var prop = 0x2c879dea48a9 var tail = 18 var checkNames = 0x1fdb76804181 var datafunc = 0x2c879dea4999 var isBenchmark = 0x1fdb76804181 var table = 0x32c196e78619 #18# var haveData = 0x1fdb76804161 var row = 0xb5c0a6344c1 #5# // expression stack (top to bottom) [28] : 0xb5c0a6344c1 #5# [27] : 0x2c879dea48a9 [26] : 0x32c196e573f1 #7# [25] : 0 [24] : 2 [23] : 0xb5c0a634521 #19# [22] : 1 [21] : 0x32c196e78619 #18# [20] : 0 [19] : 4 [18] : 0x32c196e4fe19 #20# [17] : 1 [16] : 0x32c196e4fc01 #17# [15] : 0x32c196e57449 #21# --------- s o u r c e c o d e --------- function qtest_run() {? if (util.printAvailableFunctions) {? completed = true? return? }?? if (TestLogger.log_start_test()) {? qtest_results.reset()? qtest_results.testCaseName = name? qtest_results.startLogging()? } else {? ... ----------------------------------------- } [11]: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0x1fdb7685cc69 #1#) { // expression stack (top to bottom) [01] : 0x32c196e571e9 #8# [00] : 0x32c196e57241 #22# --------- s o u r c e c o d e --------- function onWhenChanged() { {? if (when != qtest_prevWhen) {? qtest_prevWhen = when? if (when && !completed && !running && qtest_componentCompleted)? qtest_run()? }? } } ----------------------------------------- } ==== Key ============================================ #0# 0x1fdb7685cb49: 0x1fdb7685cb49 #1# 0x1fdb7685cc69: 0x1fdb7685cc69 #2# 0x32c196e1e0d9: 0x32c196e1e0d9 #3# 0xb5c0a665031: 0xb5c0a665031 #4# 0x32c196e4fb21: 0x32c196e4fb21 #5# 0xb5c0a6344c1: 0xb5c0a6344c1 tag: 0x2c879de8d0a1 a: 0x2c879de8d0d1 expected: 1 #6# 0xb5c0a634541: 0xb5c0a634541 #7# 0x32c196e573f1: 0x32c196e573f1 #8# 0x32c196e571e9: 0x32c196e571e9 #9# 0x290ec8f0fa91: 0x290ec8f0fa91 #10# 0x290ec8f0da29: 0x290ec8f0da29 #11# 0xb5c0a664129: 0xb5c0a664129 length: 1 QtQA::App::TestRunner: Process exited due to signal 5; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 6342] QtQA::App::TestRunner: [New LWP 6343] QtQA::App::TestRunner: [New LWP 6344] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -silent -o /work/build/_artifacts/test-logs/tst_controls-testres'. QtQA::App::TestRunner: Program terminated with signal 5, Trace/breakpoint trap. QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: 414 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f591a7c8700 (LWP 6344)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f5916e4cbab in v8::internal::LinuxSemaphore::Wait (this=0x16edaf0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f5916d2096d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f5916d20b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x16ed95c) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f5916e4dc18 in v8::internal::SignalSender::Run (this=0x16ed930) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f5916e4c90c in v8::internal::ThreadEntry (arg=0x16ed930) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f59167a2efc in start_thread (arg=0x7f591a7c8700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f5918a09f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f590ec6b700 (LWP 6343)): QtQA::App::TestRunner: #0 0x00007f59189fde23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f5915006f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f5915007429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f5919559279 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x16aed80, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f59194e43ac in TestNamespace::QEventLoop::processEvents (this=0x7f590ec6ad80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f59194e4685 in TestNamespace::QEventLoop::exec (this=0x7f590ec6ad80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f59192a2f5c in TestNamespace::QThread::exec (this=0x16b0430) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f59176eba39 in TestNamespace::QQmlThreadPrivate::run (this=0x16b0430) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f59192a99f5 in TestNamespace::QThreadPrivate::start (arg=0x16b0430) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f59167a2efc in start_thread (arg=0x7f590ec6b700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f5918a09f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f591a7a5760 (LWP 6342)): QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: #1 0x00007f5916e4bbbf in v8::internal::OS::Abort () at ../3rdparty/v8/src/platform-linux.cc:396 QtQA::App::TestRunner: #2 0x00007f5916a9e519 in V8_Fatal (file=0x7f5916e56fa8 "../3rdparty/v8/src/objects-inl.h", line=2375, format=0x7f5916e56e07 "CHECK(%s) failed") at ../3rdparty/v8/src/checks.cc:58 QtQA::App::TestRunner: #3 0x00007f5916a3a08f in v8::internal::Smi::cast (object=0x1beefdad0beefdaf) at ../3rdparty/v8/src/objects-inl.h:2375 QtQA::App::TestRunner: #4 0x00007f5916a61f34 in v8::internal::SeqString::symbol_id (this=0x2c879dea6061) at ../3rdparty/v8/src/objects-inl.h:2427 QtQA::App::TestRunner: #5 0x00007f5916a52c77 in v8::String::CompleteHash (this=0x16ee0c0) at ../3rdparty/v8/src/api.cc:3990 QtQA::App::TestRunner: #6 0x00007f591773c9df in TestNamespace::QHashedV8String::QHashedV8String (this=0x7fff02ce9400, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1138 QtQA::App::TestRunner: #7 0x00007f59177401cb in TestNamespace::QV8QObjectWrapper::Getter (property=..., info=...) at qml/v8/qv8qobjectwrapper.cpp:756 QtQA::App::TestRunner: #8 0x00007f5916c42d38 in v8::internal::JSObject::GetPropertyWithInterceptor (this=0x290ec8f0fa91, receiver=0x290ec8f0fa91, name=0x2c879dea6061, attributes=0x7fff02ce98ac) at ../3rdparty/v8/src/objects.cc:10904 QtQA::App::TestRunner: #9 0x00007f5916c1d333 in v8::internal::Object::GetProperty (this=0x290ec8f0fa91, receiver=0x290ec8f0fa91, result=0x7fff02ce9820, name=0x2c879dea6061, attributes=0x7fff02ce98ac) at ../3rdparty/v8/src/objects.cc:656 QtQA::App::TestRunner: #10 0x00007f5916c1cc81 in v8::internal::Object::GetProperty (object=..., receiver=..., result=0x7fff02ce9820, key=..., attributes=0x7fff02ce98ac) at ../3rdparty/v8/src/objects.cc:583 QtQA::App::TestRunner: #11 0x00007f5916baf73d in v8::internal::LoadIC::Load (this=0x7fff02ce98f0, state=v8::internal::UNINITIALIZED, object=..., name=...) at ../3rdparty/v8/src/ic.cc:923 QtQA::App::TestRunner: #12 0x00007f5916bb4e4d in v8::internal::LoadIC_Miss (args=..., isolate=0x166c150) at ../3rdparty/v8/src/ic.cc:2100 QtQA::App::TestRunner: #13 0x00000663c580618e in ?? () QtQA::App::TestRunner: #14 0x00007fff02ce9970 in ?? () QtQA::App::TestRunner: #15 0x00000663c58060e1 in ?? () QtQA::App::TestRunner: #16 0x00007fff02ce9950 in ?? () QtQA::App::TestRunner: #17 0x00007fff02ce99a0 in ?? () QtQA::App::TestRunner: #18 0x00000663c58fe655 in ?? () QtQA::App::TestRunner: #19 0x00002c879dea6061 in ?? () QtQA::App::TestRunner: #20 0x0000290ec8f0fa91 in ?? () QtQA::App::TestRunner: #21 0x0000290ec8f0da29 in ?? () QtQA::App::TestRunner: #22 0x0000290ec8f0da29 in ?? () QtQA::App::TestRunner: #23 0x0000290ec8f0d671 in ?? () QtQA::App::TestRunner: #24 0x00007fff02ce99d8 in ?? () QtQA::App::TestRunner: #25 0x00000663c5824ee7 in ?? () QtQA::App::TestRunner: #26 0x00001fdb7685cc69 in ?? () QtQA::App::TestRunner: #27 0x0000290ec8f0da29 in ?? () QtQA::App::TestRunner: #28 0x00000663c5824e21 in ?? () QtQA::App::TestRunner: #29 0x0000000600000000 in ?? () QtQA::App::TestRunner: #30 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(283)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(287)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_alignment() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_alignment() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateNone) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateMinimumWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagatePreferredWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateMaximumWidth) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateAll) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHint(propagateCrazy) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(fallbackValues) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(acceptZeroWidths) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(123) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(132) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(213) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(231) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(321) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(312) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintPropagationCount() PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ScrollView::test_scroll() PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QQuickAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() # # Fatal error in ../3rdparty/v8/src/objects-inl.h, line 2375 # CHECK(object->IsSmi()) failed # ==== Stack trace ============================================ Security context: 0xb7974d5cb49 #0# 1: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0xb7974d5cc69 #1#) 5: /* anonymous */ [0xc4d0871e0d9 #2#:1] (this=0x15be8ca65031 #3#) 6: arguments adaptor frame: 1->0 7: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0xc4d0874fb21 #4#,data=0x15be8ca344c1 #5#) 8: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x15be8ca34541 #6#,prop=0x1947bd5a48a9 ,arg=0x15be8ca344c1 #5#) 9: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0xc4d087573f1 #7#,prop=0x1947bd5a48a9 ,arg=0x15be8ca344c1 #5#) 10: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0xc4d087571e9 #8#) 11: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0xb7974d5cc69 #1#) ==== Details ================================================ [1]: $color [file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:25] (this=0xb7974d5cc69 #1#) { // expression stack (top to bottom) [02] : 0x1947bd5a6061 [01] : 0x361384f0fa91 #9# [00] : 0x361384f0da29 #10# --------- s o u r c e c o d e --------- function $color() { return palette.highlight } ----------------------------------------- } [5]: /* anonymous */ [0xc4d0871e0d9 #2#:1] (this=0x15be8ca65031 #3#) { // stack-allocated locals var arguments = 0x15be8ca64129 #11# // expression stack (top to bottom) [08] : 0xb7974d5dad9 #12# [07] : 0x15be8ca64129 #11# [06] : 1 [05] : 0x15be8ca64f61 #13# [04] : 11 [03] : 0x15be8ca65031 #3# [02] : 0xb7974d5cc69 #1# [01] : 0xb7974d5dad9 #12# --------- s o u r c e c o d e --------- function () { return method(object, data, qmlglobal, arguments.length, arguments); } ----------------------------------------- } [6]: arguments adaptor frame: 1->0 { // actual arguments [00] : 0xc4d0874fb21 #4# // not passed to callee } [7]: test_usingcpplistmodel [file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml:129] (this=0xc4d0874fb21 #4#,data=0x15be8ca344c1 #5#) { // stack-allocated locals var component = 0x15be8ca65031 #3# var table = 0xb7974d04121 var label = 0xb7974d04121 // expression stack (top to bottom) [05] : 0xc4d0874fb21 #4# [04] : 0x15be8ca65031 #3# [03] : 0x15be8ca64fe9 #14# --------- s o u r c e c o d e --------- function test_usingcpplistmodel(data) {?? var component = Qt.createComponent(data.a)? compare(component.status, Component.Ready)? var table = component.createObject(testCase);? verify(table !== null, "table created is null")? table.forceActiveFocus();?? // to go to next row (this model h... ----------------------------------------- } [8]: qtest_runInternal [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:520] (this=0x15be8ca34541 #6#,prop=0x1947bd5a48a9 ,arg=0x15be8ca344c1 #5#) { // expression stack (top to bottom) [08] : 0x15be8ca344c1 #5# [07] : 0xc4d0874fb21 #4# [06] : 0x1947bd5a48a9 --------- s o u r c e c o d e --------- function qtest_runInternal(prop,arg) {? try {? qtest_testCaseResult = testCase[prop](arg)? } catch (e) {? qtest_testCaseResult = []? if (e.message.indexOf("QtQuickTest::") != 0) {? // Test threw an unrecognized exception - fail.? qtest_results.fail(... ----------------------------------------- } [9]: qtest_runFunction [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:535] (this=0xc4d087573f1 #7#,prop=0x1947bd5a48a9 ,arg=0x15be8ca344c1 #5#) { // expression stack (top to bottom) [03] : 0x15be8ca344c1 #5# [02] : 0x1947bd5a48a9 [01] : 0x15be8ca34541 #6# [00] : 0x15be8ca64e79 #15# --------- s o u r c e c o d e --------- function qtest_runFunction(prop,arg) {? qtest_runInternal("init")? if (!qtest_results.skipped) {? qtest_runInternal(prop, arg)? qtest_results.finishTestData()? qtest_runInternal("cleanup")? qtest_results.finishTestDataCleanup()? }? } ----------------------------------------- } [10]: qtest_run [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:667] (this=0xc4d087571e9 #8#) { // stack-allocated locals var functionsToRun = 0xc4d087574b9 #16# var found = 0xb7974d04121 var list = 0xb7974d04121 var prefix = 0xb7974d04121 var index = 0x211036b0b339 var runTests = 0xb7974d04161 var testList = 0xc4d0874fc01 #17# var prop = 0x1947bd5a48a9 var tail = 18 var checkNames = 0xb7974d04181 var datafunc = 0x1947bd5a4999 var isBenchmark = 0xb7974d04181 var table = 0xc4d08778619 #18# var haveData = 0xb7974d04161 var row = 0x15be8ca344c1 #5# // expression stack (top to bottom) [28] : 0x15be8ca344c1 #5# [27] : 0x1947bd5a48a9 [26] : 0xc4d087573f1 #7# [25] : 0 [24] : 2 [23] : 0x15be8ca34521 #19# [22] : 1 [21] : 0xc4d08778619 #18# [20] : 0 [19] : 4 [18] : 0xc4d0874fe19 #20# [17] : 1 [16] : 0xc4d0874fc01 #17# [15] : 0xc4d08757449 #21# --------- s o u r c e c o d e --------- function qtest_run() {? if (util.printAvailableFunctions) {? completed = true? return? }?? if (TestLogger.log_start_test()) {? qtest_results.reset()? qtest_results.testCaseName = name? qtest_results.startLogging()? } else {? ... ----------------------------------------- } [11]: onWhenChanged [file:///work/build/qt/qtbase/qml/QtTest/TestCase.qml:720] (this=0xb7974d5cc69 #1#) { // expression stack (top to bottom) [01] : 0xc4d087571e9 #8# [00] : 0xc4d08757241 #22# --------- s o u r c e c o d e --------- function onWhenChanged() { {? if (when != qtest_prevWhen) {? qtest_prevWhen = when? if (when && !completed && !running && qtest_componentCompleted)? qtest_run()? }? } } ----------------------------------------- } ==== Key ============================================ #0# 0xb7974d5cb49: 0xb7974d5cb49 #1# 0xb7974d5cc69: 0xb7974d5cc69 #2# 0xc4d0871e0d9: 0xc4d0871e0d9 #3# 0x15be8ca65031: 0x15be8ca65031 #4# 0xc4d0874fb21: 0xc4d0874fb21 #5# 0x15be8ca344c1: 0x15be8ca344c1 tag: 0x1947bd58d0a1 a: 0x1947bd58d0d1 expected: 1 #6# 0x15be8ca34541: 0x15be8ca34541 #7# 0xc4d087573f1: 0xc4d087573f1 #8# 0xc4d087571e9: 0xc4d087571e9 #9# 0x361384f0fa91: 0x361384f0fa91 #10# 0x361384f0da29: 0x361384f0da29 #11# 0x15be8ca64129: 0x15be8ca64129 length: 1 callee: 0x15beQtQA::App::TestRunner: Process exited due to signal 5; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: [New LWP 6347] QtQA::App::TestRunner: [New LWP 6349] QtQA::App::TestRunner: [New LWP 6348] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Core was generated by `./tst_controls -o /work/build/_artifacts/test-logs/tst_controls-testresults-00.'. QtQA::App::TestRunner: Program terminated with signal 5, Trace/breakpoint trap. QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: 414 } QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f1e498f0700 (LWP 6348)): QtQA::App::TestRunner: #0 0x00007f1e53682e23 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f1e4fc8bf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f1e4fc8c429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f1e541de279 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1aaa600, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f1e541693ac in TestNamespace::QEventLoop::processEvents (this=0x7f1e498efd80, flags=...) at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #5 0x00007f1e54169685 in TestNamespace::QEventLoop::exec (this=0x7f1e498efd80, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #6 0x00007f1e53f27f5c in TestNamespace::QThread::exec (this=0x1aaafc0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #7 0x00007f1e52370a39 in TestNamespace::QQmlThreadPrivate::run (this=0x1aaafc0) at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #8 0x00007f1e53f2e9f5 in TestNamespace::QThreadPrivate::start (arg=0x1aaafc0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #9 0x00007f1e51427efc in start_thread (arg=0x7f1e498f0700) at pthread_create.c:304 QtQA::App::TestRunner: #10 0x00007f1e5368ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #11 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f1e5544d700 (LWP 6349)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f1e51ad1bab in v8::internal::LinuxSemaphore::Wait (this=0x1ae8b70) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f1e519a596d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f1e519a5b33 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x1ae89dc) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #4 0x00007f1e51ad2c18 in v8::internal::SignalSender::Run (this=0x1ae89b0) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #5 0x00007f1e51ad190c in v8::internal::ThreadEntry (arg=0x1ae89b0) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #6 0x00007f1e51427efc in start_thread (arg=0x7f1e5544d700) at pthread_create.c:304 QtQA::App::TestRunner: #7 0x00007f1e5368ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #8 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f1e5542a760 (LWP 6347)): QtQA::App::TestRunner: #0 v8::internal::OS::DebugBreak () at ../3rdparty/v8/src/platform-linux.cc:414 QtQA::App::TestRunner: #1 0x00007f1e51ad0bbf in v8::internal::OS::Abort () at ../3rdparty/v8/src/platform-linux.cc:396 QtQA::App::TestRunner: #2 0x00007f1e51723519 in V8_Fatal (file=0x7f1e51adbfa8 "../3rdparty/v8/src/objects-inl.h", line=2375, format=0x7f1e51adbe07 "CHECK(%s) failed") at ../3rdparty/v8/src/checks.cc:58 QtQA::App::TestRunner: #3 0x00007f1e516bf08f in v8::internal::Smi::cast (object=0x1beefdad0beefdaf) at ../3rdparty/v8/src/objects-inl.h:2375 QtQA::App::TestRunner: #4 0x00007f1e516e6f34 in v8::internal::SeqString::symbol_id (this=0x1947bd5a6061) at ../3rdparty/v8/src/objects-inl.h:2427 QtQA::App::TestRunner: #5 0x00007f1e516d7c77 in v8::String::CompleteHash (this=0x1ae9140) at ../3rdparty/v8/src/api.cc:3990 QtQA::App::TestRunner: #6 0x00007f1e523c19df in TestNamespace::QHashedV8String::QHashedV8String (this=0x7fffb4cc25b0, string=...) at /work/build/qt/qtbase/include/QtQml/5.1.0/QtQml/private/../../../../../../qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h:1138 QtQA::App::TestRunner: #7 0x00007f1e523c51cb in TestNamespace::QV8QObjectWrapper::Getter (property=..., info=...) at qml/v8/qv8qobjectwrapper.cpp:756 QtQA::App::TestRunner: #8 0x00007f1e518c7d38 in v8::internal::JSObject::GetPropertyWithInterceptor (this=0x361384f0fa91, receiver=0x361384f0fa91, name=0x1947bd5a6061, attributes=0x7fffb4cc2a5c) at ../3rdparty/v8/src/objects.cc:10904 QtQA::App::TestRunner: #9 0x00007f1e518a2333 in v8::internal::Object::GetProperty (this=0x361384f0fa91, receiver=0x361384f0fa91, result=0x7fffb4cc29d0, name=0x1947bd5a6061, attributes=0x7fffb4cc2a5c) at ../3rdparty/v8/src/objects.cc:656 QtQA::App::TestRunner: #10 0x00007f1e518a1c81 in v8::internal::Object::GetProperty (object=..., receiver=..., result=0x7fffb4cc29d0, key=..., attributes=0x7fffb4cc2a5c) at ../3rdparty/v8/src/objects.cc:583 QtQA::App::TestRunner: #11 0x00007f1e5183473d in v8::internal::LoadIC::Load (this=0x7fffb4cc2aa0, state=v8::internal::UNINITIALIZED, object=..., name=...) at ../3rdparty/v8/src/ic.cc:923 QtQA::App::TestRunner: #12 0x00007f1e51839e4d in v8::internal::LoadIC_Miss (args=..., isolate=0x1a67150) at ../3rdparty/v8/src/ic.cc:2100 QtQA::App::TestRunner: #13 0x0000301acbc0618e in ?? () QtQA::App::TestRunner: #14 0x00007fffb4cc2b20 in ?? () QtQA::App::TestRunner: #15 0x0000301acbc060e1 in ?? () QtQA::App::TestRunner: #16 0x00007fffb4cc2b00 in ?? () QtQA::App::TestRunner: #17 0x00007fffb4cc2b50 in ?? () QtQA::App::TestRunner: #18 0x0000301acbcfe655 in ?? () QtQA::App::TestRunner: #19 0x00001947bd5a6061 in ?? () QtQA::App::TestRunner: #20 0x0000361384f0fa91 in ?? () QtQA::App::TestRunner: #21 0x0000361384f0da29 in ?? () QtQA::App::TestRunner: #22 0x0000361384f0da29 in ?? () QtQA::App::TestRunner: #23 0x0000361384f0d671 in ?? () QtQA::App::TestRunner: #24 0x00007fffb4cc2b88 in ?? () QtQA::App::TestRunner: #25 0x0000301acbc24ee7 in ?? () QtQA::App::TestRunner: #26 0x00000b7974d5cc69 in ?? () QtQA::App::TestRunner: #27 0x0000361384f0da29 in ?? () QtQA::App::TestRunner: #28 0x0000301acbc24e21 in ?? () QtQA::App::TestRunner: #29 0x0000000600000000 in ?? () QtQA::App::TestRunner: #30 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 88 seconds, signal 5 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00124/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366898773): http://codereview.qt-project.org/54280 [PS3] - Refactor propagation of size hints From ci-noreply at qt-project.org Thu Apr 25 16:55:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 17:55:22 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_145522_031255.ci-noreply@qt-project.org> Autotest `tst_qcssparser' failed :( Testing tst_QCssParser FAIL! : tst_QCssParser::term(hexcolor_failure) Compared values are not the same Actual (parser.parseTerm(&val)): 1 Expected (parseSuccess): 0 Loc: [tst_qcssparser.cpp(376)] Totals: 202 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QCssParser ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QCssParser::initTestCase() PASS : tst_QCssParser::scanner(comments) PASS : tst_QCssParser::scanner(comments2) PASS : tst_QCssParser::scanner(comments3) PASS : tst_QCssParser::scanner(comments4) PASS : tst_QCssParser::scanner(quotedstring) PASS : tst_QCssParser::scanner(simple) PASS : tst_QCssParser::scanner(unicode) PASS : tst_QCssParser::term(percentage) PASS : tst_QCssParser::term(px) PASS : tst_QCssParser::term(cm) PASS : tst_QCssParser::term(mm) PASS : tst_QCssParser::term(pt) PASS : tst_QCssParser::term(pc) PASS : tst_QCssParser::term(inch) PASS : tst_QCssParser::term(deg) PASS : tst_QCssParser::term(rad) PASS : tst_QCssParser::term(grad) PASS : tst_QCssParser::term(time) PASS : tst_QCssParser::term(times) PASS : tst_QCssParser::term(hz) PASS : tst_QCssParser::term(khz) PASS : tst_QCssParser::term(dimension) PASS : tst_QCssParser::term(minuspercentage) PASS : tst_QCssParser::term(ems) PASS : tst_QCssParser::term(string) PASS : tst_QCssParser::term(function) PASS : tst_QCssParser::term(function_failure) PASS : tst_QCssParser::term(function_failure2) PASS : tst_QCssParser::term(hexcolor) PASS : tst_QCssParser::term(hexcolor2) FAIL! : tst_QCssParser::term(hexcolor_failure) Compared values are not the same Actual (parser.parseTerm(&val)): 1 Expected (parseSuccess): 0 Loc: [tst_qcssparser.cpp(376)] PASS : tst_QCssParser::term(uri1) PASS : tst_QCssParser::term(uri2) PASS : tst_QCssParser::term(italic) PASS : tst_QCssParser::term(ItaLIc) PASS : tst_QCssParser::expr(list) PASS : tst_QCssParser::import() PASS : tst_QCssParser::media() PASS : tst_QCssParser::page() PASS : tst_QCssParser::ruleset() PASS : tst_QCssParser::selector(comment) PASS : tst_QCssParser::selector(any) PASS : tst_QCssParser::selector(element) PASS : tst_QCssParser::selector(descendant) PASS : tst_QCssParser::selector(parent) PASS : tst_QCssParser::selector(first-child) PASS : tst_QCssParser::selector(lang) PASS : tst_QCssParser::selector(precede) PASS : tst_QCssParser::selector(attr) PASS : tst_QCssParser::selector(attr-equal) PASS : tst_QCssParser::selector(attr-contains) PASS : tst_QCssParser::selector(attr-contains) PASS : tst_QCssParser::selector(class) PASS : tst_QCssParser::selector(id) PASS : tst_QCssParser::prio() PASS : tst_QCssParser::escapes() PASS : tst_QCssParser::malformedDeclarations(1) PASS : tst_QCssParser::malformedDeclarations(2) PASS : tst_QCssParser::malformedDeclarations(3) PASS : tst_QCssParser::malformedDeclarations(4) PASS : tst_QCssParser::malformedDeclarations(5) PASS : tst_QCssParser::malformedDeclarations(6) PASS : tst_QCssParser::malformedDeclarations(7) PASS : tst_QCssParser::invalidAtKeywords() PASS : tst_QCssParser::marginValue(one value) PASS : tst_QCssParser::marginValue(two values) PASS : tst_QCssParser::marginValue(three value) PASS : tst_QCssParser::marginValue(four values) PASS : tst_QCssParser::marginValue(default px) PASS : tst_QCssParser::marginValue(no unit) PASS : tst_QCssParser::marginValue(em) PASS : tst_QCssParser::marginValue(ex) PASS : tst_QCssParser::marginValue(em2) PASS : tst_QCssParser::marginValue(ex2) PASS : tst_QCssParser::marginValue(crap) PASS : tst_QCssParser::colorValue(identifier) PASS : tst_QCssParser::colorValue(string) PASS : tst_QCssParser::colorValue(hexcolor) PASS : tst_QCssParser::colorValue(functional1) PASS : tst_QCssParser::colorValue(functional2) PASS : tst_QCssParser::colorValue(rgba) PASS : tst_QCssParser::colorValue(rgbaf) PASS : tst_QCssParser::colorValue(rgb) PASS : tst_QCssParser::colorValue(hsl) PASS : tst_QCssParser::colorValue(hsla) PASS : tst_QCssParser::colorValue(invalid1) PASS : tst_QCssParser::colorValue(invalid2) PASS : tst_QCssParser::colorValue(role) PASS : tst_QCssParser::colorValue(role2) PASS : tst_QCssParser::colorValue(transparent) PASS : tst_QCssParser::styleSelector(plain) PASS : tst_QCssParser::styleSelector(noplain) PASS : tst_QCssParser::styleSelector(class) PASS : tst_QCssParser::styleSelector(noclass) PASS : tst_QCssParser::styleSelector(attrset) PASS : tst_QCssParser::styleSelector(notattrset) PASS : tst_QCssParser::styleSelector(attrmatch) PASS : tst_QCssParser::styleSelector(noattrmatch) PASS : tst_QCssParser::styleSelector(contains) PASS : tst_QCssParser::styleSelector(notcontains) PASS : tst_QCssParser::styleSelector(beingswith) PASS : tst_QCssParser::styleSelector(notbeingswith) PASS : tst_QCssParser::styleSelector(attr2) PASS : tst_QCssParser::styleSelector(universal1) PASS : tst_QCssParser::styleSelector(universal3) PASS : tst_QCssParser::styleSelector(universal4) PASS : tst_QCssParser::styleSelector(universal5) PASS : tst_QCssParser::styleSelector(universal6) PASS : tst_QCssParser::styleSelector(universal7) PASS : tst_QCssParser::styleSelector(id) PASS : tst_QCssParser::styleSelector(noid) PASS : tst_QCssParser::styleSelector(childselector) PASS : tst_QCssParser::styleSelector(nochildselector2) PASS : tst_QCssParser::styleSelector(nochildselector3) PASS : tst_QCssParser::styleSelector(childselector2) PASS : tst_QCssParser::styleSelector(nochildselector4) PASS : tst_QCssParser::styleSelector(nochildselector5) PASS : tst_QCssParser::styleSelector(childselectors) PASS : tst_QCssParser::styleSelector(descendant) PASS : tst_QCssParser::styleSelector(nodescendant) PASS : tst_QCssParser::styleSelector(descendant2) PASS : tst_QCssParser::styleSelector(combined) PASS : tst_QCssParser::styleSelector(combined2) PASS : tst_QCssParser::styleSelector(combined3) PASS : tst_QCssParser::styleSelector(nocombined) PASS : tst_QCssParser::styleSelector(nocombined2) PASS : tst_QCssParser::styleSelector(previoussibling) PASS : tst_QCssParser::styleSelector(noprevioussibling) PASS : tst_QCssParser::styleSelector(ancestry_firstmismatch) PASS : tst_QCssParser::styleSelector(unknown-pseudo) PASS : tst_QCssParser::specificity(universal) PASS : tst_QCssParser::specificity(elements+pseudos1) PASS : tst_QCssParser::specificity(elements+pseudos2) PASS : tst_QCssParser::specificity(elements+pseudos3) PASS : tst_QCssParser::specificity(elements+pseudos4) PASS : tst_QCssParser::specificity(elements+pseudos5) PASS : tst_QCssParser::specificity(elements+pseudos6) PASS : tst_QCssParser::specificity(elements+pseudos7) PASS : tst_QCssParser::specificity(elements+pseudos8) PASS : tst_QCssParser::specificity(id) PASS : tst_QCssParser::specificitySort(universal1) PASS : tst_QCssParser::specificitySort(attr) PASS : tst_QCssParser::specificitySort(id) PASS : tst_QCssParser::specificitySort(id2) PASS : tst_QCssParser::specificitySort(class) PASS : tst_QCssParser::rulesForNode(universal1) PASS : tst_QCssParser::rulesForNode(basic) PASS : tst_QCssParser::rulesForNode(single) PASS : tst_QCssParser::rulesForNode(multisel) PASS : tst_QCssParser::rulesForNode(multisel2) PASS : tst_QCssParser::rulesForNode(multisel3-diffspec) PASS : tst_QCssParser::rulesForNode(!-1) PASS : tst_QCssParser::rulesForNode(!-2) PASS : tst_QCssParser::rulesForNode(!-3) PASS : tst_QCssParser::shorthandBackgroundProperty(simple color) PASS : tst_QCssParser::shorthandBackgroundProperty(plain color) PASS : tst_QCssParser::shorthandBackgroundProperty(palette color) PASS : tst_QCssParser::shorthandBackgroundProperty(multiple) PASS : tst_QCssParser::shorthandBackgroundProperty(plain alignment) PASS : tst_QCssParser::shorthandBackgroundProperty(plain alignment2) PASS : tst_QCssParser::shorthandBackgroundProperty(plain alignment3) PASS : tst_QCssParser::shorthandBackgroundProperty(multi) PASS : tst_QCssParser::shorthandBackgroundProperty(multi2) PASS : tst_QCssParser::shorthandBackgroundProperty(multi3) PASS : tst_QCssParser::pseudoElement(no pseudo-elements) PASS : tst_QCssParser::pseudoElement(no pseudo-elements) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (1)) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (2)) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (2)) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (3)) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (4)) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (5)) PASS : tst_QCssParser::pseudoElement(1 pseudo-element (6)) PASS : tst_QCssParser::pseudoElement(2 pseudo-elements (1)) PASS : tst_QCssParser::pseudoElement(2 pseudo-elements (1)) PASS : tst_QCssParser::pseudoElement(2 pseudo-elements (2)) PASS : tst_QCssParser::gradient(color-string) PASS : tst_QCssParser::gradient(color-#) PASS : tst_QCssParser::gradient(color-rgb) PASS : tst_QCssParser::gradient(color-spaces) PASS : tst_QCssParser::gradient(conical gradient) SKIP : tst_QCssParser::extractFontFamily() 'Times New Roman' font not found Loc: [tst_qcssparser.cpp(1551)] PASS : tst_QCssParser::extractBorder(all values) PASS : tst_QCssParser::extractBorder(palette) PASS : tst_QCssParser::extractBorder(just width) PASS : tst_QCssParser::extractBorder(just style) PASS : tst_QCssParser::extractBorder(just color) PASS : tst_QCssParser::extractBorder(width+style) PASS : tst_QCssParser::extractBorder(style+color) PASS : tst_QCssParser::extractBorder(width+color) PASS : tst_QCssParser::extractBorder(groove style) PASS : tst_QCssParser::extractBorder(ridge style) PASS : tst_QCssParser::extractBorder(double style) PASS : tst_QCssParser::extractBorder(inset style) PASS : tst_QCssParser::extractBorder(outset style) PASS : tst_QCssParser::extractBorder(dashed style) PASS : tst_QCssParser::extractBorder(dotted style) PASS : tst_QCssParser::extractBorder(dot-dash style) PASS : tst_QCssParser::extractBorder(dot-dot-dash style) PASS : tst_QCssParser::extractBorder(top-width+color) PASS : tst_QCssParser::noTextDecoration() PASS : tst_QCssParser::quotedAndUnquotedIdentifiers() PASS : tst_QCssParser::cleanupTestCase() Totals: 202 passed, 1 failed, 1 skipped ********* Finished testing of tst_QCssParser ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qcssparser: 0.464939 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00848/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1366898724): http://codereview.qt-project.org/54255 [PS7] - Make QColor understand #AARRGGBB http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 17:16:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 18:16:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_151618_029739.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #125: SUCCESS Tested changes (refs/builds/stable_1366899982): http://codereview.qt-project.org/54747 [PS2] - TableView: Fix mouse click not forwarded to child From ci-noreply at qt-project.org Thu Apr 25 17:25:23 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 18:25:23 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_152523_047853.ci-noreply@qt-project.org> Autotests `tst_activeFocusOnTab' and `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(234)] FAIL! : qtquickcontrols::Tests_CheckBox::test_clicked() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(118)] FAIL! : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(193)] FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(224)] FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(172)] FAIL! : qtquickcontrols::tst_groupbox::compile() Type GroupBox unavailable Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_groupbox.qml(61)] FAIL! : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(187)] FAIL! : qtquickcontrols::Tests_RadioButton::test_clicked() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(105)] FAIL! : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(163)] FAIL! : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(418)] FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(376)] FAIL! : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() Compared values are not the same Actual (): 13 Expected (): 12 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(166)] FAIL! : qtquickcontrols::Tests_SpinBox::test_increment_mouse() Compared values are not the same Actual (): 47 Expected (): 48 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(150)] FAIL! : qtquickcontrols::Tests_SpinBox::test_move_mouse() Compared values are not the same Actual (): false Expected (): true Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(181)] FAIL! : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tabview.qml(220)] Totals: 223 passed, 15 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() QWARN : qtquickcontrols::Tests_Button::test_action() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_action() Failed to load Style for Button_QMLTYPE_8(0x17acb90) PASS : qtquickcontrols::Tests_Button::test_action() QWARN : qtquickcontrols::Tests_Button::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_activeFocusOnPress() Failed to load Style for Button_QMLTYPE_8(0x1836a20) PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_Button::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_activeFocusOnTab() Failed to load Style for Button_QMLTYPE_8(0x183b100) QWARN : qtquickcontrols::Tests_Button::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_activeFocusOnTab() Failed to load Style for Button_QMLTYPE_8(0x17a8d80) QWARN : qtquickcontrols::Tests_Button::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_activeFocusOnTab() Failed to load Style for Button_QMLTYPE_8(0x17b0850) PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_Button::test_isDefault() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_isDefault() Failed to load Style for Button_QMLTYPE_8(0x17a1f30) PASS : qtquickcontrols::Tests_Button::test_isDefault() QWARN : qtquickcontrols::Tests_Button::test_text() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_text() Failed to load Style for Button_QMLTYPE_8(0x17ab6d0) QWARN : qtquickcontrols::Tests_Button::test_text() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_Button::test_text() Failed to load Style for Button_QMLTYPE_8(0x1841880) PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() QWARN : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() Failed to load Style for CheckBox_QMLTYPE_14(0x1674c60) FAIL! : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(234)] QWARN : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() Failed to load Style for CheckBox_QMLTYPE_14(0x18458d0) QWARN : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() Failed to load Style for CheckBox_QMLTYPE_14(0x17a9800) QWARN : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() Failed to load Style for CheckBox_QMLTYPE_14(0x1842c30) QWARN : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() Failed to load Style for CheckBox_QMLTYPE_14(0x183fcc0) PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_CheckBox::test_checked() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_checked() Failed to load Style for CheckBox_QMLTYPE_14(0x183fcc0) PASS : qtquickcontrols::Tests_CheckBox::test_checked() QWARN : qtquickcontrols::Tests_CheckBox::test_clicked() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_clicked() Failed to load Style for CheckBox_QMLTYPE_14(0x183fcc0) FAIL! : qtquickcontrols::Tests_CheckBox::test_clicked() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(118)] QWARN : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_defaultConstructed() Failed to load Style for CheckBox_QMLTYPE_14(0x1842f60) PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() QWARN : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() Failed to load Style for CheckBox_QMLTYPE_14(0x18458d0) QWARN : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() Failed to load Style for CheckBox_QMLTYPE_14(0x17ad050) QWARN : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() Failed to load Style for CheckBox_QMLTYPE_14(0x1675690) FAIL! : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_checkbox.qml(193)] QWARN : qtquickcontrols::Tests_CheckBox::test_keyPressed() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_keyPressed() Failed to load Style for CheckBox_QMLTYPE_14(0x1842f60) PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() QWARN : qtquickcontrols::Tests_CheckBox::test_text() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_CheckBox::test_text() Failed to load Style for CheckBox_QMLTYPE_14(0x1841470) PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() Failed to load Style for ComboBox_QMLTYPE_22(0x17af1a0) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(224)] QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() Failed to load Style for ComboBox_QMLTYPE_22(0x170e780) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() Failed to load Style for ComboBox_QMLTYPE_22(0x183a020) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() Failed to load Style for ComboBox_QMLTYPE_22(0x1837aa0) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(172)] QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() Failed to load Style for ComboBox_QMLTYPE_22(0x1839870) QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(283)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(287)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_arraymodel() Failed to load Style for ComboBox_QMLTYPE_22(0x17216a0) QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() Failed to load Style for ComboBox_QMLTYPE_22(0x17ae4b0) QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() Failed to load Style for ComboBox_QMLTYPE_22(0x171a8e0) QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_keyupdown() Failed to load Style for ComboBox_QMLTYPE_22(0x17a89f0) QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_spaceKey() Failed to load Style for ComboBox_QMLTYPE_22(0x1839050) QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_textrole() Failed to load Style for ComboBox_QMLTYPE_22(0x171fe00) QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() Failed to load Style for ComboBox_QMLTYPE_22(0x17a89f0) QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_alignment() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_groupbox.qml:61:9: Type GroupBox unavailable GroupBox { ^ QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/GroupBox.qml:183:16: Type CheckBoxStyle unavailable style: CheckBoxStyle { panel: Item{} } ^ QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type Style { ^ QWARN : qtquickcontrols::tst_groupbox::compile() /work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_groupbox.qml produced 3 error(s): /work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_groupbox.qml:61,9: Type GroupBox unavailable /work/build/qt/qtbase/qml/QtQuick/Controls/GroupBox.qml:183,16: Type CheckBoxStyle unavailable /work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49,1: Style is not a type Working directory: /work/build/qt/qtquickcontrols/tests/auto/controls View: QQuickView, import paths: '/work/build/qt/qtquickcontrols/tests/auto/testplugin' '/work/build/qt/qtquickcontrols/tests/auto/controls' '/work/build/qt/qtbase/qml' Plugin paths: '.' FAIL! : qtquickcontrols::tst_groupbox::compile() Type GroupBox unavailable Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_groupbox.qml(61)] PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() QWARN : qtquickcontrols::Tests_MenuBar::test_createMenuBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuBarStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_MenuBar::test_createMenuBar() Failed to load Style for MenuBar_QMLTYPE_30(0x187a270) PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() QWARN : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() Failed to load Style for ProgressBar_QMLTYPE_43(0x1713080) QWARN : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() Failed to load Style for ProgressBar_QMLTYPE_43(0x1722b00) QWARN : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() Failed to load Style for ProgressBar_QMLTYPE_43(0x1854f30) PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_43(0x171e060) QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_43(0x171a750) QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_43(0x1838ad0) QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_43(0x1866460) PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() QWARN : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() Failed to load Style for ProgressBar_QMLTYPE_43(0x171e060) QWARN : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() Failed to load Style for ProgressBar_QMLTYPE_43(0x187a270) PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() QWARN : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_maximumvalue() Failed to load Style for ProgressBar_QMLTYPE_43(0x171e060) PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() QWARN : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_minimumvalue() Failed to load Style for ProgressBar_QMLTYPE_43(0x171e060) PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() QWARN : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1855040) FAIL! : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(187)] QWARN : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x186c200) QWARN : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x18775e0) QWARN : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x184e620) QWARN : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1718cd0) PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_RadioButton::test_checked() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_checked() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x171b470) PASS : qtquickcontrols::Tests_RadioButton::test_checked() QWARN : qtquickcontrols::Tests_RadioButton::test_clicked() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_clicked() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x183b260) FAIL! : qtquickcontrols::Tests_RadioButton::test_clicked() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(105)] QWARN : qtquickcontrols::Tests_RadioButton::test_createRadioButton() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_createRadioButton() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1877270) PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() QWARN : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_defaultConstructed() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1855660) PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() QWARN : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1845b30) QWARN : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x187d6c0) QWARN : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x17285d0) FAIL! : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_radiobutton.qml(163)] QWARN : qtquickcontrols::Tests_RadioButton::test_keyPressed() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_keyPressed() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1867c00) PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() QWARN : qtquickcontrols::Tests_RadioButton::test_text() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/RadioButtonStyle.qml:49:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_RadioButton::test_text() Failed to load Style for AbstractCheckable_QMLTYPE_12(0x1868ab0) PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_alignment() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(fallbackValues) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(acceptZeroWidths) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(123) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(132) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(213) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(231) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(321) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(312) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i2) PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_ScrollView::initTestCase() QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:224: TypeError: Cannot read property 'width' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:225: TypeError: Cannot read property 'height' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:224: TypeError: Cannot read property 'width' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:225: TypeError: Cannot read property 'height' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:224: TypeError: Cannot read property 'width' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:225: TypeError: Cannot read property 'height' of null PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:224: TypeError: Cannot read property 'width' of null QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:225: TypeError: Cannot read property 'height' of null PASS : qtquickcontrols::Tests_ScrollView::test_scroll() QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:224: TypeError: Cannot read property 'width' of null QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:225: TypeError: Cannot read property 'height' of null PASS : qtquickcontrols::Tests_ScrollView::test_viewport() PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QQuickAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() QWARN : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_ImplicitSize() Failed to load Style for SpinBox_QMLTYPE_90(0x1720e30) FAIL! : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(418)] QWARN : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() Failed to load Style for SpinBox_QMLTYPE_90(0x1719490) PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() Failed to load Style for SpinBox_QMLTYPE_90(0x18676c0) QWARN : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() Failed to load Style for SpinBox_QMLTYPE_90(0x1956ea0) QWARN : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() Failed to load Style for SpinBox_QMLTYPE_90(0x1861f10) FAIL! : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(376)] QWARN : qtquickcontrols::Tests_SpinBox::test_decimals() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_decimals() Failed to load Style for SpinBox_QMLTYPE_90(0x19656b0) PASS : qtquickcontrols::Tests_SpinBox::test_decimals() QWARN : qtquickcontrols::Tests_SpinBox::test_decrement_key() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_decrement_key() Failed to load Style for SpinBox_QMLTYPE_90(0x193b520) PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() QWARN : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_decrement_mouse() Failed to load Style for SpinBox_QMLTYPE_90(0x192e420) FAIL! : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() Compared values are not the same Actual (): 13 Expected (): 12 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(166)] QWARN : qtquickcontrols::Tests_SpinBox::test_increment_key() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_increment_key() Failed to load Style for SpinBox_QMLTYPE_90(0x19491b0) PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() QWARN : qtquickcontrols::Tests_SpinBox::test_increment_mouse() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_increment_mouse() Failed to load Style for SpinBox_QMLTYPE_90(0x18afc10) FAIL! : qtquickcontrols::Tests_SpinBox::test_increment_mouse() Compared values are not the same Actual (): 47 Expected (): 48 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(150)] QWARN : qtquickcontrols::Tests_SpinBox::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_initialization_order() Failed to load Style for SpinBox_QMLTYPE_90(0x197d430) QWARN : qtquickcontrols::Tests_SpinBox::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_initialization_order() Failed to load Style for SpinBox_QMLTYPE_90(0x18db940) PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) Failed to load Style for SpinBox_QMLTYPE_90(0x18d9e10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) Failed to load Style for SpinBox_QMLTYPE_90(0x18c3f10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) Failed to load Style for SpinBox_QMLTYPE_90(0x192bd70) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) Failed to load Style for SpinBox_QMLTYPE_90(0x1959840) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) Failed to load Style for SpinBox_QMLTYPE_90(0x196cba0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) Failed to load Style for SpinBox_QMLTYPE_90(0x19354c0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) Failed to load Style for SpinBox_QMLTYPE_90(0x18f85c0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) Failed to load Style for SpinBox_QMLTYPE_90(0x191a8d0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) Failed to load Style for SpinBox_QMLTYPE_90(0x1902ea0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) Failed to load Style for SpinBox_QMLTYPE_90(0x190dce0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) Failed to load Style for SpinBox_QMLTYPE_90(0x1983f30) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) Failed to load Style for SpinBox_QMLTYPE_90(0x198ee90) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) Failed to load Style for SpinBox_QMLTYPE_90(0x1999bf0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) Failed to load Style for SpinBox_QMLTYPE_90(0x19a4c60) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) Failed to load Style for SpinBox_QMLTYPE_90(0x19b1ad0) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) QWARN : qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) Failed to load Style for SpinBox_QMLTYPE_90(0x19bc780) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) QWARN : qtquickcontrols::Tests_SpinBox::test_maxvalue() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_maxvalue() Failed to load Style for SpinBox_QMLTYPE_90(0x19c6760) PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() QWARN : qtquickcontrols::Tests_SpinBox::test_minvalue() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_minvalue() Failed to load Style for SpinBox_QMLTYPE_90(0x19ce740) PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() QWARN : qtquickcontrols::Tests_SpinBox::test_move_mouse() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_move_mouse() Failed to load Style for SpinBox_QMLTYPE_90(0x18e5300) FAIL! : qtquickcontrols::Tests_SpinBox::test_move_mouse() Compared values are not the same Actual (): false Expected (): true Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_spinbox.qml(181)] QWARN : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_negativeStepSize() Failed to load Style for SpinBox_QMLTYPE_90(0x186c400) PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() QWARN : qtquickcontrols::Tests_SpinBox::test_stepsize() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/SpinBoxStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_SpinBox::test_stepsize() Failed to load Style for SpinBox_QMLTYPE_90(0x183fe70) PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() PASS : qtquickcontrols::Tests_TableView::test_forwardClickToChild() PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) PASS : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() PASS : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) PASS : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() QWARN : qtquickcontrols::Tests_TabView::test_addRemoveTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TabViewStyle.qml:50:1: Style is not a type PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() QWARN : qtquickcontrols::Tests_TabView::test_changeIndex() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TabViewStyle.qml:50:1: Style is not a type PASS : qtquickcontrols::Tests_TabView::test_changeIndex() QWARN : qtquickcontrols::Tests_TabView::test_createTabView() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TabViewStyle.qml:50:1: Style is not a type PASS : qtquickcontrols::Tests_TabView::test_createTabView() QWARN : qtquickcontrols::Tests_TabView::test_dynamicTabs() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TabViewStyle.qml:50:1: Style is not a type PASS : qtquickcontrols::Tests_TabView::test_dynamicTabs() QWARN : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() Failed to load Style for Button_QMLTYPE_8(0x18464b0) QWARN : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() Failed to load Style for Button_QMLTYPE_8(0x170a980) QWARN : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() Failed to load Style for Button_QMLTYPE_8(0x18d3680) QWARN : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ButtonStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() Failed to load Style for Button_QMLTYPE_8(0x198bce0) QWARN : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TabViewStyle.qml:50:1: Style is not a type FAIL! : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tabview.qml(220)] QWARN : qtquickcontrols::Tests_TabView::test_repeater() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TabViewStyle.qml:50:1: Style is not a type PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnPress() Failed to load Style for TextField_QMLTYPE_144(0x1866320) PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnTab() Failed to load Style for TextField_QMLTYPE_144(0x183abc0) QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnTab() Failed to load Style for TextField_QMLTYPE_144(0x1863780) QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnTab() Failed to load Style for TextField_QMLTYPE_144(0x1992d70) PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_TextField::test_cursorPosition() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_cursorPosition() Failed to load Style for TextField_QMLTYPE_144(0x171f420) PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() QWARN : qtquickcontrols::Tests_TextField::test_deselect() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_deselect() Failed to load Style for TextField_QMLTYPE_144(0x186a510) PASS : qtquickcontrols::Tests_TextField::test_deselect() QWARN : qtquickcontrols::Tests_TextField::test_getText() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_getText() Failed to load Style for TextField_QMLTYPE_144(0x194e080) PASS : qtquickcontrols::Tests_TextField::test_getText() QWARN : qtquickcontrols::Tests_TextField::test_inputMask() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_inputMask() Failed to load Style for TextField_QMLTYPE_144(0x1988130) PASS : qtquickcontrols::Tests_TextField::test_inputMask() QWARN : qtquickcontrols::Tests_TextField::test_insert() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_insert() Failed to load Style for TextField_QMLTYPE_144(0x1837ac0) PASS : qtquickcontrols::Tests_TextField::test_insert() QWARN : qtquickcontrols::Tests_TextField::test_length() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_length() Failed to load Style for TextField_QMLTYPE_144(0x199a5f0) PASS : qtquickcontrols::Tests_TextField::test_length() QWARN : qtquickcontrols::Tests_TextField::test_maximumLength() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_maximumLength() Failed to load Style for TextField_QMLTYPE_144(0x183abc0) PASS : qtquickcontrols::Tests_TextField::test_maximumLength() QWARN : qtquickcontrols::Tests_TextField::test_readonly() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_readonly() Failed to load Style for TextField_QMLTYPE_144(0x1866320) PASS : qtquickcontrols::Tests_TextField::test_readonly() QWARN : qtquickcontrols::Tests_TextField::test_redo() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_redo() Failed to load Style for TextField_QMLTYPE_144(0x171f420) PASS : qtquickcontrols::Tests_TextField::test_redo() QWARN : qtquickcontrols::Tests_TextField::test_select() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_select() Failed to load Style for TextField_QMLTYPE_144(0x1843d30) PASS : qtquickcontrols::Tests_TextField::test_select() QWARN : qtquickcontrols::Tests_TextField::test_selectAll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_selectAll() Failed to load Style for TextField_QMLTYPE_144(0x1866320) PASS : qtquickcontrols::Tests_TextField::test_selectAll() QWARN : qtquickcontrols::Tests_TextField::test_selectWord() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_selectWord() Failed to load Style for TextField_QMLTYPE_144(0x183fdf0) PASS : qtquickcontrols::Tests_TextField::test_selectWord() QWARN : qtquickcontrols::Tests_TextField::test_text() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_text() Failed to load Style for TextField_QMLTYPE_144(0x186cb60) PASS : qtquickcontrols::Tests_TextField::test_text() QWARN : qtquickcontrols::Tests_TextField::test_undo() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_undo() Failed to load Style for TextField_QMLTYPE_144(0x18f6100) PASS : qtquickcontrols::Tests_TextField::test_undo() QWARN : qtquickcontrols::Tests_TextField::test_validator() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_validator() Failed to load Style for TextField_QMLTYPE_144(0x183f1f0) PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() Failed to load Style for ToolButton_QMLTYPE_151(0x1845370) PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() Failed to load Style for ToolButton_QMLTYPE_151(0x197e630) QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() Failed to load Style for ToolButton_QMLTYPE_151(0x187aac0) QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() Failed to load Style for ToolButton_QMLTYPE_151(0x171f420) PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_ToolButton::test_createToolButton() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_createToolButton() Failed to load Style for ToolButton_QMLTYPE_151(0x1866320) PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 223 passed, 15 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 15 seconds, exit code 15 Testing tst_activeFocusOnTab QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 FAIL! : tst_activeFocusOnTab::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 14396] QtQA::App::TestRunner: [New LWP 14402] QtQA::App::TestRunner: [New LWP 14398] QtQA::App::TestRunner: [New LWP 14400] QtQA::App::TestRunner: [New LWP 14404] QtQA::App::TestRunner: [New LWP 14399] QtQA::App::TestRunner: [New LWP 14403] QtQA::App::TestRunner: [New LWP 14397] QtQA::App::TestRunner: [New LWP 14405] QtQA::App::TestRunner: [New LWP 14401] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -silent -o /work/build/_artifacts/test-logs/tst_activeFo'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007fc49eb3a445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10 (Thread 0x7fc485934700 (LWP 14401)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fc4941d0a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fc49d99ae9a in start_thread (arg=0x7fc485934700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 (Thread 0x7fc47f7fe700 (LWP 14405)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fc49f46958b in wait (time=18446744073709551615, this=0x21771d0) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 QWaitCondition::wait (this=, mutex=0x2176f98, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007fc4a085c979 in takeEvent (wait=true, this=0x2176f90) at scenegraph/qsgthreadedrenderloop.cpp:249 QtQA::App::TestRunner: #4 QSGRenderThread::processEventsAndWaitForMore (this=0x2176f10) at scenegraph/qsgthreadedrenderloop.cpp:634 QtQA::App::TestRunner: #5 0x00007fc4a085ca70 in QSGRenderThread::run (this=0x2176f10) at scenegraph/qsgthreadedrenderloop.cpp:661 QtQA::App::TestRunner: #6 0x00007fc49f468ef5 in QThreadPrivate::start (arg=0x2176f10) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fc49d99ae9a in start_thread (arg=0x7fc47f7fe700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 (Thread 0x7fc496e6e700 (LWP 14397)): QtQA::App::TestRunner: #0 0x00007fc49ebec403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fc49b580862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #2 0x00007fc49b581fff in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #3 0x00007fc498e5bb49 in QXcbEventReader::run (this=0x210c460) at qxcbconnection.cpp:914 QtQA::App::TestRunner: #4 0x00007fc49f468ef5 in QThreadPrivate::start (arg=0x210c460) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #5 0x00007fc49d99ae9a in start_thread (arg=0x7fc496e6e700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7 (Thread 0x7fc484932700 (LWP 14403)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fc4941d0a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fc49d99ae9a in start_thread (arg=0x7fc484932700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 (Thread 0x7fc4a0e86700 (LWP 14399)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007fc49e4101bd in v8::internal::LinuxSemaphore::Wait (this=0x7fc48c0008c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007fc49e35af0c in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007fc49e4115e3 in v8::internal::SignalSender::Run (this=0x2160f70) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #4 0x00007fc49e41024e in v8::internal::ThreadEntry (arg=0x2160f70) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007fc49d99ae9a in start_thread (arg=0x7fc4a0e86700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7fc47ffff700 (LWP 14404)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fc4941d0a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fc49d99ae9a in start_thread (arg=0x7fc47ffff700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7fc4955f6700 (LWP 14400)): QtQA::App::TestRunner: #0 0x00007fc49ebec403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fc49c769036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fc49c769164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fc49f66dbc4 in QEventDispatcherGlib::processEvents (this=0x7fc4800008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fc49f6226eb in QEventLoop::exec (this=0x7fc4955f5e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007fc49f4642c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007fc49f468ef5 in QThreadPrivate::start (arg=0x21712b0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fc49d99ae9a in start_thread (arg=0x7fc4955f6700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7fc495df7700 (LWP 14398)): QtQA::App::TestRunner: #0 0x00007fc49ebec403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007fc49c769036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007fc49c769164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007fc49f66dbc4 in QEventDispatcherGlib::processEvents (this=0x7fc4880008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007fc49f6226eb in QEventLoop::exec (this=0x7fc495df6e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007fc49f4642c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007fc49f468ef5 in QThreadPrivate::start (arg=0x2126330) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007fc49d99ae9a in start_thread (arg=0x7fc495df7700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7fc485133700 (LWP 14402)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007fc4941d0a23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007fc49d99ae9a in start_thread (arg=0x7fc485133700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007fc49ebf7dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7fc4a0e62740 (LWP 14396)): QtQA::App::TestRunner: #0 0x00007fc49eb3a445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007fc49eb3dbab in __GI_abort () at abort.c:91 QtQA::App::TestRunner: #2 0x00007fc49f45a6ee in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:944 QtQA::App::TestRunner: #3 QMessageLogger::fatal (this=, msg=) at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007fc4a008535a in QTest::FatalSignalHandler::signal (signum=) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 QQuickItem::childItems (this=0x0) at items/qquickitem.cpp:3124 QtQA::App::TestRunner: #7 0x0000000000406b17 in QQuickVisualTestUtil::findItem (parent=0x0, objectName=..., index=-1) at ../shared/visualtestutil.h:66 QtQA::App::TestRunner: #8 0x000000000040384f in tst_activeFocusOnTab::activeFocusOnTab (this=) at tst_activeFocusOnTab.cpp:93 QtQA::App::TestRunner: #9 0x00007fc49f62d35b in QMetaMethod::invoke (this=0x7fffc42b1010, object=0x7fffc42b1870, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #10 0x00007fc49f6309ee in QMetaObject::invokeMethod (obj=0x7fffc42b1870, member=, type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #11 0x00007fc4a008a419 in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., type=Qt::DirectConnection, member=0x2175660 "activeFocusOnTab", obj=) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #12 qInvokeTestMethodDataEntry (slot=0x2175660 "activeFocusOnTab") at qtestcase.cpp:1697 QtQA::App::TestRunner: #13 QTest::qInvokeTestMethod (slotName=0x21757e8 "activeFocusOnTab()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #14 0x00007fc4a008b19c in qInvokeTestMethods (testObject=0x7fffc42b1870) at qtestcase.cpp:1976 QtQA::App::TestRunner: #15 QTest::qExec (testObject=0x7fffc42b1870, argc=, argv=) at qtestcase.cpp:2189 QtQA::App::TestRunner: #16 0x000000000040329d in main (argc=6, argv=0x7fffc42b19a8) at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_activeFocusOnTab ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_activeFocusOnTab::initTestCase() QWARN : tst_activeFocusOnTab::activeFocusOnTab() file:///work/build/qt/qtquickcontrols/tests/auto/activeFocusOnTab/data/activeFocusOnTab.qml:88:9: Type GroupBox unavailable GroupBox { ^ QWARN : tst_activeFocusOnTab::activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/GroupBox.qml:183:16: Type CheckBoxStyle unavailable style: CheckBoxStyle { panel: Item{} } ^ QWARN : tst_activeFocusOnTab::activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/CheckBoxStyle.qml:49:1: Style is not a type Style { ^ QFATAL : tst_activeFocusOnTab::activeFocusOnTab() Received signal 11 FAIL! : tst_activeFocusOnTab::activeFocusOnTab() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_activeFocusOnTab ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New LWP 14409] QtQA::App::TestRunner: [New LWP 14413] QtQA::App::TestRunner: [New LWP 14412] QtQA::App::TestRunner: [New LWP 14410] QtQA::App::TestRunner: [New LWP 14414] QtQA::App::TestRunner: [New LWP 14415] QtQA::App::TestRunner: [New LWP 14417] QtQA::App::TestRunner: [New LWP 14411] QtQA::App::TestRunner: [New LWP 14416] QtQA::App::TestRunner: [New LWP 14418] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: [Thread debugging using libthread_db enabled] QtQA::App::TestRunner: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QtQA::App::TestRunner: Core was generated by `./tst_activeFocusOnTab -o /work/build/_artifacts/test-logs/tst_activeFocusOnTab'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0x00007f7460107445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10 (Thread 0x7f744487f700 (LWP 14418)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f7460a3658b in wait (time=18446744073709551615, this=0x95a180) at thread/qwaitcondition_unix.cpp:136 QtQA::App::TestRunner: #2 QWaitCondition::wait (this=, mutex=0x959f48, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 QtQA::App::TestRunner: #3 0x00007f7461e29979 in takeEvent (wait=true, this=0x959f40) at scenegraph/qsgthreadedrenderloop.cpp:249 QtQA::App::TestRunner: #4 QSGRenderThread::processEventsAndWaitForMore (this=0x959ec0) at scenegraph/qsgthreadedrenderloop.cpp:634 QtQA::App::TestRunner: #5 0x00007f7461e29a70 in QSGRenderThread::run (this=0x959ec0) at scenegraph/qsgthreadedrenderloop.cpp:661 QtQA::App::TestRunner: #6 0x00007f7460a35ef5 in QThreadPrivate::start (arg=0x959ec0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f745ef67e9a in start_thread (arg=0x7f744487f700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9 (Thread 0x7f7445881700 (LWP 14416)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f745579da23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f745ef67e9a in start_thread (arg=0x7f7445881700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 (Thread 0x7f74573c4700 (LWP 14411)): QtQA::App::TestRunner: #0 0x00007f74601b9403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f745dd36036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f745dd36164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f7460c3abc4 in QEventDispatcherGlib::processEvents (this=0x7f74480008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f7460bef6eb in QEventLoop::exec (this=0x7f74573c3e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007f7460a312c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007f7460a35ef5 in QThreadPrivate::start (arg=0x909330) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f745ef67e9a in start_thread (arg=0x7f74573c4700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7 (Thread 0x7f7445080700 (LWP 14417)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f745579da23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f745ef67e9a in start_thread (arg=0x7f7445080700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6 (Thread 0x7f7446082700 (LWP 14415)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f745579da23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f745ef67e9a in start_thread (arg=0x7f7446082700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5 (Thread 0x7f7446883700 (LWP 14414)): QtQA::App::TestRunner: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 QtQA::App::TestRunner: #1 0x00007f745579da23 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so QtQA::App::TestRunner: #2 0x00007f745ef67e9a in start_thread (arg=0x7f7446883700) at pthread_create.c:308 QtQA::App::TestRunner: #3 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #4 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4 (Thread 0x7f745843b700 (LWP 14410)): QtQA::App::TestRunner: #0 0x00007f74601b9403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f745cb4d862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #2 0x00007f745cb4efff in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 QtQA::App::TestRunner: #3 0x00007f745a428b49 in QXcbEventReader::run (this=0x8ef460) at qxcbconnection.cpp:914 QtQA::App::TestRunner: #4 0x00007f7460a35ef5 in QThreadPrivate::start (arg=0x8ef460) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #5 0x00007f745ef67e9a in start_thread (arg=0x7f745843b700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 0x7f7462453700 (LWP 14412)): QtQA::App::TestRunner: #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86 QtQA::App::TestRunner: #1 0x00007f745f9dd1bd in v8::internal::LinuxSemaphore::Wait (this=0x7f744c0008c0) at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #2 0x00007f745f927f0c in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #3 0x00007f745f9de5e3 in v8::internal::SignalSender::Run (this=0x943f70) at ../3rdparty/v8/src/platform-linux.cc:1164 QtQA::App::TestRunner: #4 0x00007f745f9dd24e in v8::internal::ThreadEntry (arg=0x943f70) at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #5 0x00007f745ef67e9a in start_thread (arg=0x7f7462453700) at pthread_create.c:308 QtQA::App::TestRunner: #6 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #7 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 0x7f7456bc3700 (LWP 14413)): QtQA::App::TestRunner: #0 0x00007f74601b9403 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #1 0x00007f745dd36036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #2 0x00007f745dd36164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0x00007f7460c3abc4 in QEventDispatcherGlib::processEvents (this=0x7f74400008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #4 0x00007f7460bef6eb in QEventLoop::exec (this=0x7f7456bc2e10, flags=...) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #5 0x00007f7460a312c2 in QThread::exec (this=) at thread/qthread.cpp:507 QtQA::App::TestRunner: #6 0x00007f7460a35ef5 in QThreadPrivate::start (arg=0x9542b0) at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #7 0x00007f745ef67e9a in start_thread (arg=0x7f7456bc3700) at pthread_create.c:308 QtQA::App::TestRunner: #8 0x00007f74601c4dbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 QtQA::App::TestRunner: #9 0x0000000000000000 in ?? () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 0x7f746242f740 (LWP 14409)): QtQA::App::TestRunner: #0 0x00007f7460107445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #1 0x00007f746010abab in __GI_abort () at abort.c:91 QtQA::App::TestRunner: #2 0x00007f7460a276ee in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:944 QtQA::App::TestRunner: #3 QMessageLogger::fatal (this=, msg=) at global/qlogging.cpp:360 QtQA::App::TestRunner: #4 0x00007f746165235a in QTest::FatalSignalHandler::signal (signum=) at qtestcase.cpp:2011 QtQA::App::TestRunner: #5 QtQA::App::TestRunner: #6 QQuickItem::childItems (this=0x0) at items/qquickitem.cpp:3124 QtQA::App::TestRunner: #7 0x0000000000406b17 in QQuickVisualTestUtil::findItem (parent=0x0, objectName=..., index=-1) at ../shared/visualtestutil.h:66 QtQA::App::TestRunner: #8 0x000000000040384f in tst_activeFocusOnTab::activeFocusOnTab (this=) at tst_activeFocusOnTab.cpp:93 QtQA::App::TestRunner: #9 0x00007f7460bfa35b in QMetaMethod::invoke (this=0x7fff15a8a380, object=0x7fff15a8abe0, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #10 0x00007f7460bfd9ee in QMetaObject::invokeMethod (obj=0x7fff15a8abe0, member=, type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #11 0x00007f7461657419 in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., type=Qt::DirectConnection, member=0x958660 "activeFocusOnTab", obj=) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #12 qInvokeTestMethodDataEntry (slot=0x958660 "activeFocusOnTab") at qtestcase.cpp:1697 QtQA::App::TestRunner: #13 QTest::qInvokeTestMethod (slotName=0x9587e8 "activeFocusOnTab()", data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #14 0x00007f746165819c in qInvokeTestMethods (testObject=0x7fff15a8abe0) at qtestcase.cpp:1976 QtQA::App::TestRunner: #15 QTest::qExec (testObject=0x7fff15a8abe0, argc=, argv=) at qtestcase.cpp:2189 QtQA::App::TestRunner: #16 0x000000000040329d in main (argc=5, argv=0x7fff15a8ad18) at tst_activeFocusOnTab.cpp:425 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_activeFocusOnTab: 33 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00126/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366903102): http://codereview.qt-project.org/54696 [PS2] - Move Style.qml to Private as it provides no useful API http://codereview.qt-project.org/54646 [PS3] - Button: Fix checkable behavior From ci-noreply at qt-project.org Thu Apr 25 17:56:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 18:56:35 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_155635_018116.ci-noreply@qt-project.org> QtBase_stable_Integration #1015: SUCCESS Tested changes (refs/builds/stable_1366898008): http://codereview.qt-project.org/54063 [PS10] - Fix windows expose logic From ci-noreply at qt-project.org Thu Apr 25 17:57:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 18:57:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130425_155725_094199.ci-noreply@qt-project.org> QtDoc_stable_Integration #148: SUCCESS Tested changes (refs/builds/stable_1366903522): http://codereview.qt-project.org/54729 [PS3] - Doc: Fix duplicated "platform-specific" page list From ci-noreply at qt-project.org Thu Apr 25 18:18:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 19:18:33 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130425_161833_082460.ci-noreply@qt-project.org> QtDoc_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #149: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00149/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366905541): http://codereview.qt-project.org/54728 [PS1] - Doc: Un-overload the word "module" From ci-noreply at qt-project.org Thu Apr 25 18:26:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 19:26:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_162608_054229.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #462: SUCCESS Tested changes (refs/builds/stable_1366899425): http://codereview.qt-project.org/54744 [PS3] - Disable native glyph rendering on embedded From ci-noreply at qt-project.org Thu Apr 25 18:34:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 19:34:15 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_163415_065271.ci-noreply@qt-project.org> Autotest `tst_controls' failed :( Testing qtquickcontrols FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(224)] FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(172)] FAIL! : qtquickcontrols::Tests_ScrollView::test_viewport() 'Viewport should be smaller with frame' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_scrollview.qml(112)] FAIL! : qtquickcontrols::Tests_TableView::test_forwardClickToChild() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(156)] FAIL! : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(143)] FAIL! : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(143)] FAIL! : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(118)] FAIL! : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(96)] FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] Totals: 230 passed, 12 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of qtquickcontrols ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : qtquickcontrols::Tests_Button::initTestCase() PASS : qtquickcontrols::Tests_Button::test_action() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Button::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Button::test_isDefault() PASS : qtquickcontrols::Tests_Button::test_text() PASS : qtquickcontrols::Tests_Button::cleanupTestCase() PASS : qtquickcontrols::Tests_CheckBox::initTestCase() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_CheckBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_CheckBox::test_checked() PASS : qtquickcontrols::Tests_CheckBox::test_clicked() PASS : qtquickcontrols::Tests_CheckBox::test_defaultConstructed() PASS : qtquickcontrols::Tests_CheckBox::test_exclusiveGroup() PASS : qtquickcontrols::Tests_CheckBox::test_keyPressed() PASS : qtquickcontrols::Tests_CheckBox::test_text() PASS : qtquickcontrols::Tests_CheckBox::cleanupTestCase() PASS : qtquickcontrols::Tests_ComboBox::initTestCase() QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() Failed to load Style for ComboBox_QMLTYPE_30(0x1b3f680) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnPress() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(224)] QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() Failed to load Style for ComboBox_QMLTYPE_30(0x1b2fbf0) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() Failed to load Style for ComboBox_QMLTYPE_30(0x1937a10) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() Failed to load Style for ComboBox_QMLTYPE_30(0x1b37e00) QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null FAIL! : qtquickcontrols::Tests_ComboBox::test_activeFocusOnTab() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(172)] QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() Failed to load Style for ComboBox_QMLTYPE_30(0x1b97d80) QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(283)] XFAIL : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QTBUG-30379 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_combobox.qml(287)] PASS : qtquickcontrols::Tests_ComboBox::test_addRemoveItemsInModel_QTBUG_30379() QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_arraymodel() Failed to load Style for ComboBox_QMLTYPE_30(0x1b2cc10) QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_arraymodel() QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() Failed to load Style for ComboBox_QMLTYPE_30(0x1b2cc10) QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_arraymodelwithtextrole() QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() Failed to load Style for ComboBox_QMLTYPE_30(0x19d0030) QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_currentIndexInMenu() QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_keyupdown() Failed to load Style for ComboBox_QMLTYPE_30(0x1b40710) QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_keyupdown() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_keyupdown() QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_spaceKey() Failed to load Style for ComboBox_QMLTYPE_30(0x1b09080) QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_spaceKey() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_spaceKey() QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_textrole() Failed to load Style for ComboBox_QMLTYPE_30(0x19d6780) QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_textrole() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_textrole() QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ComboBoxStyle.qml:101:39: Type MenuStyle unavailable QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuStyle.qml:45:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() Failed to load Style for ComboBox_QMLTYPE_30(0x1b9f1a0) QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() No suitable 'textRole' found for ComboBox. QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:140:120: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:143: TypeError: Cannot read property 'font' of null QWARN : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ComboBox.qml:131: TypeError: Cannot read property 'dropDownStyle' of null PASS : qtquickcontrols::Tests_ComboBox::test_width_QTBUG_30377() PASS : qtquickcontrols::Tests_ComboBox::cleanupTestCase() PASS : qtquickcontrols::Tests_GridLayout::initTestCase() PASS : qtquickcontrols::Tests_GridLayout::test_alignment() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRight() PASS : qtquickcontrols::Tests_GridLayout::test_flowLeftToRightDefaultPositions() PASS : qtquickcontrols::Tests_GridLayout::test_flowTopToBottom() PASS : qtquickcontrols::Tests_GridLayout::test_sizeHints() PASS : qtquickcontrols::Tests_GridLayout::test_spanAcrossEmptyRows() PASS : qtquickcontrols::Tests_GridLayout::cleanupTestCase() PASS : qtquickcontrols::Tests_GroupBox::initTestCase() PASS : qtquickcontrols::Tests_GroupBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_GroupBox::test_checkable() PASS : qtquickcontrols::Tests_GroupBox::test_checked() PASS : qtquickcontrols::Tests_GroupBox::cleanupTestCase() PASS : qtquickcontrols::Tests_Label::initTestCase() PASS : qtquickcontrols::Tests_Label::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Label::test_createLabel() PASS : qtquickcontrols::Tests_Label::cleanupTestCase() PASS : qtquickcontrols::Tests_Menu::initTestCase() PASS : qtquickcontrols::Tests_Menu::test___selectedIndex() PASS : qtquickcontrols::Tests_Menu::test_check() PASS : qtquickcontrols::Tests_Menu::test_creation() PASS : qtquickcontrols::Tests_Menu::test_dynamicItems() PASS : qtquickcontrols::Tests_Menu::test_exclusive() PASS : qtquickcontrols::Tests_Menu::test_modelCreation() PASS : qtquickcontrols::Tests_Menu::test_trigger() PASS : qtquickcontrols::Tests_Menu::cleanupTestCase() PASS : qtquickcontrols::Tests_MenuBar::initTestCase() QWARN : qtquickcontrols::Tests_MenuBar::test_createMenuBar() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/MenuBarStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_MenuBar::test_createMenuBar() Failed to load Style for MenuBar_QMLTYPE_46(0x19d68a0) PASS : qtquickcontrols::Tests_MenuBar::test_createMenuBar() PASS : qtquickcontrols::Tests_MenuBar::cleanupTestCase() PASS : qtquickcontrols::Tests_StackView::initTestCase() PASS : qtquickcontrols::Tests_StackView::test_pagestack() PASS : qtquickcontrols::Tests_StackView::cleanupTestCase() PASS : qtquickcontrols::Tests_ProgressBar::initTestCase() QWARN : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b2bbc0) QWARN : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b45ce0) QWARN : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() Failed to load Style for ProgressBar_QMLTYPE_59(0x19d0600) PASS : qtquickcontrols::Tests_ProgressBar::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b29920) QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b04820) QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_59(0x191bbb0) QWARN : qtquickcontrols::Tests_ProgressBar::test_initialization_order() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_initialization_order() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b3f330) PASS : qtquickcontrols::Tests_ProgressBar::test_initialization_order() QWARN : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b29920) QWARN : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b3f330) PASS : qtquickcontrols::Tests_ProgressBar::test_invalidMinMax() QWARN : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_maximumvalue() Failed to load Style for ProgressBar_QMLTYPE_59(0x1afa000) PASS : qtquickcontrols::Tests_ProgressBar::test_maximumvalue() QWARN : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ProgressBarStyle.qml:51:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ProgressBar::test_minimumvalue() Failed to load Style for ProgressBar_QMLTYPE_59(0x1b29920) PASS : qtquickcontrols::Tests_ProgressBar::test_minimumvalue() PASS : qtquickcontrols::Tests_ProgressBar::cleanupTestCase() PASS : qtquickcontrols::Tests_RadioButton::initTestCase() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_RadioButton::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_RadioButton::test_checked() PASS : qtquickcontrols::Tests_RadioButton::test_clicked() PASS : qtquickcontrols::Tests_RadioButton::test_createRadioButton() PASS : qtquickcontrols::Tests_RadioButton::test_defaultConstructed() PASS : qtquickcontrols::Tests_RadioButton::test_exclusiveGroup() PASS : qtquickcontrols::Tests_RadioButton::test_keyPressed() PASS : qtquickcontrols::Tests_RadioButton::test_text() PASS : qtquickcontrols::Tests_RadioButton::cleanupTestCase() PASS : qtquickcontrols::Tests_RangeModel::initTestCase() PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted false) PASS : qtquickcontrols::Tests_RangeModel::test_setinverted(inverted true) PASS : qtquickcontrols::Tests_RangeModel::test_setmaximumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setminimumvalue() PASS : qtquickcontrols::Tests_RangeModel::test_setposition() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatmaximum() PASS : qtquickcontrols::Tests_RangeModel::test_setpositionatminimum() PASS : qtquickcontrols::Tests_RangeModel::test_setstepsize() PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(in range) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(below min) PASS : qtquickcontrols::Tests_RangeModel::test_setvalue(above max) PASS : qtquickcontrols::Tests_RangeModel::cleanupTestCase() PASS : qtquickcontrols::Tests_RowLayout::initTestCase() PASS : qtquickcontrols::Tests_RowLayout::test_alignment() PASS : qtquickcontrols::Tests_RowLayout::test_allExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_countGeometryChanges() PASS : qtquickcontrols::Tests_RowLayout::test_fixedAndExpanding() PASS : qtquickcontrols::Tests_RowLayout::test_implicitSize() PASS : qtquickcontrols::Tests_RowLayout::test_initialNestedLayouts() PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(fallbackValues) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(acceptZeroWidths) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(123) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(132) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(213) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(231) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(321) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(312) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(1i2) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i3) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(2i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i1) PASS : qtquickcontrols::Tests_RowLayout::test_sizeHintNormalization(3i2) PASS : qtquickcontrols::Tests_RowLayout::cleanupTestCase() QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::UnknownTestFunc() Failed to load Style for TextArea_QMLTYPE_89(0x1b3dcf0) QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::UnknownTestFunc() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null PASS : qtquickcontrols::Tests_ScrollView::initTestCase() QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() Failed to load Style for ScrollView_QMLTYPE_84(0x1bd4d00) QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() Failed to load Style for ScrollView_QMLTYPE_84(0x1bbff90) QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() Failed to load Style for ScrollView_QMLTYPE_84(0x1b9da20) QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null PASS : qtquickcontrols::Tests_ScrollView::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ScrollView::test_scroll() Failed to load Style for ScrollView_QMLTYPE_84(0x1bec550) QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_scroll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null PASS : qtquickcontrols::Tests_ScrollView::test_scroll() QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ScrollView::test_viewport() Failed to load Style for ScrollView_QMLTYPE_84(0x1bd6200) QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_ScrollView::test_viewport() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null FAIL! : qtquickcontrols::Tests_ScrollView::test_viewport() 'Viewport should be smaller with frame' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_scrollview.qml(112)] PASS : qtquickcontrols::Tests_ScrollView::cleanupTestCase() PASS : qtquickcontrols::Tests_Shortcut::initTestCase() PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 0) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 1) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 2) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 3) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 4) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 5) QWARN : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) QQuickAction::event: Ambiguous shortcut overload: Shift+D PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 6) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 7) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 8) PASS : qtquickcontrols::Tests_Shortcut::test_shortcut(row 9) PASS : qtquickcontrols::Tests_Shortcut::cleanupTestCase() PASS : qtquickcontrols::Tests_Slider::initTestCase() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_Slider::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_Slider::test_maximumvalue() PASS : qtquickcontrols::Tests_Slider::test_minimumvalue() PASS : qtquickcontrols::Tests_Slider::test_mouseWheel() PASS : qtquickcontrols::Tests_Slider::test_rightLeftKeyPressed() PASS : qtquickcontrols::Tests_Slider::test_vertical() PASS : qtquickcontrols::Tests_Slider::cleanupTestCase() PASS : qtquickcontrols::Tests_SpinBox::initTestCase() PASS : qtquickcontrols::Tests_SpinBox::test_ImplicitSize() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnPress() PASS : qtquickcontrols::Tests_SpinBox::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_SpinBox::test_decimals() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_key() PASS : qtquickcontrols::Tests_SpinBox::test_decrement_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_increment_key() PASS : qtquickcontrols::Tests_SpinBox::test_increment_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_initialization_order() PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-1.1) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-10.10) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(-123.456) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(2.54cm) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input($100) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(asdf foo) PASS : qtquickcontrols::Tests_SpinBox::test_keyboard_input(a1b2c3d4e5) PASS : qtquickcontrols::Tests_SpinBox::test_maxvalue() PASS : qtquickcontrols::Tests_SpinBox::test_minvalue() PASS : qtquickcontrols::Tests_SpinBox::test_move_mouse() PASS : qtquickcontrols::Tests_SpinBox::test_negativeStepSize() PASS : qtquickcontrols::Tests_SpinBox::test_stepsize() PASS : qtquickcontrols::Tests_SpinBox::cleanupTestCase() PASS : qtquickcontrols::Tests_SplitView::initTestCase() PASS : qtquickcontrols::Tests_SplitView::test_splitView() PASS : qtquickcontrols::Tests_SplitView::cleanupTestCase() PASS : qtquickcontrols::Tests_Stack::initTestCase() PASS : qtquickcontrols::Tests_Stack::test_index() PASS : qtquickcontrols::Tests_Stack::test_pageStack() PASS : qtquickcontrols::Tests_Stack::test_status() PASS : qtquickcontrols::Tests_Stack::cleanupTestCase() PASS : qtquickcontrols::Tests_StatusBar::initTestCase() PASS : qtquickcontrols::Tests_StatusBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_StatusBar::test_createStatusBar() PASS : qtquickcontrols::Tests_StatusBar::cleanupTestCase() PASS : qtquickcontrols::Tests_Tab::initTestCase() PASS : qtquickcontrols::Tests_Tab::test_createTab() PASS : qtquickcontrols::Tests_Tab::cleanupTestCase() PASS : qtquickcontrols::Tests_TableView::initTestCase() QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_forwardClickToChild() Failed to load Style for TableView_QMLTYPE_129_QML_143(0x1923430) QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null QWARN : qtquickcontrols::Tests_TableView::test_forwardClickToChild() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null FAIL! : qtquickcontrols::Tests_TableView::test_forwardClickToChild() Compared values are not the same Actual (): 0 Expected (): 1 Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(156)] QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) Failed to load Style for TableView_QMLTYPE_129(0x1be61f0) QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qobjectlistmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(143)] QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) Failed to load Style for TableView_QMLTYPE_129(0x1c3b930) QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingcpplistmodel(qstringlistmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(143)] QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() Failed to load Style for TableView_QMLTYPE_129(0x1d37160) QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingcppqabstractitemmodel() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(118)] QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() Failed to load Style for TableView_QMLTYPE_129(0x1c3bef0) QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingcppqobjectmodel() 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(96)] QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) Failed to load Style for TableView_QMLTYPE_129(0x1bce0c0) QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(listmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) Failed to load Style for TableView_QMLTYPE_129(0x1c93130) QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(countmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) Failed to load Style for TableView_QMLTYPE_129(0x1d818b0) QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'textColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(arraymodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TableViewStyle.qml:45:1: Type ScrollViewStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) Failed to load Style for TableView_QMLTYPE_129(0x1db9560) QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/TableView.qml:412: TypeError: Cannot read property 'highlightedTextColor' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null FAIL! : qtquickcontrols::Tests_TableView::test_usingqmlmodel(itemmodel) 'verify()' returned FALSE. () Loc: [/work/build/qt/qtquickcontrols/tests/auto/controls/data/tst_tableview.qml(77)] PASS : qtquickcontrols::Tests_TableView::cleanupTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::initTestCase() PASS : qtquickcontrols::Tests_TableViewColumn::test_createTableViewColumn() PASS : qtquickcontrols::Tests_TableViewColumn::cleanupTestCase() PASS : qtquickcontrols::Tests_TabView::initTestCase() PASS : qtquickcontrols::Tests_TabView::test_addRemoveTab() PASS : qtquickcontrols::Tests_TabView::test_changeIndex() PASS : qtquickcontrols::Tests_TabView::test_createTabView() PASS : qtquickcontrols::Tests_TabView::test_dynamicTabs() PASS : qtquickcontrols::Tests_TabView::test_mousePressOnTabBar() PASS : qtquickcontrols::Tests_TabView::test_repeater() PASS : qtquickcontrols::Tests_TabView::cleanupTestCase() PASS : qtquickcontrols::Tests_TextArea::initTestCase() QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() Failed to load Style for TextArea_QMLTYPE_89(0x1c13220) QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() Failed to load Style for TextArea_QMLTYPE_89(0x1c7cad0) QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() Failed to load Style for TextArea_QMLTYPE_89(0x1cbb730) QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() Failed to load Style for TextArea_QMLTYPE_89(0x1c2d2a0) QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null PASS : qtquickcontrols::Tests_TextArea::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollViewStyle.qml:77:35: Type ScrollBarStyle unavailable QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ScrollBarStyle.qml:53:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextArea::test_append() Failed to load Style for TextArea_QMLTYPE_89(0x19d4370) QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:104: TypeError: Cannot read property 'corner' of null QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:118: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:62:29: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollBar.qml:61:28: TypeError: Result of expression is not an object QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Private/ScrollViewHelper.qml:153: TypeError: Cannot read property 'scrollBar' of null QWARN : qtquickcontrols::Tests_TextArea::test_append() file:///work/build/qt/qtbase/qml/QtQuick/Controls/ScrollView.qml:272: TypeError: Cannot read property 'frameWidth' of null PASS : qtquickcontrols::Tests_TextArea::test_append() PASS : qtquickcontrols::Tests_TextArea::cleanupTestCase() PASS : qtquickcontrols::Tests_TextField::initTestCase() QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnPress() Failed to load Style for TextField_QMLTYPE_161(0x1b468d0) PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnTab() Failed to load Style for TextField_QMLTYPE_161(0x1b37b80) QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnTab() Failed to load Style for TextField_QMLTYPE_161(0x1b3dcf0) QWARN : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_activeFocusOnTab() Failed to load Style for TextField_QMLTYPE_161(0x1b26090) PASS : qtquickcontrols::Tests_TextField::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_TextField::test_cursorPosition() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_cursorPosition() Failed to load Style for TextField_QMLTYPE_161(0x19d4370) PASS : qtquickcontrols::Tests_TextField::test_cursorPosition() QWARN : qtquickcontrols::Tests_TextField::test_deselect() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_deselect() Failed to load Style for TextField_QMLTYPE_161(0x1b3d6d0) PASS : qtquickcontrols::Tests_TextField::test_deselect() QWARN : qtquickcontrols::Tests_TextField::test_getText() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_getText() Failed to load Style for TextField_QMLTYPE_161(0x1ceea40) PASS : qtquickcontrols::Tests_TextField::test_getText() QWARN : qtquickcontrols::Tests_TextField::test_inputMask() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_inputMask() Failed to load Style for TextField_QMLTYPE_161(0x1d20be0) PASS : qtquickcontrols::Tests_TextField::test_inputMask() QWARN : qtquickcontrols::Tests_TextField::test_insert() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_insert() Failed to load Style for TextField_QMLTYPE_161(0x1db90a0) PASS : qtquickcontrols::Tests_TextField::test_insert() QWARN : qtquickcontrols::Tests_TextField::test_length() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_length() Failed to load Style for TextField_QMLTYPE_161(0x19d4370) PASS : qtquickcontrols::Tests_TextField::test_length() QWARN : qtquickcontrols::Tests_TextField::test_maximumLength() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_maximumLength() Failed to load Style for TextField_QMLTYPE_161(0x1b3d6d0) PASS : qtquickcontrols::Tests_TextField::test_maximumLength() QWARN : qtquickcontrols::Tests_TextField::test_readonly() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_readonly() Failed to load Style for TextField_QMLTYPE_161(0x1ceea40) PASS : qtquickcontrols::Tests_TextField::test_readonly() QWARN : qtquickcontrols::Tests_TextField::test_redo() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_redo() Failed to load Style for TextField_QMLTYPE_161(0x1d20be0) PASS : qtquickcontrols::Tests_TextField::test_redo() QWARN : qtquickcontrols::Tests_TextField::test_select() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_select() Failed to load Style for TextField_QMLTYPE_161(0x1db90a0) PASS : qtquickcontrols::Tests_TextField::test_select() QWARN : qtquickcontrols::Tests_TextField::test_selectAll() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_selectAll() Failed to load Style for TextField_QMLTYPE_161(0x19d4370) PASS : qtquickcontrols::Tests_TextField::test_selectAll() QWARN : qtquickcontrols::Tests_TextField::test_selectWord() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_selectWord() Failed to load Style for TextField_QMLTYPE_161(0x1923430) PASS : qtquickcontrols::Tests_TextField::test_selectWord() QWARN : qtquickcontrols::Tests_TextField::test_text() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_text() Failed to load Style for TextField_QMLTYPE_161(0x19ce260) PASS : qtquickcontrols::Tests_TextField::test_text() QWARN : qtquickcontrols::Tests_TextField::test_undo() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_undo() Failed to load Style for TextField_QMLTYPE_161(0x1b41880) PASS : qtquickcontrols::Tests_TextField::test_undo() QWARN : qtquickcontrols::Tests_TextField::test_validator() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/TextFieldStyle.qml:50:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_TextField::test_validator() Failed to load Style for TextField_QMLTYPE_161(0x1d20be0) PASS : qtquickcontrols::Tests_TextField::test_validator() PASS : qtquickcontrols::Tests_TextField::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolBar::initTestCase() PASS : qtquickcontrols::Tests_ToolBar::test_activeFocusOnTab() PASS : qtquickcontrols::Tests_ToolBar::test_createToolBar() PASS : qtquickcontrols::Tests_ToolBar::cleanupTestCase() PASS : qtquickcontrols::Tests_ToolButton::initTestCase() QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() Failed to load Style for ToolButton_QMLTYPE_168(0x1b41880) PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnPress() QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() Failed to load Style for ToolButton_QMLTYPE_168(0x1a6dd50) QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() Failed to load Style for ToolButton_QMLTYPE_168(0x1b395f0) QWARN : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() Failed to load Style for ToolButton_QMLTYPE_168(0x1afa000) PASS : qtquickcontrols::Tests_ToolButton::test_activeFocusOnTab() QWARN : qtquickcontrols::Tests_ToolButton::test_createToolButton() file:///work/build/qt/qtbase/qml/QtQuick/Controls/Styles/ToolButtonStyle.qml:48:1: Style is not a type QSYSTEM: qtquickcontrols::Tests_ToolButton::test_createToolButton() Failed to load Style for ToolButton_QMLTYPE_168(0x1a67b40) PASS : qtquickcontrols::Tests_ToolButton::test_createToolButton() PASS : qtquickcontrols::Tests_ToolButton::cleanupTestCase() Totals: 230 passed, 12 failed, 0 skipped ********* Finished testing of qtquickcontrols ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_controls: 15 seconds, exit code 12 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00127/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1366907263): http://codereview.qt-project.org/54746 [PS3] - ScrollBar style refactoring http://codereview.qt-project.org/54696 [PS3] - Move Style.qml to Private as it provides no useful API http://codereview.qt-project.org/54758 [PS1] - MenuItem, ComboBox: Finish style for widgets-less controls From ci-noreply at qt-project.org Thu Apr 25 18:57:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 19:57:09 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130425_165709_065904.ci-noreply@qt-project.org> Compilation failed :( tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QList (__cdecl* qt_filedialog_open_file_urls_hook)(class QWidget *,class QString const &,class QUrl const &,class QString const &,class QString *,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_open_file_urls_hook@@3P6A?AV?$QList at VQUrl@@@@PAVQWidget@@ABVQString@@ABVQUrl@@1PAV3 at V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QUrl (__cdecl* qt_filedialog_open_file_url_hook)(class QWidget *,class QString const &,class QUrl const &,class QString const &,class QString *,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_open_file_url_hook@@3P6A?AVQUrl@@PAVQWidget@@ABVQString@@ABV1 at 1PAV3@V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QUrl (__cdecl* qt_filedialog_save_file_url_hook)(class QWidget *,class QString const &,class QUrl const &,class QString const &,class QString *,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_save_file_url_hook@@3P6A?AVQUrl@@PAVQWidget@@ABVQString@@ABV1 at 1PAV3@V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QUrl (__cdecl* qt_filedialog_existing_directory_url_hook)(class QWidget *,class QString const &,class QUrl const &,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_existing_directory_url_hook@@3P6A?AVQUrl@@PAVQWidget@@ABVQString@@ABV1 at V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) release\tst_qfiledialog.exe : fatal error LNK1120: 4 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00849/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1366905970): http://codereview.qt-project.org/51088 [PS11] - List the URL schemes supported by QNetworkAccessManager http://codereview.qt-project.org/51031 [PS5] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Thu Apr 25 19:28:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 20:28:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_172833_091547.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #128: SUCCESS Tested changes (refs/builds/stable_1366907866): http://codereview.qt-project.org/54758 [PS1] - MenuItem, ComboBox: Finish style for widgets-less controls From ci-noreply at qt-project.org Thu Apr 25 19:41:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 20:41:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130425_174157_015505.ci-noreply@qt-project.org> Compilation failed :( qquickwindow.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class TestNamespace::QImage __cdecl qt_gl_read_framebuffer(class TestNamespace::QSize const &,bool,bool)" (__imp_?qt_gl_read_framebuffer@@YA?AVQImage at TestNamespace@@ABVQSize at 2@_N1 at Z) referenced in function "public: class TestNamespace::QImage __thiscall TestNamespace::QQuickWindow::grabWindow(void)" (?grabWindow at QQuickWindow@TestNamespace@@QAE?AVQImage at 2@XZ) C:\work\build\qt\qtbase\lib\Qt5Quick.dll : fatal error LNK1120: 1 unresolved externals Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00463/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1366910884): http://codereview.qt-project.org/54234 [PS3] - Implement QQuickWindow::grabWindow() for isVisible=false http://codereview.qt-project.org/54714 [PS3] - Mark the canvas texture dirty when we change it. http://codereview.qt-project.org/54725 [PS1] - Quote scenegraph example code from the right place. From ci-noreply at qt-project.org Thu Apr 25 19:59:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 20:59:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_175920_062878.ci-noreply@qt-project.org> QtBase_stable_Integration #1016: SUCCESS Tested changes (refs/builds/stable_1366905529): http://codereview.qt-project.org/54618 [PS4] - Windows: Update transient parent in show(). http://codereview.qt-project.org/54662 [PS7] - Cocoa: Improve text heuristic menu item syncing logic http://codereview.qt-project.org/54661 [PS3] - Cocoa: Reflect menu hierarchy in QCocoaMenu* objects http://codereview.qt-project.org/54660 [PS1] - Cocoa: Remove dead code in QCocoaMenu* http://codereview.qt-project.org/54341 [PS1] - fix namespaced build http://codereview.qt-project.org/54321 [PS1] - fix QProcessEnvironment documentation re case conversion http://codereview.qt-project.org/54567 [PS1] - Windows native save file dialog: Do not append suffix afterwards. http://codereview.qt-project.org/54743 [PS2] - Do not include the treeview header if its hidden From ci-noreply at qt-project.org Thu Apr 25 20:06:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 21:06:05 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130425_180605_003890.ci-noreply@qt-project.org> `make' failed :( make[5]: *** [sub-qpainter-make_first] Error 3 make[4]: *** [sub-painting-make_first] Error 2 make[3]: *** [sub-gui-make_first] Error 2 make[2]: *** [sub-benchmarks-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00212/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366909712): http://codereview.qt-project.org/54401 [PS5] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 25 20:35:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 21:35:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_183533_044413.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #129: SUCCESS Tested changes (refs/builds/stable_1366911883): http://codereview.qt-project.org/54646 [PS3] - Button: Fix checkable behavior http://codereview.qt-project.org/53396 [PS3] - TestBench: Add currentText and currentIndex properties http://codereview.qt-project.org/53016 [PS6] - TestBench: Add option to load a custom style From ci-noreply at qt-project.org Thu Apr 25 21:07:27 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 22:07:27 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130425_190727_061146.ci-noreply@qt-project.org> Qt_4.8_Integration #1413: SUCCESS Tested changes (refs/builds/4.8_1366895828): http://codereview.qt-project.org/54585 [PS3] - qmlplugindump: add an explicit -relocatable flag http://codereview.qt-project.org/54605 [PS2] - Fixed QLayout::addChildLayout(QLayout *l) when l had a parent From ci-noreply at qt-project.org Thu Apr 25 21:59:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 22:59:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130425_195957_051135.ci-noreply@qt-project.org> QtBase_stable_Integration #1017: SUCCESS Tested changes (refs/builds/stable_1366912895): http://codereview.qt-project.org/54381 [PS3] - Cleanup the SQL tests http://codereview.qt-project.org/54486 [PS2] - Don't do any transitions if the widget is disabled http://codereview.qt-project.org/54683 [PS1] - Respect the hotspot when creating the cursor in Cocoa From ci-noreply at qt-project.org Thu Apr 25 22:03:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 23:03:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130425_200311_050911.ci-noreply@qt-project.org> `make' failed :( make[3]: *** [sub-sensors2qmlapi-make_first] Error 3 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtsensors-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00213/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366914072): http://codereview.qt-project.org/54401 [PS5] - Updated submodules. From ci-noreply at qt-project.org Thu Apr 25 22:28:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Thu, 25 Apr 2013 23:28:44 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130425_202844_081592.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #130: SUCCESS Tested changes (refs/builds/stable_1366918675): http://codereview.qt-project.org/54654 [PS1] - TestBench: Add iconSource property http://codereview.qt-project.org/54651 [PS2] - Button: Add support for icons From ci-noreply at qt-project.org Fri Apr 26 03:15:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 04:15:30 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130426_011530_085746.ci-noreply@qt-project.org> QtDoc_stable_Integration #150: SUCCESS Tested changes (refs/builds/stable_1366936938): http://codereview.qt-project.org/54728 [PS1] - Doc: Un-overload the word "module" From ci-noreply at qt-project.org Fri Apr 26 06:45:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 07:45:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130426_044550_078865.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #184: SUCCESS Tested changes (refs/builds/master_1366950920): http://codereview.qt-project.org/54749 [PS1] - jenkins: Install Project Health Report plugin From ci-noreply at qt-project.org Fri Apr 26 10:39:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 11:39:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_083933_083054.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #131: SUCCESS Tested changes (refs/builds/stable_1366962518): http://codereview.qt-project.org/54770 [PS1] - MenuItem: Add shortcuts in widgets-less style http://codereview.qt-project.org/54768 [PS1] - MenuItem: Properly render mnemonics in widgets-less style http://codereview.qt-project.org/54767 [PS2] - MenuBar: Make widgets-less style work From ci-noreply at qt-project.org Fri Apr 26 10:49:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 11:49:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_084938_049380.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #464: SUCCESS Tested changes (refs/builds/stable_1366958731): http://codereview.qt-project.org/54714 [PS3] - Mark the canvas texture dirty when we change it. http://codereview.qt-project.org/54725 [PS1] - Quote scenegraph example code from the right place. From ci-noreply at qt-project.org Fri Apr 26 12:08:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 13:08:28 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_100828_060476.ci-noreply@qt-project.org> QtBase_stable_Integration #1018: SUCCESS Tested changes (refs/builds/stable_1366963593): http://codereview.qt-project.org/54652 [PS4] - Fix shortcut override for menus From ci-noreply at qt-project.org Fri Apr 26 12:13:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 13:13:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130426_101325_017259.ci-noreply@qt-project.org> QtBase_dev_Integration #850: SUCCESS Tested changes (refs/builds/dev_1366963591): http://codereview.qt-project.org/54255 [PS8] - Make QColor understand #AARRGGBB http://codereview.qt-project.org/54448 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 26 12:32:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 13:32:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_103254_016070.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #132: SUCCESS Tested changes (refs/builds/stable_1366969312): http://codereview.qt-project.org/54797 [PS5] - Don't select a TableView index by default http://codereview.qt-project.org/54699 [PS1] - Repopulate the GridLayout if flow is changed From ci-noreply at qt-project.org Fri Apr 26 12:51:45 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 13:51:45 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130426_105145_031781.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #185: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00185/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366973371): http://codereview.qt-project.org/54804 [PS1] - qt_prereqs: install libpq-dev From ci-noreply at qt-project.org Fri Apr 26 12:57:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 13:57:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_105704_096699.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #465: SUCCESS Tested changes (refs/builds/stable_1366966286): http://codereview.qt-project.org/53993 [PS1] - Fix spelling error. http://codereview.qt-project.org/52886 [PS4] - Implement a basic accessible text interface http://codereview.qt-project.org/54715 [PS1] - Initialize lastPos From ci-noreply at qt-project.org Fri Apr 26 13:10:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:10:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtx11extras#stable Message-ID: <20130426_111039_063258.ci-noreply@qt-project.org> QtX11Extras_stable_Integration #12: SUCCESS Tested changes (refs/builds/stable_1366973934): http://codereview.qt-project.org/54282 [PS1] - Doc: Fix module name in .qdocconf From ci-noreply at qt-project.org Fri Apr 26 13:12:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:12:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130426_111220_021627.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #186: SUCCESS Tested changes (refs/builds/master_1366973933): http://codereview.qt-project.org/54804 [PS2] - qt_prereqs: install libpq-dev From ci-noreply at qt-project.org Fri Apr 26 13:17:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:17:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130426_111743_037187.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #61: SUCCESS Tested changes (refs/builds/stable_1366973021): http://codereview.qt-project.org/54283 [PS1] - Doc: Fix module name in .qdocconf From ci-noreply at qt-project.org Fri Apr 26 13:20:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:20:35 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130426_112035_066162.ci-noreply@qt-project.org> QtScript_stable_Integration #62: SUCCESS Tested changes (refs/builds/stable_1366973897): http://codereview.qt-project.org/54281 [PS1] - Doc: Fix module names in .qdocconf From ci-noreply at qt-project.org Fri Apr 26 13:43:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:43:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_114309_068208.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #133: SUCCESS Tested changes (refs/builds/stable_1366973503): http://codereview.qt-project.org/54799 [PS4] - Make TableView selection color work From ci-noreply at qt-project.org Fri Apr 26 13:44:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:44:06 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130426_114406_066855.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00091/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1366974992): http://codereview.qt-project.org/54452 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Fri Apr 26 13:50:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:50:47 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130426_115047_043748.ci-noreply@qt-project.org> QtDoc_stable_Integration #151: SUCCESS Tested changes (refs/builds/stable_1366975043): http://codereview.qt-project.org/52612 [PS1] - Doc: Give C++ class lists consistent titles From ci-noreply at qt-project.org Fri Apr 26 13:59:53 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 14:59:53 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130426_115953_005595.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration » linux-g++-32_Ubuntu_10.04_x86 #187: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00187/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtQA_sysadmin_master_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #187: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_sysadmin_master_Integration/build_00187/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/master_1366977445): http://codereview.qt-project.org/54631 [PS1] - Fix when requiring Class sevenzip From ci-noreply at qt-project.org Fri Apr 26 14:18:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 15:18:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_121822_037240.ci-noreply@qt-project.org> QtBase_stable_Integration #1019: SUCCESS Tested changes (refs/builds/stable_1366971044): http://codereview.qt-project.org/54772 [PS1] - make sure qmake finds itself in CWD on windows http://codereview.qt-project.org/54607 [PS3] - Don't use the SubWindow flag for windows embedded in foreign windows http://codereview.qt-project.org/54785 [PS1] - Increase the loopLevel when activating menu items. From ci-noreply at qt-project.org Fri Apr 26 14:36:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 15:36:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_123615_089355.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #134: SUCCESS Tested changes (refs/builds/stable_1366976714): http://codereview.qt-project.org/54746 [PS4] - ScrollBar style refactoring http://codereview.qt-project.org/54280 [PS3] - Refactor propagation of size hints From ci-noreply at qt-project.org Fri Apr 26 14:41:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 15:41:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130426_124104_082436.ci-noreply@qt-project.org> QtQA_master_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #498: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_master_Integration/build_00498/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/master_1366979430): http://codereview.qt-project.org/53894 [PS1] - Qtqa: Adding QtMacExtras_master_Integration to CI From ci-noreply at qt-project.org Fri Apr 26 15:13:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 16:13:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_131322_055402.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #466: SUCCESS Tested changes (refs/builds/stable_1366973933): http://codereview.qt-project.org/54810 [PS1] - Fixed segmentation fault when setting shadowBlur in Canvas element. http://codereview.qt-project.org/54730 [PS10] - Doc: corrections (Writing Guidelines) and language edits http://codereview.qt-project.org/54704 [PS7] - Re-implemented itemChange must always call QQuickItem::itemChange From ci-noreply at qt-project.org Fri Apr 26 15:25:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 16:25:49 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130426_132549_002471.ci-noreply@qt-project.org> QtBase_dev_Integration #851: SUCCESS Tested changes (refs/builds/dev_1366974963): http://codereview.qt-project.org/54811 [PS1] - Add since 5.2 to the new QColor features From ci-noreply at qt-project.org Fri Apr 26 15:50:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 16:50:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_135020_089284.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #135: SUCCESS Tested changes (refs/builds/stable_1366981166): http://codereview.qt-project.org/54696 [PS9] - Move Style.qml to Private as it provides no useful API From ci-noreply at qt-project.org Fri Apr 26 15:52:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 16:52:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_135217_078204.ci-noreply@qt-project.org> Autotest `tst_qquickwindow' failed :( Testing tst_qquickwindow QFATAL : tst_qquickwindow::requestActivate() Received signal 11 FAIL! : tst_qquickwindow::requestActivate() Received a fatal error. Loc: [Unknown file(0)] Totals: 23 passed, 1 failed, 9 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 3066] QtQA::App::TestRunner: [New Thread 3068] QtQA::App::TestRunner: [New Thread 3074] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qquickwindow -silent -o /work/build/_artifacts/test-logs/tst_qquickwindow'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77b7430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 3074): QtQA::App::TestRunner: #0 0xb77b7430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5e10506 in *__GI___poll (fds=0xb5ea5ff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb59824eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb59750ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb59754b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb636b520 in QEventDispatcherGlib::processEvents (this=0x923b948, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb62f8847 in QEventLoop::processEvents (this=0xb36892c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb62f8b0f in QEventLoop::exec (this=0xb36892c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb610d60f in QThread::exec (this=0x94cfdb0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb7305444 in QQmlThreadPrivate::run (this=0x94cfdb0) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb611423f in QThreadPrivate::start (arg=0x94cfdb0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5fea96e in start_thread (arg=0xb3689b70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5e1e3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 3068): QtQA::App::TestRunner: #0 0xb77b7430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5ff1245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb69fbde9 in v8::internal::LinuxSemaphore::Wait (this=0x921cc78) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb68d4c34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb68d4dc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0xb2d0ef44) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb69fd10a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb69fbac3 in ThreadEntry (arg=0xb2d0ef20) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb5fea96e in start_thread (arg=0xb41f0b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb5e1e3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 3066): QtQA::App::TestRunner: #0 0xb77b7430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5d75651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb5d78a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb61012d4 in qt_message_fatal (context=..., message=...) QtQA::App::TestRunner: at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 0xb60fee0e in QMessageLogger::fatal (this=0xbfb13f0c, QtQA::App::TestRunner: msg=0xb715f420 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7148169 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb468702b in QXcbWindow::show (this=0x923fc18) at qxcbwindow.cpp:633 QtQA::App::TestRunner: #8 0xb4686e77 in QXcbWindow::setVisible (this=0x923fc18, visible=true) QtQA::App::TestRunner: at qxcbwindow.cpp:603 QtQA::App::TestRunner: #9 0xb6c45878 in QWindow::setVisible (this=0x9a08838, visible=true) QtQA::App::TestRunner: at kernel/qwindow.cpp:421 QtQA::App::TestRunner: #10 0xb6c47c64 in QWindow::showNormal (this=0x9a08838) QtQA::App::TestRunner: at kernel/qwindow.cpp:1722 QtQA::App::TestRunner: #11 0xb6c47b35 in QWindow::show (this=0x9a08838) at kernel/qwindow.cpp:1653 QtQA::App::TestRunner: #12 0xb6c48bc4 in QWindow::qt_static_metacall (_o=0x9a08838, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=19, _a=0xbfb14700) QtQA::App::TestRunner: at .moc/debug-shared/moc_qwindow.cpp:377 QtQA::App::TestRunner: #13 0xb6c491fc in QWindow::qt_metacall (this=0x9a08838, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=19, _a=0xbfb14700) QtQA::App::TestRunner: at .moc/debug-shared/moc_qwindow.cpp:537 QtQA::App::TestRunner: #14 0xb75c5bcd in QQuickWindow::qt_metacall (this=0x9a08838, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=24, _a=0xbfb14700) QtQA::App::TestRunner: at .moc/debug-shared/moc_qquickwindow.cpp:264 QtQA::App::TestRunner: #15 0xb6304f7a in QMetaObject::metacall (object=0x9a08838, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=24, argv=0xbfb14700) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #16 0xb735c50a in CallMethod (object=0x9a08838, index=24, returnType=43, QtQA::App::TestRunner: argCount=0, argTypes=0x0, engine=0x9a0d908, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1605 QtQA::App::TestRunner: #17 0xb735d09f in CallPrecise (object=0x9a08838, data=..., engine=0x9a0d908, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1839 QtQA::App::TestRunner: #18 0xb735dff4 in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2053 QtQA::App::TestRunner: #19 0xb6654700 in HandleApiCallHelper (args=..., isolate=0x91e3090) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #20 0xb664eb07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x91e3090) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #21 0xb664eae2 in Builtin_HandleApiCall (args=..., isolate=0x91e3090) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #22 0x33d0a376 in ?? () QtQA::App::TestRunner: #23 0x33d33d24 in ?? () QtQA::App::TestRunner: #24 0x33d1e3cb in ?? () QtQA::App::TestRunner: #25 0x33d21f59 in ?? () QtQA::App::TestRunner: #26 0x33d130ca in ?? () QtQA::App::TestRunner: #27 0xb66a4075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbfb14def, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #28 0xb66a444a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfb14def, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #29 0xb66a424d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbfb14def, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #30 0xb6608f16 in v8::Function::Call (this=0xb2d15b20, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #31 0xb72d0906 in QQmlJavaScriptExpression::evaluate (this=0x9a0e0c8, QtQA::App::TestRunner: context=0x94d0090, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #32 0xb72d062a in QQmlJavaScriptExpression::evaluate (this=0x9a0e0c8, QtQA::App::TestRunner: context=0x94d0090, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #33 0xb725f786 in QQmlBoundSignalExpression::evaluate (this=0x9a0e0b8, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #34 0xb72603fd in QQmlBoundSignal_callback (e=0x9a0e044, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #35 0xb72b2164 in QQmlNotifier::emitNotify (endpoint=0x9a0e044, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #36 0xb71fba31 in QQmlData::signalEmitted (object=0x9264500, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #37 0xb633a96f in QMetaObject::activate (sender=0x9264500, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #38 0xb633a7e0 in QMetaObject::activate (sender=0x9264500, m=0xb744d7e0, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #39 0xb73cd60f in QQmlComponentAttached::completed (this=0x9264500) QtQA::App::TestRunner: at .moc/debug-shared/moc_qqmlcomponentattached_p.cpp:133 QtQA::App::TestRunner: #40 0xb72398a4 in QQmlVME::complete (this=0x9207df4, interrupt=...) QtQA::App::TestRunner: at qml/qqmlvme.cpp:1380 QtQA::App::TestRunner: #41 0xb722365a in QQmlComponentPrivate::complete (enginePriv=0x9264248, QtQA::App::TestRunner: state=0x9207df4) at qml/qqmlcomponent.cpp:919 QtQA::App::TestRunner: #42 0xb7223730 in QQmlComponentPrivate::completeCreate (this=0x9207d98) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:955 QtQA::App::TestRunner: #43 0xb72236df in QQmlComponent::completeCreate (this=0xbfb155a0) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:948 QtQA::App::TestRunner: #44 0xb7222f5d in QQmlComponent::create (this=0xbfb155a0, context=0x9264538) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:781 QtQA::App::TestRunner: #45 0x0806ce3f in tst_qquickwindow::requestActivate (this=0xbfb1603c) QtQA::App::TestRunner: at tst_qquickwindow.cpp:1411 QtQA::App::TestRunner: #46 0x0806decb in tst_qquickwindow::qt_static_metacall (_o=0xbfb1603c, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=27, _a=0xbfb15694) QtQA::App::TestRunner: at .moc/debug-shared/tst_qquickwindow.moc:422 QtQA::App::TestRunner: #47 0xb63085a1 in QMetaMethod::invoke (this=0xbfb15840, object=0xbfb1603c, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #48 0xb6307b76 in QMetaObject::invokeMethod (obj=0xbfb1603c, QtQA::App::TestRunner: member=0x9a096f0 "requestActivate", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #49 0xb714b46e in QMetaObject::invokeMethod (obj=0xbfb1603c, QtQA::App::TestRunner: member=0x9a096f0 "requestActivate", type=Qt::DirectConnection, val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #50 0xb7146f48 in qInvokeTestMethodDataEntry ( QtQA::App::TestRunner: slot=0x9a096f0 "requestActivate") at qtestcase.cpp:1697 QtQA::App::TestRunner: #51 0xb71477e7 in qInvokeTestMethod (slotName=0x9a0a810 "requestActivate()", QtQA::App::TestRunner: data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #52 0xb714804e in qInvokeTestMethods (testObject=0xbfb1603c) QtQA::App::TestRunner: at qtestcase.cpp:1976 QtQA::App::TestRunner: #53 0xb71487cc in QTest::qExec (testObject=0xbfb1603c, argc=6, QtQA::App::TestRunner: argv=0xbfb16124) at qtestcase.cpp:2189 QtQA::App::TestRunner: #54 0x0806d90d in main (argc=6, argv=0xbfb16124) at tst_qquickwindow.cpp:1455 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qquickwindow ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qquickwindow::initTestCase() PASS : tst_qquickwindow::constantUpdates() SKIP : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeSync) This test fails frequently on the present overworked CI mac machines Loc: [tst_qquickwindow.cpp(372)] SKIP : tst_qquickwindow::constantUpdatesOnWindow(unblocked, beforeRender) This test fails frequently on the present overworked CI mac machines Loc: [tst_qquickwindow.cpp(372)] SKIP : tst_qquickwindow::constantUpdatesOnWindow(unblocked, afterRender) This test fails frequently on the present overworked CI mac machines Loc: [tst_qquickwindow.cpp(372)] SKIP : tst_qquickwindow::constantUpdatesOnWindow(unblocked, swapped) This test fails frequently on the present overworked CI mac machines Loc: [tst_qquickwindow.cpp(372)] PASS : tst_qquickwindow::mouseFiltering() PASS : tst_qquickwindow::headless() SKIP : tst_qquickwindow::noUpdateWhenNothingChanges() Only threaded renderloop implements this feature Loc: [tst_qquickwindow.cpp(1063)] PASS : tst_qquickwindow::touchEvent_basic() PASS : tst_qquickwindow::touchEvent_propagation(disable events) PASS : tst_qquickwindow::touchEvent_propagation(disable item) PASS : tst_qquickwindow::touchEvent_propagation(hide item) PASS : tst_qquickwindow::touchEvent_cancel() PASS : tst_qquickwindow::touchEvent_reentrant() PASS : tst_qquickwindow::touchEvent_velocity() PASS : tst_qquickwindow::mouseFromTouch_basic() PASS : tst_qquickwindow::clearWindow() PASS : tst_qquickwindow::qmlCreation() PASS : tst_qquickwindow::clearColor() PASS : tst_qquickwindow::grab() PASS : tst_qquickwindow::multipleWindows() PASS : tst_qquickwindow::animationsWhileHidden() PASS : tst_qquickwindow::focusObject() PASS : tst_qquickwindow::ignoreUnhandledMouseEvents() PASS : tst_qquickwindow::ownershipRootItem() SKIP : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=false) For some obscure reason this test fails in CI only Loc: [tst_qquickwindow.cpp(1316)] SKIP : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=false) For some obscure reason this test fails in CI only Loc: [tst_qquickwindow.cpp(1316)] SKIP : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=true) For some obscure reason this test fails in CI only Loc: [tst_qquickwindow.cpp(1316)] SKIP : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=true) For some obscure reason this test fails in CI only Loc: [tst_qquickwindow.cpp(1316)] PASS : tst_qquickwindow::showHideAnimate() PASS : tst_qquickwindow::testExpose() QFATAL : tst_qquickwindow::requestActivate() Received signal 11 FAIL! : tst_qquickwindow::requestActivate() Received a fatal error. Loc: [Unknown file(0)] Totals: 23 passed, 1 failed, 9 skipped ********* Finished testing of tst_qquickwindow ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 3077] QtQA::App::TestRunner: [New Thread 3085] QtQA::App::TestRunner: [New Thread 3079] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qquickwindow -o /work/build/_artifacts/test-logs/tst_qquickwindow-testres'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb770d430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3 (Thread 3079): QtQA::App::TestRunner: #0 0xb770d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5f47245 in sem_wait@@GLIBC_2.1 () QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80 QtQA::App::TestRunner: #2 0xb6951de9 in v8::internal::LinuxSemaphore::Wait (this=0x9f2bca0) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:884 QtQA::App::TestRunner: #3 0xb682ac34 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS QtQA::App::TestRunner: () at ../3rdparty/v8/src/runtime-profiler.cc:452 QtQA::App::TestRunner: #4 0xb682adc5 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary QtQA::App::TestRunner: (this=0x9efc974) at ../3rdparty/v8/src/runtime-profiler.cc:499 QtQA::App::TestRunner: #5 0xb695310a in v8::internal::SignalSender::Run() () QtQA::App::TestRunner: from /work/build/qt/qtbase/lib/libQt5V8.so.5 QtQA::App::TestRunner: #6 0xb6951ac3 in ThreadEntry (arg=0x9efc950) QtQA::App::TestRunner: at ../3rdparty/v8/src/platform-linux.cc:760 QtQA::App::TestRunner: #7 0xb5f4096e in start_thread (arg=0xb4146b70) at pthread_create.c:300 QtQA::App::TestRunner: #8 0xb5d743ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 3085): QtQA::App::TestRunner: #0 0xb770d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5d66506 in *__GI___poll (fds=0xb5dfbff4, nfds=1, timeout=-1) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #2 0xb58d84eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #3 0xb58cb0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #4 0xb58cb4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #5 0xb62c1520 in QEventDispatcherGlib::processEvents (this=0x9f109e8, QtQA::App::TestRunner: flags=...) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #6 0xb624e847 in QEventLoop::processEvents (this=0xb35df2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #7 0xb624eb0f in QEventLoop::exec (this=0xb35df2c8, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #8 0xb606360f in QThread::exec (this=0x9f237a0) at thread/qthread.cpp:507 QtQA::App::TestRunner: #9 0xb725b444 in QQmlThreadPrivate::run (this=0x9f237a0) QtQA::App::TestRunner: at qml/ftw/qqmlthread.cpp:148 QtQA::App::TestRunner: #10 0xb606a23f in QThreadPrivate::start (arg=0x9f237a0) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #11 0xb5f4096e in start_thread (arg=0xb35dfb70) at pthread_create.c:300 QtQA::App::TestRunner: #12 0xb5d743ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 3077): QtQA::App::TestRunner: #0 0xb770d430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb5ccb651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb5ccea82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb60572d4 in qt_message_fatal (context=..., message=...) QtQA::App::TestRunner: at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 0xb6054e0e in QMessageLogger::fatal (this=0xbf81364c, QtQA::App::TestRunner: msg=0xb70b5420 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb709e169 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb45dd02b in QXcbWindow::show (this=0x9f4fcc8) at qxcbwindow.cpp:633 QtQA::App::TestRunner: #8 0xb45dce77 in QXcbWindow::setVisible (this=0x9f4fcc8, visible=true) QtQA::App::TestRunner: at qxcbwindow.cpp:603 QtQA::App::TestRunner: #9 0xb6b9b878 in QWindow::setVisible (this=0xa6f7f40, visible=true) QtQA::App::TestRunner: at kernel/qwindow.cpp:421 QtQA::App::TestRunner: #10 0xb6b9dc64 in QWindow::showNormal (this=0xa6f7f40) QtQA::App::TestRunner: at kernel/qwindow.cpp:1722 QtQA::App::TestRunner: #11 0xb6b9db35 in QWindow::show (this=0xa6f7f40) at kernel/qwindow.cpp:1653 QtQA::App::TestRunner: #12 0xb6b9ebc4 in QWindow::qt_static_metacall (_o=0xa6f7f40, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=19, _a=0xbf813e40) QtQA::App::TestRunner: at .moc/debug-shared/moc_qwindow.cpp:377 QtQA::App::TestRunner: #13 0xb6b9f1fc in QWindow::qt_metacall (this=0xa6f7f40, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=19, _a=0xbf813e40) QtQA::App::TestRunner: at .moc/debug-shared/moc_qwindow.cpp:537 QtQA::App::TestRunner: #14 0xb751bbcd in QQuickWindow::qt_metacall (this=0xa6f7f40, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=24, _a=0xbf813e40) QtQA::App::TestRunner: at .moc/debug-shared/moc_qquickwindow.cpp:264 QtQA::App::TestRunner: #15 0xb625af7a in QMetaObject::metacall (object=0xa6f7f40, QtQA::App::TestRunner: cl=QMetaObject::InvokeMetaMethod, idx=24, argv=0xbf813e40) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:307 QtQA::App::TestRunner: #16 0xb72b250a in CallMethod (object=0xa6f7f40, index=24, returnType=43, QtQA::App::TestRunner: argCount=0, argTypes=0x0, engine=0x9ef6438, callArgs=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:1605 QtQA::App::TestRunner: #17 0xb72b309f in CallPrecise (object=0xa6f7f40, data=..., engine=0x9ef6438, QtQA::App::TestRunner: callArgs=...) at qml/v8/qv8qobjectwrapper.cpp:1839 QtQA::App::TestRunner: #18 0xb72b3ff4 in QV8QObjectWrapper::Invoke (args=...) QtQA::App::TestRunner: at qml/v8/qv8qobjectwrapper.cpp:2053 QtQA::App::TestRunner: #19 0xb65aa700 in HandleApiCallHelper (args=..., isolate=0x9ebd090) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1164 QtQA::App::TestRunner: #20 0xb65a4b07 in Builtin_Impl_HandleApiCall (args=..., isolate=0x9ebd090) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1182 QtQA::App::TestRunner: #21 0xb65a4ae2 in Builtin_HandleApiCall (args=..., isolate=0x9ebd090) QtQA::App::TestRunner: at ../3rdparty/v8/src/builtins.cc:1181 QtQA::App::TestRunner: #22 0x33d0a376 in ?? () QtQA::App::TestRunner: #23 0x33d33d24 in ?? () QtQA::App::TestRunner: #24 0x33d1e3cb in ?? () QtQA::App::TestRunner: #25 0x33d21f59 in ?? () QtQA::App::TestRunner: #26 0x33d130ca in ?? () QtQA::App::TestRunner: #27 0xb65fa075 in Invoke (is_construct=false, function=..., receiver=..., QtQA::App::TestRunner: argc=0, args=0x0, has_pending_exception=0xbf81452f, qml=...) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:125 QtQA::App::TestRunner: #28 0xb65fa44a in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf81452f, convert_receiver=false, QtQA::App::TestRunner: qml=...) at ../3rdparty/v8/src/execution.cc:201 QtQA::App::TestRunner: #29 0xb65fa24d in v8::internal::Execution::Call (callable=..., receiver=..., QtQA::App::TestRunner: argc=0, argv=0x0, pending_exception=0xbf81452f, convert_receiver=false) QtQA::App::TestRunner: at ../3rdparty/v8/src/execution.cc:168 QtQA::App::TestRunner: #30 0xb655ef16 in v8::Function::Call (this=0x9f0cd40, recv=..., argc=0, QtQA::App::TestRunner: argv=0x0) at ../3rdparty/v8/src/api.cc:3788 QtQA::App::TestRunner: #31 0xb7226906 in QQmlJavaScriptExpression::evaluate (this=0xa6f7f00, QtQA::App::TestRunner: context=0xa6f5dd8, function=..., argc=0, args=0x0, isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:180 QtQA::App::TestRunner: #32 0xb722662a in QQmlJavaScriptExpression::evaluate (this=0xa6f7f00, QtQA::App::TestRunner: context=0xa6f5dd8, function=..., isUndefined=0x0) QtQA::App::TestRunner: at qml/qqmljavascriptexpression.cpp:127 QtQA::App::TestRunner: #33 0xb71b5786 in QQmlBoundSignalExpression::evaluate (this=0xa6f7ef0, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:223 QtQA::App::TestRunner: #34 0xb71b63fd in QQmlBoundSignal_callback (e=0xa6f865c, a=0x0) QtQA::App::TestRunner: at qml/qqmlboundsignal.cpp:384 QtQA::App::TestRunner: #35 0xb7208164 in QQmlNotifier::emitNotify (endpoint=0xa6f865c, a=0x0) QtQA::App::TestRunner: at qml/qqmlnotifier.cpp:83 QtQA::App::TestRunner: #36 0xb7151a31 in QQmlData::signalEmitted (object=0x9efdb68, index=3, a=0x0) QtQA::App::TestRunner: at qml/qqmlengine.cpp:656 QtQA::App::TestRunner: #37 0xb629096f in QMetaObject::activate (sender=0x9efdb68, signalOffset=3, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3372 QtQA::App::TestRunner: #38 0xb62907e0 in QMetaObject::activate (sender=0x9efdb68, m=0xb73a37e0, QtQA::App::TestRunner: local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3354 QtQA::App::TestRunner: #39 0xb732360f in QQmlComponentAttached::completed (this=0x9efdb68) QtQA::App::TestRunner: at .moc/debug-shared/moc_qqmlcomponentattached_p.cpp:133 QtQA::App::TestRunner: #40 0xb718f8a4 in QQmlVME::complete (this=0xa26eebc, interrupt=...) QtQA::App::TestRunner: at qml/qqmlvme.cpp:1380 QtQA::App::TestRunner: #41 0xb717965a in QQmlComponentPrivate::complete (enginePriv=0xa6f3590, QtQA::App::TestRunner: state=0xa26eebc) at qml/qqmlcomponent.cpp:919 QtQA::App::TestRunner: #42 0xb7179730 in QQmlComponentPrivate::completeCreate (this=0xa26ee60) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:955 QtQA::App::TestRunner: #43 0xb71796df in QQmlComponent::completeCreate (this=0xbf814ce0) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:948 QtQA::App::TestRunner: #44 0xb7178f5d in QQmlComponent::create (this=0xbf814ce0, context=0x9f56a20) QtQA::App::TestRunner: at qml/qqmlcomponent.cpp:781 QtQA::App::TestRunner: #45 0x0806ce3f in tst_qquickwindow::requestActivate (this=0xbf81577c) QtQA::App::TestRunner: at tst_qquickwindow.cpp:1411 QtQA::App::TestRunner: #46 0x0806decb in tst_qquickwindow::qt_static_metacall (_o=0xbf81577c, QtQA::App::TestRunner: _c=QMetaObject::InvokeMetaMethod, _id=27, _a=0xbf814dd4) QtQA::App::TestRunner: at .moc/debug-shared/tst_qquickwindow.moc:422 QtQA::App::TestRunner: #47 0xb625e5a1 in QMetaMethod::invoke (this=0xbf814f80, object=0xbf81577c, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #48 0xb625db76 in QMetaObject::invokeMethod (obj=0xbf81577c, QtQA::App::TestRunner: member=0x9f7c680 "requestActivate", type=Qt::DirectConnection, ret=..., QtQA::App::TestRunner: val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., QtQA::App::TestRunner: val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #49 0xb70a146e in QMetaObject::invokeMethod (obj=0xbf81577c, QtQA::App::TestRunner: member=0x9f7c680 "requestActivate", type=Qt::DirectConnection, val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #50 0xb709cf48 in qInvokeTestMethodDataEntry ( QtQA::App::TestRunner: slot=0x9f7c680 "requestActivate") at qtestcase.cpp:1697 QtQA::App::TestRunner: #51 0xb709d7e7 in qInvokeTestMethod (slotName=0xa6faf48 "requestActivate()", QtQA::App::TestRunner: data=0x0) at qtestcase.cpp:1822 QtQA::App::TestRunner: #52 0xb709e04e in qInvokeTestMethods (testObject=0xbf81577c) QtQA::App::TestRunner: at qtestcase.cpp:1976 QtQA::App::TestRunner: #53 0xb709e7cc in QTest::qExec (testObject=0xbf81577c, argc=5, QtQA::App::TestRunner: argv=0xbf815864) at qtestcase.cpp:2189 QtQA::App::TestRunner: #54 0x0806d90d in main (argc=5, argv=0xbf815864) at tst_qquickwindow.cpp:1455 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickwindow: 22 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00467/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366982112): http://codereview.qt-project.org/54128 [PS5] - Added doc and test for active and requestActivate in QQuickWindow From ci-noreply at qt-project.org Fri Apr 26 16:03:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 17:03:32 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130426_140332_033401.ci-noreply@qt-project.org> QtQA_master_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #499: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_master_Integration/build_00499/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/master_1366984359): http://codereview.qt-project.org/54837 [PS1] - Ignore QAccessible from BIC test. From ci-noreply at qt-project.org Fri Apr 26 16:21:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 17:21:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_142139_057035.ci-noreply@qt-project.org> QtBase_stable_Integration #1020: SUCCESS Tested changes (refs/builds/stable_1366978839): http://codereview.qt-project.org/54782 [PS3] - Add QXcbWindowEventListener http://codereview.qt-project.org/54781 [PS1] - Moving logic from Qt4 for grabbing the X server http://codereview.qt-project.org/54801 [PS2] - Don't crash on null QCoocaMenuItem. http://codereview.qt-project.org/51076 [PS3] - Fix ignoring close events on OSX http://codereview.qt-project.org/54277 [PS2] - Doc: Fix module name in .qdocconf http://codereview.qt-project.org/54712 [PS1] - qdoc: Adjust regexp that generates tags from module names From ci-noreply at qt-project.org Fri Apr 26 16:31:56 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 17:31:56 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130426_143156_011209.ci-noreply@qt-project.org> QtDoc_stable_Integration #152: SUCCESS Tested changes (refs/builds/stable_1366984347): http://codereview.qt-project.org/54835 [PS1] - Doc: Adding Qt Quick Layouts to the depends variable. From ci-noreply at qt-project.org Fri Apr 26 16:44:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 17:44:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_144404_095917.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #136: SUCCESS Tested changes (refs/builds/stable_1366984345): http://codereview.qt-project.org/54802 [PS1] - BasicButton: Make textColor property internal http://codereview.qt-project.org/54834 [PS1] - Doc: Add Qt Quick Layouts landing page to "qmlmodules" group. http://codereview.qt-project.org/54831 [PS1] - Doc: Edited \qmlmodule pages and qch output of controls and layouts. From ci-noreply at qt-project.org Fri Apr 26 17:19:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 18:19:26 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130426_151926_062367.ci-noreply@qt-project.org> QtImageFormats_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #54: FAILURE Build log: http://testresults.qt-project.org/ci/QtImageFormats_stable_Integration/build_00054/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1366988776): http://codereview.qt-project.org/44147 [PS2] - disable module when gui is not available From ci-noreply at qt-project.org Fri Apr 26 17:37:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 18:37:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130426_153709_087185.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #137: SUCCESS Tested changes (refs/builds/stable_1366987568): http://codereview.qt-project.org/52934 [PS4] - Example: fix editable delegate in tableview example From ci-noreply at qt-project.org Fri Apr 26 18:07:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 19:07:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtimageformats#stable Message-ID: <20130426_160718_081979.ci-noreply@qt-project.org> QtImageFormats_stable_Integration #55: SUCCESS Tested changes (refs/builds/stable_1366990827): http://codereview.qt-project.org/44147 [PS2] - disable module when gui is not available From ci-noreply at qt-project.org Fri Apr 26 18:25:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 19:25:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_162538_064957.ci-noreply@qt-project.org> QtBase_stable_Integration #1021: SUCCESS Tested changes (refs/builds/stable_1366986234): http://codereview.qt-project.org/54833 [PS2] - iOS: remove setMouse/keyboardGrabEnabled warning http://codereview.qt-project.org/54254 [PS2] - iOS: stack true popup windows ontop of tool windows http://codereview.qt-project.org/54795 [PS1] - iOS: add convenience functions for getting window type From ci-noreply at qt-project.org Fri Apr 26 19:00:21 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 20:00:21 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_170021_044687.ci-noreply@qt-project.org> Autotests `tst_qapplication' and `tst_qwidget' failed :( Testing tst_QWidget FAIL! : tst_QWidget::touchEventSynthesizedMouseEvent() Compared values are not the same Actual (widget.m_mouseEventCount): 4 Expected (3): 3 Loc: [tst_qwidget.cpp(9567)] Totals: 206 passed, 1 failed, 36 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QWidget ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QWidget::initTestCase() QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible QWARN : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215) QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100) QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0) QWARN : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0 PASS : tst_QWidget::getSetCheck() PASS : tst_QWidget::fontPropagation() PASS : tst_QWidget::fontPropagation2() PASS : tst_QWidget::palettePropagation() PASS : tst_QWidget::palettePropagation2() PASS : tst_QWidget::enabledPropagation() WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget PASS : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() PASS : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() PASS : tst_QWidget::popupEnterLeave() PASS : tst_QWidget::acceptDropsPropagation() PASS : tst_QWidget::isEnabledTo() PASS : tst_QWidget::visible() PASS : tst_QWidget::visible_setWindowOpacity() PASS : tst_QWidget::isVisibleTo() PASS : tst_QWidget::isHidden() PASS : tst_QWidget::fonts() PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized) PASS : tst_QWidget::focusChainOnHide() PASS : tst_QWidget::focusChainOnReparent() PASS : tst_QWidget::setTabOrder() PASS : tst_QWidget::reparent() SKIP : tst_QWidget::windowState() X11: Many window managers do not support window state properly, which causes this test to fail. Loc: [tst_qwidget.cpp(1792)] PASS : tst_QWidget::showMaximized() XFAIL : tst_QWidget::showFullScreen() QTBUG-22326 Loc: [tst_qwidget.cpp(2027)] PASS : tst_QWidget::showFullScreen() PASS : tst_QWidget::showMinimized() SKIP : tst_QWidget::showMinimizedKeepsFocus() QTBUG-26424 Loc: [tst_qwidget.cpp(2174)] PASS : tst_QWidget::icon() SKIP : tst_QWidget::hideWhenFocusWidgetIsChild() X11: Your window manager is too broken for this test Loc: [tst_qwidget.cpp(2380)] SKIP : tst_QWidget::normalGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2445)] SKIP : tst_QWidget::setGeometry() QTBUG-26424 Loc: [tst_qwidget.cpp(2522)] PASS : tst_QWidget::windowOpacity() PASS : tst_QWidget::raise() PASS : tst_QWidget::lower() XFAIL : tst_QWidget::stackUnder() See QTBUG-493 Loc: [tst_qwidget.cpp(2884)] PASS : tst_QWidget::stackUnder() PASS : tst_QWidget::testContentsPropagation() PASS : tst_QWidget::saveRestoreGeometry() SKIP : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3152)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3152)] SKIP : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421 Loc: [tst_qwidget.cpp(3152)] PASS : tst_QWidget::widgetAt() PASS : tst_QWidget::optimizedResizeMove() SKIP : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012 Loc: [tst_qwidget.cpp(3581)] SKIP : tst_QWidget::resizeEvent() QTBUG-30744 Loc: [tst_qwidget.cpp(2092)] PASS : tst_QWidget::task110173() PASS : tst_QWidget::testDeletionInEventHandlers() PASS : tst_QWidget::childDeletesItsSibling() PASS : tst_QWidget::setMinimumSize() PASS : tst_QWidget::setMaximumSize() SKIP : tst_QWidget::setFixedSize() QTBUG-26424 Loc: [tst_qwidget.cpp(3722)] PASS : tst_QWidget::ensureCreated() PASS : tst_QWidget::winIdChangeEvent() PASS : tst_QWidget::persistentWinId() PASS : tst_QWidget::showNativeChild() PASS : tst_QWidget::qobject_castInDestroyedSlot() PASS : tst_QWidget::showHideEvent(window: only show) PASS : tst_QWidget::showHideEvent(window: show/hide) PASS : tst_QWidget::showHideEvent(window: show/hide/create) PASS : tst_QWidget::showHideEvent(window: hide/create) PASS : tst_QWidget::showHideEvent(window: only hide) PASS : tst_QWidget::showHideEvent(window: nothing) PASS : tst_QWidget::lostUpdatesOnHide() PASS : tst_QWidget::update() PASS : tst_QWidget::isOpaque() PASS : tst_QWidget::scroll() SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(100,100 440x245, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(100,100 440x245, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4404)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(100,100 440x245, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(100,100 440x245, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] SKIP : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues. Loc: [tst_qwidget.cpp(4561)] PASS : tst_QWidget::moveChild(right) PASS : tst_QWidget::moveChild(down) PASS : tst_QWidget::moveChild(left) PASS : tst_QWidget::moveChild(up) PASS : tst_QWidget::showAndMoveChild() PASS : tst_QWidget::subtractOpaqueSiblings() PASS : tst_QWidget::setLocale() PASS : tst_QWidget::deleteStyle() PASS : tst_QWidget::multipleToplevelFocusCheck() PASS : tst_QWidget::setFocus() PASS : tst_QWidget::setCursor() WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. WARNING: tst_QWidget::setToolTip() Mouse event occurs outside of target window. PASS : tst_QWidget::setToolTip() PASS : tst_QWidget::testWindowIconChangeEventPropagation() PASS : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() PASS : tst_QWidget::showHideShowX11() PASS : tst_QWidget::clean_qt_x11_enforce_cursor() XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0xbfbdd384) : 74 1001 77 ), actual 4 ( QWidget(0xbfbdd384) : 74 1001 78 77 ) Loc: [tst_qwidget.cpp(5819)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0xbfbdd3b4) : 74 1001 1002 77 ), actual 5 ( QWidget(0xbfbdd3b4) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(5912)] XFAIL : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0xbfbdd3b4) : 74 1001 1002 77 ), actual 5 ( QWidget(0xbfbdd3b4) : 74 1001 1002 78 77 ) Loc: [tst_qwidget.cpp(6006)] PASS : tst_QWidget::childEvents() PASS : tst_QWidget::render() SKIP : tst_QWidget::renderInvisible() QTBUG-26424 Loc: [tst_qwidget.cpp(6156)] PASS : tst_QWidget::renderWithPainter() PASS : tst_QWidget::render_task188133() PASS : tst_QWidget::render_task211796() PASS : tst_QWidget::render_task217815() PASS : tst_QWidget::render_windowOpacity() PASS : tst_QWidget::render_systemClip() PASS : tst_QWidget::render_systemClip2(Only auto-fill background) PASS : tst_QWidget::render_systemClip2(Only draw in paintEvent) PASS : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent) PASS : tst_QWidget::render_systemClip3(Norwegian Civil Flag) PASS : tst_QWidget::render_systemClip3(Norwegian War Flag) PASS : tst_QWidget::render_task252837() PASS : tst_QWidget::render_worldTransform() PASS : tst_QWidget::setContentsMargins() SKIP : tst_QWidget::moveWindowInShowEvent(1) QTBUG-26424 Loc: [tst_qwidget.cpp(7004)] SKIP : tst_QWidget::moveWindowInShowEvent(2) QTBUG-26424 Loc: [tst_qwidget.cpp(7004)] PASS : tst_QWidget::repaintWhenChildDeleted() PASS : tst_QWidget::hideOpaqueChildWhileHidden() SKIP : tst_QWidget::updateWhileMinimized() QTBUG-26424 Loc: [tst_qwidget.cpp(7140)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7229)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7232)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7235)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7238)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7284)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7287)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7290)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7345)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7348)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7351)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7354)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7357)] XFAIL : tst_QWidget::alienWidgets() QTBUG-26424 Loc: [tst_qwidget.cpp(7360)] PASS : tst_QWidget::alienWidgets() PASS : tst_QWidget::adjustSize(1) PASS : tst_QWidget::adjustSize(2) PASS : tst_QWidget::adjustSize(3) PASS : tst_QWidget::adjustSize(4) PASS : tst_QWidget::adjustSize(5) PASS : tst_QWidget::adjustSize(6) PASS : tst_QWidget::adjustSize(7) PASS : tst_QWidget::adjustSize(8) PASS : tst_QWidget::adjustSize(9) PASS : tst_QWidget::adjustSize(1c) PASS : tst_QWidget::adjustSize(2c) PASS : tst_QWidget::adjustSize(3c) PASS : tst_QWidget::adjustSize(4c) PASS : tst_QWidget::adjustSize(5c) PASS : tst_QWidget::adjustSize(6c) PASS : tst_QWidget::adjustSize(7c) PASS : tst_QWidget::adjustSize(8c) PASS : tst_QWidget::adjustSize(9c) PASS : tst_QWidget::updateGeometry(setMinimumSize) PASS : tst_QWidget::updateGeometry(setMaximumSize) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size) PASS : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it) PASS : tst_QWidget::updateGeometry(Change sizePolicy) PASS : tst_QWidget::sendUpdateRequestImmediately() PASS : tst_QWidget::doubleRepaint() PASS : tst_QWidget::resizeInPaintEvent() PASS : tst_QWidget::opaqueChildren() PASS : tst_QWidget::setMaskInResizeEvent() PASS : tst_QWidget::moveInResizeEvent() SKIP : tst_QWidget::immediateRepaintAfterShow() QTBUG-26424 Loc: [tst_qwidget.cpp(7844)] PASS : tst_QWidget::immediateRepaintAfterInvalidateBuffer() PASS : tst_QWidget::effectiveWinId() PASS : tst_QWidget::effectiveWinId2() PASS : tst_QWidget::customDpi() PASS : tst_QWidget::customDpiProperty() PASS : tst_QWidget::quitOnCloseAttribute() PASS : tst_QWidget::moveRect() QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called QWARN : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called PASS : tst_QWidget::reparentStaticWidget() PASS : tst_QWidget::QTBUG6883_reparentStaticWidget2() PASS : tst_QWidget::translucentWidget() PASS : tst_QWidget::setClearAndResizeMask() PASS : tst_QWidget::maskedUpdate() PASS : tst_QWidget::syntheticEnterLeave() PASS : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::underMouse() WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. WARNING: tst_QWidget::taskQTBUG_27643_enterEvents() Mouse event occurs outside of target window. PASS : tst_QWidget::taskQTBUG_27643_enterEvents() PASS : tst_QWidget::windowFlags() PASS : tst_QWidget::initialPosForDontShowOnScreenWidgets() PASS : tst_QWidget::updateOnDestroyedSignal() PASS : tst_QWidget::toplevelLineEditFocus() PASS : tst_QWidget::focusWidget_task254563() PASS : tst_QWidget::rectOutsideCoordinatesLimit_task144779() PASS : tst_QWidget::setGraphicsEffect() PASS : tst_QWidget::activateWindow() QWARN : tst_QWidget::openModal_taskQTBUG_5804() QXcbConnection: XCB error: 3 (BadWindow), sequence: 10651, resource id: 23530099, major code: 15 (QueryTree), minor code: 0 PASS : tst_QWidget::openModal_taskQTBUG_5804() PASS : tst_QWidget::focusProxyAndInputMethods() PASS : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy() PASS : tst_QWidget::movedAndResizedAttributes() PASS : tst_QWidget::childAt() PASS : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion() PASS : tst_QWidget::nativeChildFocus() PASS : tst_QWidget::grab() WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. WARNING: tst_QWidget::grabMouse() Mouse event occurs outside of target window. PASS : tst_QWidget::grabMouse() PASS : tst_QWidget::grabKeyboard() FAIL! : tst_QWidget::touchEventSynthesizedMouseEvent() Compared values are not the same Actual (widget.m_mouseEventCount): 4 Expected (3): 3 Loc: [tst_qwidget.cpp(9567)] PASS : tst_QWidget::styleSheetPropagation() PASS : tst_QWidget::destroyedSignal() PASS : tst_QWidget::keyboardModifiers() PASS : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680() PASS : tst_QWidget::largerThanScreen_QTBUG30142() PASS : tst_QWidget::cleanupTestCase() Totals: 206 passed, 1 failed, 36 skipped ********* Finished testing of tst_QWidget ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qwidget: 47 seconds, exit code 1 Testing tst_QApplication FAIL! : tst_QApplication::touchEventPropagation() Compared values are not the same Actual (widget.seenMouseEvent): 0 Expected (mouseEventSynthesizing): 1 Loc: [../tst_qapplication.cpp(2107)] Totals: 53 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QApplication ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QApplication::initTestCase() PASS : tst_QApplication::sendEventsOnProcessEvents() PASS : tst_QApplication::staticSetup() QWARN : tst_QApplication::alert() QObject::startTimer: QTimer cannot have a negative interval PASS : tst_QApplication::alert() PASS : tst_QApplication::multiple(data0) PASS : tst_QApplication::multiple(data1) PASS : tst_QApplication::multiple(data2) PASS : tst_QApplication::multiple(data3) PASS : tst_QApplication::nonGui() PASS : tst_QApplication::setFont(data0a) PASS : tst_QApplication::setFont(data0b) PASS : tst_QApplication::setFont(data1a) PASS : tst_QApplication::setFont(data1b) PASS : tst_QApplication::setFont(data2a) PASS : tst_QApplication::setFont(data2b) PASS : tst_QApplication::setFont(nonexistingfont after) PASS : tst_QApplication::setFont(nonexistingfont before) PASS : tst_QApplication::setFont(largescaleable after) PASS : tst_QApplication::setFont(largescaleable before) PASS : tst_QApplication::setFont(largeunscaleale after) PASS : tst_QApplication::setFont(largeunscaleale before) PASS : tst_QApplication::args(App name) PASS : tst_QApplication::args(No arguments) PASS : tst_QApplication::args(App name, style) PASS : tst_QApplication::args(App name, style, arbitrary, reverse) PASS : tst_QApplication::appName() PASS : tst_QApplication::lastWindowClosed() PASS : tst_QApplication::quitOnLastWindowClosed() PASS : tst_QApplication::closeAllWindows() PASS : tst_QApplication::testDeleteLater() PASS : tst_QApplication::testDeleteLaterProcessEvents() QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("/work/build/qt/qtbase/plugins", "/usr/lib/kde4/plugins") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("/work/build/qt/qtbase/plugins", "/usr/lib/kde4/plugins") QDEBUG : tst_QApplication::libraryPaths() ("/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication/test", "/work/build/qt/qtbase/plugins", "/usr/lib/kde4/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication") QDEBUG : tst_QApplication::libraryPaths() Initial library path: ("/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication", "/usr/lib/kde4/plugins") QDEBUG : tst_QApplication::libraryPaths() installPathPlugins "/work/build/qt/qtbase/plugins" QDEBUG : tst_QApplication::libraryPaths() After adding plugins path: ("/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication", "/usr/lib/kde4/plugins") QDEBUG : tst_QApplication::libraryPaths() appDirPath "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication" QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath && appDirPath + /..: ("/work/build/qt/qtbase/tests/auto/widgets/kernel", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication", "/usr/lib/kde4/plugins") QDEBUG : tst_QApplication::libraryPaths() After adding appDirPath + /tmp/..: ("/work/build/qt/qtbase/tests/auto/widgets/kernel", "/work/build/qt/qtbase/plugins", "/work/build/qt/qtbase/tests/auto/widgets/kernel/qapplication", "/usr/lib/kde4/plugins") PASS : tst_QApplication::libraryPaths() PASS : tst_QApplication::libraryPaths_qt_plugin_path() PASS : tst_QApplication::libraryPaths_qt_plugin_path_2() PASS : tst_QApplication::sendPostedEvents() PASS : tst_QApplication::thread() PASS : tst_QApplication::desktopSettingsAware() PASS : tst_QApplication::setActiveWindow() PASS : tst_QApplication::focusChanged() PASS : tst_QApplication::focusOut() PASS : tst_QApplication::execAfterExit() PASS : tst_QApplication::wheelScrollLines() PASS : tst_QApplication::task109149() PASS : tst_QApplication::style() PASS : tst_QApplication::allWidgets() PASS : tst_QApplication::topLevelWidgets() PASS : tst_QApplication::setAttribute() PASS : tst_QApplication::windowsCommandLine() FAIL! : tst_QApplication::touchEventPropagation() Compared values are not the same Actual (widget.seenMouseEvent): 0 Expected (mouseEventSynthesizing): 1 Loc: [../tst_qapplication.cpp(2107)] PASS : tst_QApplication::qtbug_12673() PASS : tst_QApplication::noQuitOnHide() PASS : tst_QApplication::globalStaticObjectDestruction() PASS : tst_QApplication::abortQuitOnShow() PASS : tst_QApplication::cleanupTestCase() Totals: 53 passed, 1 failed, 0 skipped ********* Finished testing of tst_QApplication ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qapplication: 91 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01022/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1366993674): http://codereview.qt-project.org/54848 [PS1] - Android: fix crash on exit http://codereview.qt-project.org/54816 [PS2] - QApplication: don't synthesize mouse events from touch events From ci-noreply at qt-project.org Fri Apr 26 19:05:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 20:05:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_170546_093596.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #468: SUCCESS Tested changes (refs/builds/stable_1366988054): http://codereview.qt-project.org/54824 [PS1] - Optimize particle mask extruder http://codereview.qt-project.org/54843 [PS1] - Simplify setting of hover From ci-noreply at qt-project.org Fri Apr 26 20:56:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 21:56:14 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130426_185614_062039.ci-noreply@qt-project.org> Qt_4.8_Integration #1414: SUCCESS Tested changes (refs/builds/4.8_1366981729): http://codereview.qt-project.org/48641 [PS1] - Fix Mac OS X Carbon build with Qt in a namespace. From ci-noreply at qt-project.org Fri Apr 26 21:17:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 22:17:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_191743_077114.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #469: SUCCESS Tested changes (refs/builds/stable_1366996057): http://codereview.qt-project.org/54234 [PS4] - Implement QQuickWindow::grabWindow() for isVisible=false From ci-noreply at qt-project.org Fri Apr 26 21:19:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 22:19:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_191925_060713.ci-noreply@qt-project.org> QtBase_stable_Integration #1023: SUCCESS Tested changes (refs/builds/stable_1366996763): http://codereview.qt-project.org/54852 [PS1] - split qt_app.prf out of qt_tool.prf http://codereview.qt-project.org/54851 [PS1] - make src/ subdir optional http://codereview.qt-project.org/54850 [PS1] - groundwork for making "configure -nomake tools" sane From ci-noreply at qt-project.org Fri Apr 26 21:47:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Fri, 26 Apr 2013 22:47:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130426_194746_061889.ci-noreply@qt-project.org> QtQA_master_Integration #500: SUCCESS Tested changes (refs/builds/master_1367004061): http://codereview.qt-project.org/54837 [PS1] - Ignore QAccessible from BIC test. From ci-noreply at qt-project.org Fri Apr 26 23:09:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:09:32 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtactiveqt#stable Message-ID: <20130426_210932_004229.ci-noreply@qt-project.org> `make' failed :( mingw32-make[5]: *** [ieframe.h] Error 2 mingw32-make[4]: *** [release] Error 2 mingw32-make[3]: *** [sub-dumpcpp-make_first] Error 2 mingw32-make[2]: *** [sub-auto-make_first] Error 2 mingw32-make[1]: *** [sub-tests-make_first] Error 2 mingw32-make: *** [module-qtactiveqt] Error 2 Build log: http://testresults.qt-project.org/ci/QtActiveQt_stable_Integration/build_00054/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1367009660): http://codereview.qt-project.org/54854 [PS1] - adjust to new "configure -nomake tools" semantics http://codereview.qt-project.org/54853 [PS1] - idc is a host tool From ci-noreply at qt-project.org Fri Apr 26 23:26:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:26:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_212609_084354.ci-noreply@qt-project.org> QtBase_stable_Integration #1024: SUCCESS Tested changes (refs/builds/stable_1367004105): http://codereview.qt-project.org/54848 [PS1] - Android: fix crash on exit From ci-noreply at qt-project.org Fri Apr 26 23:26:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:26:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_212613_064285.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #470: SUCCESS Tested changes (refs/builds/stable_1367003975): http://codereview.qt-project.org/53608 [PS8] - No longer apply pending changes when accessing ItemView properties http://codereview.qt-project.org/53235 [PS4] - Avoid modifying cacheCount while iterating over it From ci-noreply at qt-project.org Fri Apr 26 23:26:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:26:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130426_212637_082249.ci-noreply@qt-project.org> Autotest `tst_bic' failed :( Testing tst_Bic FAIL! : tst_Bic::initTestCase() 'incPaths.size() > 0' returned FALSE. (Parse INCPATH failed.) Loc: [tst_bic.cpp(181)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_Bic ********* Config: Using QTest library 5.1.0, Qt 5.1.0 WARNING: tst_Bic::initTestCase() This test needs the correct qmake in PATH, we need it to generate INCPATH for qt modules. Loc: [tst_bic.cpp(153)] QDEBUG : tst_Bic::initTestCase() modules keys: ("QtCLucene", "QtDesigner", "QtHelp", "QtUiTools", "QtDesignerComponents") QDEBUG : tst_Bic::initTestCase() modules values: ("clucene", "designer", "help", "uitools", "designercomponents") QWARN : tst_Bic::initTestCase() gcc returned with 3 QDEBUG : tst_Bic::initTestCase() "Project ERROR: Unknown module(s) in QT: designercomponents designer " FAIL! : tst_Bic::initTestCase() 'incPaths.size() > 0' returned FALSE. (Parse INCPATH failed.) Loc: [tst_bic.cpp(181)] PASS : tst_Bic::cleanupTestCase() Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_Bic ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_bic: 0.152397 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00147/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367009998): http://codereview.qt-project.org/54866 [PS1] - make use of qt_app.prf http://codereview.qt-project.org/54865 [PS1] - adjust to new "configure -nomake tools" semantics http://codereview.qt-project.org/54864 [PS1] - remove pointless INCLUDEPATHs http://codereview.qt-project.org/54863 [PS1] - parallelize SUBDIRS http://codereview.qt-project.org/54862 [PS1] - remove pointless mac scope http://codereview.qt-project.org/54861 [PS1] - remove pretenses of building kmap2qmap From ci-noreply at qt-project.org Fri Apr 26 23:28:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:28:18 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130426_212818_088178.ci-noreply@qt-project.org> QtDoc_stable_Integration #153: SUCCESS Tested changes (refs/builds/stable_1367009705): http://codereview.qt-project.org/54856 [PS1] - make use of qt_app.prf From ci-noreply at qt-project.org Fri Apr 26 23:35:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:35:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130426_213536_032003.ci-noreply@qt-project.org> Autotest `tst_qdeclarativeimage' failed :( Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) XFAIL : tst_qdeclarativeimage::mirror(PreserveAspectFit) QTBUG-26787 Loc: [tst_qdeclarativeimage.cpp(358)] PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 29 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuick1_stable_Integration/build_00115/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367009982): http://codereview.qt-project.org/54860 [PS1] - make use of qt_app.prf http://codereview.qt-project.org/54859 [PS1] - adjust to new "configure -nomake tools" semantics From ci-noreply at qt-project.org Fri Apr 26 23:42:33 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:42:33 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#stable Message-ID: <20130426_214233_059994.ci-noreply@qt-project.org> QtXmlPatterns_stable_Integration #62: SUCCESS Tested changes (refs/builds/stable_1367009758): http://codereview.qt-project.org/54868 [PS1] - remove pointless INCLUDEPATH From ci-noreply at qt-project.org Fri Apr 26 23:47:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:47:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130426_214725_035098.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #130: SUCCESS Tested changes (refs/builds/stable_1367009871): http://codereview.qt-project.org/54858 [PS1] - remove pointless LIBS path http://codereview.qt-project.org/54857 [PS1] - remove pointless code From ci-noreply at qt-project.org Fri Apr 26 23:51:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 00:51:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130426_215136_058410.ci-noreply@qt-project.org> six autotests failed :( Testing tst_QQmlProfilerService FAIL! : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlprofilerservice.cpp(245)] QFATAL : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Received signal 11 FAIL! : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 2 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31251] QtQA::App::TestRunner: [New Thread 31252] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qqmlprofilerservice -silent -o /work/build/_artifacts/test-logs/tst_qqmlp'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77c8430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31252): QtQA::App::TestRunner: #0 0xb77c8430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb69022f1 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb6d4869c in QProcessManager::run (this=0x8a6c178) QtQA::App::TestRunner: at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #3 0xb6be4735 in QThreadPrivate::start (arg=0x8a6c178) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #4 0xb6ad596e in start_thread (arg=0xb4b09b70) at pthread_create.c:300 QtQA::App::TestRunner: #5 0xb69093ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31251): QtQA::App::TestRunner: #0 0xb77c8430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6860651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6863a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6bd3e16 in qt_message_fatal (this=0xbfc7ed3c, QtQA::App::TestRunner: msg=0xb755eee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfc7ed3c, QtQA::App::TestRunner: msg=0xb755eee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7548be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QQmlDebugClient::state (this=0x0) at ../shared/qqmldebugclient.cpp:417 QtQA::App::TestRunner: #8 0x0804fd7a in tst_QQmlProfilerService::blockingConnectWithTraceEnabled ( QtQA::App::TestRunner: this=0xbfc7fc78) at tst_qqmlprofilerservice.cpp:268 QtQA::App::TestRunner: #9 0xb6db6b10 in QMetaMethod::invoke (this=0xbfc7f5f4, object=0xbfc7fc78, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #10 0xb6db8ff3 in QMetaObject::invokeMethod (obj=0xbfc7fc78, QtQA::App::TestRunner: member=0x8a8f230 "blockingConnectWithTraceEnabled", QtQA::App::TestRunner: type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., QtQA::App::TestRunner: val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #11 0xb754d6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #12 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #13 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #14 0xb754e4aa in qInvokeTestMethods (testObject=0xbfc7fc78, argc=6, QtQA::App::TestRunner: argv=0xbfc7fd64) at qtestcase.cpp:1976 QtQA::App::TestRunner: #15 QTest::qExec (testObject=0xbfc7fc78, argc=6, argv=0xbfc7fd64) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #16 0x0804d69d in main (argc=6, argv=0xbfc7fd64) QtQA::App::TestRunner: at tst_qqmlprofilerservice.cpp:341 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlProfilerService ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlProfilerService::initTestCase() QWARN : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Could not start up "/work/build/qt/qtbase/bin/qmlscene" FAIL! : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlprofilerservice.cpp(245)] QFATAL : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Received signal 11 FAIL! : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQmlProfilerService ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31256] QtQA::App::TestRunner: [New Thread 31257] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qqmlprofilerservice -o /work/build/_artifacts/test-logs/tst_qqmlprofilers'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb778a430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31257): QtQA::App::TestRunner: #0 0xb778a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb68c42f1 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb6d0a69c in QProcessManager::run (this=0x899f178) QtQA::App::TestRunner: at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #3 0xb6ba6735 in QThreadPrivate::start (arg=0x899f178) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #4 0xb6a9796e in start_thread (arg=0xb4acbb70) at pthread_create.c:300 QtQA::App::TestRunner: #5 0xb68cb3ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31256): QtQA::App::TestRunner: #0 0xb778a430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6822651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb6825a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6b95e16 in qt_message_fatal (this=0xbf8f738c, QtQA::App::TestRunner: msg=0xb7520ee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbf8f738c, QtQA::App::TestRunner: msg=0xb7520ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb750abe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QQmlDebugClient::state (this=0x0) at ../shared/qqmldebugclient.cpp:417 QtQA::App::TestRunner: #8 0x0804fd7a in tst_QQmlProfilerService::blockingConnectWithTraceEnabled ( QtQA::App::TestRunner: this=0xbf8f82c8) at tst_qqmlprofilerservice.cpp:268 QtQA::App::TestRunner: #9 0xb6d78b10 in QMetaMethod::invoke (this=0xbf8f7c44, object=0xbf8f82c8, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #10 0xb6d7aff3 in QMetaObject::invokeMethod (obj=0xbf8f82c8, QtQA::App::TestRunner: member=0x89c2230 "blockingConnectWithTraceEnabled", QtQA::App::TestRunner: type=Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., QtQA::App::TestRunner: val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) QtQA::App::TestRunner: at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #11 0xb750f6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #12 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #13 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #14 0xb75104aa in qInvokeTestMethods (testObject=0xbf8f82c8, argc=5, QtQA::App::TestRunner: argv=0xbf8f83b4) at qtestcase.cpp:1976 QtQA::App::TestRunner: #15 QTest::qExec (testObject=0xbf8f82c8, argc=5, argv=0xbf8f83b4) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #16 0x0804d69d in main (argc=5, argv=0xbf8f83b4) QtQA::App::TestRunner: at tst_qqmlprofilerservice.cpp:341 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlprofilerservice: 7 seconds, signal 6 Testing tst_QQmlInspector FAIL! : tst_QQmlInspector::connect() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlinspector.cpp(95)] QFATAL : tst_QQmlInspector::connect() Received signal 11 FAIL! : tst_QQmlInspector::connect() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 2 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31204] QtQA::App::TestRunner: [New Thread 31205] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qqmlinspector -silent -o /work/build/_artifacts/test-logs/tst_qqmlinspect'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7756430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31205): QtQA::App::TestRunner: #0 0xb7756430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb68902f1 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb6cd669c in QProcessManager::run (this=0x87aa178) QtQA::App::TestRunner: at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #3 0xb6b72735 in QThreadPrivate::start (arg=0x87aa178) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #4 0xb6a6396e in start_thread (arg=0xb4a97b70) at pthread_create.c:300 QtQA::App::TestRunner: #5 0xb68973ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31204): QtQA::App::TestRunner: #0 0xb7756430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb67ee651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb67f1a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6b61e16 in qt_message_fatal (this=0xbfb98c3c, QtQA::App::TestRunner: msg=0xb74ecee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfb98c3c, QtQA::App::TestRunner: msg=0xb74ecee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb74d6be7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QQmlDebugClient::state (this=0x0) at ../shared/qqmldebugclient.cpp:417 QtQA::App::TestRunner: #8 0x0804ea04 in tst_QQmlInspector::connect (this=0xbfb99b48) QtQA::App::TestRunner: at tst_qqmlinspector.cpp:122 QtQA::App::TestRunner: #9 0xb6d44b10 in QMetaMethod::invoke (this=0xbfb994c4, object=0xbfb99b48, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #10 0xb6d46ff3 in QMetaObject::invokeMethod (obj=0xbfb99b48, QtQA::App::TestRunner: member=0x87d4600 "connect", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #11 0xb74db6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #12 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #13 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #14 0xb74dc4aa in qInvokeTestMethods (testObject=0xbfb99b48, argc=6, QtQA::App::TestRunner: argv=0xbfb99c34) at qtestcase.cpp:1976 QtQA::App::TestRunner: #15 QTest::qExec (testObject=0xbfb99b48, argc=6, argv=0xbfb99c34) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #16 0x0804d8fd in main (argc=6, argv=0xbfb99c34) at tst_qqmlinspector.cpp:190 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlInspector ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlInspector::initTestCase() QWARN : tst_QQmlInspector::connect() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlInspector::connect() Could not start up "/work/build/qt/qtbase/bin/qmlscene" FAIL! : tst_QQmlInspector::connect() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlinspector.cpp(95)] QFATAL : tst_QQmlInspector::connect() Received signal 11 FAIL! : tst_QQmlInspector::connect() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQmlInspector ********* QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31209] QtQA::App::TestRunner: [New Thread 31210] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qqmlinspector -o /work/build/_artifacts/test-logs/tst_qqmlinspector-testr'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb77cf430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31210): QtQA::App::TestRunner: #0 0xb77cf430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb69092f1 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb6d4f69c in QProcessManager::run (this=0x8f93178) QtQA::App::TestRunner: at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #3 0xb6beb735 in QThreadPrivate::start (arg=0x8f93178) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #4 0xb6adc96e in start_thread (arg=0xb4b10b70) at pthread_create.c:300 QtQA::App::TestRunner: #5 0xb69103ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31209): QtQA::App::TestRunner: #0 0xb77cf430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb6867651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb686aa82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6bdae16 in qt_message_fatal (this=0xbfdb297c, QtQA::App::TestRunner: msg=0xb7565ee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfdb297c, QtQA::App::TestRunner: msg=0xb7565ee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb754fbe7 in QTest::FatalSignalHandler::signal (signum=11) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 QQmlDebugClient::state (this=0x0) at ../shared/qqmldebugclient.cpp:417 QtQA::App::TestRunner: #8 0x0804ea04 in tst_QQmlInspector::connect (this=0xbfdb3888) QtQA::App::TestRunner: at tst_qqmlinspector.cpp:122 QtQA::App::TestRunner: #9 0xb6dbdb10 in QMetaMethod::invoke (this=0xbfdb3204, object=0xbfdb3888, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #10 0xb6dbfff3 in QMetaObject::invokeMethod (obj=0xbfdb3888, QtQA::App::TestRunner: member=0x8fbd600 "connect", type=Qt::DirectConnection, ret=..., val0=..., QtQA::App::TestRunner: val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., QtQA::App::TestRunner: val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #11 0xb75546e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #12 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #13 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #14 0xb75554aa in qInvokeTestMethods (testObject=0xbfdb3888, argc=5, QtQA::App::TestRunner: argv=0xbfdb3974) at qtestcase.cpp:1976 QtQA::App::TestRunner: #15 QTest::qExec (testObject=0xbfdb3888, argc=5, argv=0xbfdb3974) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #16 0x0804d8fd in main (argc=5, argv=0xbfdb3974) at tst_qqmlinspector.cpp:190 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlinspector: 7 seconds, signal 6 Testing tst_QQmlEngineDebugInspectorIntegration FAIL! : tst_QQmlEngineDebugInspectorIntegration::connect() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlenginedebuginspectorintegration.cpp(114)] FAIL! : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlenginedebuginspectorintegration.cpp(114)] Totals: 2 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlEngineDebugInspectorIntegration ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlEngineDebugInspectorIntegration::initTestCase() QWARN : tst_QQmlEngineDebugInspectorIntegration::connect() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlEngineDebugInspectorIntegration::connect() Could not start up "/work/build/qt/qtbase/bin/qmlscene" FAIL! : tst_QQmlEngineDebugInspectorIntegration::connect() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlenginedebuginspectorintegration.cpp(114)] QWARN : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Could not start up "/work/build/qt/qtbase/bin/qmlscene" FAIL! : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() 'm_process->waitForSessionStart()' returned FALSE. (Could not launch application, or did not get 'Waiting for connection'.) Loc: [tst_qqmlenginedebuginspectorintegration.cpp(114)] PASS : tst_QQmlEngineDebugInspectorIntegration::cleanupTestCase() Totals: 2 passed, 2 failed, 0 skipped ********* Finished testing of tst_QQmlEngineDebugInspectorIntegration ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlenginedebuginspectorintegration: 0.054394 seconds, exit code 2 Testing tst_QQmlDebugJS FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1063)] FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1072)] FAIL! : tst_QQmlDebugJS::getVersion() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1083)] FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1108)] FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1119)] FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1130)] FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1145)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1170)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1190)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1208)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1229)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComment() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1250)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1272)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding() 'init(BREAKPOINTRELOCATION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1293)] FAIL! : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'init(CONDITION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1314)] FAIL! : tst_QQmlDebugJS::setBreakpointOnEvent() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1377)] FAIL! : tst_QQmlDebugJS::changeBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1399)] FAIL! : tst_QQmlDebugJS::changeBreakpointOnCondition() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1444)] FAIL! : tst_QQmlDebugJS::clearBreakpoint() 'init(CHANGEBREAKPOINT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1489)] FAIL! : tst_QQmlDebugJS::setExceptionBreak() 'init(EXCEPTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1531)] FAIL! : tst_QQmlDebugJS::stepNext() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1542)] FAIL! : tst_QQmlDebugJS::stepNextWithCount() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1565)] FAIL! : tst_QQmlDebugJS::stepIn() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1589)] FAIL! : tst_QQmlDebugJS::stepOut() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1613)] FAIL! : tst_QQmlDebugJS::continueDebugging() 'init(STEPACTION_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1637)] FAIL! : tst_QQmlDebugJS::backtrace() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1661)] FAIL! : tst_QQmlDebugJS::getFrameDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1676)] FAIL! : tst_QQmlDebugJS::getScopeDetails() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1691)] FAIL! : tst_QQmlDebugJS::evaluateInGlobalScope() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1705)] FAIL! : tst_QQmlDebugJS::evaluateInLocalScope() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1725)] FAIL! : tst_QQmlDebugJS::getScopes() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1759)] FAIL! : tst_QQmlDebugJS::getScripts() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1773)] FAIL! : tst_QQmlDebugJS::getSource() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1793)] Totals: 2 passed, 33 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlDebugJS ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlDebugJS::initTestCase() QWARN : tst_QQmlDebugJS::connect() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::connect() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::connect() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::connect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1063)] QDEBUG : tst_QQmlDebugJS::connect() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::connect() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::connect() Application Output: "" QWARN : tst_QQmlDebugJS::interrupt() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::interrupt() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::interrupt() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::interrupt() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1072)] QDEBUG : tst_QQmlDebugJS::interrupt() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::interrupt() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::interrupt() Application Output: "" QWARN : tst_QQmlDebugJS::getVersion() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::getVersion() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::getVersion() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::getVersion() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1083)] QDEBUG : tst_QQmlDebugJS::getVersion() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::getVersion() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::getVersion() Application Output: "" QWARN : tst_QQmlDebugJS::applyV8Flags() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::applyV8Flags() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::applyV8Flags() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::applyV8Flags() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1108)] QDEBUG : tst_QQmlDebugJS::applyV8Flags() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::applyV8Flags() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::applyV8Flags() Application Output: "" QWARN : tst_QQmlDebugJS::disconnect() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::disconnect() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::disconnect() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::disconnect() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1119)] QDEBUG : tst_QQmlDebugJS::disconnect() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::disconnect() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::disconnect() Application Output: "" QWARN : tst_QQmlDebugJS::gc() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::gc() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::gc() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::gc() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1130)] QDEBUG : tst_QQmlDebugJS::gc() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::gc() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::gc() Application Output: "" QWARN : tst_QQmlDebugJS::listBreakpoints() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::listBreakpoints() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::listBreakpoints() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::listBreakpoints() 'init()' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1145)] QDEBUG : tst_QQmlDebugJS::listBreakpoints() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::listBreakpoints() Application Output: "" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() 'init(ONCOMPLETED_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1170)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted() Application Output: "" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() 'init(CREATECOMPONENT_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1190)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated() Application Output: "" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() 'init(TIMER_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1208)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback() Application Output: "" QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() could not launch application, or did not get 'Waiting for connection'. FAIL! : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() 'init(LOADJSFILE_QMLFILE)' returned FALSE. () Loc: [tst_qqmldebugjs.cpp(1229)] QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() DEBUGGEE OUTPUT: "" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Process State: "not running, return value 0" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile() Application Output: "" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() QML Debug Client: Could not launch app "/work/build/qt/qtbase/bin/qmlscene" : "No such file or directory" QWARN : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Could not start up "/work/build/qt/qtbase/bin/qmlscene" QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptOnComment() could not launch application, or did not get 'Waiting for connection'. (... 357 lines omitted; there are too many errors!) QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QWARN : tst_QDebugMessageService::retrieveDebugOutput() waitForSignal 2debugOutput() timed out after 1000 ms QtQA::App::TestRunner: Timed out after 450 seconds QtQA::App::TestRunner: Process exited due to signal 6; dumped core QtQA::App::TestRunner: ============================== backtrace follows: ============================== QtQA::App::TestRunner: gdb commands: thread apply all bt 100 QtQA::App::TestRunner: QtQA::App::TestRunner: warning: core file may not match specified executable file. QtQA::App::TestRunner: [New Thread 31002] QtQA::App::TestRunner: [New Thread 31003] QtQA::App::TestRunner: QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error. QtQA::App::TestRunner: Core was generated by `./tst_qdebugmessageservice -o /work/build/_artifacts/test-logs/tst_qdebugmessag'. QtQA::App::TestRunner: Program terminated with signal 6, Aborted. QtQA::App::TestRunner: #0 0xb7705430 in __kernel_vsyscall () QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2 (Thread 31003): QtQA::App::TestRunner: #0 0xb7705430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb683f2f1 in select () at ../sysdeps/unix/syscall-template.S:82 QtQA::App::TestRunner: #2 0xb6c8569c in QProcessManager::run (this=0x9849178) QtQA::App::TestRunner: at io/qprocess_unix.cpp:249 QtQA::App::TestRunner: #3 0xb6b21735 in QThreadPrivate::start (arg=0x9849178) QtQA::App::TestRunner: at thread/qthread_unix.cpp:339 QtQA::App::TestRunner: #4 0xb6a1296e in start_thread (arg=0xb4a46b70) at pthread_create.c:300 QtQA::App::TestRunner: #5 0xb68463ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1 (Thread 31002): QtQA::App::TestRunner: #0 0xb7705430 in __kernel_vsyscall () QtQA::App::TestRunner: #1 0xb679d651 in *__GI_raise (sig=6) QtQA::App::TestRunner: at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 QtQA::App::TestRunner: #2 0xb67a0a82 in *__GI_abort () at abort.c:92 QtQA::App::TestRunner: #3 0xb6b10e16 in qt_message_fatal (this=0xbfa8716c, QtQA::App::TestRunner: msg=0xb749bee4 "Received signal %d") at global/qlogging.cpp:944 QtQA::App::TestRunner: #4 QMessageLogger::fatal (this=0xbfa8716c, QtQA::App::TestRunner: msg=0xb749bee4 "Received signal %d") at global/qlogging.cpp:360 QtQA::App::TestRunner: #5 0xb7485be7 in QTest::FatalSignalHandler::signal (signum=15) QtQA::App::TestRunner: at qtestcase.cpp:2011 QtQA::App::TestRunner: #6 QtQA::App::TestRunner: #7 0xb7705430 in __kernel_vsyscall () QtQA::App::TestRunner: #8 0xb6838506 in *__GI___poll (fds=0xb68cdff4, nfds=3, timeout=999) QtQA::App::TestRunner: at ../sysdeps/unix/sysv/linux/poll.c:87 QtQA::App::TestRunner: #9 0xb5f9b4eb in g_poll () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #10 0xb5f8e0ac in ?? () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #11 0xb5f8e4b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0 QtQA::App::TestRunner: #12 0xb6d3a123 in QEventDispatcherGlib::processEvents (this=0x9849a88, QtQA::App::TestRunner: flags=) at kernel/qeventdispatcher_glib.cpp:426 QtQA::App::TestRunner: #13 0xb4cba397 in QPAEventDispatcherGlib::processEvents (this=0x9849a88, QtQA::App::TestRunner: flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123 QtQA::App::TestRunner: #14 0xb6ce5b29 in QEventLoop::processEvents (this=0xbfa87980, flags=...) QtQA::App::TestRunner: at kernel/qeventloop.cpp:136 QtQA::App::TestRunner: #15 0xb6ce6507 in QEventLoop::exec (this=0xbfa87980, QtQA::App::TestRunner: flags=) at kernel/qeventloop.cpp:212 QtQA::App::TestRunner: #16 0x08051c66 in QQmlDebugTest::waitForSignal (receiver=0x9873e80, QtQA::App::TestRunner: member=0x805c4e6 "2debugOutput()", timeout=1000) QtQA::App::TestRunner: at ../shared/debugutil.cpp:54 QtQA::App::TestRunner: #17 0x0804e86f in tst_QDebugMessageService::retrieveDebugOutput ( QtQA::App::TestRunner: this=0xbfa88378) at tst_qdebugmessageservice.cpp:226 QtQA::App::TestRunner: #18 0xb6cf3b10 in QMetaMethod::invoke (this=0xbfa87cf4, object=0xbfa88378, QtQA::App::TestRunner: connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., QtQA::App::TestRunner: val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., QtQA::App::TestRunner: val9=...) at kernel/qmetaobject.cpp:2156 QtQA::App::TestRunner: #19 0xb6cf5ff3 in QMetaObject::invokeMethod (obj=0xbfa88378, QtQA::App::TestRunner: member=0x985ef28 "retrieveDebugOutput", type=Qt::DirectConnection, QtQA::App::TestRunner: ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., QtQA::App::TestRunner: val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1463 QtQA::App::TestRunner: #20 0xb748a6e6 in QMetaObject::invokeMethod (slotName=, QtQA::App::TestRunner: data=) QtQA::App::TestRunner: at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395 QtQA::App::TestRunner: #21 qInvokeTestMethodDataEntry (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1697 QtQA::App::TestRunner: #22 qInvokeTestMethod (slotName=, QtQA::App::TestRunner: data=) at qtestcase.cpp:1822 QtQA::App::TestRunner: #23 0xb748b4aa in qInvokeTestMethods (testObject=0xbfa88378, argc=5, QtQA::App::TestRunner: argv=0xbfa88464) at qtestcase.cpp:1976 QtQA::App::TestRunner: #24 QTest::qExec (testObject=0xbfa88378, argc=5, argv=0xbfa88464) QtQA::App::TestRunner: at qtestcase.cpp:2189 QtQA::App::TestRunner: #25 0x0804d6b8 in main (argc=5, argv=0xbfa88464) QtQA::App::TestRunner: at tst_qdebugmessageservice.cpp:245 QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdebugmessageservice: 909 seconds, signal 6 Testing tst_qmlplugindump FAIL! : tst_qmlplugindump::initTestCase() qmlplugindump executable not found (looked for /work/build/qt/qtbase/bin/qmlplugindump) Loc: [tst_qmlplugindump.cpp(82)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qmlplugindump ********* Config: Using QTest library 5.1.0, Qt 5.1.0 FAIL! : tst_qmlplugindump::initTestCase() qmlplugindump executable not found (looked for /work/build/qt/qtbase/bin/qmlplugindump) Loc: [tst_qmlplugindump.cpp(82)] PASS : tst_qmlplugindump::cleanupTestCase() Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_qmlplugindump ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmlplugindump: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00471/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367011683): http://codereview.qt-project.org/52889 [PS1] - Be more strict about accessible text selection http://codereview.qt-project.org/54855 [PS1] - adjust to new "configure -nomake tools" semantics From ci-noreply at qt-project.org Sat Apr 27 00:27:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 01:27:02 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130426_222702_046164.ci-noreply@qt-project.org> Autotests `tst_qdeclarativeimage' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012b1ee0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x106904930 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() QWARN : tst_qdeclarativeimage::resetSourceSize() QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 20 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00214/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1366995936): http://codereview.qt-project.org/54401 [PS8] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 27 01:29:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 02:29:52 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130426_232952_014180.ci-noreply@qt-project.org> QtBase_stable_Integration #1025: SUCCESS Tested changes (refs/builds/stable_1367011771): http://codereview.qt-project.org/54820 [PS3] - Get rid of this hack where QAccessible inherits from QObject. http://codereview.qt-project.org/54488 [PS3] - Define QMAKE_CXXFLAGS_RTTI_{ON|OFF} for aix-xlc mkspec From ci-noreply at qt-project.org Sat Apr 27 01:30:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 02:30:46 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130426_233046_009223.ci-noreply@qt-project.org> Autotest `tst_qpluginloader' failed :( ********* Start testing of tst_QPluginLoader ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QPluginLoader::initTestCase() FAIL! : tst_QPluginLoader::errorString() 'loader.load()' returned FALSE. (Cannot load plugin '/work/build/tests/auto/qpluginloader/bin/libtheplugin.dylib' from '/work/build/tests/auto/qpluginloader': The shared library was not found.) Loc: [../tst_qpluginloader.cpp(266)] PASS : tst_QPluginLoader::loadHints() FAIL! : tst_QPluginLoader::deleteinstanceOnUnload() 'instance1' returned FALSE. (Cannot load plugin '/work/build/tests/auto/qpluginloader/bin/libtheplugin.dylib' from '/work/build/tests/auto/qpluginloader': The shared library was not found.) Loc: [../tst_qpluginloader.cpp(300)] PASS : tst_QPluginLoader::checkingStubsFromDifferentDrives() SKIP : tst_QPluginLoader::loadDebugObj() Test requires __ELF Loc: [../tst_qpluginloader.cpp(394)] PASS : tst_QPluginLoader::loadCorruptElf() PASS : tst_QPluginLoader::loadGarbage() PASS : tst_QPluginLoader::cleanupTestCase() Totals: 6 passed, 2 failed, 1 skipped ********* Finished testing of tst_QPluginLoader ********* QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QPluginLoader ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : tst_QPluginLoader::initTestCase() FAIL! : tst_QPluginLoader::errorString() 'loader.load()' returned FALSE. (Cannot load plugin '/work/build/tests/auto/qpluginloader/bin/libtheplugin.dylib' from '/work/build/tests/auto/qpluginloader': The shared library was not found.) Loc: [../tst_qpluginloader.cpp(266)] PASS : tst_QPluginLoader::loadHints() FAIL! : tst_QPluginLoader::deleteinstanceOnUnload() 'instance1' returned FALSE. (Cannot load plugin '/work/build/tests/auto/qpluginloader/bin/libtheplugin.dylib' from '/work/build/tests/auto/qpluginloader': The shared library was not found.) Loc: [../tst_qpluginloader.cpp(300)] PASS : tst_QPluginLoader::checkingStubsFromDifferentDrives() SKIP : tst_QPluginLoader::loadDebugObj() Test requires __ELF Loc: [../tst_qpluginloader.cpp(394)] PASS : tst_QPluginLoader::loadCorruptElf() PASS : tst_QPluginLoader::loadGarbage() PASS : tst_QPluginLoader::cleanupTestCase() Totals: 6 passed, 2 failed, 1 skipped ********* Finished testing of tst_QPluginLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qpluginloader: 0.087212 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01415/macx-g++_OSX_10.6/log.txt.gz Tested changes (refs/builds/4.8_1367004104): http://codereview.qt-project.org/36043 [PS9] - Fix QPluginLoader-test. http://codereview.qt-project.org/54869 [PS1] - make sure qmake finds itself in CWD on windows http://codereview.qt-project.org/52079 [PS1] - QNonContiguousByteDevice: reset() instead of seek() if possible http://codereview.qt-project.org/52080 [PS1] - QHttpMultipart: reset read pointer when device is reset From ci-noreply at qt-project.org Sat Apr 27 03:17:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 04:17:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit-examples-and-demos#stable Message-ID: <20130427_011719_020247.ci-noreply@qt-project.org> QtWebKit_Examples_and_Demos_stable_Integration #56: SUCCESS Tested changes (refs/builds/stable_1367009823): http://codereview.qt-project.org/54867 [PS1] - use qt_parts.prf From ci-noreply at qt-project.org Sat Apr 27 04:33:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 05:33:35 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130427_023335_077750.ci-noreply@qt-project.org> QtBase_stable_Integration #1026: SUCCESS Tested changes (refs/builds/stable_1367022752): http://codereview.qt-project.org/54713 [PS1] - README: Update the README file From ci-noreply at qt-project.org Sat Apr 27 07:27:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 08:27:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130427_052724_048181.ci-noreply@qt-project.org> Qt_4.8_Integration #1416: SUCCESS Tested changes (refs/builds/4.8_1367020561): http://codereview.qt-project.org/54794 [PS1] - Fix some warnings in qtquick1 found by Clang From ci-noreply at qt-project.org Sat Apr 27 14:20:40 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 15:20:40 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130427_122040_045991.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #29: SUCCESS Tested changes (refs/builds/stable_1367064307): http://codereview.qt-project.org/53111 [PS1] - API change: setBreak -> setBreakEnabled From ci-noreply at qt-project.org Sat Apr 27 16:09:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 17:09:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130427_140955_020405.ci-noreply@qt-project.org> Qt_4.8_Integration #1417: SUCCESS Tested changes (refs/builds/4.8_1367052460): http://codereview.qt-project.org/52079 [PS1] - QNonContiguousByteDevice: reset() instead of seek() if possible http://codereview.qt-project.org/52080 [PS1] - QHttpMultipart: reset read pointer when device is reset From ci-noreply at qt-project.org Sat Apr 27 16:12:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 17:12:16 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130427_141216_032246.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10126d4e0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012ab0d0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 4 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00215/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367051782): http://codereview.qt-project.org/54401 [PS10] - Updated submodules. From ci-noreply at qt-project.org Sat Apr 27 22:44:01 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sat, 27 Apr 2013 23:44:01 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130427_204401_028473.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #472: SUCCESS Tested changes (refs/builds/stable_1367087924): http://codereview.qt-project.org/54842 [PS3] - Fix hover after press event From ci-noreply at qt-project.org Sun Apr 28 00:10:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 01:10:17 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130427_221017_023290.ci-noreply@qt-project.org> Autotests `tst_qdeclarativeimage' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012d9ff0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1016cd9f0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 4 seconds, exit code 1 Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() QWARN : tst_qdeclarativeimage::resetSourceSize() QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 20 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00216/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367081164): http://codereview.qt-project.org/54401 [PS11] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 28 05:08:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 06:08:15 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130428_030815_071401.ci-noreply@qt-project.org> Autotest `tst_qglthreads' failed :( Testing tst_QGLThreads 2013-04-28 05:50:32.685 tst_qglthreads[29239:880f] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qglthreads.savedState/window_1.data: Permission denied (13) tst_qglthreads(29239,0x10c381000) malloc: *** error for object 0x103144da0: double free *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qglthreads [29239] QtQA::App::TestRunner: Path: /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qglthreads QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [29238] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-28 05:50:35.369 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 8 QThread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[29239]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x103144da0: double free QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237be42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c7fdea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c9142b TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x0000000100005211 tst_QGLThreads::painterOnGLWidgetInThread() + 273 QtQA::App::TestRunner: 4 QtCore 0x0000000100db8bfc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 5 QtCore 0x0000000100db884c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 6 QtTest 0x0000000101188629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 7 QtTest 0x0000000101185462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 8 com.yourcompany.tst_qglthreads 0x000000010000580c main + 92 QtQA::App::TestRunner: 9 com.yourcompany.tst_qglthreads 0x00000001000041e4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237c7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff92b2e786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff92b2d316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237c192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ccb594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90cccb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237c192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ccb594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90cccb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x0000000106532854 yyuserAction + 35509 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x0000000106552e35 yyglrReduce + 321 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x0000000106529262 yyparse + 1590 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001065206f1 glpPaParseStrings + 321 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x00000001064d9dae glpCompileShader + 170 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x00000001064f5b6e ShCompile + 155 QtQA::App::TestRunner: 6 GLEngine 0x000000010512f642 gleShaderParse + 354 QtQA::App::TestRunner: 7 GLEngine 0x00000001050783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 8 QtOpenGL 0x0000000100037b9a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 9 QtOpenGL 0x000000010003872f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100038780 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 11 QtOpenGL 0x0000000100040f1f TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 511 QtQA::App::TestRunner: 12 QtOpenGL 0x00000001000425ae TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045902 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004619a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 15 QtGui 0x00000001008e43b4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008e443f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x000000010090e4ed TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001064d33ac glpCompilerRemapObject + 2649 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x00000001064d2dc9 glpCompilerRemapObject + 1142 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x00000001064e686f nameTableGet + 2542 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001064e6a08 glpNameTableGetVariableLikeObject + 40 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x00000001064efbf1 glpSAVariableIdentifierNodeInternal + 96 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x00000001065125e5 glpSANode + 281 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x000000010651ed43 glpSABinaryOperator + 48 QtQA::App::TestRunner: 7 libGLProgrammability.dylib 0x000000010651a631 glpSAAssign + 52 QtQA::App::TestRunner: 8 libGLProgrammability.dylib 0x0000000106514a7c glpSANode + 9648 QtQA::App::TestRunner: 9 libGLProgrammability.dylib 0x0000000106516276 glpSANode + 15786 QtQA::App::TestRunner: 10 libGLProgrammability.dylib 0x000000010651636c glpSANode + 16032 QtQA::App::TestRunner: 11 libGLProgrammability.dylib 0x00000001065156ef glpSANode + 12835 QtQA::App::TestRunner: 12 libGLProgrammability.dylib 0x00000001065172e4 glpSANode + 19992 QtQA::App::TestRunner: 13 libGLProgrammability.dylib 0x00000001064d9dc2 glpCompileShader + 190 QtQA::App::TestRunner: 14 libGLProgrammability.dylib 0x00000001064f5b6e ShCompile + 155 QtQA::App::TestRunner: 15 GLEngine 0x000000010512f642 gleShaderParse + 354 QtQA::App::TestRunner: 16 GLEngine 0x00000001050783dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 17 QtOpenGL 0x0000000100037b9a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 18 QtOpenGL 0x000000010003872f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 19 QtOpenGL 0x0000000100038780 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 20 QtOpenGL 0x0000000100040f1f TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 511 QtQA::App::TestRunner: 21 QtOpenGL 0x00000001000425ae TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 22 QtOpenGL 0x0000000100045902 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 23 QtOpenGL 0x000000010004619a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 24 QtGui 0x00000001008e43b4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 25 QtGui 0x00000001008e443f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 26 QtGui 0x000000010090e4ed TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 27 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 28 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 29 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 30 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 31 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: QThread QtQA::App::TestRunner: 0 com.apple.CoreFoundation 0x00007fff8ef285a0 CFStringGetCharacters + 0 QtQA::App::TestRunner: 1 com.apple.CoreFoundation 0x00007fff8ef54ea1 _stringContainsCharacter + 209 QtQA::App::TestRunner: 2 com.apple.CoreFoundation 0x00007fff8ef54dc8 _shouldPercentReplaceChar + 104 QtQA::App::TestRunner: 3 com.apple.CoreFoundation 0x00007fff8ef5496d _addPercentEscapesToString + 349 QtQA::App::TestRunner: 4 com.apple.CoreFoundation 0x00007fff8ef547b6 POSIXPathToURLPath + 70 QtQA::App::TestRunner: 5 com.apple.CoreFoundation 0x00007fff8ef2f4ce _convertToURLRepresentation + 126 QtQA::App::TestRunner: 6 com.apple.CoreFoundation 0x00007fff8f026e57 _CFURLInit + 119 QtQA::App::TestRunner: 7 com.apple.CoreFoundation 0x00007fff8ef27f82 CFURLCreateWithFileSystemPathRelativeToBase + 1058 QtQA::App::TestRunner: 8 com.apple.CoreFoundation 0x00007fff8ef2e1ae CFURLCreateFromFileSystemRepresentation + 46 QtQA::App::TestRunner: 9 com.apple.CoreFoundation 0x00007fff8ef51775 _CFBundleCreate + 229 QtQA::App::TestRunner: 10 libqcocoa.dylib 0x0000000104450d9d qcgl_getProcAddress(TestNamespace::QByteArray const&) + 61 QtQA::App::TestRunner: 11 QtOpenGL 0x0000000100050009 TestNamespace::QGLContext::getProcAddress(TestNamespace::QString const&) const + 41 QtQA::App::TestRunner: 12 QtOpenGL 0x000000010002d080 _ZN13TestNamespaceL35qglfResolveDisableVertexAttribArrayEj + 80 QtQA::App::TestRunner: 13 QtOpenGL 0x00000001000236b0 TestNamespace::QGLContextPrivate::syncGlState() + 112 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100045d2a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100047e5d TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 16 QtGui 0x00000001008e43b4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 17 QtGui 0x00000001008e443f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 18 QtGui 0x000000010090e4ed TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 19 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 20 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 21 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 Crashed:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237bce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ccb7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90cbca7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff90cde4ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff90cdfe2a free_tiny_botch + 93 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90ce80cc szone_realloc + 2848 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90d1b243 malloc_zone_realloc + 81 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90d1c032 realloc + 160 QtQA::App::TestRunner: 8 QtCore 0x0000000100c4e039 TestNamespace::QListData::append(int) + 169 QtQA::App::TestRunner: 9 QtGui 0x000000010077729e TestNamespace::QOpenGLMultiGroupSharedResource::insert(TestNamespace::QOpenGLContext*, TestNamespace::QOpenGLSharedResource*) + 94 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100032e44 TestNamespace::QGLFunctionsPrivateEx* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 196 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010002a2d1 TestNamespace::QGLFunctions::QGLFunctions(TestNamespace::QGLContext const*) + 17 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100023681 TestNamespace::QGLContextPrivate::syncGlState() + 65 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045d2a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100047e5d TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 15 QtGui 0x00000001008e43b4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008e443f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x000000010090e4ed TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237a67a mach_msg_trap + 10 QtQA::App::TestRunner: 1 libsystem_kernel.dylib 0x00007fff92379d71 mach_msg + 73 QtQA::App::TestRunner: 2 com.apple.CoreGraphics 0x00007fff8f833835 _CGSBindSurface + 156 QtQA::App::TestRunner: 3 com.apple.opengl 0x00007fff8eb2b4f1 0x7fff8eb29000 + 9457 QtQA::App::TestRunner: 4 libGPUSupport.dylib 0x00000001017df2be gldAttachDrawable + 548 QtQA::App::TestRunner: 5 GLEngine 0x0000000105011849 gliAttachDrawableWithOptions + 289 QtQA::App::TestRunner: 6 com.apple.opengl 0x00007fff8eb2e4d1 0x7fff8eb29000 + 21713 QtQA::App::TestRunner: 7 com.apple.opengl 0x00007fff8eb2f973 0x7fff8eb29000 + 26995 QtQA::App::TestRunner: 8 com.apple.opengl 0x00007fff8eb30421 CGLSetSurface + 418 QtQA::App::TestRunner: 9 com.apple.AppKit 0x00007fff8dfc2be8 -[NSOpenGLContext setView:] + 1071 QtQA::App::TestRunner: 10 libqcocoa.dylib 0x000000010440edd4 -[QNSView setQCocoaGLContext:] + 36 QtQA::App::TestRunner: 11 libqcocoa.dylib 0x0000000104415245 TestNamespace::QCocoaGLContext::setActiveWindow(TestNamespace::QWindow*) + 277 QtQA::App::TestRunner: 12 libqcocoa.dylib 0x00000001044152bd TestNamespace::QCocoaGLContext::makeCurrent(TestNamespace::QPlatformSurface*) + 45 QtQA::App::TestRunner: 13 QtGui 0x0000000100775c32 TestNamespace::QOpenGLContext::makeCurrent(TestNamespace::QSurface*) + 530 QtQA::App::TestRunner: 14 QtOpenGL 0x000000010004ff05 TestNamespace::QGLContext::makeCurrent() + 101 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100036bd2 TestNamespace::QGLPaintDevice::beginPaint() + 34 QtQA::App::TestRunner: 16 QtOpenGL 0x0000000100036e56 TestNamespace::QGLWidgetGLPaintDevice::beginPaint() + 22 QtQA::App::TestRunner: 17 QtOpenGL 0x000000010004b64b TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 363 QtQA::App::TestRunner: 18 QtGui 0x0000000100900eef TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 19 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 20 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 21 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010c380718 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x000000000000ab03 rsi: 0x0000000000000006 rbp: 0x000000010c380740 rsp: 0x000000010c380718 QtQA::App::TestRunner: r8: 0x00007fff78628fb8 r9: 0x0000000000000000 r10: 0x00007fff9237bd0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00000001011bf000 r13: 0x000000010bec5000 r14: 0x000000010c381000 r15: 0x000000010bec50c0 QtQA::App::TestRunner: rip: 0x00007fff9237bce2 rfl: 0x0000000000000246 cr2: 0x000000010c184000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000dff7 +com.yourcompany.tst_qglthreads (??? - ???) <8E149D49-8360-3D1D-9739-06B838C2C5AB> /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: 0x10001d000 - 0x100064fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <85266218-23BD-3D7E-BE40-A8A6A38C8EF6> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x100097000 - 0x100530ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x100728000 - 0x100a8dfff +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100bca000 - 0x101075ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x10117f000 - 0x1011a0ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1011b2000 - 0x1011b8fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1015f5000 - 0x1015f8ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x101783000 - 0x1017acff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1017d4000 - 0x1017e2fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x1017e9000 - 0x1017f3fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x1042a5000 - 0x1042d3ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x104400000 - 0x104488fff +libqcocoa.dylib (??? - ???) <4901F88C-111C-35D7-998F-1D7DF96E53CB> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x105000000 - 0x1051b8fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x1064be000 - 0x106618fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x107a00000 - 0x107cc1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x7fff6cdc5000 - 0x7fff6cdf9baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff87412000 - 0x7fff87497ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff87498000 - 0x7fff874a1ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8756a000 - 0x7fff87631ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8767a000 - 0x7fff8767afff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8767b000 - 0x7fff87682fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff87683000 - 0x7fff87978ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff87979000 - 0x7fff87984ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff879a4000 - 0x7fff879ddfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff879de000 - 0x7fff879e2fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff879e3000 - 0x7fff879eefff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff87b7b000 - 0x7fff87bc9fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff87bca000 - 0x7fff87bcafff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff87bcb000 - 0x7fff87bfbff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff87bfc000 - 0x7fff87d63fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff881f9000 - 0x7fff8846dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8846e000 - 0x7fff88935fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff88936000 - 0x7fff889b9fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff889cd000 - 0x7fff889d3fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff88b8d000 - 0x7fff88b8ffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff89915000 - 0x7fff89a2efff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff89a6e000 - 0x7fff89a6ffff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff89a70000 - 0x7fff89ae6ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff89c72000 - 0x7fff89f9efff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff89f9f000 - 0x7fff89fc8fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8a0b6000 - 0x7fff8a0c4fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8a231000 - 0x7fff8a234fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8a333000 - 0x7fff8a3a3fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8a460000 - 0x7fff8a488fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8a4dc000 - 0x7fff8a57efff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8a669000 - 0x7fff8a76bfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8a76c000 - 0x7fff8a771fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8a772000 - 0x7fff8a772fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8a831000 - 0x7fff8a87dff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8a87e000 - 0x7fff8a883fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8a884000 - 0x7fff8a8a0ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8a8a1000 - 0x7fff8a8dcfff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff8a8dd000 - 0x7fff8a90afe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8a913000 - 0x7fff8a921ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8b0cd000 - 0x7fff8b0cdfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b0ce000 - 0x7fff8b108fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8b1a7000 - 0x7fff8b20fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8b210000 - 0x7fff8b3b0ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8b3b1000 - 0x7fff8b452fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8bbe1000 - 0x7fff8bc77ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8bc78000 - 0x7fff8bc8aff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8bc8b000 - 0x7fff8bc93fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8bd3a000 - 0x7fff8bd3efff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8bd3f000 - 0x7fff8bd3ffff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8bd40000 - 0x7fff8be1efff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8be94000 - 0x7fff8be94fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8bf17000 - 0x7fff8bf18fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf43000 - 0x7fff8bf67fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8bf68000 - 0x7fff8bfa8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8bfa9000 - 0x7fff8bfb3ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8bfb4000 - 0x7fff8bfb4fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8bfb5000 - 0x7fff8bfc8ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c2dc000 - 0x7fff8c8c0fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d28b000 - 0x7fff8d36fff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8d6c8000 - 0x7fff8d7a7fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8d7a9000 - 0x7fff8d7cdfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8d7ce000 - 0x7fff8d7d0fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8d7d1000 - 0x7fff8d7deff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8d7df000 - 0x7fff8d7e6fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8d835000 - 0x7fff8d837fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8d87b000 - 0x7fff8d8bcfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8d8bd000 - 0x7fff8d91fff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8d920000 - 0x7fff8d941fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8d9a5000 - 0x7fff8da89e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8da8a000 - 0x7fff8dae2ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8dae3000 - 0x7fff8e6e9fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8e6fb000 - 0x7fff8eb28fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8eb29000 - 0x7fff8eb38fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8eb39000 - 0x7fff8ee52fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8ee53000 - 0x7fff8ee53fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8ef11000 - 0x7fff8f0e5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8f141000 - 0x7fff8f1a1fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f1a2000 - 0x7fff8f247fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8f248000 - 0x7fff8f248fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8f249000 - 0x7fff8f24aff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6db000 - 0x7fff90079a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff9007a000 - 0x7fff900b9fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff900ba000 - 0x7fff900bbfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff900bc000 - 0x7fff90118ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff90119000 - 0x7fff90124ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff90125000 - 0x7fff90151ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff90152000 - 0x7fff90169fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff90179000 - 0x7fff902affff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff902e2000 - 0x7fff90355fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff90356000 - 0x7fff90580fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff90581000 - 0x7fff905a7fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff905b6000 - 0x7fff905f8ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff90621000 - 0x7fff9072dfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff90730000 - 0x7fff90731ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff9074e000 - 0x7fff90a6afff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff90a6f000 - 0x7fff90bccfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff90bcd000 - 0x7fff90bd4ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff90bd5000 - 0x7fff90c19ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff90c1a000 - 0x7fff90c4dff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff90c63000 - 0x7fff90c7afff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff90c7b000 - 0x7fff90d58fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff90e0e000 - 0x7fff90e23fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90ee8000 - 0x7fff90f3cff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff90f3d000 - 0x7fff90f4afff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff90f4b000 - 0x7fff90f6afff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90fb4000 - 0x7fff90fb8ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff916eb000 - 0x7fff916ebfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff91a91000 - 0x7fff91a98fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff91dbf000 - 0x7fff91dc0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff91dc1000 - 0x7fff91dd3ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff91de9000 - 0x7fff91e12fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff91e13000 - 0x7fff91f0dff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff91f0e000 - 0x7fff92015fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff92016000 - 0x7fff92081ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff92082000 - 0x7fff920ddff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff920de000 - 0x7fff920e4ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff9212e000 - 0x7fff92182fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff92183000 - 0x7fff92188fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff92189000 - 0x7fff92223ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff92266000 - 0x7fff92319ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff9231a000 - 0x7fff9235eff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff9235f000 - 0x7fff92364fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff92365000 - 0x7fff92385fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff92386000 - 0x7fff923d8ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff923d9000 - 0x7fff92419ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff92429000 - 0x7fff9242efff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff92b26000 - 0x7fff92b2afff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff92b2b000 - 0x7fff92b39fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff92b3a000 - 0x7fff92c47fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff92c48000 - 0x7fff92c65ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92c7c000 - 0x7fff92c92fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92d95000 - 0x7fff92da9ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92e17000 - 0x7fff92e26ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff92e27000 - 0x7fff92e28fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff935ec000 - 0x7fff93602ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff93603000 - 0x7fff936f8fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff936f9000 - 0x7fff936fffff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff93700000 - 0x7fff93712ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff93713000 - 0x7fff93789fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff9378a000 - 0x7fff937c5fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff93810000 - 0x7fff93813fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff93814000 - 0x7fff93a16fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff93a17000 - 0x7fff93a1dfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff93a3f000 - 0x7fff93abaff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff93abb000 - 0x7fff93b23ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff93b24000 - 0x7fff93b26ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff93b58000 - 0x7fff93c5dfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff93f03000 - 0x7fff93f08ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff94080000 - 0x7fff9409dfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff940ac000 - 0x7fff940f2fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff940f3000 - 0x7fff940f6fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff940f7000 - 0x7fff94122ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff94123000 - 0x7fff94126ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff94127000 - 0x7fff941abff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 29963 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=170.8M resident=133.6M(78%) swapped_out_or_unallocated=37.2M(22%) QtQA::App::TestRunner: Writable regions: Total=134.0M written=21.7M(16%) resident=32.0M(24%) swapped_out=0K(0%) unallocated=102.0M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 752K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 3440K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2020K QtQA::App::TestRunner: IOKit 3896K QtQA::App::TestRunner: IOKit (reserved) 2048K reserved VM address space (unallocated) QtQA::App::TestRunner: MALLOC 93.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: OpenGL GLSL 1056K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.1M QtQA::App::TestRunner: Stack (reserved) 520K reserved VM address space (unallocated) QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.0M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.2M QtQA::App::TestRunner: __TEXT 116.7M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.0M QtQA::App::TestRunner: shared memory 1212K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 453.9M QtQA::App::TestRunner: TOTAL, minus reserved VM space 451.4M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QGLThreads ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QGLThreads::initTestCase() PASS : tst_QGLThreads::swapInThread() PASS : tst_QGLThreads::textureUploadInThread() PASS : tst_QGLThreads::renderInThread(basic) PASS : tst_QGLThreads::renderInThread(with-resize) PASS : tst_QGLThreads::renderInThread(with-update) 2013-04-28 05:51:07.339 tst_qglthreads[29242:880f] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qglthreads.savedState/window_1.data: Permission denied (13) PASS : tst_QGLThreads::renderInThread(with-resize-and-update) tst_qglthreads(29242,0x10c177000) malloc: *** error for object 0x103126f40: double free *** set a breakpoint in malloc_error_break to debug QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_qglthreads [29242] QtQA::App::TestRunner: Path: /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: Identifier: com.yourcompany.tst_qglthreads QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [29238] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-28 05:51:10.024 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G56) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 8 QThread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_CRASH (SIGABRT) QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000 QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[29242]: garbage collection is OFF QtQA::App::TestRunner: *** error for object 0x103126f40: double free QtQA::App::TestRunner: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237be42 __semwait_signal + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c7fdea nanosleep + 164 QtQA::App::TestRunner: 2 QtCore 0x0000000100c9142b TestNamespace::qt_nanosleep(timespec) + 43 QtQA::App::TestRunner: 3 com.yourcompany.tst_qglthreads 0x0000000100005211 tst_QGLThreads::painterOnGLWidgetInThread() + 273 QtQA::App::TestRunner: 4 QtCore 0x0000000100db8bfc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 5 QtCore 0x0000000100db884c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 6 QtTest 0x0000000101188629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 7 QtTest 0x0000000101185462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 8 com.yourcompany.tst_qglthreads 0x000000010000580c main + 92 QtQA::App::TestRunner: 9 com.yourcompany.tst_qglthreads 0x00000001000041e4 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237c7e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff92b2e786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff92b2d316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237c192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ccb594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90cccb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237c192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ccb594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90cccb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4: QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001074879c1 glpASTMergePhase1AddTopLevelNode + 1 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x0000000107495627 glpLinkProgram + 241 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x00000001074b05dc ShLink + 216 QtQA::App::TestRunner: 3 GLEngine 0x00000001050d2331 gleLinkProgram + 1606 QtQA::App::TestRunner: 4 GLEngine 0x000000010501bf6c glLinkProgramARB_Exec + 292 QtQA::App::TestRunner: 5 QtOpenGL 0x000000010003a079 TestNamespace::QGLShaderProgram::link() + 505 QtQA::App::TestRunner: 6 QtOpenGL 0x00000001000409f0 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 2080 QtQA::App::TestRunner: 7 QtOpenGL 0x0000000100042fdb TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 8 QtOpenGL 0x0000000100042750 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 9 QtOpenGL 0x0000000100041b3e TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 10 QtOpenGL 0x000000010004b673 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 11 QtGui 0x0000000100900eef TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 12 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 13 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 14 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 15 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 16 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: QThread QtQA::App::TestRunner: 0 libGLProgrammability.dylib 0x00000001074b6ed3 LookUpAddStringHash + 175 QtQA::App::TestRunner: 1 libGLProgrammability.dylib 0x00000001074b6faa AddAtomFixed + 26 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x00000001074b71bb InitAtomTable + 375 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001074b9540 glpInitPreprocessor + 129 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x0000000107494d39 glpCompileShader + 53 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x00000001074b0b6e ShCompile + 155 QtQA::App::TestRunner: 6 GLEngine 0x00000001050d4642 gleShaderParse + 354 QtQA::App::TestRunner: 7 GLEngine 0x000000010501d3dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 8 QtOpenGL 0x0000000100037b9a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 9 QtOpenGL 0x000000010003872f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100038780 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 11 QtOpenGL 0x0000000100040950 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 1920 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100042fdb TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100042750 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100041b3e TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 15 QtOpenGL 0x000000010004b673 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 16 QtGui 0x0000000100900eef TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 17 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 18 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 19 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 20 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: QThread QtQA::App::TestRunner: 0 libsystem_c.dylib 0x00007fff90d1d385 _spin_lock$VARIANT$mp + 53 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ce6618 szone_malloc_should_clear + 2661 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90d1b3c8 malloc_zone_malloc + 77 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001074b706c InitAtomTable + 40 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x00000001074b9540 glpInitPreprocessor + 129 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x0000000107494d39 glpCompileShader + 53 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x00000001074b0b6e ShCompile + 155 QtQA::App::TestRunner: 7 GLEngine 0x00000001050d4642 gleShaderParse + 354 QtQA::App::TestRunner: 8 GLEngine 0x000000010501d3dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 9 QtOpenGL 0x0000000100037b9a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 10 QtOpenGL 0x000000010003872f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 11 QtOpenGL 0x0000000100038780 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 12 QtOpenGL 0x000000010004115d TestNamespace::QGLEngineSharedShaders::findProgramInCache(TestNamespace::QGLEngineShaderProg const&) + 1085 QtQA::App::TestRunner: 13 QtOpenGL 0x00000001000425ae TestNamespace::QGLEngineShaderManager::useCorrectShaderProg() + 1406 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100045902 TestNamespace::QGL2PaintEngineExPrivate::prepareForDraw(bool) + 306 QtQA::App::TestRunner: 15 QtOpenGL 0x000000010004619a TestNamespace::QGL2PaintEngineExPrivate::fill(TestNamespace::QVectorPath const&) + 186 QtQA::App::TestRunner: 16 QtGui 0x00000001008e43b4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 17 QtGui 0x00000001008e443f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 18 QtGui 0x000000010090e4ed TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 19 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 20 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 21 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 23 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 Crashed:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff9237bce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ccb7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90cbca7a abort + 143 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff90cde4ac szone_error + 459 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff90cdfe2a free_tiny_botch + 93 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90ce80cc szone_realloc + 2848 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90d1b243 malloc_zone_realloc + 81 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90d1c032 realloc + 160 QtQA::App::TestRunner: 8 QtCore 0x0000000100c4e039 TestNamespace::QListData::append(int) + 169 QtQA::App::TestRunner: 9 QtGui 0x000000010077729e TestNamespace::QOpenGLMultiGroupSharedResource::insert(TestNamespace::QOpenGLContext*, TestNamespace::QOpenGLSharedResource*) + 94 QtQA::App::TestRunner: 10 QtOpenGL 0x0000000100032e44 TestNamespace::QGLFunctionsPrivateEx* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 196 QtQA::App::TestRunner: 11 QtOpenGL 0x000000010002a2d1 TestNamespace::QGLFunctions::QGLFunctions(TestNamespace::QGLContext const*) + 17 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100023681 TestNamespace::QGLContextPrivate::syncGlState() + 65 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100045d2a TestNamespace::QGL2PaintEngineEx::ensureActive() + 154 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100047e5d TestNamespace::QGL2PaintEngineEx::fill(TestNamespace::QVectorPath const&, TestNamespace::QBrush const&) + 45 QtQA::App::TestRunner: 15 QtGui 0x00000001008e43b4 TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QBrush const&) + 132 QtQA::App::TestRunner: 16 QtGui 0x00000001008e443f TestNamespace::QPaintEngineEx::fillRect(TestNamespace::QRectF const&, TestNamespace::QColor const&) + 63 QtQA::App::TestRunner: 17 QtGui 0x000000010090e4ed TestNamespace::QPainter::fillRect(TestNamespace::QRect const&, TestNamespace::QColor const&) + 125 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x00000001000060ef ThreadPainter::draw() + 591 QtQA::App::TestRunner: 19 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QThread QtQA::App::TestRunner: 0 libsystem_c.dylib 0x00007fff90d1d385 _spin_lock$VARIANT$mp + 53 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90ce3ce5 szone_free + 3132 QtQA::App::TestRunner: 2 libGLProgrammability.dylib 0x00000001074b6b63 FreeAtomTable + 35 QtQA::App::TestRunner: 3 libGLProgrammability.dylib 0x00000001074b9569 glpFinalizePreprocessor + 24 QtQA::App::TestRunner: 4 libGLProgrammability.dylib 0x0000000107490711 glpFinalizeParseContext + 21 QtQA::App::TestRunner: 5 libGLProgrammability.dylib 0x0000000107494e34 glpCompileShader + 304 QtQA::App::TestRunner: 6 libGLProgrammability.dylib 0x00000001074b0b6e ShCompile + 155 QtQA::App::TestRunner: 7 GLEngine 0x00000001050d4642 gleShaderParse + 354 QtQA::App::TestRunner: 8 GLEngine 0x000000010501d3dc glCompileShaderIncludeARB_Exec + 374 QtQA::App::TestRunner: 9 QtOpenGL 0x0000000100037b9a TestNamespace::QGLShaderPrivate::compile(TestNamespace::QGLShader*) + 74 QtQA::App::TestRunner: 10 QtOpenGL 0x000000010003872f TestNamespace::QGLShader::compileSourceCode(char const*) + 1151 QtQA::App::TestRunner: 11 QtOpenGL 0x0000000100038780 TestNamespace::QGLShader::compileSourceCode(TestNamespace::QByteArray const&) + 16 QtQA::App::TestRunner: 12 QtOpenGL 0x0000000100040611 TestNamespace::QGLEngineSharedShaders::QGLEngineSharedShaders(TestNamespace::QGLContext const*) + 1089 QtQA::App::TestRunner: 13 QtOpenGL 0x0000000100042fdb TestNamespace::QGLEngineSharedShadersResource* TestNamespace::QOpenGLMultiGroupSharedResource::value(TestNamespace::QOpenGLContext*) + 187 QtQA::App::TestRunner: 14 QtOpenGL 0x0000000100042750 TestNamespace::QGLShaderStorage::shadersForThread(TestNamespace::QGLContext const*) + 96 QtQA::App::TestRunner: 15 QtOpenGL 0x0000000100041b3e TestNamespace::QGLEngineShaderManager::QGLEngineShaderManager(TestNamespace::QGLContext*) + 110 QtQA::App::TestRunner: 16 QtOpenGL 0x000000010004b673 TestNamespace::QGL2PaintEngineEx::begin(TestNamespace::QPaintDevice*) + 403 QtQA::App::TestRunner: 17 QtGui 0x0000000100900eef TestNamespace::QPainter::begin(TestNamespace::QPaintDevice*) + 1679 QtQA::App::TestRunner: 18 com.yourcompany.tst_qglthreads 0x0000000100005fd6 ThreadPainter::draw() + 310 QtQA::App::TestRunner: 19 QtCore 0x0000000100ddcdde TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638 QtQA::App::TestRunner: 20 QtCore 0x0000000100bf145a TestNamespace::QThreadPrivate::start(void*) + 442 QtQA::App::TestRunner: 21 libsystem_c.dylib 0x00007fff90cc98bf _pthread_start + 335 QtQA::App::TestRunner: 22 libsystem_c.dylib 0x00007fff90cccb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010c176718 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x000000000000ab03 rsi: 0x0000000000000006 rbp: 0x000000010c176740 rsp: 0x000000010c176718 QtQA::App::TestRunner: r8: 0x00007fff78628fb8 r9: 0x0000000000000000 r10: 0x00007fff9237bd0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x00000001011bf000 r13: 0x000000010beac000 r14: 0x000000010c177000 r15: 0x000000010beac0c0 QtQA::App::TestRunner: rip: 0x00007fff9237bce2 rfl: 0x0000000000000246 cr2: 0x000000010beaf000 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000dff7 +com.yourcompany.tst_qglthreads (??? - ???) <8E149D49-8360-3D1D-9739-06B838C2C5AB> /work/*/tst_qglthreads.app/Contents/MacOS/tst_qglthreads QtQA::App::TestRunner: 0x10001d000 - 0x100064fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <85266218-23BD-3D7E-BE40-A8A6A38C8EF6> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL QtQA::App::TestRunner: 0x100097000 - 0x100530ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x100728000 - 0x100a8dfff +QtGui (5.1.0 - compatibility 5.1.0) /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x100bca000 - 0x101075ff7 +QtCore (5.1.0 - compatibility 5.1.0) /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x10117f000 - 0x1011a0ff7 +QtTest (5.1.0 - compatibility 5.1.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x1011b2000 - 0x1011b8fff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x1015ed000 - 0x1015f7fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x101783000 - 0x1017acff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x1017d4000 - 0x1017e2fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x1017e9000 - 0x1017ecff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x103600000 - 0x103688fff +libqcocoa.dylib (??? - ???) <4901F88C-111C-35D7-998F-1D7DF96E53CB> /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x104fa5000 - 0x10515dfff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x107479000 - 0x1075d3fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x107605000 - 0x107633ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x108000000 - 0x1082c1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x7fff6c102000 - 0x7fff6c136baf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff87412000 - 0x7fff87497ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff87498000 - 0x7fff874a1ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff8756a000 - 0x7fff87631ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff8767a000 - 0x7fff8767afff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff8767b000 - 0x7fff87682fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff87683000 - 0x7fff87978ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff87979000 - 0x7fff87984ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff879a4000 - 0x7fff879ddfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff879de000 - 0x7fff879e2fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff879e3000 - 0x7fff879eefff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff87b7b000 - 0x7fff87bc9fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff87bca000 - 0x7fff87bcafff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff87bcb000 - 0x7fff87bfbff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff87bfc000 - 0x7fff87d63fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff881f9000 - 0x7fff8846dfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8846e000 - 0x7fff88935fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff88936000 - 0x7fff889b9fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff889cd000 - 0x7fff889d3fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff88b8d000 - 0x7fff88b8ffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff89915000 - 0x7fff89a2efff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff89a6e000 - 0x7fff89a6ffff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff89a70000 - 0x7fff89ae6ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff89c72000 - 0x7fff89f9efff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff89f9f000 - 0x7fff89fc8fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8a0b6000 - 0x7fff8a0c4fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff8a231000 - 0x7fff8a234fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff8a333000 - 0x7fff8a3a3fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8a460000 - 0x7fff8a488fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8a4dc000 - 0x7fff8a57efff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8a669000 - 0x7fff8a76bfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff8a76c000 - 0x7fff8a771fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff8a772000 - 0x7fff8a772fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff8a831000 - 0x7fff8a87dff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff8a87e000 - 0x7fff8a883fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff8a884000 - 0x7fff8a8a0ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8a8a1000 - 0x7fff8a8dcfff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff8a8dd000 - 0x7fff8a90afe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff8a913000 - 0x7fff8a921ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff8b0cd000 - 0x7fff8b0cdfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8b0ce000 - 0x7fff8b108fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8b1a7000 - 0x7fff8b20fff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff8b210000 - 0x7fff8b3b0ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8b3b1000 - 0x7fff8b452fff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8bbe1000 - 0x7fff8bc77ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8bc78000 - 0x7fff8bc8aff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff8bc8b000 - 0x7fff8bc93fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8bd3a000 - 0x7fff8bd3efff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff8bd3f000 - 0x7fff8bd3ffff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8bd40000 - 0x7fff8be1efff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff8be94000 - 0x7fff8be94fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff8bf17000 - 0x7fff8bf18fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff8bf43000 - 0x7fff8bf67fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff8bf68000 - 0x7fff8bfa8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff8bfa9000 - 0x7fff8bfb3ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8bfb4000 - 0x7fff8bfb4fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff8bfb5000 - 0x7fff8bfc8ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff8c2dc000 - 0x7fff8c8c0fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff8d28b000 - 0x7fff8d36fff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff8d6c8000 - 0x7fff8d7a7fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff8d7a9000 - 0x7fff8d7cdfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8d7ce000 - 0x7fff8d7d0fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff8d7d1000 - 0x7fff8d7deff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8d7df000 - 0x7fff8d7e6fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8d835000 - 0x7fff8d837fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8d87b000 - 0x7fff8d8bcfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff8d8bd000 - 0x7fff8d91fff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff8d920000 - 0x7fff8d941fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff8d9a5000 - 0x7fff8da89e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8da8a000 - 0x7fff8dae2ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff8dae3000 - 0x7fff8e6e9fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff8e6fb000 - 0x7fff8eb28fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8eb29000 - 0x7fff8eb38fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff8eb39000 - 0x7fff8ee52fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8ee53000 - 0x7fff8ee53fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: 0x7fff8ef11000 - 0x7fff8f0e5ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff8f141000 - 0x7fff8f1a1fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8f1a2000 - 0x7fff8f247fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8f248000 - 0x7fff8f248fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8f249000 - 0x7fff8f24aff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8f6db000 - 0x7fff90079a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff9007a000 - 0x7fff900b9fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff900ba000 - 0x7fff900bbfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff900bc000 - 0x7fff90118ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff90119000 - 0x7fff90124ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff90125000 - 0x7fff90151ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff90152000 - 0x7fff90169fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff90179000 - 0x7fff902affff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff902e2000 - 0x7fff90355fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff90356000 - 0x7fff90580fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff90581000 - 0x7fff905a7fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff905b6000 - 0x7fff905f8ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff90621000 - 0x7fff9072dfff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff90730000 - 0x7fff90731ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff9074e000 - 0x7fff90a6afff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff90a6f000 - 0x7fff90bccfff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff90bcd000 - 0x7fff90bd4ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff90bd5000 - 0x7fff90c19ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff90c1a000 - 0x7fff90c4dff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff90c63000 - 0x7fff90c7afff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff90c7b000 - 0x7fff90d58fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff90e0e000 - 0x7fff90e23fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff90ee8000 - 0x7fff90f3cff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff90f3d000 - 0x7fff90f4afff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff90f4b000 - 0x7fff90f6afff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff90fb4000 - 0x7fff90fb8ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff916eb000 - 0x7fff916ebfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff91a91000 - 0x7fff91a98fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff91dbf000 - 0x7fff91dc0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff91dc1000 - 0x7fff91dd3ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff91de9000 - 0x7fff91e12fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff91e13000 - 0x7fff91f0dff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff91f0e000 - 0x7fff92015fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff92016000 - 0x7fff92081ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff92082000 - 0x7fff920ddff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff920de000 - 0x7fff920e4ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff9212e000 - 0x7fff92182fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff92183000 - 0x7fff92188fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff92189000 - 0x7fff92223ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff92266000 - 0x7fff92319ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff9231a000 - 0x7fff9235eff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff9235f000 - 0x7fff92364fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff92365000 - 0x7fff92385fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff92386000 - 0x7fff923d8ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff923d9000 - 0x7fff92419ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff92429000 - 0x7fff9242efff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff92b26000 - 0x7fff92b2afff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff92b2b000 - 0x7fff92b39fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff92b3a000 - 0x7fff92c47fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff92c48000 - 0x7fff92c65ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92c7c000 - 0x7fff92c92fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff92d95000 - 0x7fff92da9ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff92e17000 - 0x7fff92e26ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff92e27000 - 0x7fff92e28fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff935ec000 - 0x7fff93602ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff93603000 - 0x7fff936f8fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff936f9000 - 0x7fff936fffff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff93700000 - 0x7fff93712ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff93713000 - 0x7fff93789fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff9378a000 - 0x7fff937c5fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff93810000 - 0x7fff93813fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff93814000 - 0x7fff93a16fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff93a17000 - 0x7fff93a1dfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff93a3f000 - 0x7fff93abaff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff93abb000 - 0x7fff93b23ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff93b24000 - 0x7fff93b26ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff93b58000 - 0x7fff93c5dfff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff93f03000 - 0x7fff93f08ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff94080000 - 0x7fff9409dfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff940ac000 - 0x7fff940f2fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff940f3000 - 0x7fff940f6fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff940f7000 - 0x7fff94122ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff94123000 - 0x7fff94126ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff94127000 - 0x7fff941abff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 2 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 29974 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=170.8M resident=133.6M(78%) swapped_out_or_unallocated=37.2M(22%) QtQA::App::TestRunner: Writable regions: Total=134.1M written=21.9M(16%) resident=31.9M(24%) swapped_out=0K(0%) unallocated=102.3M(76%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 752K QtQA::App::TestRunner: CG image 4K QtQA::App::TestRunner: CG raster data 64K QtQA::App::TestRunner: CG shared images 3440K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreServices 2020K QtQA::App::TestRunner: IOKit 3896K QtQA::App::TestRunner: IOKit (reserved) 2048K reserved VM address space (unallocated) QtQA::App::TestRunner: MALLOC 93.9M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: OpenGL GLSL 1136K QtQA::App::TestRunner: STACK GUARD 56.0M QtQA::App::TestRunner: Stack 12.1M QtQA::App::TestRunner: Stack (reserved) 520K reserved VM address space (unallocated) QtQA::App::TestRunner: VM_ALLOCATE 16.2M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 13.0M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 54.2M QtQA::App::TestRunner: __TEXT 116.7M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 76.0M QtQA::App::TestRunner: shared memory 1212K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 454.0M QtQA::App::TestRunner: TOTAL, minus reserved VM space 451.5M QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qglthreads: 69 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01027/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367112679): http://codereview.qt-project.org/54720 [PS1] - QFlags: Remove text promising 64 bit enums for 5.1 From ci-noreply at qt-project.org Sun Apr 28 05:36:17 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 06:36:17 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130428_033617_077023.ci-noreply@qt-project.org> QtBase_dev_Integration #852: SUCCESS Tested changes (refs/builds/dev_1367112822): http://codereview.qt-project.org/53242 [PS6] - Add a screen color picker button to QColorDialog From ci-noreply at qt-project.org Sun Apr 28 07:32:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 08:32:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130428_053236_072866.ci-noreply@qt-project.org> Autotest `tst_qfilesystemwatcher' failed :( Testing tst_QFileSystemWatcher FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location Totals: 16 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QFileSystemWatcher ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_QFileSystemWatcher::initTestCase() QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::basicTest(native backend) QFileSystemWatcher: skipping polling engine, using only native engine PASS : tst_QFileSystemWatcher::basicTest(native backend) QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::basicTest(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::basicTest(poller backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::watchDirectory(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatcherkobaaa\testdir" (Access is denied.) PASS : tst_QFileSystemWatcher::watchDirectory(native backend) QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchDirectory(poller backend) PASS : tst_QFileSystemWatcher::addPath() PASS : tst_QFileSystemWatcher::removePath() PASS : tst_QFileSystemWatcher::addPaths() PASS : tst_QFileSystemWatcher::removePaths() QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) QFileSystemWatcher: skipping polling engine, using only native engine FAIL! : tst_QFileSystemWatcher::watchFileAndItsDirectory(native backend) Compared values are not the same Actual (fileChangedSpy.count()): 1 Expected (0): 0 .\tst_qfilesystemwatcher.cpp(460) : failure location QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine QDEBUG : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::watchFileAndItsDirectory(poller backend) QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::addPaths: list is empty QWARN : tst_QFileSystemWatcher::nonExistingFile() QFileSystemWatcher::removePaths: list is empty PASS : tst_QFileSystemWatcher::nonExistingFile() PASS : tst_QFileSystemWatcher::removeFileAndUnWatch() PASS : tst_QFileSystemWatcher::destroyAfterQCoreApplication() QDEBUG : tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: skipping polling engine, using only native engine QSYSTEM: tst_QFileSystemWatcher::QTBUG2331(native backend) QFileSystemWatcher: FindNextChangeNotification failed for "C:\users\qt\appdata\local\temp\tst_qfilesystemwatchergnhaaa" (Access is denied.) PASS : tst_QFileSystemWatcher::QTBUG2331(native backend) QDEBUG : tst_QFileSystemWatcher::QTBUG2331(poller backend) QFileSystemWatcher: skipping native engine, using only polling engine PASS : tst_QFileSystemWatcher::QTBUG2331(poller backend) PASS : tst_QFileSystemWatcher::cleanupTestCase() Totals: 16 passed, 1 failed, 0 skipped ********* Finished testing of tst_QFileSystemWatcher ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qfilesystemwatcher: 172 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00853/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1367120309): http://codereview.qt-project.org/51088 [PS12] - List the URL schemes supported by QNetworkAccessManager From ci-noreply at qt-project.org Sun Apr 28 08:28:14 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 09:28:14 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130428_062814_004660.ci-noreply@qt-project.org> `make' failed :( make[5]: *** [sub-qgraphicspixmapitem-make_first] Error 3 make[4]: *** [sub-graphicsview-make_first] Error 2 make[3]: *** [sub-widgets-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtbase-make_first] Error 2 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00217/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367127095): http://codereview.qt-project.org/54401 [PS12] - Updated submodules. From ci-noreply at qt-project.org Sun Apr 28 10:29:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 11:29:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130428_082957_020326.ci-noreply@qt-project.org> Autotest `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012baf70 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1012b9af0 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01029/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367131240): http://codereview.qt-project.org/54720 [PS1] - QFlags: Remove text promising 64 bit enums for 5.1 From ci-noreply at qt-project.org Sun Apr 28 12:33:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 13:33:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130428_103319_072293.ci-noreply@qt-project.org> QtBase_stable_Integration #1030: SUCCESS Tested changes (refs/builds/stable_1367138131): http://codereview.qt-project.org/54720 [PS1] - QFlags: Remove text promising 64 bit enums for 5.1 From ci-noreply at qt-project.org Sun Apr 28 16:16:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 17:16:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130428_141609_000969.ci-noreply@qt-project.org> QtBase_dev_Integration #854: SUCCESS Tested changes (refs/builds/dev_1367150459): http://codereview.qt-project.org/51088 [PS12] - List the URL schemes supported by QNetworkAccessManager From ci-noreply at qt-project.org Sun Apr 28 18:51:18 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Sun, 28 Apr 2013 19:51:18 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130428_165118_042235.ci-noreply@qt-project.org> Autotests `tst_qdeclarativeimage' and `tst_qmenubar' failed :( Testing tst_QMenuBar FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x1015b9fc0 Loc: [tst_qmenubar.cpp(1187)] Totals: 17 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QMenuBar ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QMenuBar::initTestCase() PASS : tst_QMenuBar::getSetCheck() PASS : tst_QMenuBar::clear() PASS : tst_QMenuBar::removeItemAt(first) PASS : tst_QMenuBar::removeItemAt(middle) PASS : tst_QMenuBar::removeItemAt(last) PASS : tst_QMenuBar::removeItem(first) PASS : tst_QMenuBar::removeItem(middle) PASS : tst_QMenuBar::removeItem(last) PASS : tst_QMenuBar::count() PASS : tst_QMenuBar::insertItem_QString_QObject() PASS : tst_QMenuBar::check_endKey() PASS : tst_QMenuBar::check_homeKey() SKIP : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping. Loc: [tst_qmenubar.cpp(985)] PASS : tst_QMenuBar::task223138_triggered() QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry QWARN : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry FAIL! : tst_QMenuBar::task256322_highlight() Compared pointers are not the same Actual (win.menuBar()->activeAction()): 0x0 Expected (nothing): 0x10126e750 Loc: [tst_qmenubar.cpp(1187)] PASS : tst_QMenuBar::menubarSizeHint() PASS : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions() PASS : tst_QMenuBar::cleanupTestCase() Totals: 17 passed, 1 failed, 1 skipped ********* Finished testing of tst_QMenuBar ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1 Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() QWARN : tst_qdeclarativeimage::resetSourceSize() QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 20 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00218/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367148602): http://codereview.qt-project.org/54401 [PS12] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 29 03:29:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 04:29:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130429_012938_097959.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #473: SUCCESS Tested changes (refs/builds/stable_1367191411): http://codereview.qt-project.org/52889 [PS1] - Be more strict about accessible text selection From ci-noreply at qt-project.org Mon Apr 29 06:22:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 07:22:15 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130429_042215_064121.ci-noreply@qt-project.org> QtQA_master_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #501: FAILURE Build log: http://testresults.qt-project.org/ci/QtQA_master_Integration/build_00501/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/master_1367208624): http://codereview.qt-project.org/53894 [PS1] - Qtqa: Adding QtMacExtras_master_Integration to CI From ci-noreply at qt-project.org Mon Apr 29 06:58:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 07:58:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130429_045815_039938.ci-noreply@qt-project.org> QtQA_master_Integration #502: SUCCESS Tested changes (refs/builds/master_1367209879): http://codereview.qt-project.org/53894 [PS1] - Qtqa: Adding QtMacExtras_master_Integration to CI From ci-noreply at qt-project.org Mon Apr 29 07:10:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 08:10:02 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130429_051002_089132.ci-noreply@qt-project.org> Autotest `tst_bic' failed :( Testing tst_Bic FAIL! : tst_Bic::sizesAndVTables(QtDesigner:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] FAIL! : tst_Bic::sizesAndVTables(QtDesignerComponents:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] FAIL! : tst_Bic::sizesAndVTables(QtHelp:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] Totals: 4 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_Bic ********* Config: Using QTest library 5.1.0, Qt 5.1.0 WARNING: tst_Bic::initTestCase() This test needs the correct qmake in PATH, we need it to generate INCPATH for qt modules. Loc: [tst_bic.cpp(153)] QDEBUG : tst_Bic::initTestCase() modules keys: ("QtDesigner", "QtCLucene", "QtHelp", "QtUiTools", "QtDesignerComponents") QDEBUG : tst_Bic::initTestCase() modules values: ("designer", "clucene", "help", "uitools", "designercomponents") PASS : tst_Bic::initTestCase() QWARN : tst_Bic::sizesAndVTables(QtDesigner:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtDesigner:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] PASS : tst_Bic::sizesAndVTables(QtCLucene:5.0) QWARN : tst_Bic::sizesAndVTables(QtHelp:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtHelp:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] PASS : tst_Bic::sizesAndVTables(QtUiTools:5.0) QWARN : tst_Bic::sizesAndVTables(QtDesignerComponents:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtDesignerComponents:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] PASS : tst_Bic::cleanupTestCase() Totals: 4 passed, 3 failed, 0 skipped ********* Finished testing of tst_Bic ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_bic: 18 seconds, exit code 3 Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00148/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367211191): http://codereview.qt-project.org/54632 [PS4] - Fix assistant and designer builds without printer. From ci-noreply at qt-project.org Mon Apr 29 10:17:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 11:17:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#stable Message-ID: <20130429_081715_094474.ci-noreply@qt-project.org> QtScript_stable_Integration #63: SUCCESS Tested changes (refs/builds/stable_1367222267): http://codereview.qt-project.org/54937 [PS1] - Bring in WebKit r74029 to fix the build with clang. From ci-noreply at qt-project.org Mon Apr 29 11:00:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 12:00:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130429_090019_061174.ci-noreply@qt-project.org> QtBase_stable_Integration #1031: SUCCESS Tested changes (refs/builds/stable_1367218787): http://codereview.qt-project.org/54561 [PS2] - Fix QKeySequence matching http://codereview.qt-project.org/54800 [PS2] - Prevent crash due to giving QWidget::update() a large rect. From ci-noreply at qt-project.org Mon Apr 29 11:07:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 12:07:09 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130429_090709_007349.ci-noreply@qt-project.org> Autotest `license' failed :( # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.h does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 2 tests of 6227. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6227 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 512 Tests: 6227 Failed: 2) Failed tests: 3956-3957 Non-zero exit status: 2 Files=1, Tests=6227, 13 wallclock secs ( 0.81 usr 0.08 sys + 11.76 cusr 0.78 csys = 13.43 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.h does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 2 tests of 6227. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6227 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 512 Tests: 6227 Failed: 2) Failed tests: 3956-3957 Non-zero exit status: 2 Files=1, Tests=6227, 11 wallclock secs ( 0.70 usr 0.04 sys + 10.65 cusr 0.59 csys = 11.98 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 24 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01032/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ Autotest `license' failed :( # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.h does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 2 tests of 6227. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6227 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 512 Tests: 6227 Failed: 2) Failed tests: 3956-3957 Non-zero exit status: 2 Files=1, Tests=6227, 11 wallclock secs ( 0.86 usr 0.05 sys + 9.73 cusr 0.73 csys = 11.37 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.h does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 2 tests of 6227. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6227 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 512 Tests: 6227 Failed: 2) Failed tests: 3956-3957 Non-zero exit status: 2 Files=1, Tests=6227, 11 wallclock secs ( 0.79 usr 0.08 sys + 9.71 cusr 0.60 csys = 11.18 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 22 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01032/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ Autotest `license' failed :( # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.h does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 2 tests of 6227. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6227 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 512 Tests: 6227 Failed: 2) Failed tests: 3956-3957 Non-zero exit status: 2 Files=1, Tests=6227, 10 wallclock secs ( 0.78 usr 0.07 sys + 8.33 cusr 0.67 csys = 9.85 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Failed test 'src/plugins/platforms/xcb/qxcbxsettings.h does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 2 tests of 6227. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6227 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 512 Tests: 6227 Failed: 2) Failed tests: 3956-3957 Non-zero exit status: 2 Files=1, Tests=6227, 9 wallclock secs ( 0.75 usr 0.07 sys + 8.33 cusr 0.54 csys = 9.69 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 19 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01032/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1367226153): http://codereview.qt-project.org/54920 [PS2] - Fix possible race in QMutex http://codereview.qt-project.org/54803 [PS1] - fix quoting issues in vcxproj generator http://codereview.qt-project.org/54819 [PS4] - xcb: fallback to gtk cursor themes http://codereview.qt-project.org/54783 [PS6] - Introduce QXcbXSettings http://codereview.qt-project.org/54938 [PS1] - Add some extra tests for QString::arg From ci-noreply at qt-project.org Mon Apr 29 11:39:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 12:39:25 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130429_093925_092744.ci-noreply@qt-project.org> Compilation failed :( tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QList (__cdecl* qt_filedialog_open_file_urls_hook)(class QWidget *,class QString const &,class QUrl const &,class QString const &,class QString *,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_open_file_urls_hook@@3P6A?AV?$QList at VQUrl@@@@PAVQWidget@@ABVQString@@ABVQUrl@@1PAV3 at V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QUrl (__cdecl* qt_filedialog_open_file_url_hook)(class QWidget *,class QString const &,class QUrl const &,class QString const &,class QString *,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_open_file_url_hook@@3P6A?AVQUrl@@PAVQWidget@@ABVQString@@ABV1 at 1PAV3@V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QUrl (__cdecl* qt_filedialog_save_file_url_hook)(class QWidget *,class QString const &,class QUrl const &,class QString const &,class QString *,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_save_file_url_hook@@3P6A?AVQUrl@@PAVQWidget@@ABVQString@@ABV1 at 1PAV3@V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) tst_qfiledialog.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class QUrl (__cdecl* qt_filedialog_existing_directory_url_hook)(class QWidget *,class QString const &,class QUrl const &,class QFlags,class QStringList const &)" (__imp_?qt_filedialog_existing_directory_url_hook@@3P6A?AVQUrl@@PAVQWidget@@ABVQString@@ABV1 at V?$QFlags at W4Option@QFileDialog@@@@ABVQStringList@@@ZA) referenced in function "private: void __thiscall tst_QFiledialog::hooks(void)" (?hooks at tst_QFiledialog@@AAEXXZ) release\tst_qfiledialog.exe : fatal error LNK1120: 4 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00855/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/dev_1367225307): http://codereview.qt-project.org/51031 [PS6] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Mon Apr 29 11:50:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 12:50:46 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130429_095046_093722.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #138: SUCCESS Tested changes (refs/builds/stable_1367225985): http://codereview.qt-project.org/52772 [PS7] - Tests: Add test for updateValueWhileDragging property (Slider) From ci-noreply at qt-project.org Mon Apr 29 13:25:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 14:25:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130429_112507_002911.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #474: SUCCESS Tested changes (refs/builds/stable_1367226803): http://codereview.qt-project.org/54956 [PS1] - Add more geometry properties to the Screen attached property From ci-noreply at qt-project.org Mon Apr 29 13:27:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 14:27:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130429_112708_093506.ci-noreply@qt-project.org> Qt_4.8_Integration #1418: SUCCESS Tested changes (refs/builds/4.8_1367215001): http://codereview.qt-project.org/54610 [PS1] - Revert "JSCore build fix for WEC7" From ci-noreply at qt-project.org Mon Apr 29 14:09:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 15:09:08 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130429_120908_083627.ci-noreply@qt-project.org> Autotest `tst_bic' failed :( Testing tst_Bic FAIL! : tst_Bic::sizesAndVTables(QtMultimediaWidgets:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] FAIL! : tst_Bic::sizesAndVTables(QtMultimedia:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] Totals: 2 passed, 2 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_Bic ********* Config: Using QTest library 5.1.0, Qt 5.1.0 WARNING: tst_Bic::initTestCase() This test needs the correct qmake in PATH, we need it to generate INCPATH for qt modules. Loc: [tst_bic.cpp(153)] QDEBUG : tst_Bic::initTestCase() modules keys: ("QtMultimedia", "QtMultimediaWidgets") QDEBUG : tst_Bic::initTestCase() modules values: ("multimedia", "multimediawidgets") PASS : tst_Bic::initTestCase() QWARN : tst_Bic::sizesAndVTables(QtMultimedia:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtMultimedia:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] QWARN : tst_Bic::sizesAndVTables(QtMultimediaWidgets:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtMultimediaWidgets:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] PASS : tst_Bic::cleanupTestCase() Totals: 2 passed, 2 failed, 0 skipped ********* Finished testing of tst_Bic ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_bic: 11 seconds, exit code 2 Build log: http://testresults.qt-project.org/ci/QtMultimedia_stable_Integration/build_00131/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367236634): http://codereview.qt-project.org/54839 [PS2] - Doc: Fix example paths referred in documentation From ci-noreply at qt-project.org Mon Apr 29 14:26:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 15:26:05 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130429_122605_054814.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #139: SUCCESS Tested changes (refs/builds/stable_1367235364): http://codereview.qt-project.org/54980 [PS1] - TableView: make rowCount and columnCount read-only From ci-noreply at qt-project.org Mon Apr 29 14:35:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 15:35:39 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#dev Message-ID: <20130429_123539_067239.ci-noreply@qt-project.org> Compilation failed :( JavaScriptCore.lib(Interpreter.obj) : error LNK2019: unresolved external symbol ctiTrampoline referenced in function "private: class JSC::JSValue __cdecl JSC::Interpreter::execute(struct JSC::CallFrameClosure &)" (?execute at Interpreter@JSC@@AEAA?AVJSValue at 2@AEAUCallFrameClosure at 2@@Z) JavaScriptCore.lib(JITStubs.obj) : error LNK2019: unresolved external symbol ctiVMThrowTrampoline referenced in function "void * __cdecl JSC::throwExceptionFromOpCall(struct JSC::JITStackFrame &,class JSC::ExecState *,class JSC::ReturnAddressPtr &)" (??$throwExceptionFromOpCall at PEAX@JSC@@YAPEAXAEAUJITStackFrame at 0@PEAVExecState at 0@AEAVReturnAddressPtr at 0@@Z) JavaScriptCore.lib(JITOpcodes.obj) : error LNK2001: unresolved external symbol ctiVMThrowTrampoline JavaScriptCore.lib(JITExceptions.obj) : error LNK2019: unresolved external symbol ctiOpThrowNotCaught referenced in function "struct JSC::ExceptionHandler __cdecl JSC::genericThrow(class JSC::JSGlobalData *,class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?genericThrow at JSC@@YA?AUExceptionHandler at 1@PEAVJSGlobalData at 1@PEAVExecState at 1@VJSValue at 1@I at Z) ..\..\bin\jsc.exe : fatal error LNK1120: 3 unresolved externals Build log: http://testresults.qt-project.org/ci/QtTools_dev_Integration/build_00092/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1367237610): http://codereview.qt-project.org/54452 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Mon Apr 29 14:50:52 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 15:50:52 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130429_125052_091731.ci-noreply@qt-project.org> QtBase_stable_Integration #1033: SUCCESS Tested changes (refs/builds/stable_1367227066): http://codereview.qt-project.org/54920 [PS2] - Fix possible race in QMutex From ci-noreply at qt-project.org Mon Apr 29 15:29:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 16:29:57 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130429_132957_017547.ci-noreply@qt-project.org> QtDoc_stable_Integration #154: SUCCESS Tested changes (refs/builds/stable_1367240197): http://codereview.qt-project.org/54304 [PS4] - Doc: Adding "QML Application Developer Resources" guide. From ci-noreply at qt-project.org Mon Apr 29 15:31:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 16:31:58 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130429_133158_034694.ci-noreply@qt-project.org> Autotest `license' failed :( # Failed test 'src/layouts/qquickgridlayoutengine.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 230. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/230 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 230 Failed: 1) Failed test: 90 Non-zero exit status: 1 Files=1, Tests=230, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.18 cusr 0.02 csys = 0.26 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/layouts/qquickgridlayoutengine.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 230. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/230 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 230 Failed: 1) Failed test: 90 Non-zero exit status: 1 Files=1, Tests=230, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.16 cusr 0.03 csys = 0.24 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 0.730565 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00140/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ Autotest `license' failed :( # Failed test 'src/layouts/qquickgridlayoutengine.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 230. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/230 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 230 Failed: 1) Failed test: 90 Non-zero exit status: 1 Files=1, Tests=230, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.19 cusr 0.00 csys = 0.24 CPU) Result: FAIL QtQA::App::TestRunner: test failed, running again to see if it is flaky... # Failed test 'src/layouts/qquickgridlayoutengine.cpp does not appear to contain a license header' # at /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl line 458. # Looks like you failed 1 test of 230. /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/230 subtests Test Summary Report ------------------- /work/build/_qtqa_latest/tests/prebuild/license/tst_licenses.pl (Wstat: 256 Tests: 230 Failed: 1) Failed test: 90 Non-zero exit status: 1 Files=1, Tests=230, 0 wallclock secs ( 0.06 usr 0.00 sys + 0.17 cusr 0.02 csys = 0.25 CPU) Result: FAIL QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end license: 0.768969 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00140/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1367242105): http://codereview.qt-project.org/55000 [PS2] - Move logic of effective size hints to effectiveSizeHints_helper From ci-noreply at qt-project.org Mon Apr 29 15:51:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 16:51:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130429_135136_004007.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #132: SUCCESS Tested changes (refs/builds/stable_1367241274): http://codereview.qt-project.org/55003 [PS1] - Fix bic autotest From ci-noreply at qt-project.org Mon Apr 29 16:06:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 17:06:07 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130429_140607_093610.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #475: SUCCESS Tested changes (refs/builds/stable_1367236731): http://codereview.qt-project.org/54977 [PS1] - Doc: Fix example path for Qt Quick scenegraph examples http://codereview.qt-project.org/54913 [PS1] - Doc: Remove "qmldemos" group From ci-noreply at qt-project.org Mon Apr 29 16:08:44 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 17:08:44 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130429_140844_084797.ci-noreply@qt-project.org> QtSvg_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #58: FAILURE Build log: http://testresults.qt-project.org/ci/QtSvg_stable_Integration/build_00058/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1367243894): http://codereview.qt-project.org/55009 [PS1] - Fix bic autotest From ci-noreply at qt-project.org Mon Apr 29 16:18:37 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 17:18:37 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130429_141837_071675.ci-noreply@qt-project.org> QtDeclarative_stable_Integration » win32-msvc2010_Windows_7 #476: FAILURE Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00476/win32-msvc2010_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1367244476): http://codereview.qt-project.org/53932 [PS3] - Doc: Moved "QML Application Developer Resources" to qtdoc repository. From ci-noreply at qt-project.org Mon Apr 29 16:57:00 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 17:57:00 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130429_145700_015217.ci-noreply@qt-project.org> QtBase_stable_Integration #1034: SUCCESS Tested changes (refs/builds/stable_1367239986): http://codereview.qt-project.org/54970 [PS1] - test: Mark tst_menubar::task256322_highlight as XFAIL http://codereview.qt-project.org/54975 [PS2] - Make sure window is updated on resize event http://codereview.qt-project.org/54879 [PS1] - uclibc/pcre: Fix the linking of libQtCore for mips/uclibc From ci-noreply at qt-project.org Mon Apr 29 19:01:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 20:01:49 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130429_170149_074204.ci-noreply@qt-project.org> QtBase_stable_Integration #1035: SUCCESS Tested changes (refs/builds/stable_1367247553): http://codereview.qt-project.org/54938 [PS1] - Add some extra tests for QString::arg http://codereview.qt-project.org/55004 [PS1] - iOS: Don't resize backing store twice in beginPaint() http://codereview.qt-project.org/54803 [PS1] - fix quoting issues in vcxproj generator From ci-noreply at qt-project.org Mon Apr 29 19:30:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 20:30:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130429_173038_018314.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #133: SUCCESS Tested changes (refs/builds/stable_1367254395): http://codereview.qt-project.org/54836 [PS2] - Android: Added config tests for multimedia on android. From ci-noreply at qt-project.org Mon Apr 29 19:35:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 20:35:43 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130429_173543_008842.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #477: SUCCESS Tested changes (refs/builds/stable_1367249422): http://codereview.qt-project.org/53932 [PS3] - Doc: Moved "QML Application Developer Resources" to qtdoc repository. From ci-noreply at qt-project.org Mon Apr 29 19:44:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 20:44:55 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130429_174455_054575.ci-noreply@qt-project.org> Qt_4.8_Integration #1419: SUCCESS Tested changes (refs/builds/4.8_1367237172): http://codereview.qt-project.org/54933 [PS1] - Fixed -dbus-linked when cross-compiling from Windows http://codereview.qt-project.org/36043 [PS10] - Fix QPluginLoader-test. From ci-noreply at qt-project.org Mon Apr 29 19:58:12 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 20:58:12 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130429_175812_024554.ci-noreply@qt-project.org> QtDoc_stable_Integration #155: SUCCESS Tested changes (refs/builds/stable_1367256700): http://codereview.qt-project.org/54914 [PS3] - Doc: Remove "QML Demos" group page From ci-noreply at qt-project.org Mon Apr 29 21:08:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 22:08:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130429_190813_024487.ci-noreply@qt-project.org> QtBase_dev_Integration #856: SUCCESS Tested changes (refs/builds/dev_1367254786): http://codereview.qt-project.org/51031 [PS7] - Add QUrl based static methods to QFileDialog From ci-noreply at qt-project.org Mon Apr 29 21:13:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 22:13:03 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130429_191303_065767.ci-noreply@qt-project.org> QtBase_stable_Integration #1036: SUCCESS Tested changes (refs/builds/stable_1367255043): http://codereview.qt-project.org/52610 [PS2] - Doc: Give C++ class lists consistent titles From ci-noreply at qt-project.org Mon Apr 29 21:43:32 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Mon, 29 Apr 2013 22:43:32 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130429_194332_067176.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #478: SUCCESS Tested changes (refs/builds/stable_1367257051): http://codereview.qt-project.org/54808 [PS2] - QQmlVMEGuard is not ok if one of the context engines is gone From ci-noreply at qt-project.org Mon Apr 29 23:15:57 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 00:15:57 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130429_211557_039802.ci-noreply@qt-project.org> Autotest `tst_qtableview' failed :( Testing tst_QTableView FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(709)] Totals: 241 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTableView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QTableView::initTestCase() PASS : tst_QTableView::getSetCheck() PASS : tst_QTableView::noDelegate() PASS : tst_QTableView::noModel() PASS : tst_QTableView::emptyModel() PASS : tst_QTableView::removeRows(2x2) PASS : tst_QTableView::removeRows(10x10) PASS : tst_QTableView::removeColumns(2x2) PASS : tst_QTableView::removeColumns(10x10) 2013-04-29 22:03:21.262 tst_qtableview[14606:1f03] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qtableview.savedState/window_6.data: Permission denied (13) FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(709)] PASS : tst_QTableView::keyboardNavigation(no tab) PASS : tst_QTableView::headerSections() PASS : tst_QTableView::moveCursor(MoveRight (0,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,3)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext (0,0)) PASS : tst_QTableView::moveCursor(MoveNext (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (0,3)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (3,3)) PASS : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft (0,0)) PASS : tst_QTableView::moveCursor(MoveLeft (0,3)) PASS : tst_QTableView::moveCursor(MoveLeft (1,0)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious (0,3)) PASS : tst_QTableView::moveCursor(MovePrevious (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap (1,0)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0)) PASS : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2)) PASS : tst_QTableView::moveCursor(MoveDown (0,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,3)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (3, 0)) PASS : tst_QTableView::moveCursor(MoveUp (0,1)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row (1,0)) PASS : tst_QTableView::moveCursor(MoveHome (0,0)) PASS : tst_QTableView::moveCursor(MoveHome (3,3)) PASS : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (3,3)) PASS : tst_QTableView::moveCursor(MovePageDown (3, 3)) PASS : tst_QTableView::moveCursor(MovePageDown (0, 3)) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled) PASS : tst_QTableView::moveCursorStrikesBack(Move through span right) PASS : tst_QTableView::moveCursorStrikesBack(Move through span left) PASS : tst_QTableView::moveCursorStrikesBack(Move through span down) PASS : tst_QTableView::moveCursorStrikesBack(Move through span up) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL) PASS : tst_QTableView::hideRows(show row 0, hide row 3, no span) PASS : tst_QTableView::hideRows(show row 0, hide row 3, span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, no span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, span) PASS : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select) PASS : tst_QTableView::selectRow(SingleSelection and SelectItems) PASS : tst_QTableView::selectRow(SingleSelection and SelectRows) PASS : tst_QTableView::selectRow(SingleSelection and SelectColumns) PASS : tst_QTableView::selectRow(MultiSelection and SelectItems) PASS : tst_QTableView::selectRow(MultiSelection and SelectRows) PASS : tst_QTableView::selectRow(MultiSelection and SelectColumns) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectColumns) PASS : tst_QTableView::selectColumn(SingleSelection and SelectItems) PASS : tst_QTableView::selectColumn(SingleSelection and SelectRows) PASS : tst_QTableView::selectColumn(SingleSelection and SelectColumns) PASS : tst_QTableView::selectColumn(MultiSelection and SelectItems) PASS : tst_QTableView::selectColumn(MultiSelection and SelectRows) PASS : tst_QTableView::selectColumn(MultiSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns) PASS : tst_QTableView::visualRect((0,0)) PASS : tst_QTableView::visualRect((0,0) hidden row) PASS : tst_QTableView::visualRect((0,0) hidden column) PASS : tst_QTableView::visualRect((0,0) hidden row and column) PASS : tst_QTableView::visualRect((0,0) out of bounds) PASS : tst_QTableView::visualRect((5,5), hidden row) PASS : tst_QTableView::visualRect((9,9)) PASS : tst_QTableView::fetchMore() PASS : tst_QTableView::setHeaders() PASS : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per item 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5) PASS : tst_QTableView::rowAt(row at 100) PASS : tst_QTableView::rowAt(row at 180) PASS : tst_QTableView::rowAt(row at 20) PASS : tst_QTableView::rowHeight(increasing) PASS : tst_QTableView::rowHeight(decreasing) PASS : tst_QTableView::rowHeight(random) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per item 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5) PASS : tst_QTableView::columnAt(column at 100) PASS : tst_QTableView::columnAt(column at 180) PASS : tst_QTableView::columnAt(column at 20) PASS : tst_QTableView::columnWidth(increasing) PASS : tst_QTableView::columnWidth(decreasing) PASS : tst_QTableView::columnWidth(random) PASS : tst_QTableView::hiddenRow(first hidden) PASS : tst_QTableView::hiddenRow(last hidden) PASS : tst_QTableView::hiddenRow(none hidden) PASS : tst_QTableView::hiddenRow(all hidden) PASS : tst_QTableView::hiddenColumn(first hidden) PASS : tst_QTableView::hiddenColumn(last hidden) PASS : tst_QTableView::hiddenColumn(none hidden) PASS : tst_QTableView::hiddenColumn(all hidden) PASS : tst_QTableView::sortingEnabled() QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QWARN : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) PASS : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20)) PASS : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20)) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(top left 1x2) PASS : tst_QTableView::span(top left 2x1) PASS : tst_QTableView::span(invalid 2x2) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(bottom right 2x2) PASS : tst_QTableView::span(invalid span 2x2) PASS : tst_QTableView::span(invalid span 3x3) PASS : tst_QTableView::spans(1x3 span, query 3,0) PASS : tst_QTableView::spans(1x3 span, query 3,1) PASS : tst_QTableView::spans(1x3 span, query 3,2) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0) PASS : tst_QTableView::spans(how to order spans (1,1)) PASS : tst_QTableView::spans(how to order spans (2,1)) PASS : tst_QTableView::spans(how to order spans (3,1)) PASS : tst_QTableView::spans(how to order spans (1,2)) PASS : tst_QTableView::spans(how to order spans (2,2)) PASS : tst_QTableView::spans(spans with hidden rows) PASS : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-9631: remove one span) PASS : tst_QTableView::spansAfterRowInsertion() PASS : tst_QTableView::spansAfterColumnInsertion() PASS : tst_QTableView::spansAfterRowRemoval() PASS : tst_QTableView::spansAfterColumnRemoval() PASS : tst_QTableView::checkHeaderReset() PASS : tst_QTableView::checkHeaderMinSize() PASS : tst_QTableView::resizeToContents() SKIP : tst_QTableView::tabFocus() This test requires full keyboard control to be enabled. Loc: [tst_qtableview.cpp(3355)] PASS : tst_QTableView::bigModel() PASS : tst_QTableView::selectionSignal() PASS : tst_QTableView::setCurrentIndex() PASS : tst_QTableView::task173773_updateVerticalHeader() PASS : tst_QTableView::task227953_setRootIndex() PASS : tst_QTableView::task240266_veryBigColumn() PASS : tst_QTableView::task248688_autoScrollNavigation() PASS : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections() PASS : tst_QTableView::task191545_dragSelectRows() PASS : tst_QTableView::taskQTBUG_5062_spansInconsistency() PASS : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel() PASS : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader() PASS : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason() PASS : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection() PASS : tst_QTableView::taskQTBUG_8777_scrollToSpans() PASS : tst_QTableView::taskQTBUG_10169_sizeHintForRow() PASS : tst_QTableView::taskQTBUG_30653_doItemsLayout() PASS : tst_QTableView::mouseWheel(scroll up per item) PASS : tst_QTableView::mouseWheel(scroll down per item) PASS : tst_QTableView::mouseWheel(scroll down per pixel) PASS : tst_QTableView::addColumnWhileEditing() PASS : tst_QTableView::task234926_setHeaderSorting() PASS : tst_QTableView::changeHeaderData() PASS : tst_QTableView::viewOptions() PASS : tst_QTableView::cleanupTestCase() Totals: 241 passed, 1 failed, 1 skipped ********* Finished testing of tst_QTableView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtableview: 57 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00219/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367250452): http://codereview.qt-project.org/54401 [PS15] - Updated submodules. From ci-noreply at qt-project.org Mon Apr 29 23:35:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 00:35:25 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsvg#stable Message-ID: <20130429_213525_032763.ci-noreply@qt-project.org> QtSvg_stable_Integration #59: SUCCESS Tested changes (refs/builds/stable_1367270355): http://codereview.qt-project.org/55009 [PS1] - Fix bic autotest From ci-noreply at qt-project.org Tue Apr 30 01:35:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 02:35:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt#4.8 Message-ID: <20130429_233504_046910.ci-noreply@qt-project.org> Qt_4.8_Integration #1420: SUCCESS Tested changes (refs/builds/4.8_1367259014): http://codereview.qt-project.org/54984 [PS1] - Bring in WebKit r74029 to fix the build with clang. From ci-noreply at qt-project.org Tue Apr 30 04:45:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 05:45:41 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130430_024541_054756.ci-noreply@qt-project.org> Qt5_stable_Integration #220: SUCCESS Tested changes (refs/builds/stable_1367270330): http://codereview.qt-project.org/54401 [PS15] - Updated submodules. From ci-noreply at qt-project.org Tue Apr 30 10:09:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 11:09:02 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130430_080902_091547.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #479: SUCCESS Tested changes (refs/builds/stable_1367301783): http://codereview.qt-project.org/55012 [PS1] - Don't crash if QQuickPath has less than 4 elements From ci-noreply at qt-project.org Tue Apr 30 10:10:48 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 11:10:48 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130430_081048_027420.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #134: SUCCESS Tested changes (refs/builds/stable_1367307151): http://codereview.qt-project.org/54839 [PS2] - Doc: Fix example paths referred in documentation From ci-noreply at qt-project.org Tue Apr 30 10:47:55 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 11:47:55 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130430_084755_031106.ci-noreply@qt-project.org> Autotest `tst_qquickloader' failed :( Testing tst_QQuickLoader FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] FAIL! : tst_QQuickLoader::simultaneousSyncAsync() '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(1036)] Totals: 46 passed, 3 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQuickLoader ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQuickLoader::initTestCase() PASS : tst_QQuickLoader::sourceOrComponent(source) PASS : tst_QQuickLoader::sourceOrComponent(source with subdir) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir literal) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir optimized binding) PASS : tst_QQuickLoader::sourceOrComponent(source with encoded subdir binding) PASS : tst_QQuickLoader::sourceOrComponent(sourceComponent) PASS : tst_QQuickLoader::sourceOrComponent(invalid source) PASS : tst_QQuickLoader::clear() PASS : tst_QQuickLoader::urlToComponent() PASS : tst_QQuickLoader::componentToUrl() PASS : tst_QQuickLoader::anchoredLoader() PASS : tst_QQuickLoader::sizeLoaderToItem() PASS : tst_QQuickLoader::sizeItemToLoader() PASS : tst_QQuickLoader::noResize() PASS : tst_QQuickLoader::networkRequestUrl() PASS : tst_QQuickLoader::failNetworkRequest() PASS : tst_QQuickLoader::networkComponent() PASS : tst_QQuickLoader::active() PASS : tst_QQuickLoader::initialPropertyValues(source url with value set in onLoaded, initially active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified, active = false, with active set true later) PASS : tst_QQuickLoader::initialPropertyValues(set source without initial property values specified, active = true) PASS : tst_QQuickLoader::initialPropertyValues(set source with initial property values specified with binding, active = true) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property value semantics mimic createObject) PASS : tst_QQuickLoader::initialPropertyValues(ensure initial property values aren't disposed prior to component completion) PASS : tst_QQuickLoader::initialPropertyValuesBinding() PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object) PASS : tst_QQuickLoader::initialPropertyValuesError(nonexistent source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid source url) PASS : tst_QQuickLoader::initialPropertyValuesError(invalid initial property values object with invalid property access) PASS : tst_QQuickLoader::deleteComponentCrash() PASS : tst_QQuickLoader::nonItem() PASS : tst_QQuickLoader::vmeErrors() PASS : tst_QQuickLoader::creationContext() PASS : tst_QQuickLoader::QTBUG_16928() PASS : tst_QQuickLoader::implicitSize() PASS : tst_QQuickLoader::QTBUG_17114() FAIL! : tst_QQuickLoader::asynchronous(Valid component) '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(950)] PASS : tst_QQuickLoader::asynchronous(Non-existent component) PASS : tst_QQuickLoader::asynchronous(Invalid component) FAIL! : tst_QQuickLoader::asynchronous_clear() Compared values are not the same Actual (engine.incubationController()->incubatingObjectCount()): 1 Expected (0): 0 Loc: [tst_qquickloader.cpp(990)] FAIL! : tst_QQuickLoader::simultaneousSyncAsync() '!controller->incubated' returned FALSE. () Loc: [tst_qquickloader.cpp(1036)] PASS : tst_QQuickLoader::loadedSignal() PASS : tst_QQuickLoader::parented() PASS : tst_QQuickLoader::sizeBound() PASS : tst_QQuickLoader::QTBUG_30183() PASS : tst_QQuickLoader::cleanupTestCase() Totals: 46 passed, 3 failed, 0 skipped ********* Finished testing of tst_QQuickLoader ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qquickloader: 7 seconds, exit code 3 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00480/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1367309452): http://codereview.qt-project.org/54973 [PS2] - QQuickScreen.name can change at runtime From ci-noreply at qt-project.org Tue Apr 30 11:06:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 12:06:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtactiveqt#stable Message-ID: <20130430_090620_015847.ci-noreply@qt-project.org> QtActiveQt_stable_Integration #55: SUCCESS Tested changes (refs/builds/stable_1367311233): http://codereview.qt-project.org/55042 [PS1] - fix memory leak in QAxServerBase::internalActivate From ci-noreply at qt-project.org Tue Apr 30 11:29:02 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 12:29:02 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_092902_069483.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #141: SUCCESS Tested changes (refs/builds/stable_1367311145): http://codereview.qt-project.org/54838 [PS4] - Move examples into separate quick/controls directory From ci-noreply at qt-project.org Tue Apr 30 12:06:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:06:36 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_100636_044472.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T09:56:36Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 2 seconds 2013-04-30T09:57:43Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 4 seconds 2013-04-30T09:58:52Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 8 seconds 2013-04-30T09:59:30Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 2 seconds 2013-04-30T09:59:37Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 2 seconds 2013-04-30T10:00:06Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 16 seconds 2013-04-30T10:00:37Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 4 seconds 2013-04-30T10:00:44Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 4 seconds 2013-04-30T10:01:27Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 32 seconds 2013-04-30T10:01:47Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 8 seconds 2013-04-30T10:01:53Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 8 seconds 2013-04-30T10:03:00Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 16 seconds 2013-04-30T10:03:04Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 64 seconds 2013-04-30T10:03:06Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 16 seconds 2013-04-30T10:04:21Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 32 seconds 2013-04-30T10:04:27Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 32 seconds 2013-04-30T10:05:13Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 128 seconds 2013-04-30T10:05:58Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 64 seconds 2013-04-30T10:06:04Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 64 seconds From ci-noreply at qt-project.org Tue Apr 30 12:10:25 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:10:25 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_101025_066865.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T10:08:06Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 128 seconds 2013-04-30T10:08:13Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 128 seconds 2013-04-30T10:08:26Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 256 seconds From ci-noreply at qt-project.org Tue Apr 30 12:13:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:13:26 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_101326_038502.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T10:11:19Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 256 seconds 2013-04-30T10:11:26Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , retry in 256 seconds From ci-noreply at qt-project.org Tue Apr 30 12:15:46 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:15:46 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_101546_005651.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T10:13:47Z: [QtWebKit_Examples_and_Demos_stable_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/stable] [--destination] [refs/heads/stable] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , occurred repeatedly. 2013-04-30T10:13:47Z: [QtWebKit_Examples_and_Demos_stable_Integration error] Suspending for investigation; to resume: kill -USR2 7858 From ci-noreply at qt-project.org Tue Apr 30 12:18:47 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:18:47 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_101847_002215.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T10:16:40Z: [QtWebKit_Examples_and_Demos_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/dev] [--destination] [refs/heads/dev] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , occurred repeatedly. 2013-04-30T10:16:40Z: [QtWebKit_Examples_and_Demos_dev_Integration error] Suspending for investigation; to resume: kill -USR2 7858 2013-04-30T10:16:47Z: [QtWebKit_Examples_and_Demos_release_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-ls] [--branch] [refs/staging/release] [--destination] [refs/heads/release] [--project] [qt/qtwebkit-examples-and-demos] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository Fatal: cannot access repository , occurred repeatedly. 2013-04-30T10:16:47Z: [QtWebKit_Examples_and_Demos_release_Integration error] Suspending for investigation; to resume: kill -USR2 7858 From ci-noreply at qt-project.org Tue Apr 30 12:21:54 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:21:54 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130430_102154_057699.ci-noreply@qt-project.org> QtQA_master_Integration #503: SUCCESS Tested changes (refs/builds/master_1367315688): http://codereview.qt-project.org/54947 [PS3] - Adding git origin url to be used with relative submodule path From ci-noreply at qt-project.org Tue Apr 30 12:28:08 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:28:08 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquick1#stable Message-ID: <20130430_102808_064664.ci-noreply@qt-project.org> QtQuick1_stable_Integration #116: SUCCESS Tested changes (refs/builds/stable_1367305252): http://codereview.qt-project.org/55029 [PS1] - Fix bic baseline data From ci-noreply at qt-project.org Tue Apr 30 12:33:20 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:33:20 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130430_103320_081822.ci-noreply@qt-project.org> QtWebKit_stable_Integration #121: SUCCESS Tested changes (refs/builds/stable_1367311326): http://codereview.qt-project.org/55045 [PS1] - Fix the USE(3D_GRAPHICS) build with the standard OpenGL on Windows From ci-noreply at qt-project.org Tue Apr 30 12:45:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:45:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_104536_093302.ci-noreply@qt-project.org> QtBase_stable_Integration #1037: SUCCESS Tested changes (refs/builds/stable_1367310854): http://codereview.qt-project.org/54606 [PS2] - Doc: Zooming inside QTextEdit From ci-noreply at qt-project.org Tue Apr 30 12:57:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 13:57:09 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#dev Message-ID: <20130430_105709_065754.ci-noreply@qt-project.org> QtBase_dev_Integration #857: SUCCESS Tested changes (refs/builds/dev_1367310855): http://codereview.qt-project.org/54985 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 13:06:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 14:06:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_110624_079033.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #142: SUCCESS Tested changes (refs/builds/stable_1367316970): http://codereview.qt-project.org/55000 [PS3] - Move logic of effective size hints to effectiveSizeHints_helper From ci-noreply at qt-project.org Tue Apr 30 13:07:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 14:07:16 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130430_110716_062873.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #481: SUCCESS Tested changes (refs/builds/stable_1367311894): http://codereview.qt-project.org/54973 [PS2] - QQuickScreen.name can change at runtime http://codereview.qt-project.org/54649 [PS1] - Doc: Changed order of pages in QML reference. http://codereview.qt-project.org/52236 [PS4] - TextEdit: Better support of QTextTable and inline images From ci-noreply at qt-project.org Tue Apr 30 13:19:10 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 14:19:10 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130430_111910_008110.ci-noreply@qt-project.org> QtQA_master_Integration #504: SUCCESS Tested changes (refs/builds/master_1367319145): http://codereview.qt-project.org/55060 [PS1] - QtWebKit_Examples: Change repository name to qtwebkit-examples.git From ci-noreply at qt-project.org Tue Apr 30 13:50:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 14:50:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130430_115059_075114.ci-noreply@qt-project.org> Qt5_stable_Integration » linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64 #221: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00221/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz ============================================================ Qt5_stable_Integration » linux-g++_no-widgets_Ubuntu_12.04_x64 #221: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00221/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz ============================================================ Qt5_stable_Integration » linux-g++_static_Ubuntu_12.04_x64 #221: FAILURE Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00221/linux-g++_static_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1367322458): http://codereview.qt-project.org/41549 [PS4] - use relative submodule specs http://codereview.qt-project.org/55050 [PS1] - renamed qtwebkit-examples-and-demos => qtwebkit-examples From ci-noreply at qt-project.org Tue Apr 30 13:57:35 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 14:57:35 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtsvg#dev Message-ID: <20130430_115735_044104.ci-noreply@qt-project.org> Autotest `tst_bic' failed :( Testing tst_Bic FAIL! : tst_Bic::sizesAndVTables(QtSvg:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] Totals: 2 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_Bic ********* Config: Using QTest library 5.2.0, Qt 5.2.0 WARNING: tst_Bic::initTestCase() This test needs the correct qmake in PATH, we need it to generate INCPATH for qt modules. Loc: [tst_bic.cpp(153)] QDEBUG : tst_Bic::initTestCase() modules keys: ("QtSvg") QDEBUG : tst_Bic::initTestCase() modules values: ("svg") PASS : tst_Bic::initTestCase() QWARN : tst_Bic::sizesAndVTables(QtSvg:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtSvg:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] SKIP : tst_Bic::sizesAndVTables(QtSvg:5.1) No platform spec found for this platform/version. Loc: [tst_bic.cpp(330)] PASS : tst_Bic::cleanupTestCase() Totals: 2 passed, 1 failed, 1 skipped ********* Finished testing of tst_Bic ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_bic: 5 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtSvg_dev_Integration/build_00028/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1367322658): http://codereview.qt-project.org/54992 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 13:59:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 14:59:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_115913_080863.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #143: SUCCESS Tested changes (refs/builds/stable_1367320107): http://codereview.qt-project.org/54705 [PS2] - TabView: use internally ListModel instead of JS array for tabs http://codereview.qt-project.org/54706 [PS2] - Add TabView::moveTab(from, to) http://codereview.qt-project.org/54870 [PS9] - StyleItem: Add support for 'small', 'mini' style hints http://codereview.qt-project.org/54971 [PS5] - Menu: Add __xOffset, __yOffset properties From ci-noreply at qt-project.org Tue Apr 30 14:27:29 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:27:29 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtscript#dev Message-ID: <20130430_122729_059830.ci-noreply@qt-project.org> QtScript_dev_Integration #37: SUCCESS Tested changes (refs/builds/dev_1367323105): http://codereview.qt-project.org/54988 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 14:29:49 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:29:49 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#dev Message-ID: <20130430_122949_024455.ci-noreply@qt-project.org> Autotest `tst_bic' failed :( Testing tst_Bic FAIL! : tst_Bic::sizesAndVTables(QtMultimedia:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] Totals: 2 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_Bic ********* Config: Using QTest library 5.2.0, Qt 5.2.0 WARNING: tst_Bic::initTestCase() This test needs the correct qmake in PATH, we need it to generate INCPATH for qt modules. Loc: [tst_bic.cpp(153)] QDEBUG : tst_Bic::initTestCase() modules keys: ("QtMultimediaWidgets", "QtMultimedia") QDEBUG : tst_Bic::initTestCase() modules values: ("multimediawidgets", "multimedia") PASS : tst_Bic::initTestCase() QWARN : tst_Bic::sizesAndVTables(QtMultimediaWidgets:5.0) the following classes were removed: ("QAccessible::QPrivateSignal") FAIL! : tst_Bic::sizesAndVTables(QtMultimediaWidgets:5.0) Test failed, read warnings above. Loc: [tst_bic.cpp(399)] SKIP : tst_Bic::sizesAndVTables(QtMultimediaWidgets:5.1) No platform spec found for this platform/version. Loc: [tst_bic.cpp(330)] PASS : tst_Bic::cleanupTestCase() Totals: 2 passed, 1 failed, 1 skipped ********* Finished testing of tst_Bic ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_bic: 6 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtMultimedia_dev_Integration/build_00074/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/dev_1367323946): http://codereview.qt-project.org/54995 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 14:36:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:36:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qtqa/sysadmin#master Message-ID: <20130430_123639_089084.ci-noreply@qt-project.org> QtQA_sysadmin_master_Integration #188: SUCCESS Tested changes (refs/builds/master_1367324769): http://codereview.qt-project.org/55041 [PS1] - sysadmin: Fix Mingw4.8 binary path in manifest From ci-noreply at qt-project.org Tue Apr 30 14:37:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:37:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns#dev Message-ID: <20130430_123758_043109.ci-noreply@qt-project.org> QtXmlPatterns_dev_Integration #35: SUCCESS Tested changes (refs/builds/dev_1367322979): http://codereview.qt-project.org/54986 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 14:51:22 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:51:22 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_125122_006099.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #144: SUCCESS Tested changes (refs/builds/stable_1367323277): http://codereview.qt-project.org/55040 [PS2] - Remove unused tools/qmlwidget files. http://codereview.qt-project.org/55008 [PS7] - Button: Add 'menu' property to get pull-down button http://codereview.qt-project.org/54447 [PS7] - Improve how child items are ignored/skipped From ci-noreply at qt-project.org Tue Apr 30 14:54:19 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:54:19 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_125419_066162.ci-noreply@qt-project.org> QtBase_stable_Integration #1038: SUCCESS Tested changes (refs/builds/stable_1367318869): http://codereview.qt-project.org/55063 [PS1] - iOS: Simplify context format setup http://codereview.qt-project.org/53943 [PS2] - Doc: Adding Qt Creator Manual as \externalpage http://codereview.qt-project.org/55006 [PS2] - Mac style: Fix text offset within 'small' combobox http://codereview.qt-project.org/54875 [PS2] - Mac style: Update appearance of 'button with menu' http://codereview.qt-project.org/55057 [PS1] - qdoc: Config class uses current path for each path var http://codereview.qt-project.org/54953 [PS3] - qdoc: Config class keeps track of current path http://codereview.qt-project.org/55052 [PS1] - don't customize dialog buttons if GTK version is too old http://codereview.qt-project.org/55048 [PS1] - Fix possible segfault when setting up window's transient parent http://codereview.qt-project.org/54594 [PS2] - QPlainTextEdit: add missing feature zoom on Ctrl+Wheel From ci-noreply at qt-project.org Tue Apr 30 14:56:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 15:56:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_125659_016951.ci-noreply@qt-project.org> QtQuickControls_stable_Integration » linux-g++_shadow-build_Ubuntu_11.10_x86 #145: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00145/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz ============================================================ QtQuickControls_stable_Integration » macx-clang_developer-build_qtnamespace_OSX_10.7 #145: FAILURE Build log: http://testresults.qt-project.org/ci/QtQuickControls_stable_Integration/build_00145/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367326406): http://codereview.qt-project.org/55083 [PS2] - Fix incorrect selected text color in table view From ci-noreply at qt-project.org Tue Apr 30 15:03:11 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 16:03:11 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130430_130311_087183.ci-noreply@qt-project.org> QtDoc_stable_Integration » linux-arm-gnueabi-g++_Ubuntu_11.10_x86 #156: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00156/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz ============================================================ QtDoc_stable_Integration » linux-g++-32_Ubuntu_10.04_x86 #156: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00156/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtDoc_stable_Integration » linux-g++-32_developer-build_Ubuntu_10.04_x86 #156: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00156/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz ============================================================ QtDoc_stable_Integration » linux-g++_no-widgets_Ubuntu_12.04_x64 #156: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_stable_Integration/build_00156/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1367326848): http://codereview.qt-project.org/55082 [PS1] - Doc: Fixed link to the "Getting Started with Qt" from platforms' pages. From ci-noreply at qt-project.org Tue Apr 30 15:03:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 16:03:24 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_130324_024895.ci-noreply@qt-project.org> `make' failed :( make[4]: *** [sub-bundledjar-pro-make_first] Error 3 make[3]: *** [sub-jar-make_first] Error 2 make[2]: *** [sub--work-build-qt-qtbase-src-android-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01039/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1367326594): http://codereview.qt-project.org/54846 [PS7] - Enable bundling Qt in Android package in build system http://codereview.qt-project.org/54258 [PS9] - Make it possible to bundle Qt libraries in Android apk http://codereview.qt-project.org/54716 [PS2] - Specify gnu_printf for message formatting with MinGW http://codereview.qt-project.org/55081 [PS1] - iOS: Don't use -1 as magic value for UIDeviceOrientationFaceUp/Down http://codereview.qt-project.org/54628 [PS2] - Clarify documentation for QKeyEvent::text From ci-noreply at qt-project.org Tue Apr 30 15:15:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 16:15:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130430_131531_064170.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #482: SUCCESS Tested changes (refs/builds/stable_1367320145): http://codereview.qt-project.org/54306 [PS6] - QmlProfiler: Pixmap Cache From ci-noreply at qt-project.org Tue Apr 30 15:21:03 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 16:21:03 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#dev Message-ID: <20130430_132103_097878.ci-noreply@qt-project.org> Autotest `tst_examples' failed :( Testing tst_examples QFATAL : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/dynamiccomparison.qml) Received signal 11 FAIL! : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/dynamiccomparison.qml) Received a fatal error. Loc: [Unknown file(0)] Totals: 74 passed, 1 failed, 0 skipped QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter. QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_examples ********* Config: Using QTest library 5.2.0, Qt 5.2.0 PASS : tst_examples::initTestCase() PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/qml/dynamicscene/dynamicscene.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/qml/i18n/i18n.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/qml/locale/locale.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/basics/color-animation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/basics/property-animation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/behaviors/behavior-example.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/behaviors/tvtennis.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/behaviors/wigglytext.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/easing/easing.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/pathanimation/pathanimation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/pathinterpolator/pathinterpolator.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/states/states.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/animation/states/transitions.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/bezierCurve/bezierCurve.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/clip/clip.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/roundedrect/roundedrect.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/smile/smile.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/canvas/squircle/squircle.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/dialcontrol/dialcontrol.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/flipable/flipable.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/progressbar/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/scrollbar/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/searchbox/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/slideswitch/slideswitch.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/spinner/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/customitems/tabwidget/main.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/clocks/clocks.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photosurface/photosurface.qml) QFileInfo::absolutePath: Constructed with empty filename PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photosurface/photosurface.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/photoviewer/photoviewer.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/rssnews/rssnews.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level0.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level1.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level2.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level3.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level4.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level5.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level6.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level7.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level8.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/demos/samegame/content/levels/level9.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/draganddrop/tiles/tiles.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/draganddrop/views/gridview.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/keyinteraction/focus/focus.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/age.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/attractor.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/customaffector.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/friction.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/gravity.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/groupgoal.qml) libpng warning: Duplicate iCCP chunk PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/groupgoal.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/move.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/spritegoal.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/turbulence.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/affectors/content/wander.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/blurparticles.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/fragmentshader.qml) QOpenGLShader::link: "WARNING: Could not find vertex shader attribute 'qt_ParticleR' to match BindAttributeLocation request. " PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/fragmentshader.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/imagecolors.qml) QOpenGLShader::link: "WARNING: Could not find vertex shader attribute 'qt_ParticleR' to match BindAttributeLocation request. " PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/customparticle/content/imagecolors.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/burstandpulse.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/customemitter.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/emitmask.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/maximumemitted.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/shapeanddirection.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/trailemitter.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/emitters/content/velocityfrommotion.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/allatonce.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/colored.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/colortable.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/deformation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/rotation.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/sharing.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/imageparticle/content/sprites.qml) PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/itemparticle/delegates.qml) QWARN : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/itemparticle/particleview.qml) file:///work/build/qt/qtdeclarative/examples/quick/particles/itemparticle/particleview.qml:86:5: QML ImageParticle: Cannot open: file:///work/build/qt/qtdeclarative/examples/quick/particles/images/star.png PASS : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/itemparticle/particleview.qml) QFATAL : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/dynamiccomparison.qml) Received signal 11 FAIL! : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/quick/particles/system/content/dynamiccomparison.qml) Received a fatal error. Loc: [Unknown file(0)] Totals: 74 passed, 1 failed, 0 skipped ********* Finished testing of tst_examples ********* QtQA::App::TestRunner: Process exited due to signal 6 QtQA::App::TestRunner: ============================= crash report follows: ============================ QtQA::App::TestRunner: Process: tst_examples [55208] QtQA::App::TestRunner: Path: /work/*/tst_examples QtQA::App::TestRunner: Identifier: tst_examples QtQA::App::TestRunner: Version: ??? (???) QtQA::App::TestRunner: Code Type: X86-64 (Native) QtQA::App::TestRunner: Parent Process: perl5.12 [55206] QtQA::App::TestRunner: QtQA::App::TestRunner: Date/Time: 2013-04-30 15:38:44.722 +0300 QtQA::App::TestRunner: OS Version: Mac OS X 10.7.5 (11G63) QtQA::App::TestRunner: Report Version: 9 QtQA::App::TestRunner: QtQA::App::TestRunner: Crashed Thread: 0 Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: QtQA::App::TestRunner: Exception Type: EXC_BAD_ACCESS (SIGABRT) QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x0000121f1f703f90 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Regions Near 0x121f1f703f90: QtQA::App::TestRunner: Memory tag=255 0000121eddf00000-0000121ede000000 [ 1024K] rw-/rwx SM=PRV QtQA::App::TestRunner: --> QtQA::App::TestRunner: Memory tag=255 0000160b9e78e000-0000160b9e78f000 [ 4K] r-x/rwx SM=PRV QtQA::App::TestRunner: QtQA::App::TestRunner: Application Specific Information: QtQA::App::TestRunner: objc[55208]: garbage collection is OFF QtQA::App::TestRunner: abort() called QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060ce2 __pthread_kill + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c0d7d2 pthread_kill + 95 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90bfea7a abort + 143 QtQA::App::TestRunner: 3 QtCore 0x00000001008a7fa9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9 QtQA::App::TestRunner: 4 QtCore 0x00000001008a8555 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165 QtQA::App::TestRunner: 5 QtTest 0x00000001012e7b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90c5fcfa _sigtramp + 26 QtQA::App::TestRunner: 7 QtV8 0x000000010133e93a v8::internal::JSObject::SetExternalResourceObject(v8::internal::Object*) + 170 QtQA::App::TestRunner: 8 QtV8 0x0000000101331471 v8::Object::SetExternalResource(v8::Object::ExternalResource*) + 129 QtQA::App::TestRunner: 9 QtQml 0x00000001005491c7 TestNamespace::QQmlPropertyCache::newQObject(TestNamespace::QObject*, TestNamespace::QV8Engine*) + 2279 QtQA::App::TestRunner: 10 QtQml 0x000000010054a92b TestNamespace::QV8QObjectWrapper::newQObject(TestNamespace::QObject*, TestNamespace::QQmlData*, TestNamespace::QV8Engine*) + 107 QtQA::App::TestRunner: 11 QtQml 0x000000010054ab3c TestNamespace::QV8QObjectWrapper::newQObject(TestNamespace::QObject*) + 444 QtQA::App::TestRunner: 12 QtQml 0x0000000100447c71 TestNamespace::QQmlComponent::createObject(TestNamespace::QQmlV8Function*) + 497 QtQA::App::TestRunner: 13 QtQml 0x00000001005a3ac7 TestNamespace::QQmlComponent::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 343 QtQA::App::TestRunner: 14 QtQml 0x00000001005a3ce2 TestNamespace::QQmlComponent::qt_metacall(TestNamespace::QMetaObject::Call, int, void**) + 98 QtQA::App::TestRunner: 15 QtQml 0x0000000100544e53 TestNamespace::QV8QObjectWrapper::Invoke(v8::Arguments const&) + 1651 QtQA::App::TestRunner: 16 QtV8 0x0000000101359b16 _ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE + 502 QtQA::App::TestRunner: 17 ??? 0x0000046e1e0062ee 0 + 4870996255470 QtQA::App::TestRunner: 18 ??? 0x0000046e1e02d07f 0 + 4870996414591 QtQA::App::TestRunner: 19 ??? 0x0000046e1e00b654 0 + 4870996276820 QtQA::App::TestRunner: 20 ??? 0x0000046e1e07d571 0 + 4870996743537 QtQA::App::TestRunner: 21 ??? 0x0000046e1e07d355 0 + 4870996742997 QtQA::App::TestRunner: 22 ??? 0x0000046e1e025ac4 0 + 4870996384452 QtQA::App::TestRunner: 23 ??? 0x0000046e1e0079f7 0 + 4870996261367 QtQA::App::TestRunner: 24 QtV8 0x000000010138f9e0 _ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_PbS5_ + 576 QtQA::App::TestRunner: 25 QtV8 0x000000010138f56b v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool, v8::internal::Handle) + 347 QtQA::App::TestRunner: 26 QtV8 0x000000010138f401 v8::internal::Execution::Call(v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool*, bool) + 33 QtQA::App::TestRunner: 27 QtV8 0x000000010132f3de v8::Function::Call(v8::Handle, int, v8::Handle*) + 366 QtQA::App::TestRunner: 28 QtQml 0x00000001004d33c8 TestNamespace::QQmlJavaScriptExpression::evaluate(TestNamespace::QQmlContextData*, v8::Handle, int, v8::Handle*, bool*) + 712 QtQA::App::TestRunner: 29 QtQml 0x000000010047977d TestNamespace::QQmlBoundSignalExpression::evaluate(void**) + 1613 QtQA::App::TestRunner: 30 QtQml 0x000000010047a49c TestNamespace::QQmlBoundSignal_callback(TestNamespace::QQmlNotifierEndpoint*, void**) + 380 QtQA::App::TestRunner: 31 QtQml 0x00000001004ba13c TestNamespace::QQmlNotifier::emitNotify(TestNamespace::QQmlNotifierEndpoint*, void**) + 92 QtQA::App::TestRunner: 32 QtQml 0x000000010042859f TestNamespace::QQmlData::signalEmitted(TestNamespace::QAbstractDeclarativeData*, TestNamespace::QObject*, int, void**) + 815 QtQA::App::TestRunner: 33 QtCore 0x0000000100aa2446 TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 230 QtQA::App::TestRunner: 34 QtQml 0x000000010059c66c TestNamespace::QQmlTimer::ticked() + 44 QtQA::App::TestRunner: 35 QtCore 0x0000000100a9bdbd TestNamespace::QObject::event(TestNamespace::QEvent*) + 925 QtQA::App::TestRunner: 36 QtCore 0x0000000100a75184 TestNamespace::QCoreApplication::notify(TestNamespace::QObject*, TestNamespace::QEvent*) + 180 QtQA::App::TestRunner: 37 QtGui 0x0000000100e5e925 TestNamespace::QGuiApplication::notify(TestNamespace::QObject*, TestNamespace::QEvent*) + 165 QtQA::App::TestRunner: 38 QtCore 0x0000000100a75c3c TestNamespace::QCoreApplicationPrivate::sendPostedEvents(TestNamespace::QObject*, int, TestNamespace::QThreadData*) + 716 QtQA::App::TestRunner: 39 QtGui 0x0000000100e52451 TestNamespace::QWindowSystemInterface::sendWindowSystemEvents(TestNamespace::QFlags) + 17 QtQA::App::TestRunner: 40 libqcocoa.dylib 0x0000000103417399 TestNamespace::QCocoaEventDispatcherPrivate::processPostedEvents() + 153 QtQA::App::TestRunner: 41 libqcocoa.dylib 0x0000000103416c7f TestNamespace::QCocoaEventDispatcher::processEvents(TestNamespace::QFlags) + 2079 QtQA::App::TestRunner: 42 QtCore 0x0000000100a7542e TestNamespace::QCoreApplication::processEvents(TestNamespace::QFlags) + 30 QtQA::App::TestRunner: 43 tst_examples 0x00000001000077be tst_examples::sgexamples() + 1006 QtQA::App::TestRunner: 44 QtCore 0x0000000100a7ebcc TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844 QtQA::App::TestRunner: 45 QtCore 0x0000000100a7e81c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476 QtQA::App::TestRunner: 46 QtTest 0x00000001012eb629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465 QtQA::App::TestRunner: 47 QtTest 0x00000001012e8462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682 QtQA::App::TestRunner: 48 tst_examples 0x000000010000844b main + 75 QtQA::App::TestRunner: 49 tst_examples 0x0000000100005254 start + 52 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b0617e6 kevent + 10 QtQA::App::TestRunner: 1 libdispatch.dylib 0x00007fff933aa786 _dispatch_mgr_invoke + 923 QtQA::App::TestRunner: 2 libdispatch.dylib 0x00007fff933a9316 _dispatch_mgr_thread + 54 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 2: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b061192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c0d594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90c0eb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 3:: QThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100abaea4 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100abbe2a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100abcd97 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100a72534 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x00000001008b39dd TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 4:: SamplerThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b05f6b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x00000001015dc218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101524057 v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS() + 103 QtQA::App::TestRunner: 3 QtV8 0x00000001015dc2b5 v8::internal::SamplerThread::Run() + 37 QtQA::App::TestRunner: 4 QtV8 0x00000001015dbabc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 6 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 5:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b05f6b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x00000001015dc218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101547916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x00000001015dbabc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 6:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b05f6b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x00000001015dc218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101547916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x00000001015dbabc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 7:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b05f6b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x00000001015dc218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101547916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x00000001015dbabc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 8:: v8:SweeperThrea QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b05f6b6 semaphore_wait_trap + 10 QtQA::App::TestRunner: 1 QtV8 0x00000001015dc218 v8::internal::MacOSSemaphore::Wait() + 24 QtQA::App::TestRunner: 2 QtV8 0x0000000101547916 v8::internal::SweeperThread::Run() + 38 QtQA::App::TestRunner: 3 QtV8 0x00000001015dbabc _ZN2v88internalL11ThreadEntryEPv + 60 QtQA::App::TestRunner: 4 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 5 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 9:: QQuickPixmapReader QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100abaea4 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100abbe2a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100abcd97 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100a72534 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x00000001008b39dd TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 QtQuick 0x000000010004746d TestNamespace::QQuickPixmapReader::run() + 301 QtQA::App::TestRunner: 7 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 10:: com.apple.CFSocket.private QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060df2 __select + 10 QtQA::App::TestRunner: 1 com.apple.CoreFoundation 0x00007fff922aac8b __CFSocketManager + 1355 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 3 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 11: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b061192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c0d594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90c0eb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 12: QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b061192 __workq_kernreturn + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c0d594 _pthread_wqthread + 758 QtQA::App::TestRunner: 2 libsystem_c.dylib 0x00007fff90c0eb85 start_wqthread + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 13:: QQuickXmlQueryEngine QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060df2 __select + 10 QtQA::App::TestRunner: 1 QtCore 0x0000000100abaea4 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68 QtQA::App::TestRunner: 2 QtCore 0x0000000100abbe2a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 3 QtCore 0x0000000100abcd97 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 4 QtCore 0x0000000100a72534 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 5 QtCore 0x00000001008b39dd TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 6 libqmlxmllistmodelplugin.dylib 0x000000010b66daba TestNamespace::QQuickXmlQueryEngine::run() + 90 QtQA::App::TestRunner: 7 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 14:: Qt bearer thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc1cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x0000000100abaf08 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x0000000100abbe2a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x0000000100abcd97 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x0000000100a72534 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x00000001008b39dd TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 15:: Qt HTTP thread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060df2 __select + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90bc1cc0 pselect$1050 + 106 QtQA::App::TestRunner: 2 QtCore 0x0000000100abaf08 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 168 QtQA::App::TestRunner: 3 QtCore 0x0000000100abbe2a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags, timespec*) + 682 QtQA::App::TestRunner: 4 QtCore 0x0000000100abcd97 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags) + 263 QtQA::App::TestRunner: 5 QtCore 0x0000000100a72534 TestNamespace::QEventLoop::exec(TestNamespace::QFlags) + 404 QtQA::App::TestRunner: 6 QtCore 0x00000001008b39dd TestNamespace::QThread::exec() + 109 QtQA::App::TestRunner: 7 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 9 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 16:: Thread (pooled) QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c0f274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x00000001008b8b17 TestNamespace::QWaitConditionPrivate::wait_relative(unsigned long) + 263 QtQA::App::TestRunner: 3 QtCore 0x00000001008b8981 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 49 QtQA::App::TestRunner: 4 QtCore 0x00000001008b883c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 5 QtCore 0x00000001008b4054 TestNamespace::QThreadPoolThread::run() + 596 QtQA::App::TestRunner: 6 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 17:: QSGRenderThread QtQA::App::TestRunner: 0 libsystem_kernel.dylib 0x00007fff8b060bca __psynch_cvwait + 10 QtQA::App::TestRunner: 1 libsystem_c.dylib 0x00007fff90c0f274 _pthread_cond_wait + 840 QtQA::App::TestRunner: 2 QtCore 0x00000001008b898e TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 62 QtQA::App::TestRunner: 3 QtCore 0x00000001008b883c TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172 QtQA::App::TestRunner: 4 QtQuick 0x000000010008b0b1 TestNamespace::QSGRenderThread::processEventsAndWaitForMore() + 97 QtQA::App::TestRunner: 5 QtQuick 0x000000010008b1ab TestNamespace::QSGRenderThread::run() + 171 QtQA::App::TestRunner: 6 QtCore 0x00000001008b73e7 TestNamespace::QThreadPrivate::start(void*) + 471 QtQA::App::TestRunner: 7 libsystem_c.dylib 0x00007fff90c0b8bf _pthread_start + 335 QtQA::App::TestRunner: 8 libsystem_c.dylib 0x00007fff90c0eb75 thread_start + 13 QtQA::App::TestRunner: QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit): QtQA::App::TestRunner: rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc2c8 rdx: 0x0000000000000000 QtQA::App::TestRunner: rdi: 0x0000000000000b03 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc2f0 rsp: 0x00007fff5fbfc2c8 QtQA::App::TestRunner: r8: 0x00007fff79a19fb8 r9: 0x0000000101a67020 r10: 0x00007fff8b060d0a r11: 0xffffff80002dad60 QtQA::App::TestRunner: r12: 0x0000121eddffffd8 r13: 0x0000121eddffffd9 r14: 0x00007fff79a1c960 r15: 0x0000000000000000 QtQA::App::TestRunner: rip: 0x00007fff8b060ce2 rfl: 0x0000000000000246 cr2: 0x00000001012f0800 QtQA::App::TestRunner: Logical CPU: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: Binary Images: QtQA::App::TestRunner: 0x100000000 - 0x10000aff7 +tst_examples (??? - ???) <03F5259D-FB51-302D-B996-32E000513FFE> /work/*/tst_examples QtQA::App::TestRunner: 0x100011000 - 0x100270ff7 +QtQuick (5.2.0 - compatibility 5.2.0) <1A26ACE4-8FC0-350E-A85B-B9374C28434F> /work/*/QtQuick.framework/Versions/5/QtQuick QtQA::App::TestRunner: 0x1003fc000 - 0x10060ffff +QtQml (5.2.0 - compatibility 5.2.0) <65035D1F-7EEF-3415-9615-4BA21D34AA7C> /work/*/QtQml.framework/Versions/5/QtQml QtQA::App::TestRunner: 0x10070a000 - 0x100814ff7 +QtNetwork (5.2.0 - compatibility 5.2.0) /work/*/QtNetwork.framework/Versions/5/QtNetwork QtQA::App::TestRunner: 0x100890000 - 0x100d3bff7 +QtCore (5.2.0 - compatibility 5.2.0) <6D0F7638-1D06-3B6F-BDB5-55E3310830C8> /work/*/QtCore.framework/Versions/5/QtCore QtQA::App::TestRunner: 0x100e45000 - 0x1011a6ff7 +QtGui (5.2.0 - compatibility 5.2.0) <540AFCC2-0738-3B77-B496-62AB874D7229> /work/*/QtGui.framework/Versions/5/QtGui QtQA::App::TestRunner: 0x1012e2000 - 0x101303ff7 +QtTest (5.2.0 - compatibility 5.2.0) /work/*/QtTest.framework/Versions/5/QtTest QtQA::App::TestRunner: 0x101315000 - 0x10174aff7 +QtV8 (5.2.0 - compatibility 5.2.0) <56D415E9-C7E8-3EA5-8E1D-E20EC72D642C> /work/*/QtV8.framework/Versions/5/QtV8 QtQA::App::TestRunner: 0x1018d7000 - 0x1018ddfff com.apple.agl (3.2.0 - AGL-3.2.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL QtQA::App::TestRunner: 0x101f5d000 - 0x101f86ff7 +QtPrintSupport (5.2.0 - compatibility 5.2.0) /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport QtQA::App::TestRunner: 0x103400000 - 0x103488fff +libqcocoa.dylib (??? - ???) /work/*/libqcocoa.dylib QtQA::App::TestRunner: 0x1034f2000 - 0x1034f5fff +libqtquick2plugin.dylib (??? - ???) /work/*/libqtquick2plugin.dylib QtQA::App::TestRunner: 0x1034f9000 - 0x1034fcfff +libparticlesplugin.dylib (??? - ???) <3274B534-22B1-36B1-9CFD-B947BD42AC98> /work/*/libparticlesplugin.dylib QtQA::App::TestRunner: 0x1057a5000 - 0x105c41fff +QtWidgets (5.2.0 - compatibility 5.2.0) /work/*/QtWidgets.framework/Versions/5/QtWidgets QtQA::App::TestRunner: 0x107da8000 - 0x107e11ff7 +QtQuickParticles (5.2.0 - compatibility 5.2.0) /work/*/QtQuickParticles.framework/Versions/5/QtQuickParticles QtQA::App::TestRunner: 0x10ae2f000 - 0x10afe7fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine QtQA::App::TestRunner: 0x10b01e000 - 0x10b178fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib QtQA::App::TestRunner: 0x10b1aa000 - 0x10b1b8fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib QtQA::App::TestRunner: 0x10b1bf000 - 0x10b1edff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat QtQA::App::TestRunner: 0x10b1f6000 - 0x10b1f9ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib QtQA::App::TestRunner: 0x10b300000 - 0x10b5c1fe7 com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver QtQA::App::TestRunner: 0x10b610000 - 0x10b61afef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib QtQA::App::TestRunner: 0x10b620000 - 0x10b62efff +libdialogplugin.dylib (??? - ???) /work/*/libdialogplugin.dylib QtQA::App::TestRunner: 0x10b63b000 - 0x10b645fff +libqmlfolderlistmodelplugin.dylib (??? - ???) /work/*/libqmlfolderlistmodelplugin.dylib QtQA::App::TestRunner: 0x10b663000 - 0x10b666ff7 +libmodelsplugin.dylib (??? - ???) /work/*/libmodelsplugin.dylib QtQA::App::TestRunner: 0x10b66a000 - 0x10b67afff +libqmlxmllistmodelplugin.dylib (??? - ???) /work/*/libqmlxmllistmodelplugin.dylib QtQA::App::TestRunner: 0x10b6c4000 - 0x10b6c4ff1 +cl_kernels (??? - ???) cl_kernels QtQA::App::TestRunner: 0x10b6e0000 - 0x10b6e1ff2 +cl_kernels (??? - ???) <77D4AE0E-41C8-49F6-8356-C1C4D34423C1> cl_kernels QtQA::App::TestRunner: 0x10b6eb000 - 0x10b6f1ff7 +libqgif.dylib (??? - ???) <4856FD5B-BE27-3741-B257-F962720B5E78> /work/*/libqgif.dylib QtQA::App::TestRunner: 0x10b6f6000 - 0x10b6fbfff +libqico.dylib (??? - ???) <0840DEC3-BB75-317B-8F37-C1448FBC849D> /work/*/libqico.dylib QtQA::App::TestRunner: 0x10b701000 - 0x10b73cff7 +libqjpeg.dylib (??? - ???) <350A8197-046D-3C95-B62C-A2511DB025AA> /work/*/libqjpeg.dylib QtQA::App::TestRunner: 0x10b7f6000 - 0x10b7f9fff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib QtQA::App::TestRunner: 0x10cbe3000 - 0x10cbecfff +libqgenericbearer.dylib (??? - ???) /work/*/libqgenericbearer.dylib QtQA::App::TestRunner: 0x11216d000 - 0x11220cff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib QtQA::App::TestRunner: 0x11224b000 - 0x11265ffff +QtXmlPatterns (5.2.0 - compatibility 5.2.0) <7E7CD809-B830-3F70-B681-5319A52AF858> /work/*/QtXmlPatterns.framework/Versions/5/QtXmlPatterns QtQA::App::TestRunner: 0x11290d000 - 0x112924ff7 +libqcorewlanbearer.dylib (??? - ???) <7F637033-E6EF-3A6F-9390-457B7E0949C3> /work/*/libqcorewlanbearer.dylib QtQA::App::TestRunner: 0x7fff6df48000 - 0x7fff6df7cbaf dyld (195.6 - ???) /usr/lib/dyld QtQA::App::TestRunner: 0x7fff88b0a000 - 0x7fff88b5eff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface QtQA::App::TestRunner: 0x7fff88b5f000 - 0x7fff88bd5ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib QtQA::App::TestRunner: 0x7fff88bd6000 - 0x7fff88bfffff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo QtQA::App::TestRunner: 0x7fff88c00000 - 0x7fff88c03fff com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo QtQA::App::TestRunner: 0x7fff88ddb000 - 0x7fff89779a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics QtQA::App::TestRunner: 0x7fff8977a000 - 0x7fff8985ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib QtQA::App::TestRunner: 0x7fff8985f000 - 0x7fff899c6fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork QtQA::App::TestRunner: 0x7fff89b0c000 - 0x7fff89b58ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration QtQA::App::TestRunner: 0x7fff89b59000 - 0x7fff89b86fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib QtQA::App::TestRunner: 0x7fff89b87000 - 0x7fff89c0afef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata QtQA::App::TestRunner: 0x7fff89c0b000 - 0x7fff89c17fff com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService QtQA::App::TestRunner: 0x7fff89c18000 - 0x7fff89d19fff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI QtQA::App::TestRunner: 0x7fff8a075000 - 0x7fff8a077fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib QtQA::App::TestRunner: 0x7fff8a078000 - 0x7fff8a0a0fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis QtQA::App::TestRunner: 0x7fff8a0a1000 - 0x7fff8a143fff com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation QtQA::App::TestRunner: 0x7fff8a144000 - 0x7fff8a470fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox QtQA::App::TestRunner: 0x7fff8a4ce000 - 0x7fff8a73ffff com.apple.QuartzComposer (5.0 - 236.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer QtQA::App::TestRunner: 0x7fff8a74e000 - 0x7fff8a792ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib QtQA::App::TestRunner: 0x7fff8a793000 - 0x7fff8a7bcff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 QtQA::App::TestRunner: 0x7fff8a7bd000 - 0x7fff8a853ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib QtQA::App::TestRunner: 0x7fff8a854000 - 0x7fff8a9b1fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox QtQA::App::TestRunner: 0x7fff8a9fc000 - 0x7fff8aa07ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib QtQA::App::TestRunner: 0x7fff8aaa4000 - 0x7fff8ac44ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore QtQA::App::TestRunner: 0x7fff8ac45000 - 0x7fff8ac4afff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib QtQA::App::TestRunner: 0x7fff8ac4b000 - 0x7fff8acecfff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices QtQA::App::TestRunner: 0x7fff8aced000 - 0x7fff8ad2cfff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE QtQA::App::TestRunner: 0x7fff8ad2d000 - 0x7fff8b049fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore QtQA::App::TestRunner: 0x7fff8b04a000 - 0x7fff8b06afff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib QtQA::App::TestRunner: 0x7fff8b06b000 - 0x7fff8b094fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib QtQA::App::TestRunner: 0x7fff8b095000 - 0x7fff8b0cefe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib QtQA::App::TestRunner: 0x7fff8b15e000 - 0x7fff8b211ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText QtQA::App::TestRunner: 0x7fff8b212000 - 0x7fff8b22efff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes QtQA::App::TestRunner: 0x7fff8b22f000 - 0x7fff8b239ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib QtQA::App::TestRunner: 0x7fff8b4a7000 - 0x7fff8b51afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib QtQA::App::TestRunner: 0x7fff8b51b000 - 0x7fff8b531fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib QtQA::App::TestRunner: 0x7fff8b55b000 - 0x7fff8b874fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation QtQA::App::TestRunner: 0x7fff8b875000 - 0x7fff8b878fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib QtQA::App::TestRunner: 0x7fff8baa5000 - 0x7fff8bdc7fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore QtQA::App::TestRunner: 0x7fff8bdd6000 - 0x7fff8bdd9fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib QtQA::App::TestRunner: 0x7fff8bdda000 - 0x7fff8bde2fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib QtQA::App::TestRunner: 0x7fff8bde5000 - 0x7fff8be1afff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface QtQA::App::TestRunner: 0x7fff8be1b000 - 0x7fff8be1cfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib QtQA::App::TestRunner: 0x7fff8c0d6000 - 0x7fff8c0e3ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib QtQA::App::TestRunner: 0x7fff8c0e4000 - 0x7fff8c511fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib QtQA::App::TestRunner: 0x7fff8c512000 - 0x7fff8c550fff com.apple.bom (11.0 - 183) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom QtQA::App::TestRunner: 0x7fff8c561000 - 0x7fff8c606fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink QtQA::App::TestRunner: 0x7fff8c607000 - 0x7fff8c69afff com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit QtQA::App::TestRunner: 0x7fff8c69b000 - 0x7fff8c798ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation QtQA::App::TestRunner: 0x7fff8c799000 - 0x7fff8c7ccff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS QtQA::App::TestRunner: 0x7fff8c7cd000 - 0x7fff8c80fff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib QtQA::App::TestRunner: 0x7fff8c810000 - 0x7fff8c834fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos QtQA::App::TestRunner: 0x7fff8c835000 - 0x7fff8c843ff7 com.apple.AppleFSCompression (37 - 1.0) <61113C2F-564C-3E6C-918C-3179980D599F> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression QtQA::App::TestRunner: 0x7fff8c888000 - 0x7fff8ccbbff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox QtQA::App::TestRunner: 0x7fff8ccbc000 - 0x7fff8ccd0ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis QtQA::App::TestRunner: 0x7fff8ccd1000 - 0x7fff8ccedff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage QtQA::App::TestRunner: 0x7fff8ccee000 - 0x7fff8cd0dfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib QtQA::App::TestRunner: 0x7fff8cd0e000 - 0x7fff8cd23fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis QtQA::App::TestRunner: 0x7fff8cd24000 - 0x7fff8ce29fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib QtQA::App::TestRunner: 0x7fff8d535000 - 0x7fff8d56ffe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols QtQA::App::TestRunner: 0x7fff8d570000 - 0x7fff8d597fff com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts QtQA::App::TestRunner: 0x7fff8d666000 - 0x7fff8d66dfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib QtQA::App::TestRunner: 0x7fff8d6c5000 - 0x7fff8d9baff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security QtQA::App::TestRunner: 0x7fff8da85000 - 0x7fff8da86ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib QtQA::App::TestRunner: 0x7fff8da87000 - 0x7fff8dcfbfff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage QtQA::App::TestRunner: 0x7fff8ea88000 - 0x7fff8eab3ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib QtQA::App::TestRunner: 0x7fff8eab4000 - 0x7fff8eb24fff com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore QtQA::App::TestRunner: 0x7fff8eb25000 - 0x7fff8eb25fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff8eb26000 - 0x7fff8eb2afff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib QtQA::App::TestRunner: 0x7fff8f42c000 - 0x7fff8f42cfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit QtQA::App::TestRunner: 0x7fff8f42d000 - 0x7fff8f780fff com.apple.FinderKit (1.0.5 - 1.0.5) <8451D914-7F00-3839-AD72-C9B565B51F87> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit QtQA::App::TestRunner: 0x7fff8f781000 - 0x7fff8f9abfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData QtQA::App::TestRunner: 0x7fff8f9ac000 - 0x7fff8fa07fff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore QtQA::App::TestRunner: 0x7fff8fed8000 - 0x7fff8ff38fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib QtQA::App::TestRunner: 0x7fff8ff43000 - 0x7fff8ff49fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface QtQA::App::TestRunner: 0x7fff90033000 - 0x7fff90451ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit QtQA::App::TestRunner: 0x7fff90467000 - 0x7fff904a2fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib QtQA::App::TestRunner: 0x7fff904a3000 - 0x7fff904a4fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib QtQA::App::TestRunner: 0x7fff904a5000 - 0x7fff904aafff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib QtQA::App::TestRunner: 0x7fff904e1000 - 0x7fff904f4ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib QtQA::App::TestRunner: 0x7fff90508000 - 0x7fff9051aff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib QtQA::App::TestRunner: 0x7fff9051b000 - 0x7fff9051ffff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib QtQA::App::TestRunner: 0x7fff90520000 - 0x7fff90722fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib QtQA::App::TestRunner: 0x7fff90723000 - 0x7fff90727ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels QtQA::App::TestRunner: 0x7fff90728000 - 0x7fff9078aff7 com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication QtQA::App::TestRunner: 0x7fff9078b000 - 0x7fff90791fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration QtQA::App::TestRunner: 0x7fff90794000 - 0x7fff9082eff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit QtQA::App::TestRunner: 0x7fff9082f000 - 0x7fff909baff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit QtQA::App::TestRunner: 0x7fff909db000 - 0x7fff909e2fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS QtQA::App::TestRunner: 0x7fff909e3000 - 0x7fff90a13ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices QtQA::App::TestRunner: 0x7fff90a14000 - 0x7fff90a15ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib QtQA::App::TestRunner: 0x7fff90a16000 - 0x7fff90a24ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib QtQA::App::TestRunner: 0x7fff90a25000 - 0x7fff90a73fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib QtQA::App::TestRunner: 0x7fff90a74000 - 0x7fff90a79ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib QtQA::App::TestRunner: 0x7fff90a7a000 - 0x7fff90a8ffff com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync QtQA::App::TestRunner: 0x7fff90a90000 - 0x7fff90a97fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib QtQA::App::TestRunner: 0x7fff90a98000 - 0x7fff90ac3fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib QtQA::App::TestRunner: 0x7fff90b05000 - 0x7fff90b06fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib QtQA::App::TestRunner: 0x7fff90b07000 - 0x7fff90b16ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib QtQA::App::TestRunner: 0x7fff90b4c000 - 0x7fff90b4dfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib QtQA::App::TestRunner: 0x7fff90bb8000 - 0x7fff90bb9ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib QtQA::App::TestRunner: 0x7fff90bbd000 - 0x7fff90c9afef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib QtQA::App::TestRunner: 0x7fff90d14000 - 0x7fff90d58ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit QtQA::App::TestRunner: 0x7fff90d59000 - 0x7fff90d64ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition QtQA::App::TestRunner: 0x7fff90d65000 - 0x7fff9196bfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit QtQA::App::TestRunner: 0x7fff91a04000 - 0x7fff91daefe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox QtQA::App::TestRunner: 0x7fff91f3a000 - 0x7fff91f43ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib QtQA::App::TestRunner: 0x7fff91f94000 - 0x7fff91fecff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib QtQA::App::TestRunner: 0x7fff91fed000 - 0x7fff920f9fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib QtQA::App::TestRunner: 0x7fff920fa000 - 0x7fff9211bfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib QtQA::App::TestRunner: 0x7fff9211c000 - 0x7fff92139ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting QtQA::App::TestRunner: 0x7fff92146000 - 0x7fff92224fff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording QtQA::App::TestRunner: 0x7fff92225000 - 0x7fff92228fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help QtQA::App::TestRunner: 0x7fff92229000 - 0x7fff923fdff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation QtQA::App::TestRunner: 0x7fff923fe000 - 0x7fff9243ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD QtQA::App::TestRunner: 0x7fff92440000 - 0x7fff9245dfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib QtQA::App::TestRunner: 0x7fff92466000 - 0x7fff92573fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib QtQA::App::TestRunner: 0x7fff92574000 - 0x7fff925eafff com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport QtQA::App::TestRunner: 0x7fff925eb000 - 0x7fff92ab2fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight QtQA::App::TestRunner: 0x7fff92ab3000 - 0x7fff92b0fff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices QtQA::App::TestRunner: 0x7fff92b88000 - 0x7fff92b9ffff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory QtQA::App::TestRunner: 0x7fff92ba9000 - 0x7fff92bf2ff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN QtQA::App::TestRunner: 0x7fff92c1c000 - 0x7fff92c84ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI QtQA::App::TestRunner: 0x7fff92c85000 - 0x7fff92d17ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF QtQA::App::TestRunner: 0x7fff92d18000 - 0x7fff92d73ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL QtQA::App::TestRunner: 0x7fff92e3c000 - 0x7fff92e3eff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print QtQA::App::TestRunner: 0x7fff92e3f000 - 0x7fff92e45fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib QtQA::App::TestRunner: 0x7fff92e9f000 - 0x7fff92ea6ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore QtQA::App::TestRunner: 0x7fff92eaf000 - 0x7fff92f17ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio QtQA::App::TestRunner: 0x7fff92f18000 - 0x7fff92f18fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices QtQA::App::TestRunner: 0x7fff92f19000 - 0x7fff92f19fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate QtQA::App::TestRunner: 0x7fff92f1a000 - 0x7fff9301cfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib QtQA::App::TestRunner: 0x7fff9301d000 - 0x7fff93043fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls QtQA::App::TestRunner: 0x7fff93044000 - 0x7fff93049fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory QtQA::App::TestRunner: 0x7fff9304a000 - 0x7fff9304afff com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon QtQA::App::TestRunner: 0x7fff9304b000 - 0x7fff9304dfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent QtQA::App::TestRunner: 0x7fff931bb000 - 0x7fff931d1ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture QtQA::App::TestRunner: 0x7fff9320d000 - 0x7fff93261fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib QtQA::App::TestRunner: 0x7fff93262000 - 0x7fff93268ff7 com.apple.phonenumbers (1.0 - 47) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers QtQA::App::TestRunner: 0x7fff932e6000 - 0x7fff93337ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO QtQA::App::TestRunner: 0x7fff93338000 - 0x7fff9334aff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib QtQA::App::TestRunner: 0x7fff9334b000 - 0x7fff93350fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib QtQA::App::TestRunner: 0x7fff93363000 - 0x7fff93366ff7 com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI QtQA::App::TestRunner: 0x7fff93367000 - 0x7fff93379ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib QtQA::App::TestRunner: 0x7fff9337a000 - 0x7fff933a6ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal QtQA::App::TestRunner: 0x7fff933a7000 - 0x7fff933b5fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib QtQA::App::TestRunner: 0x7fff933b9000 - 0x7fff936deff7 com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook QtQA::App::TestRunner: 0x7fff936f3000 - 0x7fff93720fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters QtQA::App::TestRunner: 0x7fff93721000 - 0x7fff93797fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication QtQA::App::TestRunner: 0x7fff93798000 - 0x7fff93f40fff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC QtQA::App::TestRunner: 0x7fff93f41000 - 0x7fff93fc6ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal QtQA::App::TestRunner: 0x7fff93fcf000 - 0x7fff94096ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync QtQA::App::TestRunner: 0x7fff94097000 - 0x7fff9419efe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib QtQA::App::TestRunner: 0x7fff9419f000 - 0x7fff9419ffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib QtQA::App::TestRunner: 0x7fff941a0000 - 0x7fff941abfff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth QtQA::App::TestRunner: 0x7fff941ac000 - 0x7fff942a6ff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages QtQA::App::TestRunner: 0x7fff942a7000 - 0x7fff94322ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore QtQA::App::TestRunner: 0x7fff9440e000 - 0x7fff949f2fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib QtQA::App::TestRunner: 0x7fff94b58000 - 0x7fff94b5dfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib QtQA::App::TestRunner: 0x7fff94b5e000 - 0x7fff94b60fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib QtQA::App::TestRunner: 0x7fff94b61000 - 0x7fff94b6cff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices QtQA::App::TestRunner: 0x7fff94b95000 - 0x7fff94bdcff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia QtQA::App::TestRunner: 0x7fff94bdd000 - 0x7fff94c3aff7 com.apple.QuickLookFramework (3.2 - 500.18) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook QtQA::App::TestRunner: 0x7fff94c3b000 - 0x7fff94c8efff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA QtQA::App::TestRunner: 0x7fff94c8f000 - 0x7fff94c9dfff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth QtQA::App::TestRunner: 0x7fff94c9e000 - 0x7fff94cf5fff com.apple.Suggestions (1.1 - 85.1) /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions QtQA::App::TestRunner: 0x7fff94d15000 - 0x7fff94d99ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS QtQA::App::TestRunner: 0x7fff94d9a000 - 0x7fff94d9afff com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz QtQA::App::TestRunner: 0x7fff94d9b000 - 0x7fff94da1ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib QtQA::App::TestRunner: 0x7fff94da2000 - 0x7fff94df4ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib QtQA::App::TestRunner: 0x7fff94df5000 - 0x7fff94df9fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib QtQA::App::TestRunner: 0x7fff94dfa000 - 0x7fff94e1efff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices QtQA::App::TestRunner: 0x7fff94e1f000 - 0x7fff94e36fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport QtQA::App::TestRunner: 0x7fff94e84000 - 0x7fff94ecafff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib QtQA::App::TestRunner: 0x7fff94ecb000 - 0x7fff94edafff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL QtQA::App::TestRunner: 0x7fff94edb000 - 0x7fff94edbfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib QtQA::App::TestRunner: 0x7fff94edc000 - 0x7fff94f47ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit QtQA::App::TestRunner: 0x7fff94f48000 - 0x7fff94f83fff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP QtQA::App::TestRunner: 0x7fff94fd8000 - 0x7fff950bcff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices QtQA::App::TestRunner: 0x7fff950c2000 - 0x7fff950cffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib QtQA::App::TestRunner: 0x7fff950ef000 - 0x7fff950effff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib QtQA::App::TestRunner: 0x7fff950f0000 - 0x7fff951e5fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib QtQA::App::TestRunner: 0x7fff95204000 - 0x7fff952e3fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO QtQA::App::TestRunner: 0x7fff952e4000 - 0x7fff953fdfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv QtQA::App::TestRunner: 0x7fff953fe000 - 0x7fff954eaff7 com.apple.backup.framework (1.3.5 - 1.3.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup QtQA::App::TestRunner: 0x7fff954eb000 - 0x7fff954ebfff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa QtQA::App::TestRunner: 0x7fff95537000 - 0x7fff9566dfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage QtQA::App::TestRunner: 0x7fff95672000 - 0x7fff9568cfff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring QtQA::App::TestRunner: 0x7fff9568d000 - 0x7fff956cdfe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib QtQA::App::TestRunner: 0x7fff956ce000 - 0x7fff95946fff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit QtQA::App::TestRunner: 0x7fff95b0f000 - 0x7fff95b4fff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib QtQA::App::TestRunner: 0x7fff95b50000 - 0x7fff95b50fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices QtQA::App::TestRunner: QtQA::App::TestRunner: External Modification Summary: QtQA::App::TestRunner: Calls made by other processes targeting this process: QtQA::App::TestRunner: task_for_pid: 7 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by this process: QtQA::App::TestRunner: task_for_pid: 0 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: Calls made by all processes on this machine: QtQA::App::TestRunner: task_for_pid: 4800 QtQA::App::TestRunner: thread_create: 0 QtQA::App::TestRunner: thread_set_state: 0 QtQA::App::TestRunner: QtQA::App::TestRunner: VM Region Summary: QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=236.1M resident=122.8M(52%) swapped_out_or_unallocated=113.2M(48%) QtQA::App::TestRunner: Writable regions: Total=170.0M written=64.1M(38%) resident=74.8M(44%) swapped_out=0K(0%) unallocated=95.2M(56%) QtQA::App::TestRunner: QtQA::App::TestRunner: REGION TYPE VIRTUAL QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: CG backing stores 2120K QtQA::App::TestRunner: CG image 60K QtQA::App::TestRunner: CG raster data 124K QtQA::App::TestRunner: CG shared images 1184K QtQA::App::TestRunner: CoreGraphics 16K QtQA::App::TestRunner: CoreImage 8K QtQA::App::TestRunner: CoreServices 3332K QtQA::App::TestRunner: IOKit 296K QtQA::App::TestRunner: MALLOC 126.2M QtQA::App::TestRunner: MALLOC guard page 48K QtQA::App::TestRunner: Memory tag=242 12K QtQA::App::TestRunner: Memory tag=251 36K QtQA::App::TestRunner: Memory tag=255 547.5M QtQA::App::TestRunner: Memory tag=255 (reserved) 1984K reserved VM address space (unallocated) QtQA::App::TestRunner: OpenCL 20K QtQA::App::TestRunner: OpenGL GLSL 1152K QtQA::App::TestRunner: STACK GUARD 56.1M QtQA::App::TestRunner: Stack 14.0M QtQA::App::TestRunner: VM_ALLOCATE 16.3M QtQA::App::TestRunner: __CI_BITMAP 80K QtQA::App::TestRunner: __DATA 19.4M QtQA::App::TestRunner: __IMAGE 528K QtQA::App::TestRunner: __LINKEDIT 60.0M QtQA::App::TestRunner: __TEXT 176.1M QtQA::App::TestRunner: __UNICODE 544K QtQA::App::TestRunner: mapped file 132.3M QtQA::App::TestRunner: shared memory 308K QtQA::App::TestRunner: =========== ======= QtQA::App::TestRunner: TOTAL 1.1G QtQA::App::TestRunner: TOTAL, minus reserved VM space 1.1G QtQA::App::TestRunner: QtQA::App::TestRunner: ================================================================================ QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_examples: 55 seconds, signal 6 Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00415/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/dev_1367323750): http://codereview.qt-project.org/54987 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 15:39:58 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 16:39:58 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#stable Message-ID: <20130430_133958_029837.ci-noreply@qt-project.org> QtDoc_stable_Integration #157: SUCCESS Tested changes (refs/builds/stable_1367327253): http://codereview.qt-project.org/53942 [PS3] - Doc: Make the doc use the \externalpage sites from qtbase/doc/global. http://codereview.qt-project.org/55082 [PS1] - Doc: Fixed link to the "Getting Started with Qt" from platforms' pages. From ci-noreply at qt-project.org Tue Apr 30 16:11:39 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 17:11:39 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtmultimedia#stable Message-ID: <20130430_141139_070422.ci-noreply@qt-project.org> QtMultimedia_stable_Integration #135: SUCCESS Tested changes (refs/builds/stable_1367328702): http://codereview.qt-project.org/55066 [PS1] - audioengine: update qmltypes From ci-noreply at qt-project.org Tue Apr 30 16:49:31 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 17:49:31 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_144931_025288.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #146: SUCCESS Tested changes (refs/builds/stable_1367330361): http://codereview.qt-project.org/55083 [PS2] - Fix incorrect selected text color in table view From ci-noreply at qt-project.org Tue Apr 30 17:00:15 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 18:00:15 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtqa#master Message-ID: <20130430_150015_035184.ci-noreply@qt-project.org> QtQA_master_Integration #505: SUCCESS Tested changes (refs/builds/master_1367332398): http://codereview.qt-project.org/55094 [PS1] - Ignore QAccessible::QPrivateSignal from bic test From ci-noreply at qt-project.org Tue Apr 30 17:21:24 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 18:21:24 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_152124_011067.ci-noreply@qt-project.org> QtBase_stable_Integration #1040: SUCCESS Tested changes (refs/builds/stable_1367327613): http://codereview.qt-project.org/54628 [PS2] - Clarify documentation for QKeyEvent::text From ci-noreply at qt-project.org Tue Apr 30 17:25:13 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 18:25:13 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130430_152513_085040.ci-noreply@qt-project.org> QtDeclarative_stable_Integration #483: SUCCESS Tested changes (refs/builds/stable_1367327841): http://codereview.qt-project.org/54128 [PS5] - Added doc and test for active and requestActivate in QQuickWindow http://codereview.qt-project.org/54872 [PS3] - Don't eat Back button in TextEdit http://codereview.qt-project.org/55075 [PS2] - Fix MaskedMouseArea example From ci-noreply at qt-project.org Tue Apr 30 17:42:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 18:42:26 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtquickcontrols#stable Message-ID: <20130430_154226_066480.ci-noreply@qt-project.org> QtQuickControls_stable_Integration #147: SUCCESS Tested changes (refs/builds/stable_1367333496): http://codereview.qt-project.org/55102 [PS1] - Remove references to styles that don't even exist http://codereview.qt-project.org/54414 [PS1] - ComboBox: Arrays of strings don't have textRole. From ci-noreply at qt-project.org Tue Apr 30 18:27:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 19:27:36 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtwebkit#stable Message-ID: <20130430_162736_076683.ci-noreply@qt-project.org> QtWebKit_stable_Integration #122: SUCCESS Tested changes (refs/builds/stable_1367328903): http://codereview.qt-project.org/55088 [PS1] - Assert in JSC::Heap::unprotect when closing facebook.com web site http://codereview.qt-project.org/55086 [PS1] - [Qt] Animated opacity does not trigger accelerated compositing http://codereview.qt-project.org/54555 [PS2] - Late-loading stylesheets can cause composited layers to be blank From ci-noreply at qt-project.org Tue Apr 30 19:23:06 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 20:23:06 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_172306_072415.ci-noreply@qt-project.org> QtBase_stable_Integration #1041: SUCCESS Tested changes (refs/builds/stable_1367335419): http://codereview.qt-project.org/54949 [PS2] - Make QLocalePrivate POD http://codereview.qt-project.org/54940 [PS4] - QLocalePrivate: remove QLocalePrivate::m_index http://codereview.qt-project.org/54939 [PS4] - Move the code that creates QLocalePrivate to separate functions http://codereview.qt-project.org/55099 [PS1] - Android: don't crash on exit http://codereview.qt-project.org/54847 [PS2] - Don't block back button after keyboard is hidden From ci-noreply at qt-project.org Tue Apr 30 19:35:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 20:35:04 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qttools#stable Message-ID: <20130430_173504_031082.ci-noreply@qt-project.org> Autotest `tst_bic' failed :( Testing tst_Bic FAIL! : tst_Bic::initTestCase() 'incPaths.size() > 0' returned FALSE. (Parse INCPATH failed.) Loc: [tst_bic.cpp(182)] Totals: 1 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_Bic ********* Config: Using QTest library 5.1.0, Qt 5.1.0 WARNING: tst_Bic::initTestCase() This test needs the correct qmake in PATH, we need it to generate INCPATH for qt modules. Loc: [tst_bic.cpp(154)] QDEBUG : tst_Bic::initTestCase() modules keys: ("QtDesignerComponents", "QtCLucene", "QtDesigner", "QtHelp", "QtUiTools") QDEBUG : tst_Bic::initTestCase() modules values: ("designercomponents", "clucene", "designer", "help", "uitools") QWARN : tst_Bic::initTestCase() gcc returned with 3 QDEBUG : tst_Bic::initTestCase() "Project ERROR: Unknown module(s) in QT: designer designercomponents " FAIL! : tst_Bic::initTestCase() 'incPaths.size() > 0' returned FALSE. (Parse INCPATH failed.) Loc: [tst_bic.cpp(182)] PASS : tst_Bic::cleanupTestCase() Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of tst_Bic ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_bic: 0.090011 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00149/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367342300): http://codereview.qt-project.org/54866 [PS1] - make use of qt_app.prf http://codereview.qt-project.org/54865 [PS1] - adjust to new "configure -nomake tools" semantics http://codereview.qt-project.org/54864 [PS1] - remove pointless INCLUDEPATHs http://codereview.qt-project.org/54863 [PS1] - parallelize SUBDIRS http://codereview.qt-project.org/54862 [PS1] - remove pointless mac scope http://codereview.qt-project.org/54861 [PS1] - remove pretenses of building kmap2qmap From ci-noreply at qt-project.org Tue Apr 30 19:49:26 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 20:49:26 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable Message-ID: <20130430_174926_001863.ci-noreply@qt-project.org> Autotest `tst_qqmlprofilerservice' failed :( Testing tst_QQmlProfilerService FAIL! : tst_QQmlProfilerService::scenegraphData() Compared values are not the same Actual (loopcheck): 0 Expected (3): 3 Loc: [tst_qqmlprofilerservice.cpp(458)] Totals: 7 passed, 1 failed, 0 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QQmlProfilerService ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QQmlProfilerService::initTestCase() PASS : tst_QQmlProfilerService::blockingConnectWithTraceEnabled() PASS : tst_QQmlProfilerService::blockingConnectWithTraceDisabled() PASS : tst_QQmlProfilerService::nonBlockingConnect() PASS : tst_QQmlProfilerService::pixmapCacheData() FAIL! : tst_QQmlProfilerService::scenegraphData() Compared values are not the same Actual (loopcheck): 0 Expected (3): 3 Loc: [tst_qqmlprofilerservice.cpp(458)] QDEBUG : tst_QQmlProfilerService::scenegraphData() Process State: "running" QDEBUG : tst_QQmlProfilerService::scenegraphData() Application Output: "QML Debugger: Waiting for connection on port 13773... tick " PASS : tst_QQmlProfilerService::profileOnExit() PASS : tst_QQmlProfilerService::cleanupTestCase() Totals: 7 passed, 1 failed, 0 skipped ********* Finished testing of tst_QQmlProfilerService ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qqmlprofilerservice: 1 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00484/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz Tested changes (refs/builds/stable_1367343591): http://codereview.qt-project.org/54444 [PS3] - QmlProfiler: SceneGraph profiling From ci-noreply at qt-project.org Tue Apr 30 20:46:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 21:46:30 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_184630_003835.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T18:44:30Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 2 seconds From ci-noreply at qt-project.org Tue Apr 30 20:49:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 21:49:41 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_184941_025628.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T18:47:42Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 4 seconds From ci-noreply at qt-project.org Tue Apr 30 20:52:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 21:52:50 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_185250_057844.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T18:50:50Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 8 seconds From ci-noreply at qt-project.org Tue Apr 30 20:56:07 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 21:56:07 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_185607_010270.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T18:54:07Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 16 seconds From ci-noreply at qt-project.org Tue Apr 30 20:59:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 21:59:30 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_185930_012588.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T18:57:31Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 32 seconds From ci-noreply at qt-project.org Tue Apr 30 21:03:16 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:03:16 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_190316_025986.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T19:01:16Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 64 seconds From ci-noreply at qt-project.org Tue Apr 30 21:07:28 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:07:28 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_190728_087259.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T19:05:28Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 128 seconds From ci-noreply at qt-project.org Tue Apr 30 21:12:36 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:12:36 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable Message-ID: <20130430_191236_043041.ci-noreply@qt-project.org> Autotests `tst_qdeclarativeimage' and `tst_qtableview' failed :( Testing tst_qdeclarativeimage FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] Totals: 55 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_qdeclarativeimage ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_qdeclarativeimage::initTestCase() PASS : tst_qdeclarativeimage::noSource() PASS : tst_qdeclarativeimage::imageSource(local) PASS : tst_qdeclarativeimage::imageSource(local no cache) PASS : tst_qdeclarativeimage::imageSource(local async) PASS : tst_qdeclarativeimage::imageSource(local not found) PASS : tst_qdeclarativeimage::imageSource(local async not found) PASS : tst_qdeclarativeimage::imageSource(remote) PASS : tst_qdeclarativeimage::imageSource(remote redirected) PASS : tst_qdeclarativeimage::imageSource(remote not found) PASS : tst_qdeclarativeimage::clearSource() PASS : tst_qdeclarativeimage::resized() PASS : tst_qdeclarativeimage::preserveAspectRatio() PASS : tst_qdeclarativeimage::smooth() PASS : tst_qdeclarativeimage::mirror(Stretch) PASS : tst_qdeclarativeimage::mirror(PreserveAspectFit) PASS : tst_qdeclarativeimage::mirror(PreserveAspectCrop) PASS : tst_qdeclarativeimage::mirror(Tile) PASS : tst_qdeclarativeimage::mirror(TileVertically) PASS : tst_qdeclarativeimage::mirror(TileHorizontally) SKIP : tst_qdeclarativeimage::svg() No image reader for SVG Loc: [tst_qdeclarativeimage.cpp(378)] PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectFit explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit height 400) PASS : tst_qdeclarativeimage::geometry(PreserveAspectCrop explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Stretch) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300) PASS : tst_qdeclarativeimage::geometry(Stretch explicit height 400) PASS : tst_qdeclarativeimage::geometry(Stretch explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(Tile) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300) PASS : tst_qdeclarativeimage::geometry(Tile explicit height 400) PASS : tst_qdeclarativeimage::geometry(Tile explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileVertically explicit width 300, height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit height 400) PASS : tst_qdeclarativeimage::geometry(TileHorizontally explicit width 300, height 400) PASS : tst_qdeclarativeimage::big() PASS : tst_qdeclarativeimage::tiling_QTBUG_6716() FAIL! : tst_qdeclarativeimage::noLoading() Compared values are not the same Actual (progressSpy.count()): 3 Expected (2): 2 Loc: [tst_qdeclarativeimage.cpp(578)] PASS : tst_qdeclarativeimage::paintedWidthHeight() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_14303() PASS : tst_qdeclarativeimage::sourceSize_QTBUG_16389() PASS : tst_qdeclarativeimage::nullPixmapPaint() PASS : tst_qdeclarativeimage::resetSourceSize() PASS : tst_qdeclarativeimage::testQtQuick11Attributes(mirror) PASS : tst_qdeclarativeimage::testQtQuick11Attributes(cache) PASS : tst_qdeclarativeimage::readerCrash_QTBUG_22125() PASS : tst_qdeclarativeimage::cleanupTestCase() Totals: 55 passed, 1 failed, 1 skipped ********* Finished testing of tst_qdeclarativeimage ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qdeclarativeimage: 21 seconds, exit code 1 Testing tst_QTableView FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(709)] Totals: 241 passed, 1 failed, 1 skipped QtQA::App::TestRunner: test failed, running again to see if it is flaky... ********* Start testing of tst_QTableView ********* Config: Using QTest library 5.1.0, Qt 5.1.0 PASS : tst_QTableView::initTestCase() PASS : tst_QTableView::getSetCheck() PASS : tst_QTableView::noDelegate() PASS : tst_QTableView::noModel() PASS : tst_QTableView::emptyModel() PASS : tst_QTableView::removeRows(2x2) PASS : tst_QTableView::removeRows(10x10) PASS : tst_QTableView::removeColumns(2x2) PASS : tst_QTableView::removeColumns(10x10) FAIL! : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. () Loc: [tst_qtableview.cpp(709)] PASS : tst_QTableView::keyboardNavigation(no tab) PASS : tst_QTableView::headerSections() PASS : tst_QTableView::moveCursor(MoveRight (0,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,0)) PASS : tst_QTableView::moveCursor(MoveRight (3,3)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext (0,0)) PASS : tst_QTableView::moveCursor(MoveNext (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (0,3)) PASS : tst_QTableView::moveCursor(MoveNext, wrap (3,3)) PASS : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2)) PASS : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft (0,0)) PASS : tst_QTableView::moveCursor(MoveLeft (0,3)) PASS : tst_QTableView::moveCursor(MoveLeft (1,0)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2)) PASS : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious (0,3)) PASS : tst_QTableView::moveCursor(MovePrevious (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap (1,0)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0)) PASS : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2)) PASS : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1)) PASS : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2)) PASS : tst_QTableView::moveCursor(MoveDown (0,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,0)) PASS : tst_QTableView::moveCursor(MoveDown (3,3)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0)) PASS : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (0,0)) PASS : tst_QTableView::moveCursor(MoveUp (3, 0)) PASS : tst_QTableView::moveCursor(MoveUp (0,1)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0)) PASS : tst_QTableView::moveCursor(MoveUp, hidden row (1,0)) PASS : tst_QTableView::moveCursor(MoveHome (0,0)) PASS : tst_QTableView::moveCursor(MoveHome (3,3)) PASS : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0)) PASS : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (0,0)) PASS : tst_QTableView::moveCursor(MovePageUp (3,3)) PASS : tst_QTableView::moveCursor(MovePageDown (3, 3)) PASS : tst_QTableView::moveCursor(MovePageDown (0, 3)) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden) PASS : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled) PASS : tst_QTableView::moveCursorStrikesBack(Move through span right) PASS : tst_QTableView::moveCursorStrikesBack(Move through span left) PASS : tst_QTableView::moveCursorStrikesBack(Move through span down) PASS : tst_QTableView::moveCursorStrikesBack(Move through span up) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL) PASS : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL) PASS : tst_QTableView::hideRows(show row 0, hide row 3, no span) PASS : tst_QTableView::hideRows(show row 0, hide row 3, span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, no span) PASS : tst_QTableView::hideColumns(show col 0, hide col 3, span) PASS : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select) PASS : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select) PASS : tst_QTableView::selectRow(SingleSelection and SelectItems) PASS : tst_QTableView::selectRow(SingleSelection and SelectRows) PASS : tst_QTableView::selectRow(SingleSelection and SelectColumns) PASS : tst_QTableView::selectRow(MultiSelection and SelectItems) PASS : tst_QTableView::selectRow(MultiSelection and SelectRows) PASS : tst_QTableView::selectRow(MultiSelection and SelectColumns) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectRow(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectRow(ContiguousSelection and SelectColumns) PASS : tst_QTableView::selectColumn(SingleSelection and SelectItems) PASS : tst_QTableView::selectColumn(SingleSelection and SelectRows) PASS : tst_QTableView::selectColumn(SingleSelection and SelectColumns) PASS : tst_QTableView::selectColumn(MultiSelection and SelectItems) PASS : tst_QTableView::selectColumn(MultiSelection and SelectRows) PASS : tst_QTableView::selectColumn(MultiSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectItems) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectRows) PASS : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectItems) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectRows) PASS : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns) PASS : tst_QTableView::visualRect((0,0)) PASS : tst_QTableView::visualRect((0,0) hidden row) PASS : tst_QTableView::visualRect((0,0) hidden column) PASS : tst_QTableView::visualRect((0,0) hidden row and column) PASS : tst_QTableView::visualRect((0,0) out of bounds) PASS : tst_QTableView::visualRect((5,5), hidden row) PASS : tst_QTableView::visualRect((9,9)) PASS : tst_QTableView::fetchMore() PASS : tst_QTableView::setHeaders() PASS : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) PASS : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per item 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5) PASS : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0) PASS : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5) PASS : tst_QTableView::rowAt(row at 100) PASS : tst_QTableView::rowAt(row at 180) PASS : tst_QTableView::rowAt(row at 20) PASS : tst_QTableView::rowHeight(increasing) PASS : tst_QTableView::rowHeight(decreasing) PASS : tst_QTableView::rowHeight(random) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per item 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5) PASS : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0) PASS : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5) PASS : tst_QTableView::columnAt(column at 100) PASS : tst_QTableView::columnAt(column at 180) PASS : tst_QTableView::columnAt(column at 20) PASS : tst_QTableView::columnWidth(increasing) PASS : tst_QTableView::columnWidth(decreasing) PASS : tst_QTableView::columnWidth(random) PASS : tst_QTableView::hiddenRow(first hidden) PASS : tst_QTableView::hiddenRow(last hidden) PASS : tst_QTableView::hiddenRow(none hidden) PASS : tst_QTableView::hiddenRow(all hidden) PASS : tst_QTableView::hiddenColumn(first hidden) PASS : tst_QTableView::hiddenColumn(last hidden) PASS : tst_QTableView::hiddenColumn(none hidden) PASS : tst_QTableView::hiddenColumn(all hidden) PASS : tst_QTableView::sortingEnabled() QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QWARN : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QWARN : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added PASS : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) PASS : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20)) PASS : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20)) PASS : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20)) PASS : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20)) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(top left 1x2) PASS : tst_QTableView::span(top left 2x1) PASS : tst_QTableView::span(invalid 2x2) PASS : tst_QTableView::span(top left 2x2) PASS : tst_QTableView::span(bottom right 2x2) PASS : tst_QTableView::span(invalid span 2x2) PASS : tst_QTableView::span(invalid span 3x3) PASS : tst_QTableView::spans(1x3 span, query 3,0) PASS : tst_QTableView::spans(1x3 span, query 3,1) PASS : tst_QTableView::spans(1x3 span, query 3,2) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0) PASS : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0) PASS : tst_QTableView::spans(how to order spans (1,1)) PASS : tst_QTableView::spans(how to order spans (2,1)) PASS : tst_QTableView::spans(how to order spans (3,1)) PASS : tst_QTableView::spans(how to order spans (1,2)) PASS : tst_QTableView::spans(how to order spans (2,2)) PASS : tst_QTableView::spans(spans with hidden rows) PASS : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.) PASS : tst_QTableView::spans(QTBUG-9631: remove one span) PASS : tst_QTableView::spansAfterRowInsertion() PASS : tst_QTableView::spansAfterColumnInsertion() PASS : tst_QTableView::spansAfterRowRemoval() PASS : tst_QTableView::spansAfterColumnRemoval() PASS : tst_QTableView::checkHeaderReset() PASS : tst_QTableView::checkHeaderMinSize() PASS : tst_QTableView::resizeToContents() SKIP : tst_QTableView::tabFocus() This test requires full keyboard control to be enabled. Loc: [tst_qtableview.cpp(3355)] PASS : tst_QTableView::bigModel() PASS : tst_QTableView::selectionSignal() PASS : tst_QTableView::setCurrentIndex() PASS : tst_QTableView::task173773_updateVerticalHeader() PASS : tst_QTableView::task227953_setRootIndex() PASS : tst_QTableView::task240266_veryBigColumn() PASS : tst_QTableView::task248688_autoScrollNavigation() PASS : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections() PASS : tst_QTableView::task191545_dragSelectRows() PASS : tst_QTableView::taskQTBUG_5062_spansInconsistency() PASS : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel() PASS : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader() PASS : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason() PASS : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection() PASS : tst_QTableView::taskQTBUG_8777_scrollToSpans() PASS : tst_QTableView::taskQTBUG_10169_sizeHintForRow() PASS : tst_QTableView::taskQTBUG_30653_doItemsLayout() PASS : tst_QTableView::mouseWheel(scroll up per item) PASS : tst_QTableView::mouseWheel(scroll down per item) PASS : tst_QTableView::mouseWheel(scroll down per pixel) PASS : tst_QTableView::addColumnWhileEditing() PASS : tst_QTableView::task234926_setHeaderSorting() PASS : tst_QTableView::changeHeaderData() PASS : tst_QTableView::viewOptions() PASS : tst_QTableView::cleanupTestCase() Totals: 241 passed, 1 failed, 1 skipped ********* Finished testing of tst_QTableView ********* QtQA::App::TestRunner: test failure could be reproduced twice consecutively QtQA::App::TestRunner: end tst_qtableview: 35 seconds, exit code 1 Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00222/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz Tested changes (refs/builds/stable_1367329961): http://codereview.qt-project.org/41549 [PS4] - use relative submodule specs http://codereview.qt-project.org/55050 [PS1] - renamed qtwebkit-examples-and-demos => qtwebkit-examples From ci-noreply at qt-project.org Tue Apr 30 21:12:43 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:12:43 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_191243_025684.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T19:10:43Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , retry in 256 seconds From ci-noreply at qt-project.org Tue Apr 30 21:20:09 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:20:09 +0300 Subject: [Ci-reports] Problems... Message-ID: <20130430_192009_057241.ci-noreply@qt-project.org> Some problems occurred recently... 2013-04-30T19:18:10Z: [QtBase_dev_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [dev] [--build-id] [refs/builds/dev_1367340003] [--project] [qt/qtbase] [--result] [pass] [--message] [-] exited with status 256 at /usr/lib/perl5/Coro/AnyEvent.pm line 362. stderr: Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) Change not in INTEGRATING state (I9513e295e276d25ff2068036cd80dbf91314fe84) , occurred repeatedly. 2013-04-30T19:18:10Z: [QtBase_dev_Integration error] Suspending for investigation; to resume: kill -USR2 7858 From ci-noreply at qt-project.org Tue Apr 30 21:27:50 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:27:50 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_192750_050806.ci-noreply@qt-project.org> QtBase_stable_Integration #1042: SUCCESS Tested changes (refs/builds/stable_1367342719): http://codereview.qt-project.org/55106 [PS2] - Cocoa: Port QCocoaTheme::fileIconPixmap() to Cocoa From ci-noreply at qt-project.org Tue Apr 30 21:28:05 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 22:28:05 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130430_192805_044928.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #30: SUCCESS Tested changes (refs/builds/stable_1367349134): http://codereview.qt-project.org/55115 [PS1] - Eliminate the blocking terminal example notes as it still does not exist From ci-noreply at qt-project.org Tue Apr 30 22:06:04 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 23:06:04 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtserialport#stable Message-ID: <20130430_200604_099419.ci-noreply@qt-project.org> QtSerialPort_stable_Integration #31: SUCCESS Tested changes (refs/builds/stable_1367351432): http://codereview.qt-project.org/55124 [PS2] - Revert "Refactor the Windows port enumeration from GUID classes to devinterfaces" From ci-noreply at qt-project.org Tue Apr 30 22:41:30 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Tue, 30 Apr 2013 23:41:30 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable Message-ID: <20130430_204130_052467.ci-noreply@qt-project.org> QtBase_stable_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #1043: FAILURE Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01043/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/stable_1367350204): http://codereview.qt-project.org/54258 [PS9] - Make it possible to bundle Qt libraries in Android apk http://codereview.qt-project.org/54846 [PS8] - Enable bundling Qt in Android package in build system http://codereview.qt-project.org/55064 [PS1] - iOS: Don't pretend like our OpenGL context is single-buffered http://codereview.qt-project.org/55081 [PS1] - iOS: Don't use -1 as magic value for UIDeviceOrientationFaceUp/Down From ci-noreply at qt-project.org Tue Apr 30 23:16:41 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 1 May 2013 00:16:41 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtsvg#dev Message-ID: <20130430_211641_079234.ci-noreply@qt-project.org> QtSvg_dev_Integration #29: SUCCESS Tested changes (refs/builds/dev_1367355560): http://codereview.qt-project.org/54992 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 23:16:59 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 1 May 2013 00:16:59 +0300 Subject: [Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdoc#dev Message-ID: <20130430_211659_006343.ci-noreply@qt-project.org> QtDoc_dev_Integration » win64-msvc2012_developer-build_qtnamespace_Windows_8 #23: FAILURE Build log: http://testresults.qt-project.org/ci/QtDoc_dev_Integration/build_00023/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1367355389): http://codereview.qt-project.org/54991 [PS1] - Merge remote-tracking branch 'origin/stable' into dev From ci-noreply at qt-project.org Tue Apr 30 23:53:38 2013 From: ci-noreply at qt-project.org (Qt Continuous Integration System) Date: Wed, 1 May 2013 00:53:38 +0300 Subject: [Ci-reports] pass on ssh://codereview.qt-project.org:29418/qt/qtdoc#dev Message-ID: <20130430_215338_077298.ci-noreply@qt-project.org> QtDoc_dev_Integration #24: SUCCESS Tested changes (refs/builds/dev_1367357168): http://codereview.qt-project.org/54991 [PS1] - Merge remote-tracking branch 'origin/stable' into dev