summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-10-02test: clean up test-timers-immediateRich Trott
2016-10-02test: add and assert readable/writable argumentsDaniel Bevenius
2016-10-01timers: improve setTimeout/Interval performanceBrian White
2016-09-30test: cleanup/update test-os.jsMike Woods
2016-09-30test: modernize syntax, add strict checksLydia Kats
2016-09-30test: use common.skip for tap skip outputLydia Kats
2016-09-30test: stream writable ended stateItalo A. Casas
2016-09-29test: mark test-inspector flaky on windowsRich Trott
2016-09-29test: clean up test-buffer-badhexJeremiah Senkpiel
2016-09-29src: notify V8 for low memory when alloc failsAnna Henningsen
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-29test: cleanup test-net-server-address.jsAkito Ito
2016-09-28test:replace indexOf, assert.equal, add mustCall()Richard Hong
2016-09-28buffer: zero-fill uninitialized bytes in .concat()Сковорода Никита Андреевич
2016-09-28lib: make tls.checkServerIdentity() more strictBen Noordhuis
2016-09-28http: check reason chars in writeHeadEvan Lucas
2016-09-27test: fixed FIXME in test-repl-persistent-historyAlfred Cepeda
2016-09-27test: update var to const, use arrow functionsMatt Lang
2016-09-27test: cleanup parallel/test-fs-readfile-unlink.jsnohmapp
2016-09-27test: cleanup parallel/test-file-write-stream2.jsJenna Vuong
2016-09-27test: cleanup parallel/test-fs-realpath.jsmpmckenna8
2016-09-26test: changed var to const, added strict equal checksLydia Katsamberis
2016-09-26test: add assertions to zero length buffer testLauren Spiegel
2016-09-26test: use Buffer.allocEugene Ostroukhov
2016-09-26util: Add format for SharedArrayBufferYosuke Furukawa
2016-09-26test: accept expected AIX result test-stdio-closedRich Trott
2016-09-26http: socket connection timeout for http requestRene Weber
2016-09-24test: skip cpu-intensive tests on slow hostsRich Trott
2016-09-24test: add expectWarning to commonMichaël Zasso
2016-09-24test: cleanup vars to const and '==' to '==='oogz
2016-09-24test: fix test-cluster-worker-init.js flakynessIlkka Myller
2016-09-24fs: do not emit 'stop' watch event synchronouslyClaudio Rodriguez
2016-09-24path: fallback to process cwd when resolving drive cwdJason Ginchereau
2016-09-24test: add tests for add/remove header after sentNiklas Ingholt
2016-09-23inspector: address race conditionsEugene Ostroukhov
2016-09-23src: add /json/protocol endpoint to inspectorBen Noordhuis
2016-09-23fs: move stringToFlags() to lib/internalBen Noordhuis
2016-09-23test: enable cyrillic punycode test caseBen Noordhuis
2016-09-23test: remove call to `net.Socket.resume()`Alfred Cepeda
2016-09-23test: cleanup stream testsItalo A. Casas
2016-09-22inspector: wait for both sides closingEugene Ostroukhov
2016-09-22test: update test/parallel/test-child-process-stdio.jsmatzavinos
2016-09-22test: update test/parallel/test-eval.jsPavol Otcenas
2016-09-22test: update test/parallel/test-child-process-send-utf8.jsJonathan Prince
2016-09-22test: update test/parallel/test-fs-read.jsRichard Walker
2016-09-22test: fixup parallel/test-async-wrap-post-did-throw.jsJermaine Oppong
2016-09-22test: remove openssl options of -no_<prot>Shigeki Ohtsu
2016-09-21src: Malloc/Calloc size 0 returns non-null pointerRich Trott
2016-09-20tools: add additional ESLint rulesTeddy Katz