File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11
11
#define V8_MAJOR_VERSION 9
12
12
#define V8_MINOR_VERSION 0
13
13
#define V8_BUILD_NUMBER 257
14
- #define V8_PATCH_LEVEL 24
14
+ #define V8_PATCH_LEVEL 25
15
15
16
16
// Use 1 for candidates and 0 otherwise.
17
17
// (Boolean macro values are not supported by all preprocessors.)
Original file line number Diff line number Diff line change 465
465
'test-bytecode-generator/WideRegisters': [SKIP],
466
466
}],
467
467
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
+
468
474
##############################################################################
469
475
['variant == stress_incremental_marking', {
470
476
'test-heap-profiler/SamplingHeapProfiler': [SKIP],
You can’t perform that action at this time.
0 commit comments