summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Declare the operator| in the Qt namespace for QFlags in that namespacesOlivier Goffart2018-04-081-0/+22
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-077-30/+53
|\
| * Revise dates of Pacific/Kiritimati's day-skip transitionEdward Welbourne2018-04-061-2/+2
| * oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-0/+24
| * tests/auto/other: Avoid unconditional qWait()sKari Oikarinen2018-04-062-14/+3
| * QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
| * QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-0/+3
| * tst_QLocale: Avoid manual deletesKari Oikarinen2018-04-061-14/+19
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-064-10/+33
|\|
| * Kludge QLocale test order to fix fall-out from setDefault()Edward Welbourne2018-04-051-10/+28
| * tst_QCursor::equality(): Silence warningsFriedemann Kleint2018-04-051-0/+3
| * Hide global qtlogging.ini from autotestKai Koehne2018-04-052-0/+2
* | tst_QSslSocket::signatureAlgorithm - fix for OpenSSL 1.1Timur Pocheptsov2018-04-051-1/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-058-34/+380
|\|
| * Add lancelot based benchmarkAllan Sandfeld Jensen2018-04-044-3/+348
| * tst_QStateMachine: Don't use unconditional waitsv5.11.0-beta3Kari Oikarinen2018-04-041-2/+5
| * Narrow tst_QDnsLookup::lookup blacklist to only CIKari Oikarinen2018-04-041-1/+1
| * tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
| * tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
* | Skip tst_QWindow::spuriousMouseMove on WaylandJohan Klokkhammer Helsing2018-04-041-0/+2
* | Benchmarks/QGraphicsView: re-enable graphicslayout/graphicslinearlayoutChristian Ehrlicher2018-04-045-22/+25
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-313-20/+21
|\|
| * Stabilize tst_QGraphicsProxyWidget::tooltip_basic()Friedemann Kleint2018-03-291-13/+18
| * qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-03-292-3/+3
| * qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-03-291-4/+0
* | Add wildcard-to-regexp support to QRegularExpressionSamuel Gaist2018-03-302-0/+82
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-303-1/+8
|\|
| * Blacklist tst_QDnsLookup::lookupKari Oikarinen2018-03-281-0/+2
| * Blacklist tst_Gestures::customGesture on openSUSE and UbuntuKari Oikarinen2018-03-281-0/+4
| * tst_QLocalSocket: Only expect debug messages if debug level is enabledKari Oikarinen2018-03-281-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2815-226/+307
|\|
| * sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-58/+84
| * Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+30
| * Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-0/+70
| * fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-9/+73
| * Remove CMake code for CMake < 3.1Kevin Funk2018-03-244-125/+4
| * tst_QWinEventNotifier: fix flakinessAlex Trotsenko2018-03-231-3/+7
| * Blacklist tst_QProcess::softExitInSlots on WindowsKari Oikarinen2018-03-231-0/+3
| * Stabilize tst_QGraphicsView::acceptMouseDoubleClickEventKari Oikarinen2018-03-221-18/+8
| * Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-221-2/+14
| * Clean up the moc "no-keywords" testUlf Hermann2018-03-212-11/+14
* | testlib: Ignore line locations from TAP reporter when running selftestsTor Arne Vestbø2018-03-271-1/+3
* | Benchmarks/QGraphicsItem: use testdata instead hard-coded valuesChristian Ehrlicher2018-03-271-1/+1
* | Benchmark: move widgets benchmarks still in gui subdirectory to widgetsChristian Ehrlicher2018-03-27201-20/+16
* | Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-0/+21
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-251-0/+27
* | Benchmark/QImageReader: remove unused dependenciesChristian Ehrlicher2018-03-233-6/+0
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-222-0/+212
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-218-310/+432
|\|
| * Switch lancelot from QRegExp to QRegularExpressionsAllan Sandfeld Jensen2018-03-202-283/+288