summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2016-06-10test: use random ports where possibleBrian White
2016-06-09stream: 'data' argument on callback of Transform._flush()Jesús Leganés Combarro "piranna
2016-06-08cluster: don't send messages if no IPC channelSantiago Gimeno
2016-06-08test: fix tests for non-crypto buildsAnna Henningsen
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-07test: fix spawn on windowsBrian White
2016-06-06test: enable test-debug-brk-no-argRich Trott
2016-06-06test: use common.fixturesDir almost everywhereBryan English
2016-06-06http: wait for both prefinish/end to keepaliveFedor Indutny
2016-06-04repl: refine handling of illegal tokensRich Trott
2016-06-04fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani
2016-06-03debugger: fix --debug-brk interaction with -eRich Trott
2016-06-03test: add test for uid/gid setting in spawnRich Trott
2016-06-02test: add buffer testcase for resetting kZeroFillСковорода Никита Андреевич
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-05-31test: make test-child-process-fork-net more robustRich Trott
2016-05-31test: fix spurious EADDRINUSE in test-https-strictRich Trott
2016-05-31buffer: ignore negative allocation lengthsAnna Henningsen
2016-05-31cluster: expose result of send()cjihrig
2016-05-31cluster: rewrite debug ports consistentlycjihrig
2016-05-30test: fix test-debug-port-numbers on OS XSantiago Gimeno
2016-05-29test: remove modifcation to common.PORTRich Trott
2016-05-29string_decoder: rewrite implementationBrian White
2016-05-28test: use strictEqual consistently in agent testBen Noordhuis
2016-05-28tls,https: respect address family when connectingBen Noordhuis
2016-05-28test: work around debugger not killing inferiorBen Noordhuis
2016-05-27cluster: reset handle index on closeSantiago Gimeno
2016-05-27test: verify cluster worker exitcjihrig
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-26test: add regression test for Proxy as vm contextMichaël Zasso
2016-05-25debugger: propagate --debug-port= to debuggeeBen Noordhuis
2016-05-25tls: catch `certCbDone` exceptionsFedor Indutny
2016-05-25child_process: measure buffer length in bytesRich Trott
2016-05-25cluster: guard against undefined message handlerscjihrig
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24tls_wrap: do not abort on new TLSWrap()Trevor Norris
2016-05-24test: test cluster worker disconnection on errorSantiago Gimeno
2016-05-24test: verify IPC messages are emitted on next tickSantiago Gimeno
2016-05-24vm: don't abort process when stack space runs outAnna Henningsen
2016-05-24test: refactor spawnSync() cwd testcjihrig
2016-05-24child_process: allow buffer encoding in spawnSynccjihrig
2016-05-23buffer: fix single digit hex string handlingJustin Sprigg
2016-05-23util: pretty-print SIMD typesBen Noordhuis
2016-05-20fs: mkdtemp shouldn't crash if no callback passedSakthipriyan Vairamani
2016-05-19test: refactor to eliminate __defineGetter__Rich Trott
2016-05-19http: use `localAddress` instead of `path`Dirceu Pereira Tiegs
2016-05-18dgram,test: add addMembership/dropMembership testsRich Trott
2016-05-18test: fix test-debug-port-cluster flakinessRich Trott
2016-05-18test: add logging for test-debug-port-clusterRich Trott
2016-05-18test: fix flaky test-stdout-close-catchSantiago Gimeno