-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tst.postmortem_jsstack.js fails for node 6.11.2 #97
Comments
This PR changed the exported |
CR at https://cr.joyent.us/#/c/2952/. Summary I chose to ignore the
You could also imagine a fix in which we ignore all stack frames until the first JS frame expected, the Testing Notes
|
Reviewed by: David Pacheco <dap@joyent.com> Approved by: David Pacheco <dap@joyent.com>
Issue #88 mentioned that tst.postmortem_jsstack.js fails on 6.11.2 for both 32-bit and 64-bit.
I ran into this again when running the test suite from the latest master (
d31211b9d47360f044fc63e67deaec3605f8d081
).For reference, the output summary of the tests is:
Both 32-bit and 64-bit 6.11.2 failed on tst.postmortem_jsstack.js as follows:
Running
::jsstack
on the core, we see that there is an extra stack frame (loadavg
called bystalloogle
), as noted in #88 :We should update the tests to account for the
loadavg
stack frame.The text was updated successfully, but these errors were encountered: