[Webkit-unassigned] [Bug 47240] new-run-webkit-tests: getting an "error 2" back from ImageDiff

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 18:13:16 PDT 2011


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





--- Comment #10 from Shawn Singh <shawnsingh at chromium.org>  2011-08-17 18:13:15 PST ---
OK, isolated the problem:

the new-run-webkit-tests  version of /tmp refers to my cygwin environment temp.  the ImageDiff  /tmp refers to the windows environment, C:\tmp.


So, if people can suggest answers for the following, I can try to resolve it:

 - is there a way to mark that new-run-webkit-tests failed due to internal error, rather than test failure?  That seems like the most ideal choice.  the ERROR message is there now, but is easily overlooked when the test passes, and failing the test would be badly misleading.

 - what is the "right" way to solve it?

option 1: if there is a way to detect cygwin environment in python, we can export a CYGWIN_ROOT path, and if that environment exists, ImageDiff can prepend absolute paths

option 2: somehow use relative paths to ImageDiff ?

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