Bug 278400
Summary: | [ews] Relax the validation for OS version mismatch between builder and tester | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | reyesleon532, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=276379 |
Aakash Jain
[ews] Remove the validation for OS version. Just the SDK version validation should be sufficient for now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
Pull request: https://github.com/WebKit/WebKit/pull/32467
Aakash Jain
Instead of removing the OS version check altogether, we can relax it to match only the major and minor version, and ignore the patch version. For example: 13.6.7 and 13.6.6 should be allowed, but 13.6.7 and 13.7 (or 13.6.7 and 14) shouldn't be.
EWS
Committed 282565@main (d68593a1e6a5): <https://commits.webkit.org/282565@main>
Reviewed commits have been landed. Closing PR #32467 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/134427913>