summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-14test: clearing require cache crashes esm loaderAntoine du HAMEL
2019-05-14vm: mark global proxy as side-effect-freeAnna Henningsen
2019-05-13test: pass null params to napi_xxx_property()Octavian Soldea
2019-05-13assert: loose deep equal should not compare symbol propertiesRuben Bridgewater
2019-05-13test: use common.PORT instead of an extraneous variableBenjamin Ki
2019-05-13test: move dgram invalid host test to internet testsBenjamin Ki
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-13src: declare unused priv argumentSam Roberts
2019-05-13tools: allow RegExp in required-modules eslint ruleRichard Lau
2019-05-13module: add missing space in error messagecjihrig
2019-05-13tools: force common be required before any other modulesZYSzys
2019-05-13async_hooks: only disable promise hook if wantedAnna Henningsen
2019-05-12repl: do not run --eval code if there is noneAnna Henningsen
2019-05-12test: better assertion for async hook testsAli Ijaz Sheikh
2019-05-11doc: simplify test/README.mdRich Trott
2019-05-11test: test error when breakOnSigint is not a boolean for evaluateRuwan Geeganage
2019-05-10test: add tests for hasItems method in FreeListRuwan Geeganage
2019-05-10module: improve resolve paths validationcjihrig
2019-05-10tls: fix createSecureContext() cipher list filterSam Roberts
2019-05-10test: fix test-linux-perf flakinessMatheus Marchini
2019-05-10test: remove unneeded `--expose-internals`Rich Trott
2019-05-09module: handle relative paths in resolve pathscjihrig
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh
2019-05-08repl: handle uncaughtException properlyRuben Bridgewater
2019-05-08test: refactor test-tls-enable-trace-cli.jscjihrig
2019-05-08test: fix flaky test-tls-multiple-cas-as-stringLuigi Pinca
2019-05-06test: deflake test-tls-js-streamLuigi Pinca
2019-05-06test: mark test-tls-enable-trace-cli flakycjihrig
2019-05-06n-api: make napi_get_property_names return stringsAnna Henningsen
2019-05-06tools: fix node-core/required-modules eslint ruleBen Noordhuis
2019-05-05assert: refine assertion messageRuben Bridgewater
2019-05-05assert: fix `assert.fail()` stackRuben Bridgewater
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-04test: improve test-async-hooks-http-parser-destroyRich Trott
2019-05-04util: inspect constructor closerRuben Bridgewater
2019-05-04test: converting NghttpError to string in HTTP2 moduleRuwan Geeganage
2019-05-03tls: disallow conflicting TLS protocol optionsSam Roberts
2019-05-03module: throw on require('./path.mjs');Myles Borins
2019-05-03module: add createRequire methodMyles Borins
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-05-02util: better number formattersRuben Bridgewater
2019-05-03test: add mustCall to openssl-client-cert-engineBoxuan Li
2019-05-02test: document NODE_COMMON_PORT env varcjihrig
2019-05-02test: allow EAI_FAIL in test-http-dns-error.jscjihrig
2019-05-02util: improve function inspectionRuben Bridgewater
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-05-02test: refactor and deflake test-tls-sni-server-clientLuigi Pinca
2019-05-01module: allow passing a directory to createRequireFromPathGilles De Mey
2019-05-02fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor