Skip to content

test: add known issue for vm module

GlobalPropertySetterCallback() does not check the property on the sandbox. It wrongly throws an error instead of updating x.

Since we can't fix this at the moment, I'm adding a known issue at least.

Refs: https://github.com/nodejs/node/issues/12300

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

Merge request reports

Loading