RESOLVED CONFIGURATION CHANGED 117879
REGRESSION (r151755-r151757): fast/forms/search-event-delay.html failing on Apple Win 7 Release (Tests)
https://bugs.webkit.org/show_bug.cgi?id=117879
Summary REGRESSION (r151755-r151757): fast/forms/search-event-delay.html failing on A...
Roger Fong
Reported 2013-06-21 09:40:16 PDT
fast/forms/search-event-delay.html started failing on Apple Win 7 Release (Tests) between r151756 and r151757 (inclusive). http://trac.webkit.org/log/trunk?rev=151757&stop_rev=151756&limit=3 http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r151755%20(36689)/results.html passed http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r151757%20(36690)/results.html failed This regressed r151756. Upon doing some more research into the issue, Window's currentTime implementation returns the system time. We want number of seconds since epoch, the time() function would do the trick. However, reverting the change on win to use GetTickCount() (definitely not the time since epoch) causes the test to pass again and using time() just causes it to fail differently. So something else down the code path is processing the time returned by current time incorrectly.
Attachments
Ahmad Saleem
Comment 1 2024-04-11 06:39:37 PDT
This test is gone - post - https://commits.webkit.org/266068@main
Note You need to log in before you can comment on or make changes to this bug.