summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-061-4/+4
* Autotest: fix a race condition in verifying a peer D-Bus connectedThiago Macieira2015-01-066-14/+52
* Android: Fix QCryptographicHash testEskil Abrahamsen Blomfeldt2015-01-062-0/+11
* Android: Fix QCommandLineParser testEskil Abrahamsen Blomfeldt2015-01-061-0/+9
* Android: Fix QCollator testEskil Abrahamsen Blomfeldt2015-01-061-0/+5
* Android: Fix QChar testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
* Android: Fix QByteArray testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
* Android: Fix QTranslator testsEskil Abrahamsen Blomfeldt2015-01-063-1/+30
* Android: Check XML output and optionally stop on fail.BogDan Vatra2015-01-061-0/+41
* JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-062-9/+24
* Don't bind to QHostAddress::Any if we want to do IPv4 multicast opsThiago Macieira2015-01-051-3/+3
* tst_QLockFile: simulate a crash betterMarc Mutz2015-01-041-4/+4
* Autotest: Forward stderr of the sub-processesThiago Macieira2015-01-025-1/+4
* Autotest: Be nicer when asking the sub-processes to exitThiago Macieira2015-01-028-17/+32
* Added ROUND test for PostgreSQLIsrael Lins2014-12-301-13/+17
* [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-0/+8
* Added timezone support for datetime fields in PSQLJulien Blanc2014-12-302-1/+43
* tst_QUdpSocket: Fix inverted logic in getting a non-"any" addressThiago Macieira2014-12-281-23/+18
* Don't hardcode port numbers in tst_QUdpSocket wherever possibleThiago Macieira2014-12-281-10/+15
* Fix silly QSKIP for IPv6 in tst_QUdpSocket::multicastThiago Macieira2014-12-281-1/+1
* Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-241-1/+7
* Fix tst_QUdpSocket::multicastLeaveAfterCloseThiago Macieira2014-12-241-3/+6
* Stabilize tst_QUdpSocket::broadcastingThiago Macieira2014-12-241-1/+1
* Don't try to send broadcasts over IPv6Thiago Macieira2014-12-241-4/+7
* Suppress silly shell warning during qmake of qtcpsocket.proThiago Macieira2014-12-241-1/+1
* Autotest: Disable multicast testing with proxiesThiago Macieira2014-12-241-10/+1
* Temporarily disable the QtDBus tests if the session bus isn't availableThiago Macieira2014-12-231-1/+10
* Android: Fix QTemporaryDir/File::nonWritableCurrentDir() testsEskil Abrahamsen Blomfeldt2014-12-222-0/+9
* Android: Fix QLoggingRegistry testEskil Abrahamsen Blomfeldt2014-12-222-0/+10
* Android: Disable QLockFile testEskil Abrahamsen Blomfeldt2014-12-221-1/+3
* Android: Fix QIODevice testsEskil Abrahamsen Blomfeldt2014-12-223-0/+14
* Android: Fix QFileSystemWatcher test failuresEskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix test failure for test QFileInfo::lastRead()Eskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix QFileInfo testsEskil Abrahamsen Blomfeldt2014-12-223-1/+36
* Android: Fix QDirIterator testsEskil Abrahamsen Blomfeldt2014-12-221-0/+26
* Android: Fix QDir testsEskil Abrahamsen Blomfeldt2014-12-223-0/+77
* Android: Stabilize QPauseAnimation testEskil Abrahamsen Blomfeldt2014-12-221-34/+38
* Android: Fix qicoimageformat test.BogDan Vatra2014-12-222-0/+19
* Android: Fix qmovie test.BogDan Vatra2014-12-221-0/+2
* Android: Fix qicon test.BogDan Vatra2014-12-221-0/+1
* Android: Fix json test.BogDan Vatra2014-12-222-2/+12
* Remove old test script & project.BogDan Vatra2014-12-209-1614/+0
* Autotest: Fix a race condition in launching the QtDBus sub-processesThiago Macieira2014-12-2010-14/+11
* Fix handling of subprocesses for QtDBus unit tests on WindowsThiago Macieira2014-12-2014-25/+43
* Don't kill the subprocess in tst_qdbusabstractinterfaceThiago Macieira2014-12-201-17/+25
* Autotest: Make the peer executables report error if they failedThiago Macieira2014-12-203-3/+9
* Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-204-15/+12
* tst_qdbusconnection_no_bus: Fix build on WindowsThiago Macieira2014-12-201-2/+2
* Remove unnecessary adding of test rows in the QtDBus type benchmarkThiago Macieira2014-12-201-20/+15
* QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-0/+40