| commit | ae5bc7c2f85e66eb2bd28397ca8fabbbb2298b8c | [log] [tgz] | 
|---|---|---|
| author | Alexei Filippov <alph@chromium.org> | Wed Nov 08 23:51:12 2017 | 
| committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 09 01:14:10 2017 | 
| tree | 2a9d5fd9988f5dd501a4681e80ab09990d01d27b | |
| parent | 1719ecb9dc5209d0c77c2b84d76d17aebf1ba1f6 [diff] | 
Mark StaticCollectSampleAPI test as flaky. BUG=v8:7054 TBR=adamk@chromium.org,yangguo@chromium.org NOTRY=true NOTREECHECKS=true Change-Id: I69690ac4062c0dcb3c66a7db3ddba6d1078bc389 Reviewed-on: https://chromium-review.googlesource.com/759246 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#49244}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://github.com/v8/v8/wiki
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8 and fetch all of its dependencies. To stay up to date, run
    git pull origin
    gclient sync
For fetching all branches, add the following into your remote configuration in .git/config:
    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.