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

Side by Side Diff: test/test262-es6/README

Issue 1175313003: Update test262-es6 to 6/11 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | test/test262-es6/test262-es6.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 https://github.com/tc39/test262 5 https://github.com/tc39/test262
6 6
7 at hash 43acf61 (2015/03/31 revision) as 'data' in this directory. Using later 7 at hash 488c0a7 (2015/06/11 revision) as 'data' in this directory. Using later
8 version may be possible but the tests are only known to pass (and indeed run) 8 version 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 git clone https://github.com/tc39/test262 data 11 git clone https://github.com/tc39/test262 data
12 cd data 12 cd data
13 git checkout 43acf61 13 git checkout 488c0a7
14 14
15 If you do update to a newer revision you may have to change the test 15 If you do update to a newer revision you may have to change the test
16 harness adapter code since it uses internal functionality from the 16 harness adapter code since it uses internal functionality from the
17 harness that comes bundled with the tests. You will most likely also 17 harness that comes bundled with the tests. You will most likely also
18 have to update the test expectation file. 18 have to update the test expectation file.
OLDNEW
« no previous file with comments | « no previous file | test/test262-es6/test262-es6.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698