Skip to content

Commit 9293946

Browse files
santigimenoMylesBorins
authored andcommitted
test: move some test from sequential to parallel
The only test with modifications is `test-stdin-child-proc` that was passing when it should not because the exit code of the child process was not being checked. PR-URL: #6087 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Johan BergstrΓΆm <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]>
1 parent b0ba16f commit 9293946

18 files changed

+13
-4
lines changed
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ child.on('exit', function(code, signal) {
1717
assert.equal(code, 0);
1818
assert.equal(output, 'hello, world!\n');
1919
});
20-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ server.listen(common.PORT, function() {
2727
process.on('exit', function() {
2828
assert.ok(accepted);
2929
});
30-
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)