[Webkit-unassigned] [Bug 14982] New: testkjs needs dependent DLLs copied to run on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 22:29:55 PDT 2007


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

           Summary: testkjs needs dependent DLLs copied to run on Windows
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevino at theolliviers.com


Currently, if you do a successful build and then try to run
run-javascriptcore-tests as one would do on Mac, it will show all the tests as
regressions. This is because testkjs needs the ICU, etc. dlls to be in the
WebKitBuild\bin directory, but they currently are not copied there. I would
suggest that after the build step in run-javascriptcore-tests, it should either
copy over the DLLs from Safari into WebKitBuild\bin, or use that special magic
that makes DYLD_LIBRARY_PATH work on Windows. 

If that would be difficult to implement properly, as an alternative,
run-javascriptcore-tests could check to see if the DLLs are missing and report
it to the user so that there's some indication of the problem.


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