[Ci-reports] fail on QtDeclarative_stable_Integration #1835

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Mar 6 09:59:49 CET 2014


qtdeclarative failed to compile :(

  compiling tst_qv4debugger.cpp
  tst_qv4debugger.cpp:237:11: error: 'ExecutionState' is not a member of 'TestNamespace::QV4::Debugging::Debugger'
  tst_qv4debugger.cpp:237:11: error: 'ExecutionState' is not a member of 'TestNamespace::QV4::Debugging::Debugger'
  tst_qv4debugger.cpp:237:35: error: template argument 1 is invalid
  tst_qv4debugger.cpp: In member function 'virtual void TestAgent::debuggerPaused(TestNamespace::QV4::Debugging::Debugger*, TestNamespace::QV4::Debugging::PauseReason)':
  tst_qv4debugger.cpp:179:41: error: 'class TestNamespace::QV4::Debugging::Debugger' has no member named 'currentExecutionState'
  tst_qv4debugger.cpp: In member function 'void tst_qv4debugger::pendingBreakpoint()':
  tst_qv4debugger.cpp:339:67: error: request for member 'count' in '((tst_qv4debugger*)this)->tst_qv4debugger::m_debuggerAgent->TestAgent::m_statesWhenPaused', which is of non-class type 'int'
  tst_qv4debugger.cpp:340:5: error: 'ExecutionState' is not a member of 'TestNamespace::QV4::Debugging::Debugger'
  tst_qv4debugger.cpp:340:46: error: expected ';' before 'state'
  tst_qv4debugger.cpp:341:31: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp:342:31: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp: In member function 'void tst_qv4debugger::liveBreakPoint()':
  tst_qv4debugger.cpp:355:67: error: request for member 'count' in '((tst_qv4debugger*)this)->tst_qv4debugger::m_debuggerAgent->TestAgent::m_statesWhenPaused', which is of non-class type 'int'
  tst_qv4debugger.cpp:356:5: error: 'ExecutionState' is not a member of 'TestNamespace::QV4::Debugging::Debugger'
  tst_qv4debugger.cpp:356:46: error: expected ';' before 'state'
  tst_qv4debugger.cpp:357:31: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp:358:31: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp: In member function 'void tst_qv4debugger::addBreakPointWhilePaused()':
  tst_qv4debugger.cpp:383:67: error: request for member 'count' in '((tst_qv4debugger*)this)->tst_qv4debugger::m_debuggerAgent->TestAgent::m_statesWhenPaused', which is of non-class type 'int'
  tst_qv4debugger.cpp:385:5: error: 'ExecutionState' is not a member of 'TestNamespace::QV4::Debugging::Debugger'
  tst_qv4debugger.cpp:385:46: error: expected ';' before 'state'
  tst_qv4debugger.cpp:386:31: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp:387:31: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp:389:5: error: 'state' was not declared in this scope
  tst_qv4debugger.cpp:389:49: error: request for member 'at' in '((tst_qv4debugger*)this)->tst_qv4debugger::m_debuggerAgent->TestAgent::m_statesWhenPaused', which is of non-class type 'int'
  make[5]: *** [.obj/tst_qv4debugger.o] Error 1
  make[4]: *** [sub-qv4debugger-make_first] Error 2
  make[3]: *** [sub-qml-make_first] Error 2
  make[2]: *** [sub-auto-make_first] Error 2
  make[1]: *** [sub-tests-make_first] Error 2
  make: *** [module-qtdeclarative] Error 2

  Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01835/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/stable_1394095875):
    http://codereview.qt-project.org/80034 [PS2] - Move some methods from ExecutionContext to CallContext
    http://codereview.qt-project.org/79938 [PS5] - Better way of retrieving the prototype property for FunctionObjects
    http://codereview.qt-project.org/79861 [PS4] - Remove the name member of FunctionObject
    http://codereview.qt-project.org/79802 [PS7] - Reduce memory consumption of FunctionObject
    http://codereview.qt-project.org/79801 [PS6] - Remove unused entries in CompiledData
    http://codereview.qt-project.org/80068 [PS1] - Fix test failure in qqmldebugjs autotest
    http://codereview.qt-project.org/79829 [PS4] - Fixes to breakpoint handling
    http://codereview.qt-project.org/79730 [PS4] - Add a Line instruction to the interpreter
    http://codereview.qt-project.org/79724 [PS4] - Simplify our breakpoint handling



More information about the Ci-reports mailing list