Skip to content

deps: update V8 to 8.1

Rodrigo Muino Tomonari requested to merge github/fork/mmarchini/v8-81 into master

Chrome release date: Mar 17th, 2020.

There's one outstanding issue on 8.0 (nodejs/node-v8#120), but it might not be worth blocking the upgrade because of that (we're unlikely to see that issue outside very specific, synthetic test cases).

Depends on:

Current failing tests and builds:

  • sequential/test-inspector-break-when-eval is flaky (likely the same as nodejs/node-v8#120)
    • Child process is crashing with SIGSEGV, so it's likely the same issue.
  • Removed MemoryMeasurement::Request::= being called (only Windows is complaining)
  • ASAN build is broken on CI (skip failures https://github.com/nodejs/node/pull/32116#issuecomment-597403627)

Flaky tests (possibly introduced here):

Flaky tests (seen before)

Merge request reports

Loading