aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest-blacklist
Commit message (Collapse)AuthorAgeFilesLines
* Blacklist qmltest ShortCut::test_shortcut()Liang Qi2018-01-082-0/+59
| | | | | | Task-number: QTBUG-64914 Change-Id: Iafced31ed5ce61247f7514d86155860925cb434c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Fix warning in qml testcaseGunnar Sletta2016-11-221-1/+1
| | | | | | | | 'root.done' doesn't exist. There is a timer that flips 'when' explicitly when the testcase is ready to run. Change-Id: I8d9b1b36c1e605db43a4c86b5694956c864896a4 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Fix assert with new animator codepathsGunnar Sletta2016-10-201-0/+86
| | | | | | Task-number: QTBUG-56572 Change-Id: Ia2dd03d4e1b372b8d9ed0fd5e17683f63bde8534 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-147/+0
|\ | | | | | | Change-Id: I70c0c672708522f7157849365cc53ee271d8e460
| * qmltest::item-grabber - fix image pathsTimur Pocheptsov2016-06-211-152/+0
| | | | | | | | | | | | | | | | | | When running qmltest::itemgrabber we save grabbed image into the qmltest dir but using this name later as 'source' (relative) url we fail to load image. Task-number: QTBUG-53782 Change-Id: Ibd1f32d8bc13ff155b23491401075638cef16987 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-1021-357/+252
|/ | | | | | | | | | | | | | | | | | Part of 0e053528 was reverted in the merge, about lastTimestamp. It will be applied later in separate commit. qmltest::shadersource-dynamic-sourceobject::test_endresult() was blacklisted on linux. Conflicts: .qmake.conf tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp tests/auto/qmltest/BLACKLIST tests/auto/qmltest/qmltest.pro Task-number: QTBUG-53590 Task-number: QTBUG-53971 Change-Id: I48af90b49a3c7b29de16f4178a04807f8bc05130
* Removed insignificant of qmltest againLiang Qi2016-06-0222-0/+1923
Blacklisted or skipped broken and unstable test functions. Some are moved to tests/auto/qmltest-blacklist folder. Task-number: QTBUG-33723 Task-number: QTBUG-38290 Task-number: QTBUG-53778 Task-number: QTBUG-53779 Task-number: QTBUG-53780 Task-number: QTBUG-53781 Task-number: QTBUG-53782 Task-number: QTBUG-53785 Task-number: QTBUG-53793 Change-Id: I35594d0d054f4f5719f6549536a1fc5bd7e2518f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>