Specialize XML reporter's --list output

This commit is contained in:
Martin Hořeňovský
2019-06-22 15:31:11 +02:00
parent 85b129c741
commit be44cfa63b
8 changed files with 116 additions and 10 deletions

View File

@@ -29,13 +29,6 @@ method will be removed.
## Planned changes
### Output format of `--list-*` command line parameters
The various list operations will be piped through reporters. This means
that e.g. XML reporter will write the output as machine-parseable XML,
while the Console reporter will keep the current, human-oriented output.
### `CHECKED_IF` and `CHECKED_ELSE`
To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will

View File

@@ -37,6 +37,9 @@
* `--list*` commands no longer have non-zero return code (#1410)
* `--list-test-names-only` has been removed (#1190)
* You should use verbosity-modifiers for `--list-tests` instead
* `--list*` commands are now piped through the reporters
* The top-level reporter interface provides default implementation that works just as the old one
* XmlReporter outputs a machine-parseable XML
### Fixes
* The `INFO` macro no longer contains superfluous semicolon (#1456)