Mobile/Fennec Unittests/green: Difference between revisions

Line 17: Line 17:


The goal is to tackle 200 of the above mentioned test files by the end of July 2010.  Throughout the month of August we can decide to investigate the remaining failures and prioritize the filed bugs.
The goal is to tackle 200 of the above mentioned test files by the end of July 2010.  Throughout the month of August we can decide to investigate the remaining failures and prioritize the filed bugs.
Some directories need to be run in chunks or the browser will crash (OOM) as a result of the large memory usage xpcshell consumes.  Here is an example of a simple shell script to chunk up dom/tests/mochitest/dom-level1-core.
<pre>
for i in 1 2 3 4 5 6 7 8
do
  python runtests.py --appname=../fennec/fennec --certificate-path=../certs --utility-path=../bin --autorun --log-file=level1-$i.log --close-when-done --test-path=dom/tests/mochitest/dom-level1-core --total-chunks=8 --this-chunk=$i
done
</pre>


== reftest ==
== reftest ==
Confirmed users
3,376

edits