summaryrefslogtreecommitdiffstats
path: root/src/testlib/qjunittestlogger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious class prefixes from subclass codeEdward Welbourne2021-12-091-5/+5
* Make Skip an incident in test loggingEdward Welbourne2021-12-091-7/+6
* testlib: Gracefully handle messages outside of test function in JUnit reporterTor Arne Vestbø2021-09-161-0/+3
* testlib: Replace custom QTestCoreList with std::vectorTor Arne Vestbø2021-09-101-23/+17
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-101-55/+22
* testlib: Treat qCritical messages as system-err in JUnit reporterTor Arne Vestbø2021-08-101-0/+1
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-101-2/+2
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-101-7/+17
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-101-53/+50
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-061-2/+0
* testlib: Fix name of current test case element in JUnit reporterTor Arne Vestbø2021-08-061-9/+9
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-061-1/+14
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-051-1/+11
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-051-1/+0
* testlib: Reduce JUnit test duration reporting to millisecond precisionTor Arne Vestbø2021-08-051-2/+7
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-051-64/+52
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-051-45/+6
* QTestlib/JUnit XML: Log most messages to standard output instead of error outputFriedemann Kleint2021-01-151-16/+24
* testlib: Add start time and test duration to JUnit XMLTor Arne Vestbø2020-07-241-0/+10
* testlib: Track current test suite in JUnit test loggerTor Arne Vestbø2020-07-221-27/+31
* testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-031-0/+352