summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-03test: make module test pass with NODE_PENDING_DEPRECATIONAnna Henningsen
2019-04-03module: fix repl require calling the same file againRuben Bridgewater
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-04-02report: add cwd to reportcjihrig
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-04-03util: improve error property inspectionRuben Bridgewater
2019-04-03util: improve `inspect()` compact number modeRuben Bridgewater
2019-04-03module: mark DEP0019 as End-of-LifeRuben Bridgewater
2019-04-03test: simplify date inspection testsRuben Bridgewater
2019-04-03util: `inspect()` should not exceed `breakLength`Ruben Bridgewater
2019-04-02test: remove test-trace-events-api-worker-disabled from flakyRich Trott
2019-04-02fs: remove experimental warning for fs.promisesAnna Henningsen
2019-04-02test: move test that creates 1Gb file to pummelRich Trott
2019-04-01test: add IPv6 brackets but no port to test-dnsRich Trott
2019-04-01crypto: use EVP_PKEY_X448 in GetEphemeralKeyInfocjihrig
2019-04-01test: remove unused triggerAsyncId param in testJuan José Arboleda
2019-04-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-04-01test: fix error code typocjihrig
2019-03-31stream: do not unconditionally call `_read()` on `resume()`Anna Henningsen
2019-03-30worker: use copy of process.envAnna Henningsen
2019-03-30readline: replace quadratic regex with linear oneThomas
2019-03-30test: simplify for loop in test-buffer-zero-fill-cli.jsJuan José Arboleda
2019-03-30buffer: use stricter `from()` input validationRuben Bridgewater
2019-03-30net: remove usage of require('util')dnlup
2019-03-30util: add subclass and null prototype support for errors in inspectRuben Bridgewater
2019-03-30url: add ws: and wss: to slashedProtocol setLuigi Pinca
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-29test: add known_issues test for fs.copyFile()Rich Trott
2019-03-29dns: remove dns.promises experimental warningcjihrig
2019-03-29util: fix map entries inspectionRuben Bridgewater
2019-03-29test: remove test-path-parse-6229.js from known issuesRuben Bridgewater
2019-03-29test: move hasCrypto checkRuben Bridgewater
2019-03-29test: do not require flags when executing a fileRuben Bridgewater
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-28tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-28test: update postmortem metadata test for V8 7.4cjihrig
2019-03-28crypto: allow undefined for saltLength and paddingTobias Nießen
2019-03-28util: improve proxy inspectionRuben Bridgewater
2019-03-28path: fix win32 parse regressionRuben Bridgewater
2019-03-28test: refactor path parse testRuben Bridgewater
2019-03-28test: add test about unencrypted PKCS#8 private key for RSADaiki Ihara
2019-03-27util: don't set the prototype of callbackified functionsRuben Bridgewater
2019-03-27util: rename callbackified functionRuben Bridgewater
2019-03-27util: increase function length when using `callbackify()`Ruben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-27child_process: rename _validateStdtio to getValidStdioRuben Bridgewater
2019-03-26tools: remove eslint rule no-let-in-for-declarationgengjiawen