Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine-readable output of tests #1284

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor fixes
hauleth committed Sep 17, 2015
commit eb752fd1384456f4ff71c1aec5f402fdd38c478c
5 changes: 2 additions & 3 deletions text/0000-machine-readable-tests-output.md
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@

# Summary

Replace current test output with machine-readable one and add thin compatibility
layer on top of that.
Replace current test output with machine-readable one.

# Motivation

@@ -85,7 +84,7 @@ Fields:
| Name | Description |
| ---- | ----------- |
| `type` | MUST be `test`. |
| `subtype` | SHOULD be one of `test`, `bench` or `should_panic`. |
| `subtype` | SHOULD be one of `test`, `bench` or `should_panic`. Defaults to `test`. |
| `status` | MUST be one of `ok`, `fail` or `ignore`. |
| `reason` | MUST describe of failure if `status` is `fail`. Otherwise MUST NOT be present. |
| `label` | MUST be unique identifier of test. |