mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
ac0853c4ee
The binding data must be weak so that it won't keep the realm reachable from strong GC roots indefinitely. The wrapper object of binding data should be referenced from JavaScript, thus the binding data should be reachable throughout the lifetime of the realm. PR-URL: https://github.com/nodejs/node/pull/47688 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
30 lines
699 B
Plaintext
30 lines
699 B
Plaintext
|
|
prefix known_issues
|
|
|
|
# If a known issue does not apply to a platform, list the test name in the
|
|
# appropriate section below, without ".js", followed by ": SKIP". Example:
|
|
# sample-test : SKIP
|
|
|
|
[true] # This section applies to all platforms
|
|
# This issue is unfixable with the current implementations of V8 and
|
|
# Node.js. Changes to make this fixable are unlikely to happen in the
|
|
# foreseeable future. The test itself is flaky and skipped. It
|
|
# serves as a demonstration of the issue only.
|
|
test-vm-timeout-escape-queuemicrotask: SKIP
|
|
|
|
[$system==win32]
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris]
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|
|
|
|
[$arch==arm]
|
|
|
|
[$system==ibmi]
|