Query on running the test scripts
Hi All We are trying to test javascriptcore using the scripts that we have in Dir \WebKit\WebKitTools\Scripts. We have build the webkit on Symbian UIQ. when we try running a script "run-javascriptcore-tests" from command prompt it gives some errors as follows The system cannot find the path specified. The system cannot find the path specified. Building not defined for this platform! Compiling testkjs failed! Is there any thing more needed to make these scripts run. We tried it on Cygwin also still the same errors. Thanks Varun
The run-javascriptcore-tests script attempts to build JavaScriptCore and the testkjs/jsc tool before running the actual tests. If you haven't taught webkitdirs.pm how to build for your platform, it's not going to work. The line in the script that runs the actual test is this line: my $result = system "perl", "jsDriver.pl", "-e", "squirrelfish", "-s", jscPath($productDir), "-f", "actual.html", @jsArgs; Try running that command by itself (I don't think you need any @jsArgs by default) to see if that works. Dave On Thu, 7/10/08, Gargi Varun-DFXR46 <DFXR46@motorola.com> wrote:
Hi All
We are trying to test javascriptcore using the scripts that we have in Dir \WebKit\WebKitTools\Scripts.
We have build the webkit on Symbian UIQ.
when we try running a script "run-javascriptcore-tests" from command prompt it gives some errors as follows
The system cannot find the path specified. The system cannot find the path specified. Building not defined for this platform! Compiling testkjs failed!
Is there any thing more needed to make these scripts run.
We tried it on Cygwin also still the same errors.
Thanks Varun_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Hi, Does Nokia S60 exposes WebKit APIs for application developers ? Or, they have written any Wrapper around it ? Is there any link where we can find S60 WebKit APIs ? - Mondal.
Mondal Shyama Prasad-A15153 schrieb:
Does Nokia S60 exposes WebKit APIs for application developers ? Or, they have written any Wrapper around it ? Is there any link where we can find S60 WebKit API Afaik the S60 WebKit has not been exposed directly, but there is a documented wrapper around it that can be used. Look for CBrCtlInterface for more details. This article here seems to be a useful way for navigating around some issues with different DLL names in various feature packs:
http://www.newlc.com/webkit-browser-control-wrapper ciao marcus
Hi, I would like to know the difference between r31916 (15-Apr-2008 nightly build) and LATEST nightly build i.e. the list of new features gone into the build. As far as I know, SquirrelFish has been added in the month of June. So that is one of the major feature added. Is there anything else ? Regards, Mondal.
This will show you a list of all commits: http://trac.webkit.org/ Or these: http://trac.webkit.org/browser/trunk/WebCore/ChangeLog http://trac.webkit.org/browser/trunk/JavaScriptCore/ChangeLog There is nothing more high-level than that. You'll have to read through the logs on your own. -eric On Mon, Aug 4, 2008 at 5:37 AM, Mondal Shyama Prasad-A15153 <S.Mondal@motorola.com> wrote:
Hi,
I would like to know the difference between r31916 (15-Apr-2008 nightly build) and LATEST nightly build i.e. the list of new features gone into the build. As far as I know, SquirrelFish has been added in the month of June. So that is one of the major feature added. Is there anything else ?
Regards, Mondal. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (5)
-
David Kilzer
-
Eric Seidel
-
Gargi Varun-DFXR46
-
Marcus Groeber
-
Mondal Shyama Prasad-A15153