| commit | ea66b37ead73dc896c7516f7379f3267754d7975 | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sat Nov 01 05:02:26 2025 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Nov 01 05:37:22 2025 |
| tree | 5bff338b39d96c3e671b222014245bf93650df42 | |
| parent | 782e64f281ca5ee4781db76338f78e449709004a [diff] |
Update fuzztest (trusted) Rolling third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest/+log/2c5bd73..abdba4e Report failures only if the types/signatures match without stop condition. (Xinhao Yuan) https://chromium.googlesource.com/external/github.com/google/fuzztest/+/abdba4e Add a function to extract components from crash input file names. (Filip Niksic) https://chromium.googlesource.com/external/github.com/google/fuzztest/+/2110c28 Roll created at https://cr-buildbucket.appspot.com/build/8699430902044334369 Cq-Include-Trybots: luci.v8.try:v8_linux64_asan_centipede_compile_dbg Change-Id: I7f50ddec36ca0d41c282d602bd2c6194577ad124 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7107945 Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#103449}
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.