Bug 207492

Summary: [ews] Use SetBuildSummary instead of buildFinished in Layout tests
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 201934    
Attachments:
Description Flags
Patch jbedard: review+

Description Aakash Jain 2020-02-10 12:12:25 PST
[ews] Use SetBuildSummary instead of buildFinished in Layout tests to set custom build summary. buildFinished() method finishes the build immediately, while it might not be desirable in some cases/factories. 

We added SetBuildSummary build step in https://bugs.webkit.org/show_bug.cgi?id=207026 for this purpose. We are using that for webkitpy tests. We should start using that that in layout-tests as well.
Comment 1 Aakash Jain 2020-02-10 12:14:14 PST
Created attachment 390282 [details]
Patch
Comment 3 Aakash Jain 2020-02-10 13:14:42 PST
Committed r256206: <https://trac.webkit.org/changeset/256206>
Comment 4 Radar WebKit Bug Importer 2020-02-10 13:15:16 PST
<rdar://problem/59322779>