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],