Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e8a421

Browse filesBrowse files
jBarzgibfahn
authored andcommitted
test: pause child until parent is ready
Pause child on startup using inspect-brk=0 until the parent debugger is ready. PR-URL: #15774 Fixes: #14897 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 1bf6250 commit 1e8a421
Copy full SHA for 1e8a421

File tree

Expand file treeCollapse file tree

2 files changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎test/sequential/sequential.status‎

Copy file name to clipboardExpand all lines: test/sequential/sequential.status
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ prefix sequential
1010
test-inspector-async-call-stack : PASS, FLAKY
1111
test-inspector-bindings : PASS, FLAKY
1212
test-inspector-debug-end : PASS, FLAKY
13-
test-inspector-stop-profile-after-done: PASS, FLAKY
1413

1514
[$system==linux]
1615

@@ -21,4 +20,3 @@ test-inspector-stop-profile-after-done: PASS, FLAKY
2120
[$system==freebsd]
2221

2322
[$system==aix]
24-
test-inspector-stop-profile-after-done: PASS, FLAKY
Collapse file

‎test/sequential/test-inspector-stop-profile-after-done.js‎

Copy file name to clipboardExpand all lines: test/sequential/test-inspector-stop-profile-after-done.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const assert = require('assert');
55
const { NodeInstance } = require('../common/inspector-helper.js');
66

77
async function runTests() {
8-
const child = new NodeInstance(['--inspect=0'],
8+
const child = new NodeInstance(['--inspect-brk=0'],
99
`let c = 0;
1010
const interval = setInterval(() => {
1111
console.log(new Object());

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.