Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1264)

Side by Side Diff: go/src/infra/appengine/test-results/frontend/testdata/full_results_0.json

Issue 2240473004: test-results: package frontend: add upload handler (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address estaab@ comments, set dependent CL Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | go/src/infra/appengine/test-results/frontend/upload.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « no previous file | go/src/infra/appengine/test-results/frontend/upload.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698