Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e7a4f66e8e6351d45575fae7ad4cd7f6f3177c32 https://github.com/WebKit/WebKit/commit/e7a4f66e8e6351d45575fae7ad4cd7f6f3177c32 Author: Dawn Morningstar <mornings...@apple.com> Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths: M Tools/Scripts/webkitpy/api_tests/manager.py M Tools/Scripts/webkitpy/api_tests/runner.py Log Message: ----------- Fix bugs in --repeat-each argument in run-api-tests https://bugs.webkit.org/show_bug.cgi?id=299048 rdar://problem/160807717 Reviewed by Jonathan Bedard. This changes to use len(set(test_names)) instead of len(test_names) which appropriate calculates length and fail status when --repeat-each is used this also changes --repeat-each to not override the previous test run result if it were worse. * Tools/Scripts/webkitpy/api_tests/manager.py: (Manager.run): * Tools/Scripts/webkitpy/api_tests/runner.py: (report_result): Canonical link: https://commits.webkit.org/300133@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