Skip to content

Commit

Permalink
deps: patch V8 to 9.0.257.25
Browse files Browse the repository at this point in the history
Refs: v8/v8@9.0.257.24...9.0.257.25

PR-URL: #38556
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos authored and jasnell committed May 7, 2021
1 parent 434b369 commit 464535b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/include/v8-version.h
Expand Up @@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 9
#define V8_MINOR_VERSION 0
#define V8_BUILD_NUMBER 257
#define V8_PATCH_LEVEL 24
#define V8_PATCH_LEVEL 25

// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
Expand Down
6 changes: 6 additions & 0 deletions deps/v8/test/cctest/cctest.status
Expand Up @@ -465,6 +465,12 @@
'test-bytecode-generator/WideRegisters': [SKIP],
}],

##############################################################################
['arch == ppc64 and not simulator_run', {
# crbug.com/v8/11134
'test-cpu-profiler/MultipleThreadsSingleIsolate': [SKIP],
}], # 'arch == ppc64 and not simulator_run'

##############################################################################
['variant == stress_incremental_marking', {
'test-heap-profiler/SamplingHeapProfiler': [SKIP],
Expand Down

0 comments on commit 464535b

Please sign in to comment.