| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This code was intending to create a uniquely named directory containing
the PID of the test, but it was accidentally creating a directory
with a name possibly containing unprintable characters.
|
|
|
|
|
|
|
|
| |
Delete the QNetworkReply children first because they
could access the QAbstractNetworkCache that is also
a child of the QNetworkAccessManager.
Reviewed-by: brad
|
|
|
|
|
|
|
|
|
|
|
| |
The autotests were previously run with ALL-Tcb capability which gives
them more access to the filesystem etc. than a typical Qt application.
To have more realistic testing environmnent, tests are run with no
capabilities other than those required for the Qt APIs they use.
i.e. NetworkServices for network tests, None for others.
Reviewed-by: Liang Qi
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
| |
In Open C 1.6 release there is a bug in mmap(...) function.
The bug has been reported.
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
|
|
|
|
|
|
| |
When expiring cache files use a QMultiMap, when using a QMap not all
files are put into the map because often many files (downloaded or
updated at the same time) will have the same creation QDateTime and
so only one will go into the QMap who's key is QDateTime.
Reviewed-By: Thiago Macieira
Reviewed-By: Peter Hartmann
|
|
|