aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/styles/tst_styles.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace tst_styles with tst_material & tst_universalJ-P Nurmi2016-06-141-72/+0
| | | | | | | | | | The CI was not able to catch failures in tst_styles, because the test results were output by separate child processes. This change builds three different versions of tst_controls, which each run with the appropriate style. Change-Id: I95b2bdd90221579a3176e827802236d80d9f1a09 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Rename env vars (QT_LABS_CONTROLS_XXX -> QT_QUICK_CONTROLS_XXX)J-P Nurmi2016-04-221-2/+2
| | | | | Change-Id: Ie903d3491b03d4ec05dd28462a19ee464331d2a2 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* tst_styles: fix style name casingJ-P Nurmi2016-04-211-1/+1
| | | | | | | ...until case-insensitive style lookup is implemented. Change-Id: I796057eef52b2946f1d19027461abff6070f53c4 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* tst_styles: break the process loop on crashJ-P Nurmi2016-03-031-0/+2
| | | | | | | | | For example, if tst_styles(material) crashes, don't silently continue with tst_styles(universal), but return -1/255 so that 'make check' stops and clearly indicates an error. Change-Id: Ib1a9ff8215fd1c65480b281be999819dc01f4758 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Add tst_stylesJ-P Nurmi2015-11-121-0/+70
Re-runs tst_controls with all styles Change-Id: I1feda621bfd5f48f42742b1f297abd11c6b437a9 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>