summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
Commit message (Collapse)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-3025-325/+325
| | | | Reviewed-by: Trust Me
* The cmd line arguments have not been delegated properly.Aleksandar Sasha Babic2010-04-271-32/+1
| | | | | Task-number: QT-9377 Reviewed-by: Joao
* Renamed test benchmark targets.Miikka Heikkinen2010-03-1019-19/+19
| | | | | | | | | | | Many of the benchmarks generate executables with same names as the autotests. This is a big problem for Symbian, where all binaries are stored into single directory. Renamed benchmark targets to include 'bench' in their name to ensure no overlap in target names. Part of QtP delta reduction effort. Reviewed-by: Liang Qi
* Test modifications for the Windows Mobile platform.ninerider2010-02-274-6/+19
| | | | | | Test were changed to run in reasonable time on Windows Mobile. Also some test were skipped for instance those using OpenGL. OpenGL support for Windows Mobile is a forthcoming feature.
* New benchmark for QDirIteratorJoão Abecasis2010-02-254-0/+12152
| | | | | | | | Test creates a known directory tree (mimicking the v4.6.0 src/ tree in the repository) for deep traversal and file search based on the file names. Reviewed-by: Olivier Goffart
* Fixes for the Windows Mobile plattformninerider2010-02-222-2/+2
| | | | These fixes mainly concern compiling issues.
* Moving QDir benchmarks; making way for new test casesJoão Abecasis2010-02-183-11/+15
| | | | | Also, removed dependency on QtGui; gave test case a more meaningful name; using bench_ prefix, instead of tst_ for benchmarks.
* Fixing QDir benchmarks...João Abecasis2010-02-181-2/+2
| | | | | | The initial state of QDirIterator is ill-defined. If the hasNext returns true, then one must start by advancing the iterator to the first position. (Rinse, lather, repeat)
* Add benchmark for QTextCodecOlivier Goffart2010-02-125-1/+278
|
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-0849-0/+5393
We follow the same structure as used in the src directory. This makes it easier to navigate through the jungel, especially now that we are going to add functional tests etc.