summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-04-14crypto: make LazyTransform compabile with Streams1Matteo Collina
2017-04-14stream: Fixes missing 'unpipe' eventChristopher Luke
2017-04-13test: improve punycode coverage to check surrogate pairNao YONASHIRO
2017-04-13test: fix compiler warning in n-api testAnna Henningsen
2017-04-13test: remove disabled test-dgram-send-errorRich Trott
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-04-13test: add second argument to assert.throwsMichaël Zasso
2017-04-12test: remove common.fail()Rich Trott
2017-04-12assert: improve assert.fail() APIRich Trott
2017-04-12test: improve test coverage for n-apiMichael Dawson
2017-04-12url: remove javascript URL special caseDaijiro Wachi
2017-04-12zlib: support all ArrayBufferView typesTimothy Gu
2017-04-12crypto: support all ArrayBufferView typesTimothy Gu
2017-04-12test: add common.getArrayBufferViews(buf)Timothy Gu
2017-04-12src: allow ArrayBufferView as instance of BufferTimothy Gu
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-11test: fix allocUnsafe uninitialized buffer checkKarl Cheng
2017-04-10test: remove disabled tls_server.jsRich Trott
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-10n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-10url: trim leading slashes of file URL pathsDaijiro Wachi
2017-04-10crypto: handle exceptions in hmac/hash.digestTobias Nießen
2017-04-10test: check curve algorithm is supportedKarl Cheng
2017-04-09doc: update information on test/known_issuesJan Krems
2017-04-09test: add http benchmark testJoyee Cheung
2017-04-08test: add basic cctest for base64.hAlexey Orlenko
2017-04-07test: complete coverage for lib/assert.jsRich Trott
2017-04-07n-api: Update property attrs enum to match JS specJason Ginchereau
2017-04-07test: add a second argument to assert.throws()dave-k
2017-04-06test: skip irrelevant test on WindowsRich Trott
2017-04-06src: remove support for --debugJan Krems
2017-04-05test: remove disabled debugger testRich Trott
2017-04-05n-api: create napi_env as a real structureGabriel Schulhof
2017-04-04test: increase coverage of internal/socket_listDavidCai
2017-04-04test: refactor mkdtemp test and added asyncLuca Maraschi
2017-04-04test: add Unicode characters regression testAlexey Orlenko
2017-04-04linkedlist: remove unused methodsBrian White
2017-04-04test: add case for url.parse throwing a URIErrorLovell Fuller
2017-04-04events: do not keep arrays with a single listenerLuigi Pinca
2017-04-04test: add variable arguments support for ArgvDaniel Bevenius