summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-028-46/+0
* Rename command-option to generate_expected_output.pyEdward Welbourne2021-10-011-4/+4
* Untangle qsortfilterproxymodel unittestsDavid Faure2021-10-016-18/+20
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-011-0/+47
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-7/+56
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-4/+0
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-013-5/+3
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+75
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-304-3/+6
* Add testcase for QWidgetRepaintManagerVolker Hilsheimer2021-09-303-0/+261
* Add manual test for window activationPaul Olav Tvete2021-09-302-0/+156
* Add transport info to the QNetworkInformation manual testMårten Nordheim2021-09-292-3/+21
* Refactor QNetworkInformation manual testMårten Nordheim2021-09-293-59/+101
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-282-0/+90
* 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
* Q{Elf,Mach}Parser: simplify the return codesThiago Macieira2021-09-241-33/+33
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+0
* tst_qplugin{,loader}: make it pass on MacsThiago Macieira2021-09-241-6/+6
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-3/+124
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-2/+0
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-2326-401/+66
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-2254-54/+54
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+83
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-211-0/+10
* locale: INTEGRITY does not define LC_MEASUREMENTSTatiana Borisova2021-09-211-2/+2
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* locale: QNX does not define LC_MEASUREMENTSPasi Petäjäjärvi2021-09-211-1/+4
* QNetworkInformation: Actually compare names case insensitivelyMårten Nordheim2021-09-201-0/+1
* QWidgetWindow: Stabilize test on XcbVolker Hilsheimer2021-09-201-0/+1
* Un-blacklist quitOnLastWindowClosedMulti test on macOS in CIVolker Hilsheimer2021-09-202-13/+11
* Eat expected warning messages in QGuiApplication testVolker Hilsheimer2021-09-201-0/+9
* Compile autotests for IntegrityTatiana Borisova2021-09-2037-43/+132
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+6
* Blacklist flaky testDimitrios Apostolou2021-09-201-0/+3
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-201-0/+46
* Introduce QDoubleValidator::setRange overload with two parametersIvan Solovev2021-09-201-12/+85
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* tests/xcb: add a test for screen off and onLiang Qi2021-09-181-0/+36
* tests/xcb: move xrandr process call to a functionLiang Qi2021-09-181-26/+25
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-181-0/+2
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-181-0/+27
* Activate test of enter event delivery on macOSVolker Hilsheimer2021-09-171-3/+0
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1735-84/+91
* rhi: vulkan: Reset state more aggressivelyLaszlo Agocs2021-09-171-0/+139
* Fix flaky test timing out sometimes while waiting for dataDimitrios Apostolou2021-09-171-4/+7
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-171-0/+5
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-1714-93/+71