Bug 235860
| Summary: | [ews] Cleanup code by removing patchFailedToBuild and patchFailedTests properties | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aakash_jain, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
Cleanup code by removing patchFailedToBuild and patchFailedTests properties. Those were added in very early days of this instance bringup, when corresponding steps (e.g.: UnApplyPatchIfRequired) were listed statically in factories.py. Later on we started invoking steps dynamically using addStepsAfterCurrentStep and UnApplyPatchIfRequired is no longer called in factories.py. We can just remove all this patchFailedToBuild and patchFailedTests properties logic.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aakash Jain
Pull Request: https://github.com/WebKit/WebKit/pull/111
Aakash Jain
Landed https://commits.webkit.org/246587@main (c249047)!
Radar WebKit Bug Importer
<rdar://problem/88264910>