Bug 120146 - NRWT: Add the ability to upload test results to new test results server
Summary: NRWT: Add the ability to upload test results to new test results server
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-21 21:13 PDT by Ryosuke Niwa
Modified: 2013-08-22 09:04 PDT (History)
9 users (show)

See Also:


Attachments
Adds the feature (12.78 KB, patch)
2013-08-21 21:19 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Uncomment a line (12.78 KB, patch)
2013-08-21 21:21 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion (489.52 KB, application/zip)
2013-08-21 22:28 PDT, Build Bot
no flags Details
Fixes bugs (12.82 KB, patch)
2013-08-21 22:53 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-08-21 21:13:58 PDT
Adds a feature to upload test results to new test results server
Comment 1 Ryosuke Niwa 2013-08-21 21:16:22 PDT
I'm developing a replacement for webkit-test-results.appspot.com.  For this new dashboard to work, NRWT needs to use a new JSON format to upload results.  Add that ability.
Comment 2 Ryosuke Niwa 2013-08-21 21:19:47 PDT
Created attachment 209320 [details]
Adds the feature
Comment 3 Ryosuke Niwa 2013-08-21 21:21:40 PDT
Created attachment 209321 [details]
Uncomment a line
Comment 4 Ryosuke Niwa 2013-08-21 21:22:42 PDT
Note that I purposefully avoided re-suing functions in json_test_results_generator.py because I want to get rid of that file altogether.  There's too much junk in there.
Comment 5 Ryosuke Niwa 2013-08-21 21:33:02 PDT
<rdar://problem/14804430>
Comment 6 Build Bot 2013-08-21 22:28:24 PDT
Comment on attachment 209321 [details]
Uncomment a line

Attachment 209321 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/1387525
Comment 7 Build Bot 2013-08-21 22:28:26 PDT
Created attachment 209326 [details]
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: webkit-ews-06  Port: mac-mountainlion  Platform: Mac OS X 10.8.4
Comment 8 Ryosuke Niwa 2013-08-21 22:53:02 PDT
Created attachment 209327 [details]
Fixes bugs
Comment 9 Andreas Kling 2013-08-22 08:06:00 PDT
Comment on attachment 209327 [details]
Fixes bugs

rs=me
Comment 10 Ryosuke Niwa 2013-08-22 09:03:59 PDT
Comment on attachment 209327 [details]
Fixes bugs

Clearing flags on attachment: 209327

Committed r154450: <http://trac.webkit.org/changeset/154450>
Comment 11 Ryosuke Niwa 2013-08-22 09:04:03 PDT
All reviewed patches have been landed.  Closing bug.