| commit | 89a07ba4a0fcb7c1557c29aceffcabbcf61041a6 | [log] [tgz] |
|---|---|---|
| author | paul.lind <paul.lind@imgtec.com> | Tue Oct 20 06:49:46 2015 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Oct 20 06:50:03 2015 |
| tree | 467bde5f6f053a5a95f053005f935e3ab039d20b | |
| parent | c62e4f2debbc8261df4f1a4bd35901e2133677c5 [diff] |
MIPS: skip webkit/dfg-int-overflow-in-loop on big-endian. The boards on the bots do not have FPU, and therefore time out on this test. BUG= NOTRY=true Review URL: https://codereview.chromium.org/1411313003 Cr-Commit-Position: refs/heads/master@{#31395}
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://code.google.com/p/v8/
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.