commit | 132c09ed619f23fb7c6d26a4e3552c703389eabd | [log] [tgz] |
---|---|---|
author | machenbach <machenbach@chromium.org> | Thu Apr 28 13:31:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 28 13:32:27 2016 |
tree | 56b7374be50ae0340af854b46f779a7d7552bcff | |
parent | 5ea84123040a93948ef3e1c49ff53f0c8e6dba33 [diff] |
[Ignition] Test ignition on all bots. This adds ignition to the testing variants that are run on all bots. Failing tests can only be skipped with the NO_IGNITION keyword in status files. Existing expectations for the ignition_turbofan variant are all duplicated and use the NO_IGNITION keyword as well now. BUG=v8:4280 LOG=N NOTRY=true Review-Url: https://codereview.chromium.org/1804003002 Cr-Commit-Position: refs/heads/master@{#35865}
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.