summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-27util: harden util.inspectRuben Bridgewater
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-27build: create V8 code cache after script is runJoyee Cheung
2018-07-26tools: fix docs and run known_issues by defaultJon Moss
2018-07-26test: remove setTimeout in test-net-connect-unrefconectado
2018-07-26test: remove timeout from test-pipe-streamAnna Henningsen
2018-07-26test: update postmortem metadata testcjihrig
2018-07-26test: fix scriptParsed event expectationsIngvar Stepanyan
2018-07-25test: fix unreliable test-fs-stat-bigintsagulati
2018-07-25test: don't fail http2 abort test if 'data' is called multiple timesSam Ruby
2018-07-25tools: produce JSON documentation using unified/remark/rehypeSam Ruby
2018-07-24test: address flaky worker testRich Trott
2018-07-23n-api: guard against cond null dereferenceGabriel Schulhof
2018-07-23test: provide better message for orphan output documentationSam Ruby
2018-07-23test: fix http2 connection abort testAnna Henningsen
2018-07-22tls: warn on NODE_TLS_REJECT_UNAUTHORIZED = '0'cjihrig
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-07-22test: move AEAD test vectors out of scriptTobias Nießen
2018-07-21test: allow tests to pass without internetHelio Frota
2018-07-20tools: create HTML docs with unified/remark/rehypeSam Ruby
2018-07-19test: refactor cluster-net-listen-relative-pathRich Trott
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-18test: refactor test-module-loading assertionsBruno Pinho
2018-07-18benchmark: remove arrays benchmarkPeter Marshall
2018-07-18test: fix faulty relpath testGus Caplan
2018-07-18trace_events: add more process metadataJames M Snell
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18test: remove 3rd arg from to assert.strictEqual()hectorcoronado
2018-07-18crypto: add support for OCB mode for AEADTobias Nießen
2018-07-17test: add support for NODE_TEST_DIR on a separate mount pointAntoine du HAMEL
2018-07-17src: include cwd in chdir error messageAnna Henningsen
2018-07-17test: move inspector test back to parallel, unmark flakyAnna Henningsen
2018-07-16test: fix build warnings in bigint N-API testAnna Henningsen
2018-07-16test: refactor test-tls-connect-memleak, move to parallelAnna Henningsen
2018-07-16test: refactor test-net-connect-memleak, move to parallelAnna Henningsen
2018-07-16test: add gc tracking to common APIAnna Henningsen
2018-07-16http2: fix issues with aborted `respondWithFile()`sAnna Henningsen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16test: improve inspect readabilityRuben Bridgewater
2018-07-16util: do not escape single quotes if not necessaryRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16assert: improve simple assertRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-15test: fix flaky test-debug-promptRich Trott
2018-07-16test: fix comment of fs.promises writeRyuichi Sakagami
2018-07-16test: add test of fs.promises write for non-string buffersRyuichi Sakagami
2018-07-16http2: remove `waitTrailers` listener after closing a streamRidgeA