summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-10-14stream: fix `Writable` subclass instanceof checksAnna Henningsen
2016-10-14timers: fix regression with clearImmediate()Brian White
2016-10-14net: fix ambiguity in EOF handlingFedor Indutny
2016-10-13test: move module out of fixture directoryRich Trott
2016-10-13test: fix issues reported by CoverityEugene Ostroukhov
2016-10-13test: refactor test-file-*Jenna Vuong
2016-10-13http: reject control characters in http.request()Ben Noordhuis
2016-10-12test: fixes that do not affect performancelarissayvette
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-10-10buffer: make byteLength throw on invalid inputBrian White
2016-10-10test: add coverage for spawnSync() killSignalcjihrig
2016-10-10test: refactor `assert` in internet test-dns.jsJunshu Okamoto
2016-10-10fs: make `SyncWriteStream` inherit from `Writable`Anna Henningsen
2016-10-10stream: proper `instanceof` for `Writable`sAnna Henningsen
2016-10-10src: update module version mismatch error messageJames M Snell
2016-10-10test: various test improvementsJames M Snell
2016-10-10test: add cluster inspector debug port testcjihrig
2016-10-10tls: TLSSocket emits 'error' on handshake failureMariusz 'koder' Chwalba
2016-10-09fs: don't alter user provided `options` objectSakthipriyan Vairamani (thefourtheye)
2016-10-08test: expand test coverage for url.jsJunshu Okamoto
2016-10-08test: fix test-child-process-fork-regr-gh-2847Santiago Gimeno
2016-10-07intl: add deprecation warning for v8BreakIteratorMichaël Zasso
2016-10-07buffer: fix check for `.buffer` propertyOjas Shirekar
2016-10-06test: remove FIXME pummel/test-tls-securepair-clientAlfred Cepeda
2016-10-06test: run faster and cleanup after runWyatt Preul
2016-10-06test: refactor test-net-server-max-connectionsRich Trott
2016-10-06test: enable addons test to pass with debug buildDaniel Bevenius
2016-10-05test: remove blank lines at end of filesRich Trott
2016-10-06fs: refactor "options" processing as a functionSakthipriyan Vairamani
2016-10-05test: refactor test-file-write-streamSudaraka Wijesinghe
2016-10-05test: cleanup/update test-dgram-empty-packet.jsMichael Macherey
2016-10-04test: fix child-process-uid-gid on WindowsMichaël Zasso
2016-10-04test: mark test-tick-processor-unknown flakyRich Trott
2016-10-04src: fix build for older clangZach Bjornson
2016-10-03doc: add documentation for test common modulePaul Grock
2016-10-03test: fix -Wformat warnings in inspector cctestBen Noordhuis
2016-10-03test: fix running child-process-uid-gid as rootWyatt Preul
2016-10-03test: expand test coverage for url.jsJunshu Okamoto
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