Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9374ab2737cb2841b855dedcf2d73dcdfd1377d7
      
https://github.com/WebKit/WebKit/commit/9374ab2737cb2841b855dedcf2d73dcdfd1377d7
  Author: Diego De La Toba <[email protected]>
  Date:   2026-02-09 (Mon, 09 Feb 2026)

  Changed paths:
    M LayoutTests/accessibility/password-notifications-timing-expected.txt
    M LayoutTests/accessibility/password-notifications-timing.html

  Log Message:
  -----------
  [MacOS]accessibility/password-notifications-timing.html is a flaky text 
failure.
rdar://169218506
https://bugs.webkit.org/show_bug.cgi?id=306573

Reviewed by Tyler Wilcock and Jonathan Bedard.

Flaky failure appears to be caused by timing issue within test, resolved with 
the following:

    - Added a 10ms tolerance to account for timer precision and Date.now() 
rounding during high CPU usage.
    - Changed the assertion from elapsed >= interval (strict 25ms) to elapsed 
>= interval - tolerance
    - Updated the expected output file to match the new assertion format

* LayoutTests/accessibility/password-notifications-timing-expected.txt:
* LayoutTests/accessibility/password-notifications-timing.html:

Canonical link: https://commits.webkit.org/307120@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to