summaryrefslogtreecommitdiff
path: root/test/common
AgeCommit message (Expand)Author
2019-06-15report: add cpu info to report outputChristopher Hiller
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-12test: improve unexpected warnings errorRuben Bridgewater
2019-06-12test: split test-cpu-prof.jsJoyee Cheung
2019-06-06test: always suffix `tmpdir`Refael Ackermann
2019-06-06test: shell out to `rmdir` first on WindowsRefael Ackermann
2019-05-28test: run WPT in subdirectoriesJoyee Cheung
2019-05-24test: use ShellTestEnvironment in WPTJoyee Cheung
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-13tools: force common be required before any other modulesZYSzys
2019-05-02test: document NODE_COMMON_PORT env varcjihrig
2019-04-29test: add missing ToC entriescjihrig
2019-04-29test: document report helper modulecjihrig
2019-04-29test: document NODE_SKIP_FLAG_CHECKcjihrig
2019-04-29test: document NODE_TEST_KNOWN_GLOBALScjihrig
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-22report: use uv_gettimeofday for dumpEventTimeStampcjihrig
2019-04-19test: allow leaked global check to be skippedcjihrig
2019-04-19test: add ability to skip common flag checksAnna Henningsen
2019-04-02report: add cwd to reportcjihrig
2019-03-29test: move hasCrypto checkRuben Bridgewater
2019-03-29test: do not require flags when executing a fileRuben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-19src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-15report: use DiagnosticFilename for default filenameRichard Lau
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2019-03-04report: support RUSAGE_SELF stats on Windowscjihrig
2019-03-03report: rename location to triggercjihrig
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-03-02test: improve validation of report outputcjihrig
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-01report: separate release metadataRichard Lau
2019-01-30test: refactor test/common/report.jscjihrig
2019-01-24test: remove common.isOSXMojaveRich Trott
2019-01-25test: clarify the path relativeness of WPT runner classesJoyee Cheung
2019-01-20test: switch to native v8 coverageBenjamin Coe
2019-01-18test: do not use uninitialized memory in common flags checkAnna Henningsen
2019-01-18test: add node-report testsLakshmiSwethaG
2019-01-17process: allow reading umask in workerscjihrig
2019-01-11test,worker: simplify common.isMainThreadRich Trott