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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/appengine/test-results/frontend/testdata/full_results_0.json
diff --git a/go/src/infra/appengine/test-results/frontend/testdata/full_results_0.json b/go/src/infra/appengine/test-results/frontend/testdata/full_results_0.json
new file mode 100644
index 0000000000000000000000000000000000000000..7f0b9797dd915034e73997e5fd9640b1d67c453a
--- /dev/null
+++ b/go/src/infra/appengine/test-results/frontend/testdata/full_results_0.json
@@ -0,0 +1,20 @@
+{
+ "tests": {
+ "Test1.testproc1": {
+ "expected": "PASS",
+ "actual": "FAIL",
+ "time": 1
+ }
+ },
+ "build_number": "123",
+ "version": 4,
+ "builder_name": "test-builder",
+ "blink_revision": "12345",
+ "seconds_since_epoch": 1406123456,
+ "num_failures_by_type": {
+ "FAIL": 0,
+ "SKIP": 0,
+ "PASS": 1
+ },
+ "chromium_revision": "67890"
+}
« 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