summaryrefslogtreecommitdiff
path: root/test/common
Commit message (Expand)AuthorAgeFilesLines
* test: remove unused reject handlersDan Foley2018-11-221-2/+2
* test: use Worker scope in WPTJoyee Cheung2018-11-201-1/+3
* test: initialize test/wpt to run URL and console .js testsJoyee Cheung2018-11-092-7/+441
* test: fix flaky VM timeout test on Raspberry PiRich Trott2018-11-072-8/+16
* test: remove unused catch bindingscjihrig2018-11-061-4/+4
* dns: fix inconsistent (hostname vs host)Ulises Gascón2018-10-201-3/+3
* test: skip failing tests for osx mojavejn992018-10-211-0/+3
* doc: add "tick" function name and argument descriptionArtur Hayrapetyan2018-10-151-0/+5
* test: move tick.js from test/async-hooks to test/commonArtur Hayrapetyan2018-10-152-0/+19
* test: removed mustCallAsync from common and added inside testcaseQuinn Langille2018-10-143-20/+0
* test: inline common module booleanashleysimpson2018-10-143-9/+0
* test: correct order for assert.strictEqual for inspector-helper testMaggie Nolan2018-10-131-2/+2
* test: rename common.ddCommand()Rich Trott2018-10-123-5/+5
* test: refactor common.ddCommand()Rich Trott2018-10-122-11/+6
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-40/+72
* test: do not export common.leakedGlobals()Rich Trott2018-09-213-8/+0
* test: remove common.hasSmallICURich Trott2018-09-202-8/+1
* test: don't inspect values if not necessaryRuben Bridgewater2018-09-181-6/+19
* inspector: enable Inspector JS API in workersEugene Ostroukhov2018-09-172-4/+12
* test: minor refactor in common/index.jsJames M Snell2018-09-131-7/+5
* test: refactor structure of common/indexJames M Snell2018-09-052-209/+229
* url: provide pathToFileURL and fileURLToPathguybedford2018-09-041-3/+3
* test: use module.exports consistentlyJames M Snell2018-09-022-24/+34
* tools: specify rules disabled in common/dns.jsRich Trott2018-08-311-1/+1
* test: refacor spawn[Sync]PwdRefael Ackermann2018-08-292-28/+15
* test: add test for internalConnect() when address type is IPv6Yaniv Friedensohn2018-08-281-0/+4
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-1/+2
* test: move common.isCPPSymbolsNotMapped to tick-processor testsJames M Snell2018-08-243-15/+2
* test: move common.onGC to individual moduleJames M Snell2018-08-243-42/+60
* test: move hijackstdio out of require('common')James M Snell2018-08-244-66/+81
* src: move process.binding('tcp_wrap') to internalDaniel Bevenius2018-08-241-1/+2
* test: move common.ArrayStream to separate moduleJames M Snell2018-08-233-21/+38
* test: remove isGlibc from commonJames M Snell2018-08-232-19/+0
* src: implement the new EmbedderGraph::AddEdge()Joyee Cheung2018-08-191-8/+12
* test: remove common.hasTracingRich Trott2018-08-131-7/+0
* test,doc: wrap common module md doc at 80 charsRich Trott2018-08-121-9/+9
* test: don't mask descriptor.enumerableThomas Leah2018-08-091-2/+2
* test: remove common.fileExists()Rich Trott2018-08-083-18/+1
* test: run ESM tests in parallelMichaël Zasso2018-08-041-2/+0
* test: pass through stderr in benchmark testsAnna Henningsen2018-08-011-1/+4
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-194-12/+15
* test: add gc tracking to common APIAnna Henningsen2018-07-162-0/+42
* test: add heap snapshot testsAnna Henningsen2018-07-152-0/+117
* inspector: expose original consoleMatteo Collina2018-07-071-2/+8
* esm: loader hook URL validation and error messagesguybedford2018-06-301-67/+119
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-241-3/+2
* test: check that benchmark tests are minimalRich Trott2018-06-191-1/+18
* worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen2018-06-131-0/+17
* test: add regression test for nghttp2 CVE-2018-1000168James M Snell2018-06-121-0/+10
* test: add tls write error regression testShigeki Ohtsu2018-06-121-0/+176