summaryrefslogtreecommitdiff
path: root/test/common
AgeCommit message (Expand)Author
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
2019-01-10test: support more icu requirements in the WPT status fileJoyee Cheung
2019-01-09test: set umask for testsRich Trott
2019-01-10test: refactor `common.expectWarning()`Ruben Bridgewater
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-30test: remove try/catch in common.isMainThreadRich Trott
2018-12-24doc: fix links in test/common/README.mdVse Mozhet Byt
2018-12-23test: add hasCrypto check to common flags checkDaniel Bevenius
2018-12-21test: remove unnecessary eslint-disable commentsRich Trott
2018-12-19test: verify input flagsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-14test: improve WPT runner name matchingJoyee Cheung
2018-12-13bootstrap: make Buffer and process non-enumerableRuben Bridgewater
2018-12-11lib: move DEP0120 to end of lifecjihrig
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-22test: remove unused reject handlersDan Foley
2018-11-20test: use Worker scope in WPTJoyee Cheung
2018-11-09test: initialize test/wpt to run URL and console .js testsJoyee Cheung
2018-11-07test: fix flaky VM timeout test on Raspberry PiRich Trott
2018-11-06test: remove unused catch bindingscjihrig
2018-10-20dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-10-21test: skip failing tests for osx mojavejn99
2018-10-15doc: add "tick" function name and argument descriptionArtur Hayrapetyan
2018-10-15test: move tick.js from test/async-hooks to test/commonArtur Hayrapetyan
2018-10-14test: removed mustCallAsync from common and added inside testcaseQuinn Langille
2018-10-14test: inline common module booleanashleysimpson
2018-10-13test: correct order for assert.strictEqual for inspector-helper testMaggie Nolan