summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for build with -no-guiKai Pastor2016-03-231-0/+4
* Autotest: Enable make check on rhel 7.1Simo Fält2016-02-111-0/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-8/+12
|\
| * Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-8/+12
* | don't rely on transitive dependenciesOswald Buddenhagen2016-01-081-0/+2
* | tst_Gesture - fix failing tests on OS X 10.11Timur Pocheptsov2016-01-051-19/+37
* | Enable a test for QFilePrivate::fileName offset on 32 bit LinuxAlex Trotsenko2015-12-231-1/+1
* | Complete a test for QFilePrivate::fileName offset on Linuxhjk2015-12-151-1/+1
* | Use correct test to add C++14 to the project configurationJames McDonnell2015-12-011-1/+2
* | tst_compiler: check more cases for RVALUE_REFSMarc Mutz2015-11-221-11/+75
* | tst_compiler: check more cases for RANGE_FORMarc Mutz2015-11-201-0/+93
* | tst_compiler: make the check for C++14 return type deduction harderMarc Mutz2015-11-191-3/+5
* | tst_compiler: Silence MSVC 2015 warning about unused variableThiago Macieira2015-11-181-0/+1
* | Fix OS X 10.11 (Xcode 7.1) build issues due to strongly typed enumsTor Arne Vestbø2015-11-162-16/+25
* | Fix build with Xcode 7.1 toolchainTor Arne Vestbø2015-11-031-1/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-232-1/+4
|\|
| * Tests: Use blacklist for tst_NetworkSelfTest::ftpProxyServer()Caroline Chao2015-10-222-1/+4
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+5
|\|
| * tst_QProcess_and_GuiEventLoop: Added flag QT_NO_PROCESSTuomas Heimonen2015-09-091-2/+5
* | Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-1/+1
* | Enable tst_qaccessibilitylinuxFrederik Gladhorn2015-09-262-12/+25
* | Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-221-5/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+1
|\|
| * Make tst_accessibility's characterRect match QAccessibleTextWidget::character...Tor Arne Vestbø2015-08-071-1/+1
* | tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-1/+1
* | Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-288-22/+22
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-273-8/+8
* | tst_qaccessibility: Add message in case fuzzy comparison of QRect fails.Friedemann Kleint2015-07-161-4/+19
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-016-4/+21
|\|
| * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-281-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-1/+1
| | |\
| | | * Fix build on 32-bit OS X.Jake Petroules2015-06-091-1/+1
| * | | lance: Ensure that OpenGL FBO is cleared before being used as surfaceTor Arne Vestbø2015-06-261-0/+3
| |/ /
| * | Add lancelot test for Emoji text rendering / color glyphsTor Arne Vestbø2015-06-251-1/+8
| * | Further tune curveThreshold setting based on strokeWidthEirik Aavitsland2015-06-221-0/+7
| * | fix usage of wince scopeOswald Buddenhagen2015-06-052-2/+2
| |/
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-142-0/+15
* | networkselftest: Fix handling of the smbclient process.Friedemann Kleint2015-06-101-12/+42
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-033-160/+0
|\|
| * Remove test other/baselineexample.Friedemann Kleint2015-05-273-160/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-224-9/+11
|\|
| * Tests: Use blacklist for failing tests in tst_macnativeventsCaroline Chao2015-04-172-1/+11
| * Remove the old headersclean unit testThiago Macieira2015-04-102-8/+0
* | Remove unused functionFrederik Gladhorn2015-04-201-10/+0
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-312-5/+8
|\
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-092-5/+8
* | OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-253-0/+75
* | Add string range tests to qaccessibilitymacBoris Dušek2015-03-251-1/+21
* | Refactoring of qaccessibilitymac testBoris Dušek2015-03-251-37/+223
* | Fix accessibility character rect testsBoris Dušek2015-03-251-3/+6