Skip to content

Commit 34d5b9e

Browse files
committed
aix, test: pause child until parent is ready
Pause child on startup using inspect-brk=0 until the parent debugger is ready.
1 parent 7babce9 commit 34d5b9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/sequential/sequential.status

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ prefix sequential
99
[$system==win32]
1010
test-inspector-bindings : PASS, FLAKY
1111
test-inspector-debug-end : PASS, FLAKY
12-
test-inspector-stop-profile-after-done: PASS, FLAKY
1312

1413
[$system==linux]
1514

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

2221
[$system==aix]
23-
test-inspector-stop-profile-after-done: PASS, FLAKY

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

Lines 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)