summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2019-06-11util: refactor inspecting long linesRuben Bridgewater
2019-06-10readline: error on falsy values for callbackSam Roberts
2019-06-10test: add github refs to flaky testsSam Roberts
2019-06-10test: remove test-gc-http-client from status fileRich Trott
2019-06-10test: remove test-tty-wrap from status fileRich Trott
2019-06-10test: add comments to the foaf+ssl fixturesAlex Aubuchon
2019-06-10test: change formatting of fixtures/keys/MakefileAlex Aubuchon
2019-06-10test: change fixtures.readSync to fixtures.readKeyAlex Aubuchon
2019-06-10test: remove uneeded agent keypair in fixtures/Alex Aubuchon
2019-06-10test: move foafssl certs to fixtures/keys/Alex Aubuchon
2019-06-10test: remove uneeded alice certs in fixtures/Alex Aubuchon
2019-06-10test: remove uneeded certs in fixtures/Alex Aubuchon
2019-06-10test: move dherror.pem to fixtures/keys/Alex Aubuchon
2019-06-10test: remove pass-* certsAlex Aubuchon
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-10test: move spkac certs to fixtures/keys/Alex Aubuchon
2019-06-10test: move x448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move dsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move rsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move x25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-10test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-10test: remove workaround for unsupported OpenSSLsSam Roberts
2019-06-10dgram: fix abort on bad argscjihrig