Revision: 3345
Author: mikhail.naganov
Date: Mon Nov 23 08:09:33 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/v8/source/detail?r=3345

Modified:
  /wiki/Testing.wiki

=======================================
--- /wiki/Testing.wiki  Thu Sep 18 01:03:17 2008
+++ /wiki/Testing.wiki  Mon Nov 23 08:09:33 2009
@@ -24,7 +24,17 @@

  == Running the Mozilla tests ==

-The V8 test framework comes with support for running the Mozilla test  
suite which can be downloaded from their  
[http://www.mozilla.org/js/tests/library.html website]. To enable them,  
check out or unpack the test suite as `v8/test/mozilla/data`, and to run  
them call
+The V8 test framework comes with support for running the Mozilla test  
suite. To obtain it, do the following:
+
+{{{
+cd test/mozilla
+rm -rf data
+cvs -d :pserver:anonym...@cvs-mirror.mozilla.org:/cvsroot co -D 2008-09-02  
mozilla/js/tests
+mv mozilla/js/tests data
+rm -rf mozilla
+}}}
+
+To run tests, call

  {{{
  tools/test.py --suite test/mozilla mozilla

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to