-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test: check inspector command Debugger.setInstrumentationBreakpoint #31137
test: check inspector command Debugger.setInstrumentationBreakpoint #31137
Conversation
@ulitink is this ready to review? Or is this still work in progress? |
It is possible to add this test and mark it as failing in our status file. That way it would only fail in case this test passes. If I understood correct, this test is legit and it should pass while it fails at the moment. That way it's possible to just remove the test from our status file while fixing the issue. |
If the test fails 100% of the time, probably best to put it in |
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.
RSLGTM
@nodejs/inspector |
8ae28ff
to
2935f72
Compare
Is this ready to land? |
This comment has been minimized.
This comment has been minimized.
ec2b8e9
to
c6d069d
Compare
This is a quite old PR, I see it ties into #31138 is there any updates? |
'use strict'; | ||
const common = require('../common'); | ||
|
||
common.skipIfInspectorDisabled(); |
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.
It looks like skipping makes the test succeeds, which is considered a failure for known_issues/
tests..
c6d069d
to
29607a1
Compare
Landed in 291c121 |
PR-URL: #31137 Refs: #31138 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #31137 Refs: #31138 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #31137 Refs: #31138 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #31137 Refs: #31138 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#31137 Refs: nodejs#31138 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#31137 Refs: nodejs#31138 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
Adds test case for inspector's method
Debugger.setInstrumentationBreakpoint
withbeforeScriptExecution
param.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes