summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-052-0/+27
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+11
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-4/+0
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-2/+16
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-20/+64
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-201-5/+10
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-1/+37
* tst_qthread: Fix compilation under ubsanFabian Kosmale2022-06-201-4/+4
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-191-0/+16
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-193-2/+280
* Endian: Remove old special integer bitfieldsUlf Hermann2022-06-161-29/+0
* QStringConverter: fix use-after-free in the stack in the testThiago Macieira2022-06-151-7/+11
* Increase timeout of slow test for ASAN-enabled buildDimitrios Apostolou2022-06-151-0/+4
* Increase timeout of slow test for ASAN-enabled buildDimitrios Apostolou2022-06-151-0/+4
* 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_QResourceManager: extend the test to cover open filesMarc Mutz2022-06-141-0/+9
* tst_QAnyStringView: explicitly check the spaceship operatorMarc Mutz2022-06-141-0/+31
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-0/+78
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-071-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
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-315-3/+169
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-271-1/+2
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-273-4/+32
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-0/+56
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-241-24/+24
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-241-9/+9
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-242-37/+37
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-241-28/+28
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-241-9/+9
* tst_QStringConverter: roll up independent tests to rows in othersThiago Macieira2022-05-231-59/+6
* tst_QStringConverter: implement the TODO of testing with flagsThiago Macieira2022-05-231-4/+81
* tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2022-05-233-63/+168
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-231-14/+50
* Android: Enable building of the QLocale test caseVolker Hilsheimer2022-05-231-4/+1
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-14/+12
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-0/+17
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-9/+0
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-0/+4
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-182-8/+1
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-171-0/+2