summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-23crypto: fix unencrypted DER PKCS8 parsingTobias Nießen
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-22test: remove node-report/test-api.jscjihrig
2019-02-22test: simplify test-api-nohooks.jscjihrig
2019-02-21test: improve performance of test-crypto-timing-safe-equal-benchmarksRich Trott
2019-02-21buffer: harden validation of buffer allocation sizeZYSzys
2019-02-21http2: shrink memory to match read dataAnna Henningsen
2019-02-21crypto: make ConvertKey clear openssl error stackBen Noordhuis
2019-02-21build,test: guard eslint with crypto checkDaniel Bevenius
2019-02-21test: add test for dynamically enabling node.async_hooks tracingJoyee Cheung
2019-02-21test: add test for node.async_hooks tracing in workersJoyee Cheung
2019-02-20report: remove verbose settingcjihrig
2019-02-20util: update set iterator entries inspectionRuben Bridgewater
2019-02-20test,inspector: add heap allocation tracker testAnna Henningsen
2019-02-20test: increase run time in test-worker-profAnna Henningsen
2019-02-20test: simplify test-api-getreport.jscjihrig
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19test: remove unnecessary default tmpdir value in testRich Trott
2019-02-19process: move test-process-uptime to parallelJoyee Cheung
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-19src: remove `process.binding('config').debugOptions`Joyee Cheung
2019-02-18test: consolidate assertions in ipv6only testRich Trott
2019-02-18benchmark,test: refactoringRefael Ackermann
2019-02-18test: increase coverage of node_report_module.ccRichard Lau
2019-02-18test: simplify test-worker-syntax-errorRich Trott
2019-02-18worker: ignore --abort-on-uncaught-exception for terminate()Anna Henningsen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-18test: fix flaky test-worker-ref-onexitAnna Henningsen
2019-02-17test,worker: posting undefined/null message to message portlegendecas
2019-02-17n-api: do not call into JS when that is not allowedAnna Henningsen
2019-02-17src: check HasCaught() in JSStream callsAnna Henningsen
2019-02-17vm: do not overwrite error when creating contextAnna Henningsen
2019-02-16test: silence compiler warning in openssl-bindingDaniel Bevenius
2019-02-15test,worker: add more tests for worker.ref()/.unref()Anna Henningsen
2019-02-15worker: use fake MessageEvent for port.onmessageAnna Henningsen
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
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