summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-051-1/+0
| | | | | | | | | Otherwise, tst_QByteArray takes 97 seconds on my laptop to run. Makes design iteration difficult. Pick-to: 6.4 Change-Id: I07ec23f3cb174fb197c3fffd17220e6737907415 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+1
This includes byte array, string, char, unicode, locale, collation and regular expressions. Change-Id: I8b125fa52c8c513eb57a0f1298b91910e5a0d786 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>