commit | d8a922f9a688f0214a58eede7faf1a7b93bc700d | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Sat Mar 15 05:03:57 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 15 05:33:20 2025 |
tree | 8dbddd764a3ee7351ba8b72c3c85664227f806df | |
parent | 672c812b72b3ff654ed190290ca7a0ecd4fc3cf9 [diff] |
Update fuzztest (trusted) Rolling third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest/+log/716629c..646127b Avoid using IO module in the fuzztest_macros. (Hadi Ravanbakhsh) https://chromium.googlesource.com/external/github.com/google/fuzztest/+/646127b No public description (Sara Qu) https://chromium.googlesource.com/external/github.com/google/fuzztest/+/7bf5c92 Roll created at https://cr-buildbucket.appspot.com/build/8720358797405070497 Cq-Include-Trybots: luci.v8.try:v8_linux64_asan_centipede_compile_dbg Change-Id: I59e50b7a79fb5fa1f09b81081ec467c0bcaa35c3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6357380 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@{#99271}
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.