Bug 301600
| Summary: | [Simulator] MiniBrowser fails to launch with micro version difference from SDK version. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Tools / Tests | Assignee: | Ben Schwartz <ben_schwartz> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | basuke, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Schwartz
Due to `sub simulatorRuntime` in `Tools/Scripts/webkitdirs.pm` checking for SDK and runtime version being equal, differences in micro version between each will cause the check to fail. We should make this subroutine check for if the runtime version starts with the SDK version, instead of if they're strictly equal.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163599114>
Ben Schwartz
Pull request: https://github.com/WebKit/WebKit/pull/53113
EWS
Committed 302281@main (dbf3fc6c89ff): <https://commits.webkit.org/302281@main>
Reviewed commits have been landed. Closing PR #53113 and removing active labels.