summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tty: add ref() so process.stdin.ref() etc. workBen Schmidt2017-02-287-83/+134
* test: change common.expectsError() signatureRich Trott2017-02-276-24/+28
* test: favor assertions over console loggingRich Trott2017-02-271-2/+1
* test: run test-setproctitle where supportedHoward Hellyer2017-02-271-1/+5
* assert: fix premature deep strict comparisonJoyee Cheung2017-02-274-15/+117
* src, i18n: cleanup usage of MaybeStackBufferTimothy Gu2017-02-241-2/+2
* src: clean up MaybeStackBufferTimothy Gu2017-02-241-0/+124
* test: fix flaky test-vm-timeout-rethrowKunal Pathak2017-02-241-8/+2
* doc: change broken fg(1) links to fg(1p)Karan Thakkar2017-02-243-6/+9
* test: add two test cases for querystringDaijiro Wachi2017-02-231-0/+7
* tools,doc: enable changelogs for itemsAnna Henningsen2017-02-243-4/+25
* test: throw check in test-zlib-write-after-closeJason Wilson2017-02-231-3/+1
* doc,test: args to `buffer.copy` can be Uint8ArraysAnna Henningsen2017-02-241-0/+26
* test: increase coverage of vmDavidCai2017-02-242-46/+59
* domain,events: support non-object 'error' argumentBen Noordhuis2017-02-221-7/+28
* tls: do not crash on STARTTLS when OCSP requestedFedor Indutny2017-02-221-0/+53
* test: make test-intl-no-icu-data more robustMichaël Zasso2017-02-221-2/+1
* console: fixup `console.dir()` error handlingAnna Henningsen2017-02-212-49/+53
* tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso2017-02-216-7/+12
* test: add regex check to test-module-loadingTarang Hirani2017-02-211-2/+3
* test: remove redundant additional url testsJoyee Cheung2017-02-211-85/+4
* test: synchronize WPT url test dataJoyee Cheung2017-02-212-41/+894
* test: remove WHATWG URL test data file extensionJoyee Cheung2017-02-216-8/+14
* http: add new functions to OutgoingMessageBrian White2017-02-201-1/+45
* tls: new tls.TLSSocket() supports sec ctx optionsSam Roberts2017-02-201-1/+11
* test: make tls-socket-default-options tests runSam Roberts2017-02-201-45/+49
* tls: use emitWarning() for dhparam < 2048 bitsJames M Snell2017-02-201-0/+4
* test: improve coverage in test-crypto.dhEric Christie2017-02-191-9/+26
* cluster: properly handle --inspect-{brk,port}Ali Ijaz Sheikh2017-02-191-0/+2
* test: add error checking in callbackRich Trott2017-02-191-0/+1
* test: refactor test-http-response-splittingArseniy Maximov2017-02-191-9/+9
* test: test bottom-up merge sort in URLSearchParamsDaijiro Wachi2017-02-191-2/+15
* test: add test cases for pathYuta Hiroto2017-02-191-0/+2
* test: add cases for unescape & unescapeBufferDaijiro Wachi2017-02-191-0/+23
* test: enhance test-common.jsRich Trott2017-02-191-1/+12
* util, debugger: remove internalUtil.errorJames M Snell2017-02-191-10/+0
* util: eliminate unnecessary exportsJames M Snell2017-02-192-19/+20
* test: fix over-dependence on native promise implAli Ijaz Sheikh2017-02-191-2/+2
* test: use expectsError in test-debug-agent.jsArseniy Maximov2017-02-181-5/+6
* test: add coverage for utf8CheckIncomplete()xiaoyu2017-02-181-0/+3
* test: add test for URLSearchParams inspectionDaijiro Wachi2017-02-181-0/+2
* test: use expectsError in require-invalid-packageRich Trott2017-02-171-4/+4
* test: use common.expectsError()Rich Trott2017-02-171-5/+2
* test: refactor common.expectsError()Rich Trott2017-02-172-7/+9
* dgram: improve signature of Socket.prototype.sendChristopher Hiller2017-02-174-0/+116
* zlib: use RangeError/TypeError consistentlyJames M Snell2017-02-172-14/+14
* util: add createClassWrapper to internal/utilJames M Snell2017-02-171-0/+31
* vm: refactor vm moduleJames M Snell2017-02-177-25/+32
* test: remove unused args and comparison fixAlexander2017-02-171-3/+3
* doc: improve test/README.mdJoyee Cheung2017-02-171-137/+144