summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-161-0/+13
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-163-44/+3
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-152-2/+14
* tests: blacklist tst_QSocks5SocketEngine::passwordAuth() on all UbuntuLiang Qi2022-09-151-2/+1
* Disable bad tests relying on wrong behaviorAllan Sandfeld Jensen2022-09-151-20/+10
* Http: Don't clear (de)compressed data on errorMårten Nordheim2022-09-141-0/+27
* Don't rely on synthetic mouse events in updateFocusChainWhenChildDie testTor Arne Vestbø2022-09-142-9/+3
* Tidy up tst_QTimeZoneEdward Welbourne2022-09-141-10/+2
* QWinRegistryKey: refactorYuhang Zhao2022-09-147-61/+243
* Blacklist tst_QGraphicsWidget::updateFocusChainWhenChildDie() on macOS 13 in CITor Arne Vestbø2022-09-131-0/+1
* tst_QNetworkreply: fix a path to test-dataMårten Nordheim2022-09-131-1/+1
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-3/+9
* Include global data tags in teamcity's test function namesEdward Welbourne2022-09-132-425/+435
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-121-0/+2
* Make QCryptographicHash move constructibleLinus Jahn2022-09-121-0/+37
* Fix QWasmWindowStack::topWindow when the stack is emptyMikolaj Boc2022-09-121-0/+27
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-121-0/+49
* Make tst_qnetworkreply depend on the 'echo' helperMårten Nordheim2022-09-121-0/+1
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-116-0/+20
* tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3Timur Pocheptsov2022-09-082-11/+33
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-7/+74
* Simplify system locale managementEdward Welbourne2022-09-071-3/+0
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-1/+16
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-072-0/+5
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-0/+55
* tst_qmatrixnxn: port away from deprecated APIsIvan Solovev2022-09-062-55/+105
* qdbusxml2cpp: modify the behavior of -m/--moc optionMate Barany2022-09-061-27/+88
* tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3Mårten Nordheim2022-09-051-1/+1
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-051-0/+37
* Fix tst_QWindow::requestUpdate on WaylandEskil Abrahamsen Blomfeldt2022-09-051-7/+9
* Fix cmake warnings from using deprecated PUBLIC_LIBRARIESVolker Hilsheimer2022-09-052-2/+2
* Fix compiler warning: don't copy in ranged-for loopVolker Hilsheimer2022-09-031-2/+2
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-031-2/+4
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0211-93/+511
* Don't batch qmetaobject_compatMikolaj Boc2022-09-021-0/+1
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-021-7/+0
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-022-68/+64
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-013-77/+21
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-0/+2
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+14
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-0118-0/+311
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-011-0/+10
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-012-0/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-018-0/+14
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-311-1/+11
* QSslCertificate::toText(): add a file to compare againstTimur Pocheptsov2022-08-315-150/+9
* tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3Timur Pocheptsov2022-08-311-0/+5
* CMake: Fix tst_qlibrary to work on macOS with debug buildsAlexandru Croitor2022-08-312-20/+40