Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b8532bcbdb398f3c962fb793b5b2eafe254fee9f https://github.com/WebKit/WebKit/commit/b8532bcbdb398f3c962fb793b5b2eafe254fee9f Author: Sam Sneddon <gsnedd...@apple.com> Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths: M Tools/Scripts/check-for-duplicated-platform-test-results M Tools/Scripts/webkitpy/port/factory.py M Tools/Scripts/webkitpy/port/ios.py M Tools/Scripts/webkitpy/port/win.py Log Message: ----------- Increase platform coverage of check-for-duplicated-platform-test-results https://bugs.webkit.org/show_bug.cgi?id=271276 Reviewed by Jonathan Bedard. This is really a smörgåsbord of small fixes; see below: * Tools/Scripts/check-for-duplicated-platform-test-results: (platform_list): Also use PortFactory.all_port_names() when 'all' is passed. (check_platform): Some logging changes, plus creating a new optparse.Values object for each Port. (main): Move webkit_test_runner to be an argument. * Tools/Scripts/webkitpy/port/factory.py: (PortFactory.all_port_names): Update our list of known ports. * Tools/Scripts/webkitpy/port/ios.py: (IOSPort.default_baseline_search_path): Use the generic device_type if one isn't passed. * Tools/Scripts/webkitpy/port/win.py: (WinPort.__init__): Only use the platform version if we're on Windows, to match MacPort. (WinCairoPort._search_paths): Gracefully handle not knowing the name of a version. Canonical link: https://commits.webkit.org/277843@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes