Skip to content

Commit ec2dbfb

Browse files
committed
deps: patch V8 to 9.0.257.25
Refs: v8/v8@9.0.257.24...9.0.257.25 PR-URL: #38556 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 178fe21 commit ec2dbfb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

deps/v8/include/v8-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 9
1212
#define V8_MINOR_VERSION 0
1313
#define V8_BUILD_NUMBER 257
14-
#define V8_PATCH_LEVEL 24
14+
#define V8_PATCH_LEVEL 25
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

deps/v8/test/cctest/cctest.status

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,12 @@
465465
'test-bytecode-generator/WideRegisters': [SKIP],
466466
}],
467467

468+
##############################################################################
469+
['arch == ppc64 and not simulator_run', {
470+
# crbug.com/v8/11134
471+
'test-cpu-profiler/MultipleThreadsSingleIsolate': [SKIP],
472+
}], # 'arch == ppc64 and not simulator_run'
473+
468474
##############################################################################
469475
['variant == stress_incremental_marking', {
470476
'test-heap-profiler/SamplingHeapProfiler': [SKIP],

0 commit comments

Comments
 (0)