summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-10-051-0/+67
* Add testing of QPdfWriter output to QPainter lancelot testEirik Aavitsland2021-09-282-1/+103
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-0/+7
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-09-271-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-09-273-39/+5
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-231-1/+1
* QWidgetWindow: Stabilize test on XcbVolker Hilsheimer2021-09-201-0/+1
* Blacklist flaky testDimitrios Apostolou2021-09-201-0/+4
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-181-0/+25
* Make test pass on machines with many coresLars Knoll2021-09-181-1/+1
* Blacklist tst_QSocks5SocketEngine::simpleConnectToIMAP() because of flakinessDimitrios Apostolou2021-09-151-0/+3
* Blacklist tst_qgl:closeAndThenShow() because of flakinessDimitrios Apostolou2021-09-151-0/+3
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-111-0/+5
* Fix QTextCodec::canEncode() for ICU codecIvan Solovev2021-09-082-1/+70
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-021-3/+10
* Improve lancelot test of dashed line paintingEirik Aavitsland2021-08-303-4/+70
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-271-0/+55
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-241-3/+24
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-231-13/+15
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-191-6/+5
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Tarja Sundqvist2021-08-181-1/+1
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-0/+31
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* Handle even more include in enum casesFabian Kosmale2021-08-061-0/+5
* QFuture: fix result reporting in the filter modeSona Kurazyan2021-08-051-0/+59
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-08-021-0/+2
* Don't report results when the results list is emptySona Kurazyan2021-07-282-0/+36
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-261-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-261-1/+2
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-211-0/+9
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-211-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-211-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-211-24/+11
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-10/+38
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-194-5/+11
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-0/+69
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-121-0/+4
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-121-8/+4
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-101-1/+22
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-091-7/+5
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-091-15/+14
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-082-106/+28
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-081-0/+66
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-0/+30
* Avoid overflow in text layoutEirik Aavitsland2021-06-221-0/+14
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-141-0/+19
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-0/+69
* Fix augmentation of UI language listEdward Welbourne2021-06-091-6/+24
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2021-06-081-8/+11