Hi all,

I was performing test using test suite included in the codebase. This is 
how I did the test.

I used the v8shell generated with the android v8 build, and copied the test 
suite into the handset. then I issued the following command.

 /data/data/com.googlecode.pythonforandroid/files/python/bin/python 
tools/test.py --no-build --shell=/system/bin/v8shell mjsunit

I was able to have the test suite run successfully. On ICS, I got 7 failed 
cases, however, when I used the version came alone with JB release. I got a 
lot of failure and some crashes.

After checking the crash I found that some are seemly caused by running out 
of memory so the process gets killed. For example the following test:

/system/bin/v8shell --nocrankshaft /mnt/sdcard/v8/test/mjsunit/mjsunit.js 
/mnt/sdcard/v8/test/mjsunit/regress/regress-524.js

Is there anyone can tell me if it is correct to use v8shell for running the 
test? and is it normal to fail on Android? or is there anything wrong that 
causes the issues I encountered?

many thanks,

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to