Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump Qt version to 4.7.3 | Timo Turunen | 2011-03-11 | 1 | -1/+1 |
| | | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit e90cff53cdd7bf0bdfed1f2e8efb90539c6f33ba) Conflicts: tools/qdoc3/test/qt-project.qdocconf | ||||
* | Bump Qt version to 4.7.2. | Jason McDonald | 2010-11-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Bump version to 4.7.1. | Jason McDonald | 2010-09-21 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Finish bumping version number to 4.7.0 | Jason McDonald | 2009-09-02 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Use Unix signal handlers to properly close the test log when a test is | Rohan McGovern | 2009-07-15 | 1 | -0/+8 |
terminated by a signal. The new XML testloggers in Qt 4.6 only output a testlog after the test completes. Therefore, if a test crashes, no testlog will be output at all. This is a functional regression from Qt 4.5 and earlier where the testlog would be output up to the point where the crash occurred. This is a Unix-specific fix for this problem. This change is also useful for hanging tests; if the test is killed with SIGTERM it will output the test log up to the current test before it exits. |