summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "tst_qwidget::activation expect fail on Win 10"Joni Jäntti2017-08-311-6/+0
* Revert "tst_qgraphicswidget expect fail on Win 10"Joni Jäntti2017-08-301-7/+0
* tst_qgraphicswidget expect fail on Win 10Joni Jäntti2017-08-151-0/+7
* tst_qwidget::activation expect fail on Win 10Joni Jäntti2017-08-151-0/+6
* tst_qfocusevent activateWindow for Win 10Joni Jäntti2017-08-151-0/+9
* Fix failing network cookie jar testsSimon Hausmann2017-08-071-4/+4
* Ignore failure of tst_qmenu::submenuTearOffDontClose on macOS 10.11Simon Hausmann2017-07-041-0/+2
* Ignore tst_qwidget::showMinimizedKeepsFocus on macOS 10.11Simon Hausmann2017-07-041-0/+1
* Ignore tst_macNativeEvents::testPushButtonPressRelease on macOS 10.11Simon Hausmann2017-07-031-0/+3
* Skip the threaded systemProxyForQuery test on Windows 7Simon Hausmann2017-07-031-1/+4
* Ignore tst_QOpenGLWidget::clearAndGrab failures on UbuntuSimon Hausmann2017-07-031-0/+2
* Fix Angle check in QGLBuffer auto-testSimon Hausmann2017-06-291-1/+1
* Ignore tst_qglbuffer vertexBuffer and indexBuffer failures with AngleSimon Hausmann2017-06-221-0/+7
* Blacklist AAAA related DNS lookup tests on Windows 7/8.1Simon Hausmann2017-06-212-0/+10
* Ignore test failures of linkLocalIPv6 on RHEL 6.6 in the CISimon Hausmann2017-06-161-1/+2
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-081-0/+2
* Skip failures of task232085_spinBoxLineEditBg with the real Gtk styleSimon Hausmann2017-06-081-0/+2
* Autotests: Blacklist "utun" interfaces on DarwinThiago Macieira2017-06-082-0/+22
* Remove some more register keywordsMarc Mutz2017-05-091-1/+1
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-091-2/+67
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-05-041-0/+25
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-05-041-0/+8
* Windows: Fix tst_QFileDialog2::completionOnLevelAfterRoot()Friedemann Kleint2017-05-021-1/+1
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-0/+4
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102
* tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-221-1/+6
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-03-201-1/+1
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2017-03-171-2/+21
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-03-161-0/+50
* Blacklist tst_QPauseAnimation::multipleSequentialGroups()Marc Mutz2017-03-021-0/+2
* Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-03-021-0/+3
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-211-2/+15
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-202-1/+72
* tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
* Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
* tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
* Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-081-2/+11
* Plug memleaks in tst_QStackedLayoutMarc Mutz2017-02-071-1/+1
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-02-061-0/+22
* Stabilize tst_QPropertyAnimation::noStartValue()Friedemann Kleint2017-02-061-4/+2
* QHostAddress: add missing docsMarc Mutz2017-01-201-0/+1
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2017-01-201-0/+27
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-043-0/+113
* Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2017-01-031-0/+17
* Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2017-01-031-1/+3
* Improve reliability of network bearer testsSimon Hausmann2017-01-033-10/+10
* Fix the JPEG EXIF reader to deal with some broken/corrupt filesThiago Macieira2016-11-305-3/+14
* Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
* tst_QFormLayout: Fix UB (invalid enum value) in several functionsMarc Mutz2016-11-221-18/+24