Bug 137585

Summary: Teach webkitpy about OS X Yosemite
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Andy Estes 2014-10-09 17:23:11 PDT
Teach webkitpy about OS X Yosemite
Comment 1 Andy Estes 2014-10-09 17:25:37 PDT
Created attachment 239584 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-10-09 17:40:25 PDT
Comment on attachment 239584 [details]
Patch

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

> Tools/Scripts/webkitpy/port/mac_unittest.py:111
> +        self.assert_name('mac', 'yosemite', 'mac-yosemite')
> +        self.assert_name('mac-yosemite', 'mavericks', 'mac-yosemite')

Put these under mac-mavericks.
Comment 3 Andy Estes 2014-10-09 20:51:03 PDT
Committed r174556: <http://trac.webkit.org/changeset/174556>