summaryrefslogtreecommitdiff
path: root/test/common/index.js
AgeCommit message (Expand)Author
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-24test: remove common.isOSXMojaveRich Trott
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-09test: set umask for testsRich Trott
2019-01-10test: refactor `common.expectWarning()`Ruben Bridgewater
2018-12-30test: remove try/catch in common.isMainThreadRich Trott
2018-12-23test: add hasCrypto check to common flags checkDaniel Bevenius
2018-12-19test: verify input flagsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
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-07test: fix flaky VM timeout test on Raspberry PiRich Trott
2018-11-06test: remove unused catch bindingscjihrig
2018-10-21test: skip failing tests for osx mojavejn99
2018-10-14test: removed mustCallAsync from common and added inside testcaseQuinn Langille
2018-10-14test: inline common module booleanashleysimpson
2018-10-12test: rename common.ddCommand()Rich Trott
2018-10-12test: refactor common.ddCommand()Rich Trott
2018-09-21test: do not export common.leakedGlobals()Rich Trott
2018-09-20test: remove common.hasSmallICURich Trott
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-13test: minor refactor in common/index.jsJames M Snell
2018-09-05test: refactor structure of common/indexJames M Snell
2018-08-29test: refacor spawn[Sync]PwdRefael Ackermann
2018-08-28test: add test for internalConnect() when address type is IPv6Yaniv Friedensohn
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-24test: move common.isCPPSymbolsNotMapped to tick-processor testsJames M Snell
2018-08-24test: move common.onGC to individual moduleJames M Snell
2018-08-24test: move hijackstdio out of require('common')James M Snell
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-23test: move common.ArrayStream to separate moduleJames M Snell
2018-08-23test: remove isGlibc from commonJames M Snell
2018-08-13test: remove common.hasTracingRich Trott
2018-08-09test: don't mask descriptor.enumerableThomas Leah
2018-08-08test: remove common.fileExists()Rich Trott
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-16test: add gc tracking to common APIAnna Henningsen
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-06-04test: make handling of noWarnCode stricterTobias Nießen
2018-05-19test: remove common.globalCheckRuben Bridgewater
2018-05-19test: remove untested knownGlobalsRuben Bridgewater
2018-05-08tools: add eslint check for skipIfEslintMissingRichard Lau