Re: [Interest] running unit tests that use QWidgets no longer works over ssh on osx with QT5

2014-02-19 Thread Teemu Patja
The slave was not headless after all. The problem was that the WindowServer was running with a different user id that the jenkins slave java process. Thanks for the help. On Tue, Feb 18, 2014 at 10:23 PM, Thiago Macieira thiago.macie...@intel.com wrote: Em ter 18 fev 2014, às 19:52:18, Teemu

[Interest] running unit tests that use QWidgets no longer works over ssh on osx with QT5

2014-02-18 Thread Teemu patja
Hi, We have a bunch of unit tests written using QTestLib. Some tests use classes like QAction and QMenu, but never draw anything to the screen or access the clipboard. Those classes require us to instatiate a QApplication instead of a QCoreApplication in the test runner. The tests are run on a

Re: [Interest] running unit tests that use QWidgets no longer works over ssh on osx with QT5

2014-02-18 Thread Teemu Patja
. Thanks. On Tue, Feb 18, 2014 at 6:50 PM, Thiago Macieira thiago.macie...@intel.comwrote: Em ter 18 fev 2014, às 12:21:13, Teemu patja escreveu: Has the QT project solved the above problem in the QT CI system? The tests are not run via SSH and the OS X servers are not headless. -- Thiago