[Ci-reports] fail on QtDeclarative_dev_Integration #2088

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Dec 11 12:55:11 CET 2014


Compilation failed :(

  jsruntime\qv4jsonobject.cpp(1020) : error C2039: 'heapObject' : is not a member of 'TestNamespace::QV4::Object'
          c:\work\build\qt\qtdeclarative\src\qml\jsruntime\qv4object_p.h(64) : see declaration of 'TestNamespace::QV4::Object'
  jsruntime\qv4jsonobject.cpp(1027) : error C2039: 'heapObject' : is not a member of 'TestNamespace::QV4::Object'
          c:\work\build\qt\qtdeclarative\src\qml\jsruntime\qv4object_p.h(64) : see declaration of 'TestNamespace::QV4::Object'
  jsruntime\qv4jsonobject.cpp(1042) : error C2039: 'heapObject' : is not a member of 'TestNamespace::QV4::Object'
          c:\work\build\qt\qtdeclarative\src\qml\jsruntime\qv4object_p.h(64) : see declaration of 'TestNamespace::QV4::Object'
  jsruntime\qv4jsonobject.cpp(1068) : error C2039: 'heapObject' : is not a member of 'TestNamespace::QV4::ArrayObject'
          c:\work\build\qt\qtdeclarative\src\qml\jsruntime\qv4object_p.h(335) : see declaration of 'TestNamespace::QV4::ArrayObject'
  jsruntime\qv4jsonobject.cpp(1075) : error C2039: 'heapObject' : is not a member of 'TestNamespace::QV4::ArrayObject'
          c:\work\build\qt\qtdeclarative\src\qml\jsruntime\qv4object_p.h(335) : see declaration of 'TestNamespace::QV4::ArrayObject'
  jsruntime\qv4jsonobject.cpp(1086) : error C2039: 'heapObject' : is not a member of 'TestNamespace::QV4::ArrayObject'
          c:\work\build\qt\qtdeclarative\src\qml\jsruntime\qv4object_p.h(335) : see declaration of 'TestNamespace::QV4::ArrayObject'

  Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_02088/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1418298323):
    http://codereview.qt-project.org/101902 [PS2] - Use pointers to Heap object to avoid recursion
    http://codereview.qt-project.org/101353 [PS5] - Use Scoped values a bit more consistently
    http://codereview.qt-project.org/101352 [PS5] - Return a Heap object from the getter()/setter() methods of Property
    http://codereview.qt-project.org/101284 [PS6] - Fix crash when setting proto to 0
    http://codereview.qt-project.org/101283 [PS6] - Fix JSON stringification to work with heap objects
    http://codereview.qt-project.org/101282 [PS6] - Fix Context::getPropertyAndBase to use Heap based objects
    http://codereview.qt-project.org/101256 [PS5] - Fix comparisons between Object pointers
    http://codereview.qt-project.org/101255 [PS4] - Use a Heap::FunctionObject to store the thrower function
    http://codereview.qt-project.org/101194 [PS4] - Remove most of the places where getPointer() is used
    http://codereview.qt-project.org/101193 [PS3] - Fix wrong use of Scoped.getPointer()
    http://codereview.qt-project.org/101192 [PS3] - Fix RegExpCache to store Heap Objects
    http://codereview.qt-project.org/100999 [PS4] - Store a Heap::EvalFunction pointer in the engine
    http://codereview.qt-project.org/100998 [PS3] - Fix the way we set the property name during iteration
    http://codereview.qt-project.org/100966 [PS4] - Return Heap::ExecutionContext for globalContext()
    http://codereview.qt-project.org/100962 [PS4] - Return Heap::ExecutionContext for currentContext()
    http://codereview.qt-project.org/100925 [PS6] - Make ExecutionContextSaver GC safe
    http://codereview.qt-project.org/100887 [PS5] - Return a Heap::Object in Object::prototype()
    http://codereview.qt-project.org/100682 [PS7] - Move prototype back from the vtable into Object



More information about the Ci-reports mailing list