mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0d83c6fc1e
The SpiderMonkey test js/src/tests/js1_8/extensions/regress-422269.js fails randomly, because it requires a certain object to be garbage-collected to pass. With a conservative stack scanner, an object being retained is not necessarily a bug, and in general, the engine makes no promises about which objects it retains and which it doesn't. The JavaScript shell's new findReferences function allows us to find all GC edges referring to the object, and filter out ones we know to be benign. This patch changes the test to use findReferences. |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
jetpack | ||
jsd | ||
public | ||
src | ||
xpconnect |