Bug 170078

Summary: webkitpy: Use generalized device instead of platform specific one
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, glenn, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Jonathan Bedard 2017-03-24 15:41:36 PDT
When testing on devices, pass a generalized device interface instead of a specific platform device.  The generalized device should be persistent.
Comment 1 Jonathan Bedard 2017-03-24 15:44:04 PDT
Created attachment 305327 [details]
Patch
Comment 2 Jonathan Bedard 2017-03-24 16:00:48 PDT
Created attachment 305331 [details]
Patch
Comment 3 Daniel Bates 2017-03-24 16:12:44 PDT
Comment on attachment 305331 [details]
Patch

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

> Tools/ChangeLog:10
> +        no longer inherits from Device and IOSSimulator returns Devices
> +        wrapping SimulatedDevices.

We should explain why we are making this change.
Comment 4 Radar WebKit Bug Importer 2017-03-24 16:29:50 PDT
<rdar://problem/31253119>
Comment 5 Jonathan Bedard 2017-03-24 16:36:19 PDT
Created attachment 305338 [details]
Patch
Comment 6 WebKit Commit Bot 2017-03-25 07:44:29 PDT
Comment on attachment 305338 [details]
Patch

Clearing flags on attachment: 305338

Committed r214399: <http://trac.webkit.org/changeset/214399>
Comment 7 WebKit Commit Bot 2017-03-25 07:44:33 PDT
All reviewed patches have been landed.  Closing bug.