summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/access
Commit message (Collapse)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-302-26/+26
| | | | Reviewed-by: Trust Me
* Fixing the wrong QUrl usageAleksandar Sasha Babic2010-04-211-1/+1
| | | | | | | As we want to use local file then QUrl::fromLocalFile is safest method. Task-number: QTBUG-9417 Reviewed-by: TrustMe
* When on Symbian use smaller files.Aleksandar Sasha Babic2010-04-211-3/+6
| | | | | Task-number: QT-9417 Reviewed-by: TrustMe
* Renamed test benchmark targets.Miikka Heikkinen2010-03-102-2/+2
| | | | | | | | | | | 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-271-2/+2
| | | | | | 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.
* Fixes for the Windows Mobile plattformninerider2010-02-221-1/+1
| | | | These fixes mainly concern compiling issues.
* Compile fix for network benchmarks.Bjørn Erik Nilsen2010-02-082-2/+2
|
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-085-0/+879
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.