summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-21test: use duplex streams in duplex stream testcjihrig
2017-04-21test: add coverage for vm's breakOnSigint optioncjihrig
2017-04-21test: use JSON.stringify to trigger stack overflowYang Guo
2017-04-21lib: remove _debugger.jsBen Noordhuis
2017-04-21lib,src,test: update --debug/debug-brk commentsBen Noordhuis
2017-04-21test: fix parallel/test-setproctitle.js on alpineDavid Cai
2017-04-20test: set benchmark-child-process flaky on windowsRich Trott
2017-04-20errors: port internal/process errors to internal/errorsJames M Snell
2017-04-20n-api: remove napi_get_value_string_length()Jason Ginchereau
2017-04-20repl: support hidden history file on WindowsBartosz Sosnowski
2017-04-20test: skip tests using ca flagsDaniel Bevenius
2017-04-19test: minimize time for child_process benchmarkRich Trott
2017-04-20test: console.log removed from test-net-localportFaiz Halde
2017-04-19test: dynamic port in cluster worker disconnectSebastian Plesciuc
2017-04-19test: remove uses of common.PORT in test-tls-client testsAhmed Taj elsir
2017-04-19src: add missing "http_parser.h" includeAnna Henningsen
2017-04-19test: dynamic port in cluster worker wait closeSebastian Plesciuc
2017-04-19test: dynamic port in cluster worker sendSebastian Plesciuc
2017-04-19test: increase coverage for buffer.jsRich Trott
2017-04-19buffer: add pending deprecation warningJames M Snell
2017-04-19src: add --pending-deprecation and NODE_PENDING_DEPRECATIONJames M Snell
2017-04-19test: add test for child_process benchmarkJoyee Cheung
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-04-18test: complete coverage of lib/child_process.jscjihrig
2017-04-18test: buffer should always be stringifiedLuca Maraschi
2017-04-18test: fix coverity UNINIT_CTOR cctest warningBen Noordhuis
2017-04-18test: add cwd ENOENT known issue testcjihrig
2017-04-18test: use dynamic port in test-cluster-bind-twiceRich Trott
2017-04-18test: remove common.PORT from test-cluster*.jsTarun Batra
2017-04-18buffer: fix backwards incompatibilityBrian White
2017-04-18test: use dynamic port in 3 test-cluster-worker testsSebastian Plesciuc
2017-04-18test: remove common.PORT from multiple testsTarun Batra
2017-04-18test: add --use-bundled-ca to tls-cnnic-whitelistDaniel Bevenius
2017-04-17Revert "test: port test for make_callback to n-api"James M Snell
2017-04-17test: port test for make_callback to n-apiHitesh Kanwathirtha
2017-04-17child_process: improve ChildProcess validationcjihrig
2017-04-17test: cleanup test-child-process-constructor.jscjihrig
2017-04-17crypto: add randomFill and randomFillSyncEvan Lucas
2017-04-17test: add crypto check to crypto-lazy-transformDaniel Bevenius
2017-04-16test: enable setuid/setgid testRich Trott
2017-04-16test: change == to === in crypto testFabio Campinho
2017-04-16test: replace [].join() with ''.repeat()Jackson Tian
2017-04-14test: remove common.PORT from test-cluster-basicRich Trott
2017-04-15url: improve WHATWG URL inspectionTimothy Gu
2017-04-14test: add test-benchmark-cryptoRich Trott
2017-04-14os,vm: fix segfaults and CHECK failureTobias Nießen
2017-04-14test: add internal/fs testsDavidCai
2017-04-14test: add hasCrypto check to test-debug-usageDaniel Bevenius
2017-04-14n-api: add string api for latin1 encodingSampson Gao
2017-04-14url: disallow invalid IPv4 in IPv6 parserDaijiro Wachi