Searched refs:expectShutdown (Results 1 – 14 of 14) sorted by relevance
/third_party/node/test/parallel/ |
D | test-inspector-debug-end.js | 12 strictEqual((await instance.expectShutdown()).exitCode, 42); 19 strictEqual((await instance.expectShutdown()).exitCode, 42); 35 strictEqual((await instance.expectShutdown()).exitCode, 42);
|
D | test-inspector-break-e.js | 18 assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
|
D | test-inspector-debug-brk-flag.js | 36 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
|
D | test-inspector-stop-profile-after-done.js | 27 assert.strictEqual((await child.expectShutdown()).exitCode, 0);
|
D | test-inspector-exception.js | 41 assert.strictEqual((await child.expectShutdown()).exitCode, 1);
|
D | test-inspector-multisession-ws.js | 74 return child.expectShutdown();
|
D | test-inspector-async-hook-setup-at-inspect-brk.js | 46 assert.strictEqual((await instance.expectShutdown()).exitCode, 55);
|
D | test-inspector-waiting-for-disconnect.js | 41 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
|
D | test-inspector-break-when-eval.js | 74 assert.strictEqual((await child.expectShutdown()).exitCode, 0);
|
D | test-inspector-scriptparsed-context.js | 83 assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
|
D | test-inspector-async-stack-traces-promise-then.js | 47 assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
|
D | test-inspector-esm.js | 108 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
|
D | test-inspector.js | 308 const { exitCode } = await child.expectShutdown();
|
/third_party/node/test/common/ |
D | inspector-helper.js | 465 expectShutdown() { method in NodeInstance 481 return this.expectShutdown();
|