summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: disable MultipleEnvironmentsPerIsolateRefael Ackermann2017-07-151-0/+2
* test: make common.PIPE process uniqueRefael Ackermann2017-07-143-74/+34
* cluster: overriding inspector portcornholio2017-07-141-21/+230
* test: reduce offset in test-inspector-port-clustercornholio2017-07-141-7/+7
* test: http outgoing _renderHeadersPeter Czibik2017-07-141-0/+46
* n-api: add napi_fatal_error APIKyle Farnung2017-07-133-0/+44
* test: decrease duration of test-cli-syntaxEvan Lucas2017-07-131-31/+36
* n-api: add code parameter to error helpersMichael Dawson2017-07-135-12/+137
* test: handle missing V8 tests in n-api testcjihrig2017-07-131-11/+19
* async_hooks: make AsyncResource match emitInitAndreas Madsen2017-07-132-3/+9
* async_hooks: fix nested hooks mutationAndreas Madsen2017-07-132-0/+45
* async_hooks: move restoreTmpHooks call to initRuben Bridgewater2017-07-131-0/+19
* test: improve the test common documentationRuben Bridgewater2017-07-131-74/+87
* errors,buffer: port errors to internal/errorsstarkwang2017-07-1225-104/+247
* test,async_hooks: match test-ttywrap.readstreamTrevor Norris2017-07-121-48/+31
* test,async_hooks: skip whether TTY is availableTrevor Norris2017-07-121-6/+9
* n-api: wrap test macros in do/whileKyle Farnung2017-07-123-14/+18
* n-api: Implement stricter wrappingGabriel Schulhof2017-07-122-0/+27
* test: reduce run time for test-benchmark-cryptoRich Trott2017-07-121-4/+6
* test: reduce run time for test-benchmark-httpRich Trott2017-07-121-0/+3
* test: reduce test-benchmark-net run durationRich Trott2017-07-121-1/+5
* querystring: fix up lastPos usageTimothy Gu2017-07-122-0/+24
* test: add get/set effective uid/gid testsEvan Lucas2017-07-111-0/+49