[Big Sur] Regression tests fail to run due to failed assert: self._os_version.major == 10
<rdar://problem/64789480>
Created attachment 402850 [details] Patch
Committed r263553: <https://trac.webkit.org/changeset/263553> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402850 [details].
Reopening to attach new patch.
Created attachment 402869 [details] Patch
Created attachment 402870 [details] Patch
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
Created attachment 402871 [details] Patch for landing
Committed r263561: <https://trac.webkit.org/changeset/263561> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402871 [details].
Committed r263583: <https://trac.webkit.org/changeset/263583>