summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qdatetime: blacklist zone-change test for QEMU ARMv7Samuli Piippo2021-01-071-0/+1
* tst_qarraydata: blacklist dataPointerAllocate on all 32bit systemsSamuli Piippo2021-01-071-1/+1
* tst_toolsupport: fix expected alignment on ARMv7Samuli Piippo2021-01-071-1/+1
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-10/+54
* Prefix binary produced by QAbstractItemModelTester testcase with tst_Volker Hilsheimer2021-01-062-2/+3
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+7
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-051-11/+10
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+46
* Fix minor errors in testsDavid Skoland2021-01-052-8/+5
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-051-7/+7
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-0/+46
* Adjust surface type usage for onscreen tests in tst_qrhiLaszlo Agocs2021-01-041-5/+6
* rhi: shadowmap manual test: use Nearest filteringLaszlo Agocs2021-01-041-1/+1
* rhi: Make triquadcube manual test compile after recent changesLaszlo Agocs2021-01-041-2/+2
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-044-8/+4
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-1/+5
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-312-1/+5
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+9
* tests: unblacklist tst_QWindow::modalWithChildWindow() on openSUSELiang Qi2020-12-231-2/+0
* tests: unblacklist tst_qwidget::saveRestoreGeometry on xcbLiang Qi2020-12-231-3/+0
* qfont: blacklist tests for QEMUSamuli Piippo2020-12-231-0/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-22622-690/+1086
* tst_qimagereader.cpp: Fix MSVC int conversions warningsFriedemann Kleint2020-12-211-3/+3
* QCheckBox: cleanup autotestChristian Ehrlicher2020-12-211-178/+116
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-0/+57
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* Check size of QObjectPrivate::ExtraData in tst_toolsupport.cpphjk2020-12-181-0/+6
* QProperty add markdirtyFabian Kosmale2020-12-181-0/+77
* Revert "Fix network tests on qemu/arm"Samuli Piippo2020-12-183-8/+0
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-171-5/+5
* qRound: do not expect failure on ARM64Samuli Piippo2020-12-171-0/+8
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-1716-122/+122
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-1724-27/+24
* Bindable property with initializationIvan Solovev2020-12-171-0/+64
* Blacklist tst_QMdiArea::updateScrollBars on macosIvan Solovev2020-12-171-0/+3
* QCache: fix updating entries breaking the internal chainMÃ¥rten Nordheim2020-12-161-0/+17
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-153-6/+7
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-111-0/+46
* Fuzzing: Provide link to oss-fuzzRobert Loehning2020-12-111-1/+13
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-111-0/+80
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+65
* tst_QFile: add a couple more sequential Unix device filesThiago Macieira2020-12-101-1/+10
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-1031-59/+189
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-101-0/+29
* tests: blacklist tst_NetworkSelfTest::smbServer() on openSUSELiang Qi2020-12-101-1/+2
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+207
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+12
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-0/+1