summaryrefslogtreecommitdiff
path: root/test/common
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-312-113/+17
* test: fix common.enoughTestMemRich Trott2019-12-201-1/+1
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-0/+21
* test: delay loading 'os' in test/common moduleRich Trott2019-12-141-30/+37
* test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis2019-12-122-43/+6
* test: use fs rimraf to refresh tmpdircjihrig2019-12-101-49/+1
* test: remove common.busyLoop()cjihrig2019-12-063-14/+0
* module: add warnings for experimental flagsRongjian Zhang2019-12-041-0/+16
* test: add an indicator `isIBMi`Xu Meng2019-12-023-0/+11
* test: switch to object spread in common/benchmark.jspalmires2019-11-231-1/+1
* test: handle undefined default_configurationShelley Vohr2019-11-181-2/+3
* esm: unflag --experimental-modulesGuy Bedford2019-11-121-1/+0
* test: remove common.skipIfInspectorEnabled()Rich Trott2019-10-181-7/+0
* doc: prepare miscellaneous docs for new markdown lint rulesRich Trott2019-10-151-132/+134
* test: remove unnecessary --expose-internals flagsAnna Henningsen2019-10-101-1/+1
* stream: do not deadlock duplexpairRobert Nagy2019-10-051-2/+6
* bootstrap: add exception handling for profiler bootstrapShobhit Chittora2019-09-231-0/+7
* doc: prepare markdown files for more stringent blank-line lintingRich Trott2019-09-071-2/+0
* test: fix 'timeout' typoscjihrig2019-08-222-2/+2
* test: clean tmpdir on process exitJoão Reis2019-08-102-0/+46
* test: use unique tmpdirs for each testJoão Reis2019-08-101-1/+2
* report: include network interfaces in reportcjihrig2019-08-031-1/+24
* test,report: relax CPU match requirementsAnna Henningsen2019-07-291-1/+1
* policy: add dependencies map for resourcesBradley Farias2019-07-261-6/+1
* report: loop over uv_cpu_info() resultscjihrig2019-07-251-0/+5
* n-api: add APIs for per-instance state managementGabriel Schulhof2019-07-251-0/+28
* test: update hasFipsCrypto in test/common/READMEDaniel Bevenius2019-07-151-1/+6
* report: modify getReport() to return an ObjectChristopher Hiller2019-07-122-15/+24
* test: don't use deprecated crypto.fips propertyBen Noordhuis2019-07-051-1/+1
* tools: update eslintRuben Bridgewater2019-06-271-3/+0
* report: add report versioningcjihrig2019-06-201-1/+3
* report: add cpu info to report outputChristopher Hiller2019-06-151-2/+12
* test: remove FIB environment variable from cpu-prof.jsRich Trott2019-06-132-15/+3
* test: remove unused `output` argument for `getFrames()`Rich Trott2019-06-132-4/+3
* test: document cpu-prof moduleRich Trott2019-06-131-0/+42
* test: improve unexpected warnings errorRuben Bridgewater2019-06-121-1/+9
* test: split test-cpu-prof.jsJoyee Cheung2019-06-121-0/+63
* test: always suffix `tmpdir`Refael Ackermann2019-06-061-5/+1
* test: shell out to `rmdir` first on WindowsRefael Ackermann2019-06-062-20/+58
* test: run WPT in subdirectoriesJoyee Cheung2019-05-281-22/+58
* test: use ShellTestEnvironment in WPTJoyee Cheung2019-05-241-3/+0
* inspector: added NodeRuntime domainAleksei Koziatinskii2019-05-141-0/+4
* tools: force common be required before any other modulesZYSzys2019-05-1317-28/+30
* test: document NODE_COMMON_PORT env varcjihrig2019-05-021-0/+5
* test: add missing ToC entriescjihrig2019-04-291-0/+3
* test: document report helper modulecjihrig2019-04-291-0/+28
* test: document NODE_SKIP_FLAG_CHECKcjihrig2019-04-291-0/+4
* test: document NODE_TEST_KNOWN_GLOBALScjihrig2019-04-291-0/+12
* lib: throw a special error in internal/assertJoyee Cheung2019-04-251-0/+14
* report: use uv_gettimeofday for dumpEventTimeStampcjihrig2019-04-221-5/+1