Skip to content

Broken by V8 6.0 (Node 8.3.0+) #83

Closed
@MylesBorins

Description

@MylesBorins

It would appear that there are changes to garbage collection, which makes a bunch of sense.

Will dig back into this soon

  1) Object should retain references to written Objects:

      AssertionError [ERR_ASSERTION]: "o" has not been garbage collected
      + expected - actual

      -false
      +true

      at Context.<anonymous> (test/object.js:46:5)

  2) pointer should retain references to a written pointer in a Buffer:

      AssertionError [ERR_ASSERTION]: "child" has not been garbage collected
      + expected - actual

      -false
      +true

      at Context.<anonymous> (test/pointer.js:45:5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions