[Webkit-unassigned] [Bug 59188] Reftests can not work on Mac build of WebKit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 20:51:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59188





--- Comment #1 from Hayato Ito <hayato at chromium.org>  2011-05-10 20:51:29 PST ---
Let me update the status.

It seems that WebKitDriver.run_test() returns 'None' as an image_hash value when an actual image_hash matches the given driver input's image_hash.
Whereas, ChromiumDriver.run_test() returns an actual image_hash value as is when the actual image_hash matches the given driver input's image_hash.

I think that this different behavior doesn't cause any problems to existing pixel tests tests because existing pixel tests skips 'comparing images' if an actual image_hash is 'None'.

But reftests always try to compare image_hash values of both HTML files. That is the root cause.

-- 
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