Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed incorrect pass/fail semantics for xpass/xfail when using | Rohan McGovern | 2009-05-19 | 1 | -1/+12 |
| | | | | | | | | | | xunitxml testlib logger. In the testlib plain logger, xfail is considered a pass and xpass considered a fail. xunitxml had the opposite behavior; change it to be the same. Autotest: included | ||||
* | Fixed qDebugs within tests being written as "error" tags in the | Rohan McGovern | 2009-05-07 | 1 | -3/+8 |
| | | | | | | | | | | | | | xunitxml testlog. `error' in xunit causes many xunit processing tools to consider the test as failing. This is different semantics from native testlib XML, where a qDebug is considered a message and not a failure. Change it to put qDebugs under the "system-err" tag when using xunitxml to retain semantic compatibility with testlib XML. Autotest: tst_selftests | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+24 |