summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-02-16test: cases to querystring related to empty stringDaijiro Wachi
2017-02-16doc: add missing function to test common docRich Trott
2017-02-16test: refactor test-dgram-membershipRich Trott
2017-02-16test: improve message in net-connect-local-errorRich Trott
2017-02-16url: implement URL.prototype.toJSONMichaël Zasso
2017-02-16test: cover dgram socket close during bind casecjihrig
2017-02-16buffer: remove Uint8Array checkNikolai Vavilov
2017-02-15test: refactor test-tls-cert-chains-in-caRich Trott
2017-02-15console: do not emit error eventsAnna Henningsen
2017-02-15assert: fix misformatted error messageRich Trott
2017-02-15lib: remove simd support from util.format()Ben Noordhuis
2017-02-15test: drop v5.x-specific code path from simd testBen Noordhuis
2017-02-15test: improve crypto coverageAkito Ito
2017-02-14timer,domain: maintain order of timer callbacksJohn Barboza
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-14test: cover dgram socket close during cluster bindcjihrig
2017-02-14child_process: exit spawnSync with null on signalcjihrig
2017-02-13url: add urlSearchParams.sort()Timothy Gu
2017-02-13test: add coverage for dgram _createSocketHandle()cjihrig
2017-02-13test: refactor test-repl-sigint-nested-evalRich Trott
2017-02-13crypto: remove unused access of tlsext_hostnameDavid Benjamin
2017-02-13test: skip when openssl CLI doesn't existSota Yamashita
2017-02-13test: improve punycode test coverageSebastian Van Sande
2017-02-13crypto: upgrade pbkdf2 without digest to an errorJames M Snell
2017-02-13test: improve querystring.parse assertion messagesBrian White
2017-02-13querystring: fix empty pairs and optimize parse()Brian White
2017-02-13test: cover cluster error during dgram socket bindcjihrig
2017-02-13test: refactor test-repl-sigintRich Trott
2017-02-13test: increase setMulticastLoopback() coveragecjihrig
2017-02-13test: refactor test-dgram-address.jscjihrig
2017-02-13fs: avoid emitting error EBADF for double closeMatteo Collina
2017-02-12test: refactor test-readline-keysRich Trott
2017-02-12test: refactor test-http-response-statuscodeRich Trott
2017-02-11child_process: align fork/spawn stdio error msgSam Roberts
2017-02-11url: fix error message of url.formatDavidCai
2017-02-11test: improve test-assert.jsjobala
2017-02-11test: improve test-http-agent-destroyed-socket.jsShubheksha Jalan
2017-02-11test: improve test-buffer-includes.jstoboid
2017-02-11util: improve inspect for (Async|Generator)FunctionMichaël Zasso
2017-02-11test: querystring.escape with multibyte charactersDaijiro Wachi
2017-02-11test: refactor test-dgram-setBroadcast.jscjihrig
2017-02-11test: add vm module edge casesFranziska Hinkelmann
2017-02-11src: fix delete operator on vm contextFranziska Hinkelmann
2017-02-11test: adapt test-debugger-pid to localized WindowsVse Mozhet Byt
2017-02-11src: fix --icu-data-dir= regressionBen Noordhuis
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-11test: remove nan + weakBen Noordhuis
2017-02-11test: remove dependency on node-weakBen Noordhuis
2017-02-11test: don't call process.exit() in gc testsBen Noordhuis
2017-02-11test: validate error message from buffer.equalsSebastian Roeder