summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-24events: update and clarify error messageChris Burkhart
2017-03-24test: refactor test-cluster-disconnectRich Trott
2017-03-24lib: fix event race condition with -eBen Noordhuis
2017-03-24test: invalid chars in http client pathLuca Maraschi
2017-03-24test: improve test-vm-cached-data.jsNick Peleh
2017-03-24test: add minimal test for net benchmarksRich Trott
2017-03-25test: add test for urlYuta Hiroto
2017-03-24test: add internal/socket_list testsDavidCai
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius
2017-03-23tls: make rejectUnauthorized default to trueghaiklor
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-23test: do not use `more` command on WindowsVse Mozhet Byt
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-22events, doc: check input in defaultMaxListenersDavidCai
2017-03-22timers: fix not to close reused timer handleShigeki Ohtsu
2017-03-22tls: fix SecurePair external memory reportingBen Noordhuis
2017-03-22test: minor fixups for REPL eval testsAnna Henningsen
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-21fs: (+/-)Infinity and NaN invalid unixtimestampLuca Maraschi
2017-03-21src, buffer: do not segfault on out-of-range indexTimothy Gu
2017-03-21test: add test for child_process.execFile()Rich Trott
2017-03-21test: fix flaky test-tls-socket-closeRich Trott
2017-03-21url: spec-compliant URLSearchParams parserTimothy Gu
2017-03-21test: add hasCrypto check to tls-socket-closeDaniel Bevenius
2017-03-20tools: ignore URLs in line length lintingRich Trott
2017-03-20src: ensure that fd 0-2 are valid on windowsBartosz Sosnowski
2017-03-20test: synchronize WPT url setters tests dataDaijiro Wachi
2017-03-20test: add tests for unixtimestamp generationLuca Maraschi
2017-03-20test: added net.connect lookup type checkLuca Maraschi
2017-03-20tls: fix segfault on destroy after partial readBen Noordhuis
2017-03-20test: fix assertion in vm testAnnaMag
2017-03-17readline: add option to stop duplicates in historyDanny Nemer
2017-03-17test: add coverage for child_process bounds checkRich Trott
2017-03-17test: failing behaviour on sandboxed ProxyAnnaMag
2017-03-17repl: Empty command should be sent to eval functionJan Krems
2017-03-17test: delay child exit in AIX for pseudo-tty testsGireesh Punathil
2017-03-16tls: keep track of stream that is closedjBarz
2017-03-16test: fix flaky test-domain-abort-on-uncaughtRich Trott
2017-03-16test: add more and refactor test cases to net.connectJoyee Cheung
2017-03-16util: display Symbol keys in inspect by defaultShahar Or
2017-03-16test: add more test cases of server.listen optionJoyee Cheung
2017-03-15lib, test: add duplicate symbol checking in E()DavidCai
2017-03-14test: added test for indexed propertiesAnnaMag
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-14test: refactor test-util-inspect.jsAlexey Orlenko
2017-03-14test: add arrow functions to test-util-inspectAlexey Orlenko
2017-03-14test: fix repl-function-redefinition-edge-caseAlexey Orlenko
2017-03-14test: add regex to assert.throwsMatej Krajčovič
2017-03-14test: fail when child dies in fork-netJoyee Cheung
2017-03-14repl: refactor `LineParser` implementationBlake Embrey