summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* lib: correct error.errno to always be numericJoyee Cheung2019-06-1715-42/+73
* test: move --cpu-prof tests to sequentialJoyee Cheung2019-06-1611-0/+0
* report: add cpu info to report outputChristopher Hiller2019-06-151-2/+12
* doc,test: test documentation consistency for NODE_OPTIONSRichard Lau2019-06-141-0/+84
* test: skip `test-worker-prof` as flaky for allMilad Farazmand2019-06-141-1/+1
* test: add addon tests for `RegisterSignalHandler()`Anna Henningsen2019-06-144-0/+108
* src: reset SIGSEGV handler before crashingAnna Henningsen2019-06-141-0/+23
* n-api: defer Buffer finalizer with SetImmediateAnna Henningsen2019-06-142-14/+24
* test: remove FIB environment variable from cpu-prof.jsRich Trott2019-06-133-16/+11
* test: remove unused `output` argument for `getFrames()`Rich Trott2019-06-133-6/+5
* test: document cpu-prof moduleRich Trott2019-06-131-0/+42
* fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung2019-06-142-5/+33
* domain: error handler runs outside of its domainJulien Gilli2019-06-124-10/+217
* worker: make MessagePort constructor non-callableAnna Henningsen2019-06-122-7/+27
* assert: add partial support for evaluated code in simple assertRuben Bridgewater2019-06-121-0/+7
* assert: improve regular expression validationRuben Bridgewater2019-06-121-1/+21
* assert: print more lines in the error diffRuben Bridgewater2019-06-123-19/+31
* assert: fix error diffRuben Bridgewater2019-06-121-6/+21
* test: improve unexpected warnings errorRuben Bridgewater2019-06-121-1/+9
* test: mark test-fs-stat-bigint as flakyRich Trott2019-06-121-0/+2
* test: remove duplicate test-child-process-execfilesync-maxBuffer.jsJoyee Cheung2019-06-122-75/+23
* test: split test-cpu-prof.jsJoyee Cheung2019-06-1213-367/+572
* module: handle empty require.resolve() optionscjihrig2019-06-111-0/+6
* util: refactor inspecting long linesRuben Bridgewater2019-06-111-46/+16
* readline: error on falsy values for callbackSam Roberts2019-06-101-0/+20
* test: add github refs to flaky testsSam Roberts2019-06-102-0/+4
* test: remove test-gc-http-client from status fileRich Trott2019-06-101-2/+0
* test: remove test-tty-wrap from status fileRich Trott2019-06-101-2/+0
* test: add comments to the foaf+ssl fixturesAlex Aubuchon2019-06-102-0/+7
* test: change formatting of fixtures/keys/MakefileAlex Aubuchon2019-06-101-24/+24
* test: change fixtures.readSync to fixtures.readKeyAlex Aubuchon2019-06-102-4/+4
* test: remove uneeded agent keypair in fixtures/Alex Aubuchon2019-06-107-59/+11
* test: move foafssl certs to fixtures/keys/Alex Aubuchon2019-06-108-72/+73
* test: remove uneeded alice certs in fixtures/Alex Aubuchon2019-06-103-50/+4
* test: remove uneeded certs in fixtures/Alex Aubuchon2019-06-103-51/+1
* test: move dherror.pem to fixtures/keys/Alex Aubuchon2019-06-103-5/+8
* test: remove pass-* certsAlex Aubuchon2019-06-105-67/+13
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-1043-132/+160
* test: move spkac certs to fixtures/keys/Alex Aubuchon2019-06-107-13/+18
* test: move x448 keypairs to fixtures/keys/Alex Aubuchon2019-06-106-11/+19
* test: move ed448 keypairs to fixtures/keys/Alex Aubuchon2019-06-107-12/+20
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-1013-92/+119
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-1022-134/+239
* test: move x25519 keypair to fixtures/keys/Alex Aubuchon2019-06-106-8/+16
* test: move ed25519 keypair to fixtures/keys/Alex Aubuchon2019-06-108-10/+22
* test: remove workaround for unsupported OpenSSLsSam Roberts2019-06-101-35/+7
* dgram: fix abort on bad argscjihrig2019-06-101-0/+9
* http2: do not register unnecessary listenersAntonio Kukas2019-06-101-0/+41
* worker: add typechecking for postMessage transfer listAnna Henningsen2019-06-101-0/+21
* worker: use DataCloneError for unknown native objectsAnna Henningsen2019-06-101-0/+37