summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-0/+12
* tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
* QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-0/+54
* QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-0/+71
* QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
* tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
* Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
* Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-315-20/+235
|\
| * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-275-16/+223
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-271-0/+54
|\|
| * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
* | Make tst_QRandomGenerator::qualityReal() test more stableSona Kurazyan2020-03-251-3/+3
* | forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
* | qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2
* | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-8/+22
* | QLocale: Fix test on MinGW 8.1.0 32 bitCristian Adam2020-03-171-0/+1
* | Update UCD to Revision 26Edward Welbourne2020-03-148-1666/+2587
* | Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-03-121-4/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-4/+1
|\|
| * Un-blacklist QElapsedTimer::elapsed testVolker Hilsheimer2020-03-041-3/+0
| * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-031-1/+1
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-3/+4
* | Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-065-20/+189
* | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-051-2/+5
* | tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
* | tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
* | QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-3/+5
* | QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-4/+0
* | Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-0/+12
* | Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-33/+64
|\|
| * Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
| * Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-02-271-17/+30
* | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-286-13/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-272-4/+25
|\|
| * Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-02-261-4/+19
| * QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+6
* | Add an expansion limit for entitiesLars Knoll2020-02-261-2/+42
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-261-2/+3
|\|
| * tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
| * Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-221-5/+17
| * Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-221-0/+22
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+6
|\|
| * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
* | Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-121-5/+17
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-121-2/+158
|\|