Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.2.0
Description
This test has been failing quite many times on CI. Seems to fail especially on dev branch, for example:
http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00798/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Testing tst_qqmlecmascript FAIL! : tst_qqmlecmascript::include() Compared values are not the same Actual (o->property("test7").toBool()): 0 Expected (true) : 1 tst_qqmlecmascript.cpp(5966) : failure location Totals: 371 passed, 1 failed, 1 skipped
Also recently it has started to fail on release branch also but on a different step:
http://testresults.qt-project.org/ci/QtDeclarative_release_Integration/build_00113/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Testing tst_qqmlecmascript FAIL! : tst_qqmlecmascript::assignDate(Binding UTC) Compared values are not the same Actual (object->dateProperty()): 2009/05/12 Expected (expectedDate): 2009/05/11 tst_qqmlecmascript.cpp(399) : failure location FAIL! : tst_qqmlecmascript::assignDate(Binding UTC+2) Compared values are not the same Actual (object->dateProperty()): 2009/05/12 Expected (expectedDate): 2009/05/11 tst_qqmlecmascript.cpp(399) : failure location Totals: 371 passed, 2 failed, 0 skipped
Attachments
Issue Links
- is required for
-
QTQAINFRA-719 Make win64-msvc2012_developer-build_qtnamespace_Windows_8 stage blocking in CI
- Closed
- relates to
-
QTBUG-33658 qqmlecmascript testcase crashes on win8
- Closed
-
QTBUG-33636 tst_qqmlecmascript fails on Windows/MinGW64 (date-time issues)
- Closed