aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations/BLACKLIST
Commit message (Collapse)AuthorAgeFilesLines
* Re-blacklist flaky tests on macOS CIMitch Curtis2022-03-161-0/+7
| | | | | | | | | | | | | | | | This is a partial revert of b0848d038b7bacfd656fbadc37993a81068132bb. The tests became flaky again in early February, 2022. Grafana shows no failures for 6.2, so this only appears to be an issue on dev and 6.3. Task-number: QTBUG-82015 Task-number: QTBUG-85624 Task-number: QTBUG-82404 Change-Id: Ie83f1c7e9660e26de4daf3418751faa0886d1651 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 8c658f618835217b3115c43080e22f28636f1c76) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Un-blacklist some passing testsShawn Rutledge2022-02-081-5/+0
| | | | | | | | | | | | | | | | Task-number: QTBUG-75786 Task-number: QTBUG-82015 Task-number: QTBUG-82043 Task-number: QTBUG-82404 Task-number: QTBUG-85622 Task-number: QTBUG-85624 Task-number: QTBUG-88541 Task-number: QTBUG-95863 Change-Id: I361afa8b78e2947b12194b6b1212e59db1b20b11 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit b0848d038b7bacfd656fbadc37993a81068132bb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Blacklist flaky tst_qquickanimations tests on macosUlf Hermann2021-11-231-0/+8
| | | | | | Task-number: QTBUG-98516 Change-Id: I9bd77dbc7c068ed566279b561a0cb769f7c39cac Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Blacklist QQuickAnimations' reparent testUlf Hermann2020-07-171-0/+2
| | | | | | Task-number: QTBUG-85624 Change-Id: Iebef044d3f5cb9053079eaa9106e9e5c8b1ebd03 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Mark simplePath as flakey test on macOS in the CISimon Hausmann2020-02-121-0/+2
| | | | | | Task-number: QTBUG-82015 Change-Id: Iffde91ff903db1c767b7df76fa813d1d7c836f53 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
| | | | | | | | macOS 10.9 is no longer supported. Fixes: QTBUG-45466 Change-Id: I44ce5e6c7d941cf21d937fb0cfe54ee418d28c4e Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-101-2/+0
| | | | | | | | | | | | | ...based on statistics visible in Grafana. Task-number: QTBUG-41895 Task-number: QTBUG-38209 Task-number: QTBUG-65978 Task-number: QTBUG-36804 Task-number: QTBUG-45466 Task-number: QTBUG-29062 Change-Id: If62d2413ede234d33b411e0ecb4f93ec6e0f8062 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-34/+0
| | | | | | | | | | | | Remove code for older versions and streamline #ifdefs. Remove the helpers macros Q_STATIC_ASSERT_FOR_SANE_COMPILERS and V4_ASSERT_IS_TRIVIAL. Task-number: QTBUG-40658 Task-number: QTBUG-51673 Change-Id: Ifa4fab653b10ce7858739adef08364cddc6507cf Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Tests: Use blacklist instead of insignificant for tst_qquickanimationsCaroline Chao2015-04-101-0/+40
Remove the insignificant_tests CONFIG option in favor of a BLACKLIST file. Blacklist the relevant tests, the tests that have been found flaky in CI. Change-Id: I4c3ce430e654886ceea8b6f714710ebe2374e4db Task-number: QTBUG-45466 Task-number: QTBUG-29062 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>