commit | 8c0e384fa6fcc1da39c594a6960c6ba90ab60010 | [log] [tgz] |
---|---|---|
author | Matthias Liedtke <mliedtke@chromium.org> | Mon Jul 28 08:49:00 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 28 09:24:43 2025 |
tree | 21f03b92c0213281e60a4b320b45206bc30a2c02 | |
parent | 841d61ff13ed87bc359054d1cb9c2a3543d61108 [diff] |
[test] Skip spin-lock test in predictable mode The shared-heap is non-deterministic and this test case relies on multiple workers sharing work. Fixed: 434596785 Bug: 42204563 Change-Id: Id331999259eaa17b2c210bea7d965dfa556fa27b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6791947 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Auto-Submit: Matthias Liedtke <mliedtke@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#101654}
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://v8.dev/docs
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 at v8.dev/docs/contribute.