-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
lib: include missing profiler file #18455
Conversation
This commit includes deps/v8/tools/arguments.js, which is needed by the profiler.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if make test-tick-processor
passes again.
The tick processor tests are flaky for me since the V8 6.3 update in #16271. The changes in this PR don't fix the flakiness, but it does make it run again. Things seem to run fine outside of the tests though. |
CI should be good but trying again on arm just to be safe: https://ci.nodejs.org/job/node-test-commit-arm-fanned/14179/ |
This commit includes deps/v8/tools/arguments.js, which is needed by the profiler. PR-URL: #18455 Fixes: #18451 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in 42258d7 |
The original bug does not seem to affect v9.x so setting as don't land. Please feel free to change this /cc @nodejs/v8 |
This commit includes deps/v8/tools/arguments.js, which is needed by the profiler. PR-URL: nodejs#18455 Fixes: nodejs#18451 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
This commit includes
deps/v8/tools/arguments.js
, which is needed by the profiler.Fixes: #18451
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
lib