summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2019-02-14test: increase coverage for assertion_error.jsRich Trott
2019-02-14test: add arg to narrow http benchmark testRefael Ackermann
2019-02-14trace_events: fix trace events JS API writingKelvin Jin
2019-02-14test: replaced anonymous fn with arrow syntaxPushkal B
2019-02-14test: use emitter.listenerCount() in test-http-connectLuigi Pinca
2019-02-14assert: add internal assert.fail()Rich Trott
2019-02-13worker: set stack size for worker threadsAnna Henningsen
2019-02-13tls: renegotiate should take care of its own stateSam Roberts
2019-02-12test: refactor two http client timeout testsLuigi Pinca
2019-02-11test: add assert test for position indicatorRich Trott
2019-02-12domain: avoid circular memory referencesAnna Henningsen
2019-02-12src: add WeakReference utilityAnna Henningsen
2019-02-12worker: keep stdio after exitAnna Henningsen
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-02-11test: add `Worker` + `--prof` regression testAnna Henningsen
2019-02-11build: export deprecated OpenSSL symbols on WindowsRichard Lau
2019-02-11http: reduce multiple output arrays into oneWeijia Wang
2019-02-11test: capture stderr from child processesGireesh Punathil
2019-02-10util: protect against monkeypatched Object prototype for inspect()Rich Trott
2019-02-10process: normalize process.argv before user code executionJoyee Cheung
2019-02-10fs: harden validation of start option in createWriteStreamZYSzys
2019-02-09test: remove extraneous report validation argumentcjihrig
2019-02-09worker: no throw on property access/postMessage after terminationChristopher Jeffrey
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-08worker: use correct ctor for error serializationAnna Henningsen
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08test: refactor to block-scopeLakshmiSwethaG
2019-02-08assert: create internal/assert micro-moduleRich Trott
2019-02-08test: exit sequence sanity testsGireesh Punathil
2019-02-07test: refactor test-http-agent-timeout-optionLuigi Pinca
2019-02-06test: clarify confusion over "client" in commentSam Roberts
2019-02-06test: use mustCall(), not global state checksSam Roberts
2019-02-06test: use common.mustCall(), and log the eventsSam Roberts
2019-02-06test: use mustCall in ephemeralkeyinfo testSam Roberts
2019-02-06test: send a bad record only after connection doneSam Roberts
2019-02-06test: end tls gracefully, rather than destroySam Roberts
2019-02-06test: pin regression test for #8074 to TLS 1.2Sam Roberts
2019-02-06test: do not race connection and rejectionSam Roberts
2019-02-06test: do not assume tls handshake orderSam Roberts
2019-02-06test: do not assume server gets secure connectionSam Roberts
2019-02-06test: wait for TCP connect, not TLS handshakeSam Roberts
2019-02-06test: add util.isDeepStrictEqual edge case testsRich Trott
2019-02-06test: add BigInt test for isDeepStrictEqualRich Trott
2019-02-06tls: null not valid as a renegotiate callbackSam Roberts
2019-02-06child_process: close pipe ends that are re-pipedGireesh Punathil