[Webkit-unassigned] [Bug 15223] New: webkitdir.pm::isQt() is not working properly in run-webbkit-test under Linux/Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 16 14:11:43 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15223

           Summary: webkitdir.pm::isQt() is not working properly in run-
                    webbkit-test under Linux/Qt
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: julien.chaffraix at gmail.com


webkitdir.pm::isQt() parses the variables given by the user and in case it
cannot find out the option "--qt" it uses the variable ${QTDIR}. 
In run-webkit-tests and without defining ${QTDIR}, this would only work for the
first call to it because GetOptions removes the options it can resolve from
ARGV.

In addition, without defining ${QTDIR}, the calling of build-dumprendertree
from run-webkit-tests will not be able to detect Qt platform through isQt()
because it is called in a new context without the argument from the main
script.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list