qtdeclarative failed to compile :( tst_qqmlecmascript.cpp: In function 'bool evaluate_error(TestNamespace::QV8Engine*, const TestNamespace::QV4::Value&, const char*)': tst_qqmlecmascript.cpp:2258:49: error: no matching function for call to 'TestNamespace::QV4::FunctionObject::call(TestNamespace::QV4::Value, TestNamespace::QV4::Value [1], int)' tst_qqmlecmascript.cpp:2258:49: note: candidates are: /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:116:18: note: static TestNamespace::QV4::Value TestNamespace::QV4::FunctionObject::call(TestNamespace::QV4::Managed*, const TestNamespace::QV4::CallData&) /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:116:18: note: candidate expects 2 arguments, 3 provided /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:120:18: note: TestNamespace::QV4::Value TestNamespace::QV4::FunctionObject::call(const TestNamespace::QV4::CallData&) /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:120:18: note: candidate expects 1 argument, 3 provided tst_qqmlecmascript.cpp: In function 'bool evaluate_value(TestNamespace::QV8Engine*, const TestNamespace::QV4::Value&, const char*, const TestNamespace::QV4::Value&)': tst_qqmlecmascript.cpp:2281:68: error: no matching function for call to 'TestNamespace::QV4::FunctionObject::call(TestNamespace::QV4::Value, TestNamespace::QV4::Value [1], int)' tst_qqmlecmascript.cpp:2281:68: note: candidates are: /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:116:18: note: static TestNamespace::QV4::Value TestNamespace::QV4::FunctionObject::call(TestNamespace::QV4::Managed*, const TestNamespace::QV4::CallData&) /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:116:18: note: candidate expects 2 arguments, 3 provided /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:120:18: note: TestNamespace::QV4::Value TestNamespace::QV4::FunctionObject::call(const TestNamespace::QV4::CallData&) /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:120:18: note: candidate expects 1 argument, 3 provided tst_qqmlecmascript.cpp: In function 'TestNamespace::QV4::Value evaluate(TestNamespace::QV8Engine*, const TestNamespace::QV4::Value&, const char*)': tst_qqmlecmascript.cpp:2303:68: error: no matching function for call to 'TestNamespace::QV4::FunctionObject::call(TestNamespace::QV4::Value, TestNamespace::QV4::Value [1], int)' tst_qqmlecmascript.cpp:2303:68: note: candidates are: /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:116:18: note: static TestNamespace::QV4::Value TestNamespace::QV4::FunctionObject::call(TestNamespace::QV4::Managed*, const TestNamespace::QV4::CallData&) /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:116:18: note: candidate expects 2 arguments, 3 provided /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:120:18: note: TestNamespace::QV4::Value TestNamespace::QV4::FunctionObject::call(const TestNamespace::QV4::CallData&) /work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h:120:18: note: candidate expects 1 argument, 3 provided make[5]: *** [.obj/debug-shared/tst_qqmlecmascript.o] Error 1 make[4]: *** [sub-qqmlecmascript-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_dev_Integration/build_00672/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1377378544): http://codereview.qt-project.org/63516 [PS4] - Fix incorrect implementation of Array.toString() http://codereview.qt-project.org/63515 [PS4] - change calling convention for JS function calls http://codereview.qt-project.org/63514 [PS3] - move methods to create a new context into the ExecutionContext class http://codereview.qt-project.org/63513 [PS2] - Add a SimpleScriptFunction class http://codereview.qt-project.org/63512 [PS2] - Move call context creation into the ExecutionContext class _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
