Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "tests": { | |
| 3 "Test1.testproc1": { | |
| 4 "expected": "PASS", | |
| 5 "actual": "FAIL", | |
| 6 "time": 1 | |
| 7 } | |
| 8 }, | |
| 9 "build_number": "123", | |
| 10 "version": 4, | |
| 11 "builder_name": "test-builder", | |
| 12 "blink_revision": "12345", | |
| 13 "seconds_since_epoch": 1406123456, | |
| 14 "num_failures_by_type": { | |
| 15 "FAIL": 0, | |
| 16 "SKIP": 0, | |
| 17 "PASS": 1 | |
| 18 }, | |
| 19 "chromium_revision": "67890" | |
| 20 } | |
| OLD | NEW |