From 464535b7a7541a48aad9c8a28c66aed5d1c07c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 5 May 2021 15:03:43 +0200 Subject: [PATCH] deps: patch V8 to 9.0.257.25 Refs: https://github.com/v8/v8/compare/9.0.257.24...9.0.257.25 PR-URL: https://github.com/nodejs/node/pull/38556 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Jiawen Geng Reviewed-By: James M Snell --- deps/v8/include/v8-version.h | 2 +- deps/v8/test/cctest/cctest.status | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index 11a6c54ad72d0f..0e562ccd6f47a9 100644 --- a/deps/v8/include/v8-version.h +++ b/deps/v8/include/v8-version.h @@ -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.) diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status index 3e16d6ee6a42dd..03898b82c5670a 100644 --- a/deps/v8/test/cctest/cctest.status +++ b/deps/v8/test/cctest/cctest.status @@ -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],