Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow testlib loggers to dynamically allocate storage for strings. | Rohan McGovern | 2009-07-30 | 1 | -0/+1 |
| | | | | | | | | | | | This enables very long failure messages (e.g. including an entire build log in a failure message). This change modifies only the plain test logger to use this feature. Task: 253861 Reviewed-by: Michael Goddard | ||||
* | Use Unix signal handlers to properly close the test log when a test is | Rohan McGovern | 2009-07-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Fixed recompile of tests/auto/selftests/exception. | Rohan McGovern | 2009-07-15 | 1 | -1/+1 |
| | | | | | | Turns out making a binary named `exception' is quite a bad idea... when some code does `#include <exception>', guess which file gets picked up :-) | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+39 |