summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-22bootstrap: --frozen-intrinsics override problem workaroundGuy Bedford
2019-06-22child_process: attach child in promisificationcjihrig
2019-06-22test: remove test-ttywrap.writestream.jsRich Trott
2019-06-21test: permit test-graph.signal to work without test runnerRich Trott
2019-06-21n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-06-21src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn
2019-06-20report: add report versioningcjihrig
2019-06-20test: normalize location test-worker-process-cwd.js runs testsSamantha Sample
2019-06-20worker: only unref port for stdin if we ref’ed it beforeAnna Henningsen
2019-06-20test: use .code for error in setgid=
2019-06-20test: fix flaky test-worker-debugAnna Henningsen
2019-06-19test: add logging to statwatcher testRich Trott
2019-06-19test: add Worker + uncaughtException + process.exit() testAnna Henningsen
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-06-18test: do not spawn rmdir in test-statwatcherJoão Reis
2019-06-18test: check custom inspection truncation in assertRich Trott
2019-06-18crypto: fix crash when calling digest after pipingTobias Nießen
2019-06-17http2: refactor ping + settings object lifetime managementAnna Henningsen
2019-06-17test: make sure test function resolves in test-worker-debugAnna Henningsen
2019-06-17worker: refactor `worker.terminate()`Anna Henningsen
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas
2019-06-17test: add eval ESM module testsEvgenii Shchepotev
2019-06-17https: do not automatically use invalid servernameSam Roberts
2019-06-17util: use average bias while grouping arraysRuben Bridgewater
2019-06-17util: improve .inspect() array groupingRuben Bridgewater
2019-06-17test: fix NODE_OPTIONS feature checkRichard Lau
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-16test: move --cpu-prof tests to sequentialJoyee Cheung
2019-06-15report: add cpu info to report outputChristopher Hiller
2019-06-14doc,test: test documentation consistency for NODE_OPTIONSRichard Lau
2019-06-14test: skip `test-worker-prof` as flaky for allMilad Farazmand
2019-06-14test: add addon tests for `RegisterSignalHandler()`Anna Henningsen
2019-06-14src: reset SIGSEGV handler before crashingAnna Henningsen
2019-06-14n-api: defer Buffer finalizer with SetImmediateAnna Henningsen
2019-06-13test: remove FIB environment variable from cpu-prof.jsRich Trott
2019-06-13test: remove unused `output` argument for `getFrames()`Rich Trott
2019-06-13test: document cpu-prof moduleRich Trott
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-12domain: error handler runs outside of its domainJulien Gilli
2019-06-12worker: make MessagePort constructor non-callableAnna Henningsen
2019-06-12assert: add partial support for evaluated code in simple assertRuben Bridgewater
2019-06-12assert: improve regular expression validationRuben Bridgewater
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-12assert: fix error diffRuben Bridgewater
2019-06-12test: improve unexpected warnings errorRuben Bridgewater
2019-06-12test: mark test-fs-stat-bigint as flakyRich Trott
2019-06-12test: remove duplicate test-child-process-execfilesync-maxBuffer.jsJoyee Cheung
2019-06-12test: split test-cpu-prof.jsJoyee Cheung
2019-06-11module: handle empty require.resolve() optionscjihrig