summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-03test: remove disabled eio race testRich Trott
2016-06-02test: add buffer testcase for resetting kZeroFillСковорода Никита Андреевич
2016-06-01test: remove non-incremental common.PORT changesRich Trott
2016-06-01test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel
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-31test: update weak module for gc testsRich Trott
2016-05-31test: remove `common.PORT` from gc testsRich 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-30src,lib: v8-inspector supportPavel Feldman
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-27test,win: skip addons/load-long-path on WOW64Alexis Campailla
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-26test: add regression test for Proxy as vm contextMichaël Zasso
2016-05-26tools: make sure doctool anchors respect includesAnna Henningsen
2016-05-25debugger: propagate --debug-port= to debuggeeBen Noordhuis
2016-05-25tools: restore change of signatures to opts hashesJesse McCarthy
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-25src: add include guards to internal headersBen Noordhuis
2016-05-24test: improve debug-break-on-uncaught reliabilityRich Trott
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-24module: don't cache uninitialized builtinsAnna Henningsen
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