commit | 8c57b2e16d11af541a64ef876ff2133cdd444233 | [log] [tgz] |
---|---|---|
author | chunyang.dai <chunyang.dai@intel.com> | Fri Jun 12 15:22:29 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 12 15:22:44 2015 |
tree | 6b9d71ec7fed01e14f5044a174cc4ce771adec5e | |
parent | fa3e6c0850bebbe38a245896e5889384b4bbfd8d [diff] |
X87: Disable the test case for X87 since ea2cb139d. The strong-object-set-proto test cases will throw one expected exception and the exception message should include the source position in the JS file. But crankshaft compiler does not generate the source position for it when creating the flow graph by default. The source position information is always zero. So it failed when comparing with the reference file. If we use crankshaft compiler on IA32 platform to run this test case, it has the same failure. we will open these test case for x87 once turbofan for X87 is enabled. BUG= Review URL: https://codereview.chromium.org/1179763003 Cr-Commit-Position: refs/heads/master@{#29003}
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/*