Skip to content

test: add known_issues test for #10223

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)

tests

Description of change

Test addressing #10223 (closed) is added to the known_issues directory. Writable attribute should be false by default.

In v6+ (reverted 524f693) it is set to true irrespective of whether it was set to false or left out in Object.defineProperty call. It will be fixed with the 5.5 V8 API changes

Merge request reports

Loading