Closed
Description
- Version: 14.7.0
- Platform:
Darwin Simens-MacBook-Pro.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 18 20:50:10 PDT 2020; root:xnu-4903.278.43~1/RELEASE_X86_64 x86_64
- Subsystem: N-API (I think)
What steps will reproduce the bug?
Clone https://github.com/node-ffi-napi/weak-napi, run install and run the tests. They fail on node 14.7.0, but pass on node 14.6.0.
I discovered this via Jest's tests failing (which use weak-napi
). I assume Jest's --detect-leaks
feature is broken for this version of Node.
(weak-napi
could probably be added to CITGM)
How often does it reproduce? Is there a required condition?
It always fails
What is the expected behavior?
Tests should pass 🙂
What do you see instead?
Tests fail 🙁
Additional information
I haven't bisected, but #34386 seems like the obvious candidate looking at the changelog
/cc @addaleax
Metadata
Metadata
Assignees
Labels
No labels