Bug 221577

Summary: Move layout_test_runner.Worker._update_test_input to LayoutTestRunner
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Sam Sneddon [:gsnedders] <gsnedders>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, glenn, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 220421    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Sam Sneddon [:gsnedders] 2021-02-08 14:58:11 PST
There's no reason that we only actually find references for reftests on the Worker itself. By the time we reach the Worker, we really should know exactly what we're going to run.

Ideally, we'd be finding the references long before this, but for now let's move it to the LayoutTestFinder.
Comment 1 Sam Sneddon [:gsnedders] 2021-02-08 15:03:47 PST
Created attachment 419634 [details]
Patch
Comment 2 Sam Sneddon [:gsnedders] 2021-02-08 15:14:23 PST
Created attachment 419639 [details]
Patch
Comment 3 Sam Sneddon [:gsnedders] 2021-02-08 15:20:02 PST
Created attachment 419643 [details]
Patch
Comment 4 EWS 2021-02-08 22:51:18 PST
Committed r272568: <https://commits.webkit.org/r272568>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 419643 [details].
Comment 5 Radar WebKit Bug Importer 2021-02-10 14:32:18 PST
<rdar://problem/74206576>