summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* tst_qurl: add test for fromUserInput(3 args) using "." as working dirDavid Faure2017-02-021-1/+4
* QVariant: don't do fuzzy comparisons with NaN and infinitiesThiago Macieira2017-01-311-2/+13
* Read the .ini file back in text modeThiago Macieira2017-01-311-5/+2
* QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-0/+11
* Improve QTest::qWait() precision and switch to QDeadlineTimerAllan Sandfeld Jensen2017-01-251-1/+1
* Stabilize tst_QPropertyAnimation::noStartValue()Friedemann Kleint2017-01-251-4/+2
* tst_QPauseAnimation: Use QTRY_COMPARE for checking the stopped stateFriedemann Kleint2017-01-201-39/+25
* Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-144-0/+49
* tst_utf8: remove duplicate nonCharacters() dataMarc Mutz2017-01-101-33/+0
* Fixed Chinese language selection on iOSJason Erb2017-01-101-1/+38
* Drop unnecessary dependencies from some testsUlf Hermann2017-01-103-3/+3
* Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
* QIPM: Persist model indexes after emitting layoutChange, not beforeStephen Kelly2016-12-211-0/+76
* QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-211-0/+46
* QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-211-0/+126
* QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-121-1/+6
* QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-4/+12
* tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
* Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-292-4/+5
* tst_qchar: Silence deprecation warningFriedemann Kleint2016-11-291-0/+5
* Fix tst_QString::sprintf()Friedemann Kleint2016-11-291-6/+11
* Fix some warnings in testsFriedemann Kleint2016-11-281-1/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-2/+66
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-2/+66
| |\
| | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
| | * tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
| | * Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2
* | | AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* | | QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-0/+114
* | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-221-0/+15
* | | tst_qhooks: test that it's possible to chain multiple hooks togetherMitch Curtis2016-11-181-0/+70
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-1629-0/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-1529-0/+16
| |\|
| | * Improve the validation algorithm for binary JSONLars Knoll2016-11-1129-0/+16
* | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-0/+33
* | | Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-091-4/+4
* | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-092-96/+1
* | | Replace custom type traits with std one'sKai Koehne2016-11-082-5/+3
* | | QVariant to QJsonValue::Null conversionAllan Sandfeld Jensen2016-11-081-3/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-1/+35
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-272-1/+22
| |\|
| | * Autotest: fix silly mistake in assigning where a comparison was intendedThiago Macieira2016-10-251-1/+1
| | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-0/+21
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-1/+62
| |\|
| | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-0/+13
| | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-181-1/+49
* | | Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
* | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-203-8/+22
* | | QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-181-3/+13
* | | tst_QSettings: Don't assume the presence of a key means isWritableTor Arne Vestbø2016-10-101-1/+1