Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-27890

Fix testcases failing in virtualized Mac 10.7

    XMLWordPrintable

Details

    • macOS
    • 46e758e985798ca659c79d39683ab000cf870354 06b6061b43a866d100c922f918c3b118a14dfaee 40ebc1d909d69fffbf69cf2c2317f04a823e837e

    Description

      Following testcases fail on virtual Mac 10.7. These need to disabled if we want to have more capacity in CI for branch testing.

      tst_QFileSystemModel
      tst_QQuickGridView
      tst_TouchMouse

      Tests run in development jenkins, so no public logs available.

      18:06:55 PASS   : tst_QFileSystemModel::naturalCompare(prefix=, postfix=y, num=0, i=11, test=just text)
      18:06:55 QtQA::App::TestRunner: Timed out after 450 seconds
      18:06:55 QtQA::App::TestRunner: unable to kill subprocess 93282no return status from subprocess
      18:06:55 QtQA::App::TestRunner: Process exited due to signal 127; dumped core
      18:06:55 QtQA::App::TestRunner: ============================= crash report follows: ============================
      18:06:55 QtQA::App::TestRunner: Process:         tst_qfilesystemmodel [93282]
      18:06:55 QtQA::App::TestRunner: Path:            /work/*/tst_qfilesystemmodel.app/Contents/MacOS/tst_qfilesystemmodel
      18:06:55 QtQA::App::TestRunner: Identifier:      com.yourcompany.tst_qfilesystemmodel
      18:06:55 QtQA::App::TestRunner: Version:         ??? (???)
      18:06:55 QtQA::App::TestRunner: Code Type:       X86-64 (Native)
      18:06:55 QtQA::App::TestRunner: Parent Process:  perl5.12 [85440]
      18:06:55 QtQA::App::TestRunner: 
      18:06:55 QtQA::App::TestRunner: Date/Time:       2012-11-07 18:06:53.869 +0200
      18:06:55 QtQA::App::TestRunner: OS Version:      Mac OS X 10.7 (11A511)
      18:06:55 QtQA::App::TestRunner: Report Version:  9
      18:06:55 QtQA::App::TestRunner: 
      18:06:55 QtQA::App::TestRunner: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
      18:06:55 QtQA::App::TestRunner: 
      18:06:55 QtQA::App::TestRunner: Exception Type:  EXC_CRASH (SIGABRT)
      18:06:55 QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000
      18:06:55 QtQA::App::TestRunner: 
      18:06:55 QtQA::App::TestRunner: Application Specific Information:
      18:06:55 QtQA::App::TestRunner: objc[93282]: garbage collection is OFF
      18:06:55 QtQA::App::TestRunner: abort() called
      18:06:55 QtQA::App::TestRunner: 
      18:06:55 QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
      18:06:55 QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff853ecce2 __pthread_kill + 10
      18:06:55 QtQA::App::TestRunner: 1   libsystem_c.dylib             	0x00007fff8bea07d2 pthread_kill + 95
      18:06:55 QtQA::App::TestRunner: 2   libsystem_c.dylib             	0x00007fff8be91a7a abort + 143
      18:06:55 QtQA::App::TestRunner: 3   QtCore                        	0x0000000100b1ddb9 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9
      18:06:55 QtQA::App::TestRunner: 4   QtCore                        	0x0000000100b1e325 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165
      18:06:55 QtQA::App::TestRunner: 5   QtTest                        	0x000000010104a43d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77
      18:06:55 QtQA::App::TestRunner: 6   libsystem_c.dylib             	0x00007fff8bef2cfa _sigtramp + 26
      18:06:55 QtQA::App::TestRunner: 7   libsystem_kernel.dylib        	0x00007fff853ecbca __psynch_cvwait + 10
      18:06:55 QtQA::App::TestRunner: 8   libsystem_c.dylib             	0x00007fff8bea2274 _pthread_cond_wait + 840
      18:06:55 QtQA::App::TestRunner: 9   QtCore                        	0x0000000100b2dfc6 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 198
      18:06:55 QtQA::App::TestRunner: 10  QtCore                        	0x0000000100b2ddec TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172
      18:06:55 QtQA::App::TestRunner: 11  QtCore                        	0x0000000100b2d83d TestNamespace::QThread::wait(unsigned long) + 285
      18:06:55 QtQA::App::TestRunner: 12  QtWidgets                     	0x000000010025fb12 TestNamespace::QFileInfoGatherer::~QFileInfoGatherer() + 66
      18:06:55 QtQA::App::TestRunner: 13  QtWidgets                     	0x000000010025f617 TestNamespace::QFileSystemModelPrivate::~QFileSystemModelPrivate() + 375
      18:06:55 QtQA::App::TestRunner: 14  QtWidgets                     	0x000000010025f491 TestNamespace::QFileSystemModelPrivate::~QFileSystemModelPrivate() + 17
      18:06:55 QtQA::App::TestRunner: 15  QtCore                        	0x0000000100cc79d7 TestNamespace::QObject::~QObject() + 1671
      18:06:55 QtQA::App::TestRunner: 16  QtWidgets                     	0x00000001002530b1 TestNamespace::QFileSystemModel::~QFileSystemModel() + 17
      18:06:55 QtQA::App::TestRunner: 17  com.yourcompany.tst_qfilesystemmodel	0x0000000100003ce6 tst_QFileSystemModel::cleanup() + 38
      18:06:55 QtQA::App::TestRunner: 18  com.yourcompany.tst_qfilesystemmodel	0x0000000100022f1a tst_QFileSystemModel::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 58
      18:06:55 QtQA::App::TestRunner: 19  QtCore                        	0x0000000100cab27c 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
      18:06:55 QtQA::App::TestRunner: 20  QtTest                        	0x000000010104d950 _ZN13TestNamespace5QTestL12invokeMethodEPNS_7QObjectEPKc + 496
      18:06:55 QtQA::App::TestRunner: 21  QtTest                        	0x000000010104df56 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1526
      18:06:55 QtQA::App::TestRunner: 22  QtTest                        	0x000000010104ad52 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682
      18:06:55 QtQA::App::TestRunner: 23  com.yourcompany.tst_qfilesystemmodel	0x0000000100022e9b main + 75
      18:06:55 QtQA::App::TestRunner: 24  com.yourcompany.tst_qfilesystemmodel	0x0000000100003b44 start + 52
      
      18:36:57 Testing tst_QQuickGridView
      18:37:31 FAIL!  : tst_QQuickGridView::resizeGrid(LeftToRight, LtR, TtB) Compared values are not the same
      18:37:31    Actual   (QQuickItemPrivate::get(gridview)->polishScheduled): 1
      18:37:31    Expected (false): 0
      18:37:31    Loc: [tst_qquickgridview.cpp(3726)]
      18:37:39 FAIL!  : tst_QQuickGridView::resizeGrid(TopToBottom, LtR, TtB) Compared values are not the same
      18:37:39    Actual   (QQuickItemPrivate::get(gridview)->polishScheduled): 1
      18:37:39    Expected (false): 0
      18:37:39    Loc: [tst_qquickgridview.cpp(3726)]
      18:37:45 FAIL!  : tst_QQuickGridView::resizeGrid(TopToBottom, LtR, BtT) Compared values are not the same
      18:37:45    Actual   (QQuickItemPrivate::get(gridview)->polishScheduled): 1
      18:37:45    Expected (false): 0
      18:37:45    Loc: [tst_qquickgridview.cpp(3726)]
      18:39:39 Totals: 846 passed, 3 failed, 0 skipped
      
      18:06:27 ********* Start testing of tst_TouchMouse *********
      18:06:27 Config: Using QTest library 5.0.0, Qt 5.0.0
      18:06:27 PASS   : tst_TouchMouse::initTestCase()
      18:06:27 PASS   : tst_TouchMouse::simpleTouchEvent()
      18:06:27 PASS   : tst_TouchMouse::eventFilter()
      18:06:27 PASS   : tst_TouchMouse::mouse()
      18:06:27 PASS   : tst_TouchMouse::touchOverMouse()
      18:06:27 PASS   : tst_TouchMouse::mouseOverTouch()
      18:06:27 PASS   : tst_TouchMouse::buttonOnFlickable()
      18:06:27 QDEBUG : tst_TouchMouse::buttonOnTouch() Button scale:  1 
      18:06:27 QDEBUG : tst_TouchMouse::buttonOnTouch() Button scale:  1 
      18:06:27 QDEBUG : tst_TouchMouse::buttonOnTouch() Button scale:  1 
      18:06:27 QDEBUG : tst_TouchMouse::buttonOnTouch() 1 
      18:06:27 QDEBUG : tst_TouchMouse::buttonOnTouch() 1 
      18:06:27 QDEBUG : tst_TouchMouse::buttonOnTouch() 1 
      18:06:27 PASS   : tst_TouchMouse::buttonOnTouch()
      18:06:27 PASS   : tst_TouchMouse::pinchOnFlickable()
      18:06:27 QDEBUG : tst_TouchMouse::flickableOnPinch() Pos:  QPointF(200, 200) 
      18:06:27 PASS   : tst_TouchMouse::flickableOnPinch()
      18:06:27 QDEBUG : tst_TouchMouse::mouseOnFlickableOnPinch() Pos:  QPointF(200, 200) 
      18:06:27 QDEBUG : tst_TouchMouse::mouseOnFlickableOnPinch() Mouse Grabber:  QQuickFlickable (this = 0x101877ed0 , name= "flickable" , parent = 0x101877bd0 , geometry = QRectF(0,0 600x600) , z = 0 )  itemForTouchPointId:  QHash((0, QQuickFlickable(this =0x101877ed0, name="flickable", parent =0x101877bd0, geometry =QRectF(0,0 600x600) , z = 0 ) ) )  
      18:06:27 PASS   : tst_TouchMouse::mouseOnFlickableOnPinch()
      18:06:27 PASS   : tst_TouchMouse::cleanupTestCase()
      18:06:27 Totals: 12 passed, 0 failed, 0 skipped
      18:06:27 ********* Finished testing of tst_TouchMouse *********
      18:06:27 QtQA::App::TestRunner: Process exited due to signal 11
      18:06:27 QtQA::App::TestRunner: ============================= crash report follows: ============================
      18:06:27 QtQA::App::TestRunner: Process:         tst_touchmouse [95154]
      18:06:27 QtQA::App::TestRunner: Path:            /work/*/tst_touchmouse
      18:06:27 QtQA::App::TestRunner: Identifier:      tst_touchmouse
      18:06:27 QtQA::App::TestRunner: Version:         ??? (???)
      18:06:27 QtQA::App::TestRunner: Code Type:       X86-64 (Native)
      18:06:27 QtQA::App::TestRunner: Parent Process:  perl5.12 [95011]
      18:06:27 QtQA::App::TestRunner: 
      18:06:27 QtQA::App::TestRunner: Date/Time:       2012-11-07 18:06:26.307 +0200
      18:06:27 QtQA::App::TestRunner: OS Version:      Mac OS X 10.7 (11A511)
      18:06:27 QtQA::App::TestRunner: Report Version:  9
      18:06:27 QtQA::App::TestRunner: 
      18:06:27 QtQA::App::TestRunner: Crashed Thread:  7  QQuickRenderThreadSingleContextWindowManager
      18:06:27 QtQA::App::TestRunner: 
      18:06:27 QtQA::App::TestRunner: Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
      18:06:27 QtQA::App::TestRunner: Exception Codes: KERN_INVALID_ADDRESS at 0x00000001c463a770
      18:06:27 QtQA::App::TestRunner: 
      18:06:27 QtQA::App::TestRunner: VM Regions Near 0x1c463a770:
      18:06:27 QtQA::App::TestRunner:     CG backing stores      00000001c444a000-00000001c45bf000 [ 1492K] rw-/rw- SM=SHM  
      18:06:27 QtQA::App::TestRunner: --> 
      18:06:27 QtQA::App::TestRunner:     CG backing stores      00000001c4728000-00000001c489d000 [ 1492K] rw-/rw- SM=SHM  
      18:06:27 QtQA::App::TestRunner: 
      18:06:27 QtQA::App::TestRunner: Application Specific Information:
      18:06:27 QtQA::App::TestRunner: objc[95154]: garbage collection is OFF
      18:06:27 QtQA::App::TestRunner: 
      18:06:27 QtQA::App::TestRunner: Thread 0:: Dispatch queue: com.apple.main-thread
      18:06:27 QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff853eb67a mach_msg_trap + 10
      18:06:27 QtQA::App::TestRunner: 1   libsystem_kernel.dylib        	0x00007fff853ead71 mach_msg + 73
      18:06:27 QtQA::App::TestRunner: 2   com.apple.CoreGraphics        	0x00007fff841cdf7b _CGSTerminateWindowList + 214
      18:06:27 QtQA::App::TestRunner: 3   com.apple.CoreGraphics        	0x00007fff841cd8a1 _CGSReleaseWindowList + 588
      18:06:27 QtQA::App::TestRunner: 4   com.apple.CoreGraphics        	0x00007fff841cd64e CGSReleaseWindow + 333
      18:06:27 QtQA::App::TestRunner: 5   GLRendererFloat               	0x0000000105ea06d6 glsReleaseDrawable + 65
      18:06:27 QtQA::App::TestRunner: 6   GLRendererFloat               	0x0000000105ea0446 glsAssignDrawable + 3962
      18:06:27 QtQA::App::TestRunner: 7   GLRendererFloat               	0x0000000105e9545e gldAttachDrawable + 185
      18:06:27 QtQA::App::TestRunner: 8   GLEngine                      	0x00000001071fb733 gliAttachDrawableWithOptions + 279
      18:06:27 QtQA::App::TestRunner: 9   com.apple.opengl              	0x00007fff869f0393 CGLClearDrawable + 186
      18:06:27 QtQA::App::TestRunner: 10  com.apple.Foundation          	0x00007fff8db0a716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
      18:06:27 QtQA::App::TestRunner: 11  com.apple.CoreFoundation      	0x00007fff8931a51a _CFXNotificationPost + 2634
      18:06:27 QtQA::App::TestRunner: 12  com.apple.Foundation          	0x00007fff8daf69cb -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
      18:06:27 QtQA::App::TestRunner: 13  com.apple.AppKit              	0x00007fff8a91f055 -[NSSurface _disposeSurface] + 153
      18:06:27 QtQA::App::TestRunner: 14  com.apple.AppKit              	0x00007fff8a91ea77 -[NSSurface setWindow:] + 58
      18:06:27 QtQA::App::TestRunner: 15  com.apple.AppKit              	0x00007fff8a9180f9 -[NSView _setWindow:] + 2170
      18:06:27 QtQA::App::TestRunner: 16  com.apple.AppKit              	0x00007fff8a918895 -[NSView removeFromSuperview] + 383
      18:06:27 QtQA::App::TestRunner: 17  com.apple.AppKit              	0x00007fff8a98465b -[NSWindow setContentView:] + 68
      18:06:27 QtQA::App::TestRunner: 18  libqcocoa.dylib               	0x0000000105194f99 TestNamespace::QCocoaWindow::~QCocoaWindow() + 57
      18:06:27 QtQA::App::TestRunner: 19  libqcocoa.dylib               	0x0000000105194f22 TestNamespace::QCocoaWindow::~QCocoaWindow() + 18
      18:06:27 QtQA::App::TestRunner: 20  QtGui                         	0x0000000100dccead TestNamespace::QWindow::destroy() + 253
      18:06:27 QtQA::App::TestRunner: 21  QtGui                         	0x0000000100dce3ae TestNamespace::QWindow::setScreen(TestNamespace::QScreen*) + 78
      18:06:27 QtQA::App::TestRunner: 22  QtGui                         	0x000000010102ff78 TestNamespace::QWindow::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 1000
      18:06:27 QtQA::App::TestRunner: 23  QtCore                        	0x0000000100a34fbe TestNamespace::QMetaObject::activate(TestNamespace::QObject*, int, int, void**) + 2638
      18:06:27 QtQA::App::TestRunner: 24  QtCore                        	0x0000000100a2d48a TestNamespace::QObject::~QObject() + 314
      18:06:27 QtQA::App::TestRunner: 25  QtGui                         	0x0000000101031cc1 TestNamespace::QScreen::~QScreen() + 17
      18:06:27 QtQA::App::TestRunner: 26  QtGui                         	0x0000000100dbd521 TestNamespace::QPlatformScreen::~QPlatformScreen() + 145
      18:06:27 QtQA::App::TestRunner: 27  libqcocoa.dylib               	0x000000010519034e TestNamespace::QCocoaScreen::~QCocoaScreen() + 142
      18:06:27 QtQA::App::TestRunner: 28  libqcocoa.dylib               	0x0000000105190282 TestNamespace::QCocoaScreen::~QCocoaScreen() + 18
      18:06:27 QtQA::App::TestRunner: 29  libqcocoa.dylib               	0x0000000105191544 TestNamespace::QCocoaIntegration::~QCocoaIntegration() + 196
      18:06:27 QtQA::App::TestRunner: 30  libqcocoa.dylib               	0x0000000105191442 TestNamespace::QCocoaIntegration::~QCocoaIntegration() + 18
      18:06:27 QtQA::App::TestRunner: 31  QtGui                         	0x0000000100dc4abe TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate() + 334
      18:06:27 QtQA::App::TestRunner: 32  QtGui                         	0x0000000100dc4951 TestNamespace::QGuiApplicationPrivate::~QGuiApplicationPrivate() + 17
      18:06:27 QtQA::App::TestRunner: 33  QtCore                        	0x0000000100a2d9d7 TestNamespace::QObject::~QObject() + 1671
      18:06:27 QtQA::App::TestRunner: 34  QtGui                         	0x0000000100dc31a9 TestNamespace::QGuiApplication::~QGuiApplication() + 361
      18:06:27 QtQA::App::TestRunner: 35  tst_touchmouse                	0x000000010000d012 main + 114
      18:06:27 QtQA::App::TestRunner: 36  tst_touchmouse                	0x0000000100004554 start + 52
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            seahumad [BB] Sergio Ahumada (Inactive)
            sapiippo Samuli Piippo
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes