WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
213639
[Big Sur] Handle baseline search path
https://bugs.webkit.org/show_bug.cgi?id=213639
Summary
[Big Sur] Handle baseline search path
Ryan Haddad
Reported
2020-06-25 21:28:42 PDT
[Big Sur] Regression tests fail to run due to failed assert: self._os_version.major == 10
Attachments
Patch
(1.29 KB, patch)
2020-06-25 21:48 PDT
,
Ryan Haddad
no flags
Details
Formatted Diff
Diff
Patch
(3.39 KB, patch)
2020-06-26 08:46 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch
(3.38 KB, patch)
2020-06-26 08:51 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch for landing
(3.38 KB, patch)
2020-06-26 09:08 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Ryan Haddad
Comment 1
2020-06-25 21:29:40 PDT
<
rdar://problem/64789480
>
Ryan Haddad
Comment 2
2020-06-25 21:48:37 PDT
Created
attachment 402850
[details]
Patch
EWS
Comment 3
2020-06-25 22:20:37 PDT
Committed
r263553
: <
https://trac.webkit.org/changeset/263553
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 402850
[details]
.
Jonathan Bedard
Comment 4
2020-06-26 08:46:51 PDT
Reopening to attach new patch.
Jonathan Bedard
Comment 5
2020-06-26 08:46:52 PDT
Created
attachment 402869
[details]
Patch
Jonathan Bedard
Comment 6
2020-06-26 08:51:37 PDT
Created
attachment 402870
[details]
Patch
Aakash Jain
Comment 7
2020-06-26 09:04:17 PDT
Comment on
attachment 402870
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=402870&action=review
rs=me
> Tools/Scripts/webkitpy/port/mac.py:86 > + temp_version = Version(11)
Should it be explicitly: Version(11, 0) or better yet: temp_version.major += 1 temp_version.minor = 0
Jonathan Bedard
Comment 8
2020-06-26 09:08:53 PDT
Created
attachment 402871
[details]
Patch for landing
EWS
Comment 9
2020-06-26 09:32:00 PDT
Committed
r263561
: <
https://trac.webkit.org/changeset/263561
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 402871
[details]
.
Jonathan Bedard
Comment 10
2020-06-26 14:11:55 PDT
Committed
r263583
: <
https://trac.webkit.org/changeset/263583
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug