summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/shared
Commit message (Collapse)AuthorAgeFilesLines
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-171-0/+26
| | | | | | | | | | | Exhausts the entire buffer which double-conversion is left to work with. Also has a large amount of precision, which apparently we need to store temporarily. Task-number: QTBUG-88484 Change-Id: I87e8c323676465f1b8695e086020df1240d0d0d7 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* QByteArray::number(double): Extend the testMårten Nordheim2021-08-041-0/+103
Move out and share the test data from the QString::number_double() test and re-use it for this one. Task-number: QTBUG-88484 Change-Id: I6502d1d360657f6077e5c46636f537ddfdde3a83 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>