summaryrefslogtreecommitdiff
path: root/test/sequential/test-child-process-execsync.js
Commit message (Expand)AuthorAgeFilesLines
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-2/+2
* test: remove common.rootDirRich Trott2020-08-161-1/+4
* lib: correct error.errno to always be numericJoyee Cheung2019-06-171-1/+2
* test: slightly refactor test-child-process-execsyncDenys Otrishko2018-12-311-23/+27
* test: improve assertions in child-process-execsyncbhavayAnand92018-07-311-5/+3
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-3/+1
* test: verify the shell option works properly on execFilejvelezpo2018-02-041-0/+6
* test: update references to archived repositoryTobias Nießen2018-01-031-2/+4
* child_process: restore exec{File}Sync error propsMichaël Zasso2017-10-231-1/+16
* test: improve assert messagesEric Pemberton2017-10-081-5/+5
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-5/+5
* doc, lib, test: do not re-require needlesslyVse Mozhet Byt2017-07-211-2/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-3/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-11/+12
* test: use const for all require() callscjihrig2017-01-021-4/+4
* child_process: remove extra newline in errorscjihrig2016-11-021-1/+1
* test: add coverage for execFileSync() errorscjihrig2016-10-241-0/+16
* test: remove unneeded escaping in template stringsRich Trott2016-10-181-1/+1
* child_process: Check stderr before accessing itRobert Chiras2016-07-191-0/+12
* test: cleanup IIFE testscjihrig2016-07-141-2/+2
* test: add common.rootDircjihrig2016-07-141-12/+5
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-2/+2
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* test: fix redeclared vars in sequential testsRich Trott2016-02-021-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-2/+1
* test: remove unused modulesRich Trott2016-01-011-1/+0
* test: replace util with backtick stringsMyles Borins2015-10-141-5/+5
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-311-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-1/+3
* test: fix ext commands to be double quotedShigeki Ohtsu2015-03-121-2/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+105