jugglinmike

Results 223 comments of jugglinmike

Also cc @foolip, who has been automating Safari in another environment.

This isn't directly analogous to the settings for Chrome and Firefox because it involves system-wide configuration (not a command-line argument). Contributors might be surprised to find their browser behaving differently...

Sauce Labs uses SSL bumping by default, and that interferes with WebSocket traffic. We initially resolved the problem by disabling SSL bumping, but because WPT uses a self-signed certificate, that...

Thanks for calling that out. [Past experience has demonstrated](https://github.com/web-platform-tests/results-collection/pull/640) that WPT isn't nearly hygienic enough to rule out test interaction. [The discrepancies between collections for this revision seem tractable](https://wpt.fyi/results/?sha=ac12b3e948&label=experimental&product=safari%5Bazure%5D&product=safari%5Bbuildbot%5D&diff), but...

[Both the increase in time-to-results and the negligible effect on correctness were expected](https://github.com/web-platform-tests/results-collection/issues/563#issuecomment-431505583): > > Do you think it'd be worth trying more aggressive restarting > > The fact that...

Thanks for the patch, @cclauss. We don't currently support running this project in Python 3, so I'm reluctant to accept changes which suggest otherwise. While Python 3 is definitely a...

> These changes will work in both Python 2 and Python 3 so there is no risk in accepting them now. See https://docs.python.org/2/library/functions.html#print The risk of silent regression comes from...

You could also check [the WebKit blog](https://webkit.org/blog/). Looks like version 67 hasn't been announced yet. Also, Brian: [the ATOM feed](https://webkit.org/feed/atom/) and [the RSS feed](https://webkit.org/feed/) are both out of date (they...

When running Safari locally, the system infers the version based on files that are "near" the executable under test. The heuristic is implemented and explained in [the `read-browser-version.py` script](https://github.com/web-platform-tests/results-collection/blob/ba828f08f38e1476c439b60c9ba2a260e3f3b72c/src/scripts/read-browser-version.py#L54-L104). Relevant...

We've tested the latest version for almost every collection. The exception is we tested STP 65 until STP 67 was released because [version 66 could not be automated](https://webkit.org/blog/8414/release-notes-for-safari-technology-preview-66/). Relevant data...