b4b55db23d
Reason for revert: [Sheriff] Breaks test262 on mac Original issue's description: > [test] Move test262-es6 into test262. > > BUG=v8:4254 > LOG=n > > Committed: https://crrev.com/aaa457b26f6c0f624cf5887e60dc497f6dccabae > Cr-Commit-Position: refs/heads/master@{#29479} TBR=rossberg@chromium.org,arv@chromium.org,littledan@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:4254 Review URL: https://codereview.chromium.org/1227503002 Cr-Commit-Position: refs/heads/master@{#29483}
19 lines
679 B
Plaintext
19 lines
679 B
Plaintext
This directory contains code for binding the test262 test suite
|
|
into the v8 test harness. To use the tests check out the test262
|
|
tests from
|
|
|
|
https://github.com/tc39/test262
|
|
|
|
at revision 365 (hash fbba29f) as 'data' in this directory. Using later
|
|
version may be possible but the tests are only known to pass (and indeed run)
|
|
with that revision.
|
|
|
|
git clone https://github.com/tc39/test262 data
|
|
cd data
|
|
git checkout fbba29f
|
|
|
|
If you do update to a newer revision you may have to change the test
|
|
harness adapter code since it uses internal functionality from the
|
|
harness that comes bundled with the tests. You will most likely also
|
|
have to update the test expectation file.
|