Bug 95104 - [webkit-patch] Don't crash chrome-channels command when a previously unknown platform shows up.
Summary: [webkit-patch] Don't crash chrome-channels command when a previously unknown ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Peters
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-27 11:00 PDT by Gavin Peters
Modified: 2012-08-27 13:58 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.49 KB, patch)
2012-08-27 11:01 PDT, Gavin Peters
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from gce-cr-linux-06 (585.24 KB, application/zip)
2012-08-27 11:46 PDT, WebKit Review Bot
no flags Details
Patch (4.44 KB, patch)
2012-08-27 12:37 PDT, Gavin Peters
no flags Details | Formatted Diff | Diff
Patch (4.33 KB, patch)
2012-08-27 12:44 PDT, Gavin Peters
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Peters 2012-08-27 11:00:00 PDT
[webkit-patch] Don't crash chrome-channels command when a previously unknown platform shows up.
Comment 1 Gavin Peters 2012-08-27 11:01:16 PDT
Created attachment 160748 [details]
Patch
Comment 2 Gavin Peters 2012-08-27 11:02:22 PDT
Comment on attachment 160748 [details]
Patch

eseidel, wdyt?
Comment 3 WebKit Review Bot 2012-08-27 11:46:12 PDT
Comment on attachment 160748 [details]
Patch

Attachment 160748 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13613261

New failing tests:
animations/suspend-resume-animation-events.html
Comment 4 WebKit Review Bot 2012-08-27 11:46:15 PDT
Created attachment 160763 [details]
Archive of layout-test-results from gce-cr-linux-06

The attached test failures were seen while running run-webkit-tests on the chromium-ews.
Bot: gce-cr-linux-06  Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'>  Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Comment 5 Adam Barth 2012-08-27 12:02:27 PDT
Comment on attachment 160748 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=160748&action=review

> Tools/Scripts/webkitpy/common/net/omahaproxy.py:71
> +                    pretty_platform = self.chrome_platforms[platform["os"]] if platform["os"] in self.chrome_platforms else platform["os"]

self.chrome_platforms.get(platform["os"], platform["os"])
Comment 6 Gavin Peters 2012-08-27 12:37:42 PDT
Created attachment 160777 [details]
Patch
Comment 7 Gavin Peters 2012-08-27 12:39:03 PDT
(In reply to comment #5)
> (From update of attachment 160748 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=160748&action=review
> 
> > Tools/Scripts/webkitpy/common/net/omahaproxy.py:71
> > +                    pretty_platform = self.chrome_platforms[platform["os"]] if platform["os"] in self.chrome_platforms else platform["os"]
> 
> self.chrome_platforms.get(platform["os"], platform["os"])

Aha, yes. I'm glad someone here knows python.
Comment 8 Gavin Peters 2012-08-27 12:44:43 PDT
Created attachment 160781 [details]
Patch
Comment 9 WebKit Review Bot 2012-08-27 13:58:43 PDT
Comment on attachment 160781 [details]
Patch

Clearing flags on attachment: 160781

Committed r126792: <http://trac.webkit.org/changeset/126792>
Comment 10 WebKit Review Bot 2012-08-27 13:58:46 PDT
All reviewed patches have been landed.  Closing bug.