Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Side by Side Diff: test/test262/README

Issue 10105026: Version 3.10.3 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/sputnik/sputnik.status ('k') | test/test262/test262.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains code for binding the test262 test suite 1 This directory contains code for binding the test262 test suite
2 into the v8 test harness. To use the tests check out the test262 2 into the v8 test harness. To use the tests check out the test262
3 tests from 3 tests from
4 4
5 http://hg.ecmascript.org/tests/test262 5 http://hg.ecmascript.org/tests/test262
6 6
7 at revision 309 as 'data' in this directory. Using later version 7 at revision 334 as 'data' in this directory. Using later version
8 may be possible but the tests are only known to pass (and indeed run) 8 may be possible but the tests are only known to pass (and indeed run)
9 with that revision. 9 with that revision.
10 10
11 hg clone -r 309 http://hg.ecmascript.org/tests/test262 data 11 hg clone -r 334 http://hg.ecmascript.org/tests/test262 data
12 12
13 If you do update to a newer revision you may have to change the test 13 If you do update to a newer revision you may have to change the test
14 harness adapter code since it uses internal functionality from the 14 harness adapter code since it uses internal functionality from the
15 harness that comes bundled with the tests. You will most likely also 15 harness that comes bundled with the tests. You will most likely also
16 have to update the test expectation file. 16 have to update the test expectation file.
OLDNEW
« no previous file with comments | « test/sputnik/sputnik.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698