summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test: move timing-dependent tests to sequentialAlexey Orlenko2017-07-222-0/+0
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-21264-1007/+1064
* doc, lib, test: do not re-require needlesslyVse Mozhet Byt2017-07-2119-71/+60
* test: fix flaky test-net-write-after-closeRich Trott2017-07-211-6/+13
* test: delete obsolete test-sendfd.jsdecareano2017-07-211-146/+0
* test: improve fs.exists coveragejkzing2017-07-211-0/+5
* test: replace string concatenation with templateziyun2017-07-211-2/+2
* errors: migrate socket_list to internal/errorsBougarfaoui El houcine2017-07-211-5/+17
* test: use path.join in async-hooks/test-tlswrap.jsVincent Xue2017-07-211-4/+6
* test: add comments for whatwg-url testsGautam Arora2017-07-2019-37/+56
* http: do not abort if socket is missingMatteo Collina2017-07-201-0/+27
* process: triggerAsyncId can be undefinedMatteo Collina2017-07-203-0/+64
* process: improve hrtime() error messageRich Trott2017-07-201-3/+3
* test: move test-fs-largefile to pummelRich Trott2017-07-201-2/+2
* assert: improve deepEqual Set and Map worst caseRuben Bridgewater2017-07-191-1/+84
* test: use path.join for long path concatenationzzz2017-07-191-2/+10
* test: replace string concatenation with path.joinjkzing2017-07-191-2/+3
* errors: migrate tls_wrap to use internal/errorsBidisha Pyne2017-07-193-4/+13
* test: replace string concat in test-child-process-constructormac-haojin2017-07-191-7/+7
* test: replace string concatenation with templateNathan Jiang2017-07-191-1/+2
* test: replace string concat in test-fs-watchfile.jsHelianthus212017-07-191-2/+2
* assert: show thrown message in doesNotThrow()Ruslan Bekenev2017-07-191-0/+28
* test: validate more properties in expectsErrorRuben Bridgewater2017-07-193-28/+60
* zlib: check if the stream is destroyed before pushMatteo Collina2017-07-191-0/+21
* repl: don't terminate on null thrownBenjamin Gruenbaum2017-07-191-0/+24
* test: replace concatenation with template literalsSkyAo2017-07-181-1/+1
* errors: port internal/fs errors to internal/errorsGunar C. Gessner2017-07-184-30/+39
* test: fix error handling test-http-full-responseRich Trott2017-07-181-2/+1
* tls: migrate tls.js to use internal/errors.jsMichael Dawson2017-07-185-17/+14
* test: add test for http outgoing internal headersGergely Nemeth2017-07-181-0/+28
* test: use regex error check in test-crypto-randomZhang Weijie2017-07-171-1/+1
* test: check error with regex in test-signal-safetyshaman2017-07-171-1/+1
* src: fix memory leak in DH key settersBen Noordhuis2017-07-171-0/+26
* src: avoid heap allocation in hmac.digest()Ben Noordhuis2017-07-171-0/+35
* http: OutgoingMessage change writable after endRoee Kasher2017-07-172-0/+70
* test: use regex error checks in test-util-formatSuperwoods2017-07-171-1/+1
* test: change style in test-cli-bad-optionsboydfd2017-07-171-2/+4
* test: use template literals in test-writewrapvercent deng2017-07-171-2/+2
* test: improve regexps for error checkingxinglong.wangwxl2017-07-171-6/+6
* test: replace string concatenation with templateweiyuanyue2017-07-171-1/+1
* test: use template literals as appropriateblade2543530742017-07-171-3/+3
* test: use template literal for string concattobewhatwewant2017-07-161-1/+1
* test: simplify string concatenationjiangplus2017-07-161-1/+1
* test: use regexp to confir error messageBang Wu2017-07-161-1/+1
* test: use regluar expression in vm testakira.xue2017-07-161-1/+1
* test: use regular expression to match error msgFlandre2017-07-161-1/+1
* test: replace string concat with template literalSong, Bintao Garfield2017-07-161-1/+1
* test: check complete error messageFraser Xu2017-07-161-1/+1
* test: change isAix to isAIX章礼平2017-07-1620-22/+22
* test: fix flaky test-net-can-reset-timeoutRich Trott2017-07-151-1/+4