aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtTest/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Correct the test location for minimal buildsChristian Tismer2018-03-151-0/+1
| | | | | | | | | | | The tests were partially wrong assigned so that a minimal build with "--module-subset=QtCore,QtGui,QtWidgets" had unnecessary errors. This patch re-arranges the tests accordingly. Change-Id: I48e37875dd8856707df41f5943ce9435851f2d03 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Skip some permanently failing tests and blacklist flaky onesAlexandru Croitor2017-11-241-1/+2
| | | | | Change-Id: Idcbf62b58f097370f61a27d0f16bce630e817526 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* move everying into sources/pyside2Oswald Buddenhagen2017-05-221-0/+3
in preparation for a subtree merge. this should not be necessary to do in a separate commit, but git is a tad stupid about following history correctly without it.