summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
Commit message (Collapse)AuthorAgeFilesLines
* qtdiag: Disable autotest for all cross-built platformsFriedemann Kleint2019-10-281-2/+1
| | | | | | | | | | Timeouts have been observed on arm-little_endian-ilp32-eabi-hardfloat shared (dynamic). Change-Id: I6e6525c961e8b2611a8f5485175a42a83facd723 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Disable tests not working for Android and WinRTKai Koehne2019-07-051-1/+4
| | | | | | | | | | Fixes: QTBUG-73626 Fixes: QTBUG-73627 Fixes: QTBUG-73628 Fixes: QTBUG-73629 Fixes: QTBUG-73630 Change-Id: I14b5521ed28e8352e3bcef82103243159ff36073 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* QDoc: Move global variables out of main.cppPaul Wicking2018-10-111-0/+1
| | | | | | | | | | | | | | | | | This change moves most of the global variables out of main.cpp, and into the new qdocglobals class, with getter and setter functions for each variable. It also introduces the basic structure for autotests for QDoc. The motivation is to increase the testability of QDoc, as well as to simplify any future refactoring. Change-Id: If71ba9f1837e759aa75b1c9fec326d72c41c4fcf Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Ole-Morten Duesund <olemd@odinprosjekt.no> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Fix problems when building with -no-feature-processUlf Hermann2017-09-121-1/+2
| | | | | | | | | | | Guard the QProcess includes, modernize some ifdefs, exclude tests and examples that don't work without processes, and use QT_CONFIG(process) rather than QT_BOOTSTRAPPED as discriminator where we are actually checking for QProcess support. Also, don't try to build linguist and designer without QProcess. Change-Id: I4e1c7485a96ff02f2f6241113add35e44dc54b1d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Add qtattributionsscanner toolKai Koehne2016-08-051-0/+1
| | | | | | | | | | | | | | qtattributionsscanner generates qdoc documentation about third party licenses in Qt sources. It scans recursively for qt_attribution.json files in the directory given on the command line. The qt_attribution.json file format is also documented under http://wiki.qt.io/Qt_attribution.json Task-number: QTBUG-55139 Change-Id: Ie8d9115beb9457c9f60a79e11c1c13dd19184d1c Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Remove Windows CE.Friedemann Kleint2016-03-101-2/+2
| | | | | | | | | | Remove #ifdef sections for Q_OS_WINCE, wince .pro file clauses and the CE-specific test library. Task-number: QTBUG-51673 Change-Id: I9dbcca9c9b6febe67a7c5b5d2cee0b1ab1f302f7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
* Add auto test for windeployqt.Friedemann Kleint2015-06-151-1/+3
| | | | | | | | | Deploy test application and launch in clean environment with qt.conf to verify that deployment works. Task-number: QTBUG-46629 Change-Id: I3b73354b95e7e5c55c8f30991fbc9f7443176079 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
* Remove the old headersclean unit testThiago Macieira2015-03-181-2/+1
| | | | | | | We have configure -headersclean now Change-Id: I1817798e76d5bd037c26dad308a22354b9cfd185 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Disable tests for linguist when cross compilingMaurice Kalinowski2014-07-091-1/+1
| | | | | Change-Id: I724bfa5d6ad0d8757e6ff10d9444d5f26d3d5270 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Add an autotest for the qtdiag tool.Friedemann Kleint2014-03-211-1/+4
| | | | | Change-Id: I4207cb72b3d5b124e6607e8cc4f3c4943e6a4cb3 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Add a unit test for testing Qt in its install location.Stephen Kelly2013-07-101-1/+4
| | | | | Change-Id: I01400afbc7ce0d42ce8afb0e87aef70647900228 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* make use of qtHaveModule()Oswald Buddenhagen2013-01-081-1/+1
| | | | | | Change-Id: I494ad22447fe54be405698f2dfd79e4941019bdc Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* don't test assistant stuff unless assistant was builtOswald Buddenhagen2012-09-201-2/+2
| | | | | | | the previous test whether tools are built is implied by that. Change-Id: I3eb683c0dcaff1ebe3d51fae3e9b6ca4e4712169 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Run the cmake unit tests as part of the qttools CI.Stephen Kelly2012-07-031-0/+1
| | | | | Change-Id: I565e715ba869298d4a8b9e4b42b7b41587336b9b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Don't build empty tests.Jason McDonald2011-10-121-2/+12
| | | | | | | | | | If the help tools aren't part of the Qt build, avoid building the associated tests instead of building them as empty tests. Change-Id: I40a74b464f46dfe0835a55321e1f3dade4e5c9f3 Reviewed-on: http://codereview.qt-project.org/6499 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fixed compile; removed reference to nonexistent directoryRohan McGovern2011-09-211-1/+1
| | | | | | | | | `uitools' directory does not exist. Change-Id: Ib0f3ee78200089da09a9120c455f09fc6dabe8ea Reviewed-on: http://codereview.qt-project.org/5180 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Add QtUiTools and uilibLars Knoll2011-09-131-1/+1
| | | | | | | | | | | | | This code used to live in qtbase. It doesn't belong there however and since there are no dependencies in qtbase left that require it move it here. This significantly simplifies the build system with regards to the code in uilib. Change-Id: I41c8687bd071a1c253eb55594986f3e1424bc6cf Reviewed-on: http://codereview.qt-project.org/4830 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Add tst_headersclean for each moduleLiang Qi2011-04-271-0/+1
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+9
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12