Skip to content

Commit aaeeb75

Browse files
committedApr 30, 2021
deps: V8: cherry-pick 33f4064dbad3
Original commit message: Merged: Squashed multiple commits. Merged: Prepare renaming "V8 Linux64 TSAN - concurrent marking" bot Revision: 165d8f5b5ab5ba6fa19acd7ae6b17aa1a1b18428 Merged: [test] Remove entry of renamed builder Revision: 375579f940b96224b2c525a6133650b760a5d865 NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true TBR=neis@chromium.org Change-Id: If7c8296c495d087c2e4dc6cde3512bc3f8a469fc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2418098 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Georg Neis <neis@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/branch-heads/8.6@{#14} Cr-Branched-From: a64aed2333abf49e494d2a5ce24bbd14fff19f60-refs/heads/8.6.395@{#1} Cr-Branched-From: a626bc036236c9bf92ac7b87dc40c9e538b087e3-refs/heads/master@{#69472} Refs: v8/v8@33f4064 PR-URL: #38275 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
1 parent b0d1a06 commit aaeeb75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.32',
39+
'v8_embedder_string': '-node.33',
4040

4141
##### V8 defaults for Node.js #####
4242

‎deps/v8/infra/testing/builders.pyl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
10791079
],
10801080
},
1081-
'V8 Linux64 TSAN - concurrent marking': {
1081+
'V8 Linux64 TSAN - stress-incremental-marking': {
10821082
'swarming_dimensions' : {
10831083
'os': 'Ubuntu-16.04',
10841084
},
@@ -1105,7 +1105,7 @@
11051105
{
11061106
'name': 'v8testing',
11071107
'test_args': ['--extra-flags=--stress-incremental-marking'],
1108-
'shards': 4,
1108+
'shards': 6,
11091109
},
11101110
],
11111111
},

0 commit comments

Comments
 (0)