summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-211-2/+2
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-211-0/+77
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-193-0/+6
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-194-26/+18
* Android: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Android: skip tst_QPluginLoader::loadSectionTableStrippedElf()Assam Boudjelthia2022-08-181-0/+4
* Android: tst_QByteArray::base64_2GiB() times out or gets terminatedAssam Boudjelthia2022-08-181-0/+3
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+8
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-127-5/+193
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-081-0/+24
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-081-1/+5
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QMetaType: fix isRegistered()Thiago Macieira2022-07-262-0/+10
* tst_QMetaType: suppress most warningsThiago Macieira2022-07-261-1/+16
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-262-52/+42
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-0/+40
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-2/+29
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-6/+6
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-0/+47
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* QMutex: limit moreStress test to idealThreadCount threadsVolker Hilsheimer2022-07-201-5/+7
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-151-0/+14
* QProcess: skip processesInMultipleThreads test on emulatorsVolker Hilsheimer2022-07-132-0/+6
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-0/+2
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-0/+17
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-121-0/+7
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-111-0/+40
* Add support for scoped JNI callbacksJuha Vuolle2022-07-082-0/+89
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-32/+14
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-052-0/+27
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-251-0/+16
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-251-20/+64
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+11
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-221-2/+16
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-211-5/+10
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-1/+37
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-203-2/+280
* QStringConverter: fix use-after-free in the stack in the testThiago Macieira2022-06-161-7/+11
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Revert "qxp::function_ref: drop use of q23::invoke_r"Marc Mutz2022-06-141-0/+40
* tst_QAnyStringView: explicitly check the spaceship operatorMarc Mutz2022-06-141-0/+31
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-131-0/+78
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-081-2/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-1/+2
* tst_QStringApiSymmetry: use QCOMPARE_EQ instead of QCOMPAREIvan Solovev2022-06-031-168/+168
* tst_QUrlQuery: improve formatting of lists of pairs of stringsEdward Welbourne2022-06-031-30/+18
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+11
* Short live qxp::function_ref!Marc Mutz2022-06-024-0/+243