Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.2.0
-
Windows MinGW64 gcc 4.8.1
Description
********* Start testing of tst_qqmlecmascript ********* Config: Using QtTest library 5.2.0, Qt 5.2.0 PASS : tst_qqmlecmascript::initTestCase() PASS : tst_qqmlecmascript::assignBasicTypes() FAIL! : tst_qqmlecmascript::assignDate(Component.onComplete JS Parse) Compared values are not the same Actual (object->dateTimeProperty()): 2009/05/12 01:00:01.000[local time] Expected (expectedDateTime) : 2009/05/12 02:00:01.000[local time] tst_qqmlecmascript.cpp(450) : failure location FAIL! : tst_qqmlecmascript::assignDate(Component.onComplete JS) Compared values are not the same Actual (object->dateTimeProperty()): 2009/05/12 01:00:01.000[local time] Expected (expectedDateTime) : 2009/05/12 02:00:01.000[local time] tst_qqmlecmascript.cpp(450) : failure location FAIL! : tst_qqmlecmascript::assignDate(Binding JS) Compared values are not the same Actual (object->dateTimeProperty()): 2009/05/12 01:00:01.000[local time] Expected (expectedDateTime) : 2009/05/12 02:00:01.000[local time] tst_qqmlecmascript.cpp(450) : failure location FAIL! : tst_qqmlecmascript::assignDate(Binding UTC) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(452) : failure location FAIL! : tst_qqmlecmascript::assignDate(Binding JS UTC) Compared values are not the same Actual (object->dateTimeProperty()): 2009/05/12 01:00:01.000[local time] Expected (expectedDateTime) : 2009/05/12 02:00:01.000[local time] tst_qqmlecmascript.cpp(450) : failure location FAIL! : tst_qqmlecmascript::assignDate(Binding UTC+2) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(452) : failure location FAIL! : tst_qqmlecmascript::assignDate(Binding JS UTC+2 ) Compared values are not the same Actual (object->dateTimeProperty()): 2009/05/12 01:00:01.000[local time] Expected (expectedDateTime) : 2009/05/12 02:00:01.000[local time] tst_qqmlecmascript.cpp(450) : failure location FAIL! : tst_qqmlecmascript::exportDate(Localtime early) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(Localtime late) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(UTC early) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(UTC late) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(+11:30 early) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(+11:30 late) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(-11:30 early) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location FAIL! : tst_qqmlecmascript::exportDate(-11:30 late) Compared values are not the same Actual (object->boolProperty()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(508) : failure location PASS : tst_qqmlecmascript::idShortcutInvalidates() PASS : tst_qqmlecmascript::boolPropertiesEvaluateAsBool() PASS : tst_qqmlecmascript::methods() PASS : tst_qqmlecmascript::signalAssignment() PASS : tst_qqmlecmascript::signalArguments() PASS : tst_qqmlecmascript::bindingLoop() QWARN : tst_qqmlecmascript::basicExpressions(Syntax error (self test)) file:: Expected token `}' PASS : tst_qqmlecmascript::basicExpressions(Syntax error (self test)) PASS : tst_qqmlecmascript::basicExpressions(Context property) PASS : tst_qqmlecmascript::basicExpressions(Context property) PASS : tst_qqmlecmascript::basicExpressions(Context property expression) PASS : tst_qqmlecmascript::basicExpressions(Context property expression) PASS : tst_qqmlecmascript::basicExpressions(Overridden context property) PASS : tst_qqmlecmascript::basicExpressions(Overridden context property) PASS : tst_qqmlecmascript::basicExpressions(Object property) PASS : tst_qqmlecmascript::basicExpressions(Object property) PASS : tst_qqmlecmascript::basicExpressions(Overridden object property) PASS : tst_qqmlecmascript::basicExpressions(Overridden object property) PASS : tst_qqmlecmascript::basicExpressions(Default object property) PASS : tst_qqmlecmascript::basicExpressions(Default object property) PASS : tst_qqmlecmascript::basicExpressions(Default object property) PASS : tst_qqmlecmascript::basicExpressions(Nested default object property) PASS : tst_qqmlecmascript::basicExpressions(Nested default object property) PASS : tst_qqmlecmascript::basicExpressions(Nested default object property) PASS : tst_qqmlecmascript::basicExpressions(Nested default object property) PASS : tst_qqmlecmascript::basicExpressions(Context property override default object property) PASS : tst_qqmlecmascript::arrayExpressions() PASS : tst_qqmlecmascript::contextPropertiesTriggerReeval() PASS : tst_qqmlecmascript::objectPropertiesTriggerReeval() PASS : tst_qqmlecmascript::deferredProperties() PASS : tst_qqmlecmascript::deferredPropertiesErrors() PASS : tst_qqmlecmascript::deferredPropertiesInComponents() PASS : tst_qqmlecmascript::deferredPropertiesInDestruction() PASS : tst_qqmlecmascript::extensionObjects() PASS : tst_qqmlecmascript::overrideExtensionProperties() PASS : tst_qqmlecmascript::attachedProperties() PASS : tst_qqmlecmascript::enums() PASS : tst_qqmlecmascript::valueTypeFunctions() PASS : tst_qqmlecmascript::constantsOverrideBindings() PASS : tst_qqmlecmascript::outerBindingOverridesInnerBinding() PASS : tst_qqmlecmascript::aliasPropertyAndBinding() PASS : tst_qqmlecmascript::aliasPropertyReset() PASS : tst_qqmlecmascript::nonExistentAttachedObject() PASS : tst_qqmlecmascript::scope() PASS : tst_qqmlecmascript::importScope() PASS : tst_qqmlecmascript::signalParameterTypes() PASS : tst_qqmlecmascript::objectsCompareAsEqual() PASS : tst_qqmlecmascript::componentCreation(url) PASS : tst_qqmlecmascript::componentCreation(urlMode) PASS : tst_qqmlecmascript::componentCreation(urlParent) PASS : tst_qqmlecmascript::componentCreation(urlNullParent) PASS : tst_qqmlecmascript::componentCreation(urlModeParent) PASS : tst_qqmlecmascript::componentCreation(urlModeNullParent) PASS : tst_qqmlecmascript::componentCreation(invalidSecondArg) PASS : tst_qqmlecmascript::componentCreation(invalidThirdArg) PASS : tst_qqmlecmascript::componentCreation(invalidMode) PASS : tst_qqmlecmascript::dynamicCreation(One) PASS : tst_qqmlecmascript::dynamicCreation(Two) PASS : tst_qqmlecmascript::dynamicCreation(Three) PASS : tst_qqmlecmascript::dynamicDestruction() PASS : tst_qqmlecmascript::objectToString() PASS : tst_qqmlecmascript::objectHasOwnProperty() PASS : tst_qqmlecmascript::selfDeletingBinding() PASS : tst_qqmlecmascript::extendedObjectPropertyLookup() PASS : tst_qqmlecmascript::extendedObjectPropertyLookup2() PASS : tst_qqmlecmascript::scriptErrors() PASS : tst_qqmlecmascript::functionErrors() PASS : tst_qqmlecmascript::propertyAssignmentErrors() PASS : tst_qqmlecmascript::signalTriggeredBindings() PASS : tst_qqmlecmascript::listProperties() PASS : tst_qqmlecmascript::exceptionClearsOnReeval() PASS : tst_qqmlecmascript::exceptionSlotProducesWarning() PASS : tst_qqmlecmascript::exceptionBindingProducesWarning() PASS : tst_qqmlecmascript::compileInvalidBinding() PASS : tst_qqmlecmascript::transientErrors() PASS : tst_qqmlecmascript::shutdownErrors() PASS : tst_qqmlecmascript::compositePropertyType() PASS : tst_qqmlecmascript::jsObject() PASS : tst_qqmlecmascript::undefinedResetsProperty() PASS : tst_qqmlecmascript::listToVariant() PASS : tst_qqmlecmascript::listAssignment() PASS : tst_qqmlecmascript::multiEngineObject() PASS : tst_qqmlecmascript::deletedObject() PASS : tst_qqmlecmascript::attachedPropertyScope() PASS : tst_qqmlecmascript::scriptConnect() PASS : tst_qqmlecmascript::scriptDisconnect() PASS : tst_qqmlecmascript::ownership() PASS : tst_qqmlecmascript::cppOwnershipReturnValue() PASS : tst_qqmlecmascript::ownershipCustomReturnValue() PASS : tst_qqmlecmascript::ownershipRootObject() PASS : tst_qqmlecmascript::ownershipConsistency() PASS : tst_qqmlecmascript::ownershipQmlIncubated() PASS : tst_qqmlecmascript::qlistqobjectMethods() PASS : tst_qqmlecmascript::strictlyEquals() PASS : tst_qqmlecmascript::compiled() PASS : tst_qqmlecmascript::numberAssignment() PASS : tst_qqmlecmascript::propertySplicing() PASS : tst_qqmlecmascript::signalWithUnknownTypes() PASS : tst_qqmlecmascript::signalWithJSValueInVariant(true) PASS : tst_qqmlecmascript::signalWithJSValueInVariant(undefined) PASS : tst_qqmlecmascript::signalWithJSValueInVariant(null) PASS : tst_qqmlecmascript::signalWithJSValueInVariant(123) PASS : tst_qqmlecmascript::signalWithJSValueInVariant('ciao') PASS : tst_qqmlecmascript::signalWithJSValueInVariant({ foo: 'bar' }) PASS : tst_qqmlecmascript::signalWithJSValueInVariant([10,20,30]) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(true) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(undefined) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(null) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines(123) PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines('ciao') QWARN : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines({ foo: 'bar' }) eval code:1: TypeError: Cannot read property 'foo' of undefined PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines({ foo: 'bar' }) QWARN : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines([10,20,30]) eval code:1: TypeError: Cannot read property '0' of undefined PASS : tst_qqmlecmascript::signalWithJSValueInVariant_twoEngines([10,20,30]) PASS : tst_qqmlecmascript::signalWithQJSValue(true) PASS : tst_qqmlecmascript::signalWithQJSValue(undefined) PASS : tst_qqmlecmascript::signalWithQJSValue(null) PASS : tst_qqmlecmascript::signalWithQJSValue(123) PASS : tst_qqmlecmascript::signalWithQJSValue('ciao') PASS : tst_qqmlecmascript::signalWithQJSValue({ foo: 'bar' }) PASS : tst_qqmlecmascript::signalWithQJSValue([10,20,30]) PASS : tst_qqmlecmascript::singletonType(qobject, register + read + method [no qualifier]) PASS : tst_qqmlecmascript::singletonType(script, register + read [no qualifier]) PASS : tst_qqmlecmascript::singletonType(qobject, register + read + method) PASS : tst_qqmlecmascript::singletonType(script, register + read) PASS : tst_qqmlecmascript::singletonType(qobject, writing + readonly constraints) PASS : tst_qqmlecmascript::singletonType(script, writing + readonly constraints) PASS : tst_qqmlecmascript::singletonType(qobject singleton Type enum values in JS) PASS : tst_qqmlecmascript::singletonType(qobject, invalid major version fail) PASS : tst_qqmlecmascript::singletonType(qobject, invalid minor version fail) PASS : tst_qqmlecmascript::singletonType(qobject, multiple in namespace) PASS : tst_qqmlecmascript::singletonTypeCaching(qobject, caching + read) PASS : tst_qqmlecmascript::singletonTypeCaching(script, caching + read) QWARN : tst_qqmlecmascript::singletonTypeImportOrder() QQmlExpression: Expression file:///D:/dev/5-mingw64/qt-mingw64/qtdeclarative/tests/auto/qml/qqmlecmascript/data/singletontype/singletonTypeImportOrder.qml:6:21 depends on non-NOTIFYable properties: QWARN : tst_qqmlecmascript::singletonTypeImportOrder() testImportOrderApi::value PASS : tst_qqmlecmascript::singletonTypeImportOrder() PASS : tst_qqmlecmascript::singletonTypeResolution() PASS : tst_qqmlecmascript::importScripts(basic functionality) PASS : tst_qqmlecmascript::importScripts(import scoping) PASS : tst_qqmlecmascript::importScripts(parent scope shouldn't be inherited by import with imports) PASS : tst_qqmlecmascript::importScripts(javascript imports in an import should be private to the import scope) PASS : tst_qqmlecmascript::importScripts(module imports in an import should be private to the import scope) PASS : tst_qqmlecmascript::importScripts(typenames in an import should be private to the import scope) PASS : tst_qqmlecmascript::importScripts(import with imports has it's own activation scope) PASS : tst_qqmlecmascript::importScripts(import pragma library script) PASS : tst_qqmlecmascript::importScripts(pragma library imports shouldn't inherit parent imports or scope) PASS : tst_qqmlecmascript::importScripts(import pragma library script which has an import) PASS : tst_qqmlecmascript::importScripts(import pragma library script which has a pragma library import) PASS : tst_qqmlecmascript::importScripts(import singleton type into js import) PASS : tst_qqmlecmascript::importScripts(import module which exports a script) PASS : tst_qqmlecmascript::importScripts(import module which exports a script which imports a remote module) PASS : tst_qqmlecmascript::importScripts(malformed import statement) PASS : tst_qqmlecmascript::importScripts(malformed file name) PASS : tst_qqmlecmascript::importScripts(missing file qualifier) PASS : tst_qqmlecmascript::importScripts(malformed file qualifier) PASS : tst_qqmlecmascript::importScripts(malformed module qualifier 2) PASS : tst_qqmlecmascript::importScripts(malformed module uri) PASS : tst_qqmlecmascript::importScripts(missing module version) PASS : tst_qqmlecmascript::importScripts(malformed module version) PASS : tst_qqmlecmascript::importScripts(missing module qualifier) PASS : tst_qqmlecmascript::importScripts(malformed module qualifier) PASS : tst_qqmlecmascript::importScripts(malformed module qualifier 2) PASS : tst_qqmlecmascript::scarceResources(var: import scarce resource copy directly) PASS : tst_qqmlecmascript::scarceResources(var: import scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(var: import released scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(var: import auto-release SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(var: import explicit-preserve SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(var: import explicit-preserve SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(var: import with no binding) PASS : tst_qqmlecmascript::scarceResources(var: import with binding without explicit preserve) PASS : tst_qqmlecmascript::scarceResources(var: import with explicit release after binding evaluation) PASS : tst_qqmlecmascript::scarceResources(var: import with different js objects) PASS : tst_qqmlecmascript::scarceResources(var: import with different js objects and explicit release) PASS : tst_qqmlecmascript::scarceResources(var: import with same js objects and explicit release) PASS : tst_qqmlecmascript::scarceResources(var: binding with same js objects and explicit release) PASS : tst_qqmlecmascript::scarceResources(variant: import scarce resource copy directly) PASS : tst_qqmlecmascript::scarceResources(variant: import scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(variant: import released scarce resource copy from JS) PASS : tst_qqmlecmascript::scarceResources(variant: import auto-release SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(variant: import explicit-preserve SR from JS in binding side-effect) PASS : tst_qqmlecmascript::scarceResources(variant: import multiple scarce resources) PASS : tst_qqmlecmascript::scarceResources(variant: import with no binding) PASS : tst_qqmlecmascript::scarceResources(variant: import with binding without explicit preserve) PASS : tst_qqmlecmascript::scarceResources(variant: import with explicit release after binding evaluation) PASS : tst_qqmlecmascript::scarceResources_other() PASS : tst_qqmlecmascript::propertyChangeSlots() PASS : tst_qqmlecmascript::propertyVar(non-bindable object subproperty changed) PASS : tst_qqmlecmascript::propertyVar(non-bindable object changed) PASS : tst_qqmlecmascript::propertyVar(primitive changed) PASS : tst_qqmlecmascript::propertyVar(javascript array modification) PASS : tst_qqmlecmascript::propertyVar(javascript map modification) PASS : tst_qqmlecmascript::propertyVar(javascript array assignment) PASS : tst_qqmlecmascript::propertyVar(javascript map assignment) PASS : tst_qqmlecmascript::propertyVar(literal property assignment) PASS : tst_qqmlecmascript::propertyVar(qobject property assignment) PASS : tst_qqmlecmascript::propertyVar(base class var property assignment) PASS : tst_qqmlecmascript::propertyVar(javascript function assignment) PASS : tst_qqmlecmascript::propertyVar(javascript special assignment) PASS : tst_qqmlecmascript::propertyVar(declarative binding assignment) PASS : tst_qqmlecmascript::propertyVar(imperative binding assignment) PASS : tst_qqmlecmascript::propertyVar(stored binding assignment) PASS : tst_qqmlecmascript::propertyVar(function expression binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(non-bindable object subproperty changed) PASS : tst_qqmlecmascript::propertyQJSValue(non-bindable object changed) PASS : tst_qqmlecmascript::propertyQJSValue(primitive changed) PASS : tst_qqmlecmascript::propertyQJSValue(javascript array modification) PASS : tst_qqmlecmascript::propertyQJSValue(javascript map modification) PASS : tst_qqmlecmascript::propertyQJSValue(javascript array assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript map assignment) PASS : tst_qqmlecmascript::propertyQJSValue(literal property assignment) PASS : tst_qqmlecmascript::propertyQJSValue(qobject property assignment) PASS : tst_qqmlecmascript::propertyQJSValue(base class var property assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript function assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript special assignment) PASS : tst_qqmlecmascript::propertyQJSValue(declarative binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(imperative binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(stored binding assignment) PASS : tst_qqmlecmascript::propertyQJSValue(javascript function binding) PASS : tst_qqmlecmascript::propertyQJSValue(reset property) PASS : tst_qqmlecmascript::propertyQJSValue(reset property in binding) PASS : tst_qqmlecmascript::propertyVarCpp() PASS : tst_qqmlecmascript::propertyVarOwnership() PASS : tst_qqmlecmascript::propertyVarImplicitOwnership() PASS : tst_qqmlecmascript::propertyVarReparent() PASS : tst_qqmlecmascript::propertyVarReparentNullContext() PASS : tst_qqmlecmascript::propertyVarCircular() PASS : tst_qqmlecmascript::propertyVarCircular2() PASS : tst_qqmlecmascript::propertyVarInheritance() PASS : tst_qqmlecmascript::propertyVarInheritance2() PASS : tst_qqmlecmascript::elementAssign() PASS : tst_qqmlecmascript::objectPassThroughSignals() PASS : tst_qqmlecmascript::objectConversion() PASS : tst_qqmlecmascript::booleanConversion() PASS : tst_qqmlecmascript::handleReferenceManagement() PASS : tst_qqmlecmascript::stringArg() PASS : tst_qqmlecmascript::readonlyDeclaration() PASS : tst_qqmlecmascript::sequenceConversionRead() PASS : tst_qqmlecmascript::sequenceConversionWrite() PASS : tst_qqmlecmascript::sequenceConversionArray() QWARN : tst_qqmlecmascript::sequenceConversionIndexes() file:///D:/dev/5-mingw64/qt-mingw64/qtdeclarative/tests/auto/qml/qqmlecmascript/data/sequenceConversion.indexes.qml:55: Index out of range during length set PASS : tst_qqmlecmascript::sequenceConversionIndexes() PASS : tst_qqmlecmascript::sequenceConversionThreads() PASS : tst_qqmlecmascript::sequenceConversionBindings() PASS : tst_qqmlecmascript::sequenceConversionCopy() PASS : tst_qqmlecmascript::assignSequenceTypes() PASS : tst_qqmlecmascript::sequenceSort(qtbug_25269) PASS : tst_qqmlecmascript::sequenceSort(alphabet_insertionSort[default]) PASS : tst_qqmlecmascript::sequenceSort(alphabet_insertionSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(alphabet_quickSort[default]) PASS : tst_qqmlecmascript::sequenceSort(alphabet_quickSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(numbers_insertionSort[default]) PASS : tst_qqmlecmascript::sequenceSort(numbers_insertionSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(numbers_quickSort[default]) PASS : tst_qqmlecmascript::sequenceSort(numbers_quickSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(reals_insertionSort[default]) PASS : tst_qqmlecmascript::sequenceSort(reals_insertionSort[custom]) PASS : tst_qqmlecmascript::sequenceSort(reals_quickSort[default]) PASS : tst_qqmlecmascript::sequenceSort(reals_quickSort[custom]) PASS : tst_qqmlecmascript::dateParse() PASS : tst_qqmlecmascript::qtbug_22464() PASS : tst_qqmlecmascript::qtbug_21580() PASS : tst_qqmlecmascript::singleV8BindingDestroyedDuringEvaluation() PASS : tst_qqmlecmascript::bug1() PASS : tst_qqmlecmascript::bug2() PASS : tst_qqmlecmascript::dynamicCreationCrash() PASS : tst_qqmlecmascript::dynamicCreationOwnership() PASS : tst_qqmlecmascript::regExpBug() PASS : tst_qqmlecmascript::nullObjectBinding() PASS : tst_qqmlecmascript::deletedEngine() PASS : tst_qqmlecmascript::libraryScriptAssert() PASS : tst_qqmlecmascript::variantsAssignedUndefined() PASS : tst_qqmlecmascript::qtbug_9792() PASS : tst_qqmlecmascript::qtcreatorbug_1289() PASS : tst_qqmlecmascript::noSpuriousWarningsAtShutdown() PASS : tst_qqmlecmascript::canAssignNullToQObject() PASS : tst_qqmlecmascript::functionAssignment_fromBinding() PASS : tst_qqmlecmascript::functionAssignment_fromJS(assign to property) PASS : tst_qqmlecmascript::functionAssignment_fromJS(assign to property, from JS file) PASS : tst_qqmlecmascript::functionAssignment_fromJS(assign to value type) PASS : tst_qqmlecmascript::functionAssignment_fromJS(use 'this') PASS : tst_qqmlecmascript::functionAssignment_fromJS(use 'this' from JS file) PASS : tst_qqmlecmascript::functionAssignmentfromJS_invalid() PASS : tst_qqmlecmascript::functionAssignment_afterBinding() PASS : tst_qqmlecmascript::eval() PASS : tst_qqmlecmascript::function() PASS : tst_qqmlecmascript::qtbug_10696() PASS : tst_qqmlecmascript::qtbug_11606() PASS : tst_qqmlecmascript::qtbug_11600() PASS : tst_qqmlecmascript::qtbug_21864() PASS : tst_qqmlecmascript::qobjectConnectionListExceptionHandling() PASS : tst_qqmlecmascript::nonscriptable() PASS : tst_qqmlecmascript::deleteLater() PASS : tst_qqmlecmascript::objectNameChangedSignal() PASS : tst_qqmlecmascript::destroyedSignal() PASS : tst_qqmlecmascript::in() PASS : tst_qqmlecmascript::typeOf() PASS : tst_qqmlecmascript::qtbug_24448() PASS : tst_qqmlecmascript::sharedAttachedObject() PASS : tst_qqmlecmascript::objectName() PASS : tst_qqmlecmascript::writeRemovesBinding() PASS : tst_qqmlecmascript::aliasBindingsAssignCorrectly() PASS : tst_qqmlecmascript::aliasBindingsOverrideTarget() PASS : tst_qqmlecmascript::aliasWritesOverrideBindings() PASS : tst_qqmlecmascript::aliasToCompositeElement() PASS : tst_qqmlecmascript::realToInt() PASS : tst_qqmlecmascript::urlProperty() PASS : tst_qqmlecmascript::urlPropertyWithEncoding() PASS : tst_qqmlecmascript::urlListPropertyWithEncoding() PASS : tst_qqmlecmascript::dynamicString() QDEBUG : tst_qqmlecmascript::include() 0 PASS : tst_qqmlecmascript::include() PASS : tst_qqmlecmascript::signalHandlers() PASS : tst_qqmlecmascript::doubleEvaluate() PASS : tst_qqmlecmascript::forInLoop() PASS : tst_qqmlecmascript::nonNotifyable() PASS : tst_qqmlecmascript::deleteWhileBindingRunning() PASS : tst_qqmlecmascript::callQtInvokables() PASS : tst_qqmlecmascript::invokableObjectArg() PASS : tst_qqmlecmascript::invokableObjectRet() PASS : tst_qqmlecmascript::invokableEnumRet() PASS : tst_qqmlecmascript::qtbug_20344() PASS : tst_qqmlecmascript::qtbug_22679() PASS : tst_qqmlecmascript::qtbug_22843(without .pragma library) PASS : tst_qqmlecmascript::qtbug_22843(with .pragma library) PASS : tst_qqmlecmascript::rewriteMultiLineStrings() PASS : tst_qqmlecmascript::revisionErrors() PASS : tst_qqmlecmascript::revision() PASS : tst_qqmlecmascript::invokableWithQObjectDerived() PASS : tst_qqmlecmascript::realTypePrecision() PASS : tst_qqmlecmascript::registeredFlagMethod() PASS : tst_qqmlecmascript::deleteLaterObjectMethodCall() PASS : tst_qqmlecmascript::automaticSemicolon() PASS : tst_qqmlecmascript::compatibilitySemicolon() PASS : tst_qqmlecmascript::incrDecrSemicolon1() PASS : tst_qqmlecmascript::incrDecrSemicolon2() QWARN : tst_qqmlecmascript::incrDecrSemicolon_error1() QQmlComponent: Component is not ready PASS : tst_qqmlecmascript::incrDecrSemicolon_error1() PASS : tst_qqmlecmascript::unaryExpression() PASS : tst_qqmlecmascript::switchStatement() QWARN : tst_qqmlecmascript::withStatement() file:///D:/dev/5-mingw64/qt-mingw64/qtdeclarative/tests/auto/qml/qqmlecmascript/data/withStatement.1.qml:12 : Deprecated JavaScript `with' statement detected in QML expression. Support for this will be removed in Qt 5.2! QWARN : tst_qqmlecmascript::withStatement() "file:///D:/dev/5-mingw64/qt-mingw64/qtdeclarative/tests/auto/qml/qqmlecmascript/data/withStatement.1.qml" : 12 : 1 : warning: "Deprecated JavaScript `with' statement detected in QML expression. Support for this will be removed in Qt 5.2!" PASS : tst_qqmlecmascript::withStatement() PASS : tst_qqmlecmascript::tryStatement() PASS : tst_qqmlecmascript::replaceBinding() PASS : tst_qqmlecmascript::deleteRootObjectInCreation() PASS : tst_qqmlecmascript::onDestruction() PASS : tst_qqmlecmascript::bindingSuppression() PASS : tst_qqmlecmascript::signalEmitted() PASS : tst_qqmlecmascript::threadSignal() PASS : tst_qqmlecmascript::qqmldataDestroyed() PASS : tst_qqmlecmascript::secondAlias() PASS : tst_qqmlecmascript::varAlias() PASS : tst_qqmlecmascript::overrideDataAssert() PASS : tst_qqmlecmascript::fallbackBindings(Property without fallback) PASS : tst_qqmlecmascript::fallbackBindings(Property fallback) PASS : tst_qqmlecmascript::fallbackBindings(SingletonType without fallback) PASS : tst_qqmlecmascript::fallbackBindings(SingletonType fallback) PASS : tst_qqmlecmascript::fallbackBindings(Attached without fallback) PASS : tst_qqmlecmascript::fallbackBindings(Attached fallback) PASS : tst_qqmlecmascript::fallbackBindings(Subproperty without fallback) PASS : tst_qqmlecmascript::fallbackBindings(Subproperty fallback) PASS : tst_qqmlecmascript::propertyOverride() PASS : tst_qqmlecmascript::concatenatedStringPropertyAccess() PASS : tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroy() PASS : tst_qqmlecmascript::numberParsing() QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready QWARN : tst_qqmlecmascript::stringParsing() QQmlComponent: Component is not ready PASS : tst_qqmlecmascript::stringParsing() PASS : tst_qqmlecmascript::cleanupTestCase() Totals: 359 passed, 15 failed, 0 skipped ********* Finished testing of tst_qqmlecmascript *********
Tests are running in DST, currently.
Attachments
Issue Links
- relates to
-
QTBUG-33471 [autotest] tst_qqmlecmascript fails on win8
- Closed