summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-2238-38/+38
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+83
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-211-0/+10
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* 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-2036-42/+131
* 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
* 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
* Introduce QDoubleValidator::fixup()Ivan Solovev2021-09-171-0/+220
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+11
* Support QNX QCC compilerPasi Petäjäjärvi2021-09-161-2/+2
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-161-2/+4
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-0/+30
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Fix Catch2 compiling for INTEGRITYTatiana Borisova2021-09-142-1/+32
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-142-66/+6
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-37/+0
* Re-enable tst_qplugin on LinuxThiago Macieira2021-09-141-6/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+18
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-1/+1
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-101-0/+5
* Unskip QToolTip::keyEvent test on macOSTor Arne Vestbø2021-09-091-15/+18
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-092-0/+5
* Tidy up in counting, skip and skipinit selftestsEdward Welbourne2021-09-093-8/+11
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-2/+11
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* tst_qstringapisymmetry: Don't pretend that QByteArray contains UTF-8Ievgenii Meshcheriakov2021-09-091-10/+8
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-082-6/+30
* High-dpi configuration change testingMorten Johan Sørvig2021-09-081-0/+111
* QIntValidator: add tests for fixup()Ivan Solovev2021-09-081-0/+61