Skip to content

deps: exclude tests on ppc for v8 5.0

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/v850 into master
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

deps/v8

Description of change

Addresses: https://github.com/nodejs/node/issues/6236

There were 2 issues which either the v8 team was reluctant to backport the fix because the fix was for a disabled feature (wasm) or that we did not have time to investigate before 5.0 was cut which result in v8 test failures for PPC in 5.0. These are test issues and are already resolved in v8 master. This PR excludes these tests so that our v8 tests in the CI will be green so that we can detect any real regressions.

Merge request reports

Loading