Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
4.7.3
-
None
Description
qdeclarativedebugclient and qdeclarativedebugserver tests fail on the CI system with this error:
tst_qdeclarativedebugclient::initTestCase (win32-msvc2008_windows_xp) E:\pulse\work\103436\tests\auto\declarative\qdeclarativedebugclient\tst_qdeclarativedebugclient.cpp:93 'QDeclarativeDebugService::hasDebuggingClient()' returned FALSE. () ===================================================================== tst_qdeclarativedebugservice::initTestCase (win32-msvc2008_windows_xp) E:\pulse\work\103436\tests\auto\declarative\qdeclarativedebugservice\tst_qdeclarativedebugservice.cpp:92 'QDeclarativeDebugService::hasDebuggingClient()' returned FALSE. ()
On my machine they failed with:
********* Start testing of tst_QDeclarativeDebugClient ********* Config: Using QTest library 4.7.2, Qt 4.7.2 QWARN : tst_QDeclarativeDebugClient::initTestCase() QDeclarativeDebugServer: Unable to listen on port 3770 QFATAL : tst_QDeclarativeDebugClient::initTestCase() ASSERT: "ok" in file tst_qdeclarativedebugclient.cpp, line 91 FAIL! : tst_QDeclarativeDebugClient::initTestCase() Received a fatal error. Unknown file(0) : failure location Totals: 0 passed, 1 failed, 0 skipped ********* Finished testing of tst_QDeclarativeDebugClient *********
Changing the port to 13770 makes them pass on my machine, but the failure on the CI machine remains.
Attachments
Issue Links
- depends on
-
QTBUG-17360 Make sure $QTDIR/plugins/qmldebugging/tcpserver.dll is found in windows release builds
- Closed