Skip to content

Commit 089b855

Browse files
santigimenoMyles Borins
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 <cjihrig@gmail.com> Reviewed-By: Johan BergstrΓΆm <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
1 parent 3bb38b6 commit 089b855

18 files changed

+13
-4
lines changed

β€Žtest/sequential/test-regress-GH-1899.js renamed to β€Žtest/parallel/test-regress-GH-1899.js

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-

β€Žtest/sequential/test-regress-GH-746.js renamed to β€Žtest/parallel/test-regress-GH-746.js

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-

0 commit comments

Comments
Β (0)