summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/selftests.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Allow testlib loggers to dynamically allocate storage for strings.Rohan McGovern2009-07-301-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 isRohan McGovern2009-07-151-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 McGovern2009-07-151-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 Knoll2009-03-231-0/+39