[Webkit-unassigned] [Bug 231469] [ Monterey+ ] tests are running on Big Sur

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 19:39:55 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231469

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsavell at apple.com

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Some debugging shows that run-webkit-tests things my OS is "monterey" despite being     11.3. This is coming from:

CURRENT_VERSION = Version(12, 0)

in class MacPort(DarwinPort). In that __init__ function, we seem to be hitting the default clause:

        if not self._os_version:
            self._os_version = MacPort.CURRENT_VERSION

host.platform.os_version is correct.

When running open source tests, apple_additions() is None.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211009/87658471/attachment-0001.htm>


More information about the webkit-unassigned mailing list