summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-19test: skip test-cpu-prof in debug builds with code cacheJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-19test: allow leaked global check to be skippedcjihrig
2019-04-19test: add ability to skip common flag checksAnna Henningsen
2019-04-19test: do not strip left whitespace in pseudo-tty testsRuben Bridgewater
2019-04-18test: fix postmortem metadata testMatheus Marchini
2019-04-18test: fix test-benchmark-bufferRich Trott
2019-04-18test: try to stabalize test-child-process-fork-exec-path.jsRefael Ackermann
2019-04-17child_process: change the defaults maxBuffer sizekohta ito
2019-04-17crypto: do not abort when setting throwsSam Roberts
2019-04-17src: allows escaping NODE_OPTIONS with backslashesMaël Nison
2019-04-16build: run `mkcodecache` as an actionRefael Ackermann
2019-04-16tools: implement mkcodecache as an executableJoyee Cheung
2019-04-16test: use assert.rejects() and assert.throws()Richard Lau
2019-04-16fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-16test: log errors in test-fs-readfile-tostring-failRichard Lau
2019-04-16test: ec2 generateKeyPairSync invalid parameter encodingRuwan Geeganage
2019-04-16repl: add welcome messagegengjiawen
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-15buffer: use stricter range checksRuben Bridgewater
2019-04-15test: test privateEncrypt/publicDecrypt + paddingBen Noordhuis
2019-04-14test: fix test-dns-idna2008.jsRich Trott
2019-04-13tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-12console: remove trace frameRuben Bridgewater
2019-04-12child_process: harden fork arguments validationZYSzys
2019-04-11test: mark some known flakesRefael Ackermann
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-04-10report: improve signal name validationcjihrig
2019-04-10test: pass null params to napi_create_function()Octavian Soldea
2019-04-10test: cover thenables when we check for promisesszabolcsit
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-10util: improve inspect edge casesRuben Bridgewater
2019-04-10test: use assert.rejectsRuben Bridgewater
2019-04-10test: simplify vm-module-errors testRuben Bridgewater
2019-04-09child_process: use non-infinite maxBuffer defaultskohta ito
2019-04-09test: print child stderr in test-http-chunk-problemAnna Henningsen
2019-04-08fs: warn on non-portable mkdtemp() templatescjihrig
2019-04-08module: remove dead codeRuben Bridgewater
2019-04-08crypto: fix rsa key gen with non-default exponentSam Roberts
2019-04-08test: fix test-worker-memory.js for large cpu #sMichael Dawson
2019-04-08test: fix this scope bug in test-stream2-writable.jsgengjiawen
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-08buffer: fix custom inspection with extra propertiesRuben Bridgewater
2019-04-07assert: fix rejects stack trace and operatorRuben Bridgewater
2019-04-06test: fix test-repl-require-after-writeMichaël Zasso