Revision: 16181
Author:   [email protected]
Date:     Tue Aug 13 12:18:47 2013
Log:      Edited wiki page Testing through web user interface.
http://code.google.com/p/v8/source/detail?r=16181

Modified:
 /wiki/Testing.wiki

=======================================
--- /wiki/Testing.wiki  Mon Jul  1 07:26:35 2013
+++ /wiki/Testing.wiki  Tue Aug 13 12:18:47 2013
@@ -26,18 +26,20 @@

Run the script with {{{--help}}} to find out about its other options. --outdir defaults to {{{out}}}.

-== Running the Mozilla tests ==
+== Running the Mozilla and Test262 tests ==

-The V8 test framework comes with support for running the Mozilla test suite. To download the mozilla test suite and then run it for the first time, do the following: +The V8 test framework comes with support for running the Mozilla as well as the Test262 test suite. To download the test suites and then run them for the first time, do the following:

 {{{
 tools/run-tests.py --download-data mozilla
+tools/run-tests.py --download-data test262
 }}}

To run the tests subsequently, you may omit the flag that downloads the test suite:

 {{{
 tools/run-tests.py mozilla
+tools/run-tests.py test262
 }}}

Note that V8 fails a number of Mozilla tests because they require Firefox-specific extensions.

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to