[Webkit-unassigned] [Bug 117879] New: REGRESSION (r151755-r151757): fast/forms/search-event-delay.html failing on Apple Win 7 Release (Tests)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 21 09:41:36 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117879
Summary: REGRESSION (r151755-r151757):
fast/forms/search-event-delay.html failing on Apple
Win 7 Release (Tests)
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: http://build.webkit.org/results/Apple%20Win%207%20Rele
ase%20(Tests)/r151757%20(36690)/results.html
OS/Version: Unspecified
Status: NEW
Keywords: InRadar, LayoutTestFailure, MakingBotsRed, Regression
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: roger_fong at apple.com
CC: webkit-bug-importer at group.apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list