| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 178fe21 commit ec2dbfb
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 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,6 +465,12 @@ | |||
| 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], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments