summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-171-4/+17
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-10/+95
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-161-100/+0
* QList: add STL-style assign()Dennis Oberst2023-05-162-0/+69
* tst_ContainerApiSymmetry: fix spacing of template <typenameMarc Mutz2023-05-161-1/+1
* Remove the "classwizard" exampleVolker Hilsheimer2023-05-1613-0/+617
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-165-0/+180
* QTabBar: Add testcase for tabs not scrollingVolker Hilsheimer2023-05-151-0/+26
* QProcess/Unix: enable setChildProcessModifier for startDetachedThiago Macieira2023-05-151-8/+21
* QProcess/Unix: improve the error message if the child modifier throwsThiago Macieira2023-05-151-2/+2
* QProcess/Unix: protect against stack unwinding in the child process stubThiago Macieira2023-05-151-0/+29
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-151-0/+9
* Darwin: Remove QMacAutoReleasePool heap allocation detectionTor Arne Vestbø2023-05-151-21/+0
* Move the addressbook tutorial into manual testsVolker Hilsheimer2023-05-1567-0/+3745
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-151-0/+4
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-1/+1
* Add test-cases for QDate::{start,end}OfDay() at QDateTime's boundsEdward Welbourne2023-05-151-0/+11
* Sanitize the handling of limitations of the MS time-zone backendEdward Welbourne2023-05-151-25/+39
* QDnsLookup/Unix: modernize the setting of IPv6 server addressesThiago Macieira2023-05-143-0/+175
* tst_QProcess: move setChildProcessModifier test to a Q_OS_UNIX sectionThiago Macieira2023-05-151-39/+38
* tst_ContainerApiSymmetry: make assign_impl() robust w.r.t. overallocationMarc Mutz2023-05-131-7/+11
* tst_ContainerApiSymmetry: make a comment more preciseMarc Mutz2023-05-131-1/+2
* tst_ContainerApiSymmetry: follow file's style for assign() testsMarc Mutz2023-05-131-4/+2
* tst_ContainerApiSymmetry: fix mutable lambda anti-patternMarc Mutz2023-05-131-1/+2
* tst_QAnyStringView: fix warning of unused variable by using itThiago Macieira2023-05-121-1/+3
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-111-0/+4
* tst_QDnsLookup: don't fail if the server refused to answerThiago Macieira2023-05-111-34/+34
* tst_QDnsLookup: create a dedicated test for IDNThiago Macieira2023-05-111-9/+18
* Network: link directly to libresolv instead of dlopen()ing itAmir Masoud Abdol2023-05-113-16/+2
* QDBusConnectionPrivate: Fix handling of queued messagesIevgenii Meshcheriakov2023-05-113-0/+117
* Fix QMetaObject::invokeMethod for free functions and std::bindVolker Hilsheimer2023-05-111-0/+45
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-8/+22
* tst_QDateTime::springForward(): take account of differences among zonesEdward Welbourne2023-05-111-13/+42
* Rework tst_QDate::startOfDay_endOfDay(), exploiting modern QTimeZoneEdward Welbourne2023-05-111-80/+70
* Correct startOfDay_endOfDay:BajaMexico test caseEdward Welbourne2023-05-111-4/+16
* QPointer: also make conversion to pointer-to-const workMarc Mutz2023-05-111-2/+2
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-4/+26
* tst_QDeadlineTimer: remove the testing of the different timer typesThiago Macieira2023-05-111-36/+13
* Test QLocale's parsing of small fractions with big exponentsEdward Welbourne2023-05-101-0/+14
* Unblacklist tst_QDnsQuery::lookupMårten Nordheim2023-05-101-2/+0
* tst_QFont: fix printf-format mismatchMarc Mutz2023-05-101-1/+1
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-3/+3
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-096-0/+405
* Hsts: match header names case insensitivelyMårten Nordheim2023-05-081-0/+6
* QMimeDatabase: de-duplicate some code in the unittestsAhmad Samir2023-05-071-3/+1
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-073-1/+38
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-065-46/+265
* Q{Plugin,Factory}Loader: downgrade warnings to debug messagesThiago Macieira2023-05-051-4/+0
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-051-0/+24
* test: Don't remove macdeployqt test directory when debugging testTor Arne Vestbø2023-05-051-3/+1