test: check inspector command Debugger.setInstrumentationBreakpoint#31137
test: check inspector command Debugger.setInstrumentationBreakpoint#31137aduh95 merged 6 commits intonodejs:mainfrom
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 |
|
@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.
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: nodejs#31137 Refs: nodejs#31138 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#31137 Refs: nodejs#31138 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Adds test case for inspector's method
Debugger.setInstrumentationBreakpointwithbeforeScriptExecutionparam.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes