[Ci-reports] fail on QtDeclarative_dev_Integration #1146

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Feb 3 14:36:01 CET 2014


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::continueDebugging() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [tst_qqmldebugjs.cpp(1335)]
  Totals: 23 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 QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QQmlDebugJS::initTestCase()
  PASS   : tst_QQmlDebugJS::connect()
  PASS   : tst_QQmlDebugJS::interrupt()
  PASS   : tst_QQmlDebugJS::getVersion()
  PASS   : tst_QQmlDebugJS::disconnect()
  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(1031)]
  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(1053)]
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptThatQuits()
  PASS   : tst_QQmlDebugJS::clearBreakpoint()
  PASS   : tst_QQmlDebugJS::setExceptionBreak()
  PASS   : tst_QQmlDebugJS::stepNext()
  QWARN  : tst_QQmlDebugJS::stepIn() waitForSignal 2stopped() timed out after 5000 ms
  FAIL!  : tst_QQmlDebugJS::stepIn() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [tst_qqmldebugjs.cpp(1286)]
  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...
  "
  QWARN  : tst_QQmlDebugJS::stepOut() waitForSignal 2stopped() timed out after 5000 ms
  FAIL!  : tst_QQmlDebugJS::stepOut() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [tst_qqmldebugjs.cpp(1310)]
  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::getScripts()
  PASS   : tst_QQmlDebugJS::cleanupTestCase()
  Totals: 22 passed, 2 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 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_qqmldebugjs: 21 seconds, exit code 2

  Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_01146/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1391433891):
    http://codereview.qt-project.org/77173 [PS2] - Fix nasty bug in property cache leading to inaccessible signal parameters
    http://codereview.qt-project.org/77172 [PS2] - [new compiler] Propagate JS code gen errors
    http://codereview.qt-project.org/77171 [PS1] - [new compiler] Fix error reporting for invalid regexp property assignments
    http://codereview.qt-project.org/77167 [PS1] - [new compiler] Fix context sharing for imported JS files that have no import themselves
    http://codereview.qt-project.org/77156 [PS1] - [new compiler] Fix sanity checking of parameter names when connecting to C++ signals
    http://codereview.qt-project.org/77135 [PS1] - [new compiler] Fix revisioning
    http://codereview.qt-project.org/77133 [PS1] - [new compiler] Allow function calls during initial binding evaluations and signal handlers
    http://codereview.qt-project.org/77125 [PS2] - [new compiler] Fix error message about final property overrides
    http://codereview.qt-project.org/77083 [PS2] - [new compiler] Fix error messages when trying to create invalid property interceptors
    http://codereview.qt-project.org/77080 [PS2] - [new compiler] Fix error message when assigning lists to singular properties
    http://codereview.qt-project.org/77076 [PS2] - [new compiler] Don't allow setting the id property multiple times
    http://codereview.qt-project.org/77074 [PS2] - [new compiler] Fix error messages for binding vs. property declarations
    http://codereview.qt-project.org/77073 [PS1] - [new compiler] Cleanups
    http://codereview.qt-project.org/77072 [PS1] - [new compiler] Fix invalid id error messaging for empty IDs
    http://codereview.qt-project.org/77050 [PS1] - [new compiler] Try to resolve qualified enums at type compile time
    http://codereview.qt-project.org/77036 [PS1] - [new compiler] Fix location reported on function declaration errors
    http://codereview.qt-project.org/77035 [PS1] - [new compiler] Fix datetime property conversion to match 5.1/5.2 behavior
    http://codereview.qt-project.org/77034 [PS1] - [new compiler] Fix signal handlers that are fuzzily matched
    http://codereview.qt-project.org/77002 [PS1] - [new compiler] Fix location when reporting signal declaration errors
    http://codereview.qt-project.org/76995 [PS1] - [new compiler] Fix signal handler parameters for overloaded signals
    http://codereview.qt-project.org/76948 [PS1] - [new compiler] Add support for signal handler objects
    http://codereview.qt-project.org/76841 [PS1] - [new compiler] Fix property declarations inside group properties
    http://codereview.qt-project.org/76840 [PS1] - [new compiler] Fix location of errors in group property objects
    http://codereview.qt-project.org/76839 [PS1] - [new compiler] Fix recursive property validation across component boundaries



More information about the Ci-reports mailing list