]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/libtest-json/output-stdout-success.json
Update unsuspicious file list
[rustc.git] / src / test / run-make-fulldeps / libtest-json / output-stdout-success.json
CommitLineData
b7449926 1{ "type": "suite", "event": "started", "test_count": 4 }
2c00a5a8 2{ "type": "test", "event": "started", "name": "a" }
e1599b0c 3{ "type": "test", "name": "a", "event": "ok", "stdout": "print from successful test\n" }
2c00a5a8 4{ "type": "test", "event": "started", "name": "b" }
487cf647 5{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'b' panicked at 'assertion failed: false', f.rs:9:5\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n" }
2c00a5a8 6{ "type": "test", "event": "started", "name": "c" }
487cf647 7{ "type": "test", "name": "c", "event": "ok", "stdout": "thread 'c' panicked at 'assertion failed: false', f.rs:15:5\n" }
2c00a5a8 8{ "type": "test", "event": "started", "name": "d" }
5e7ed085 9{ "type": "test", "name": "d", "event": "ignored", "message": "msg" }
5099ac24 10{ "type": "suite", "event": "failed", "passed": 2, "failed": 1, "ignored": 1, "measured": 0, "filtered_out": 0, "exec_time": $TIME }