summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* lib,benchmark,test: implement consistent bracesRich Trott2016-07-1226-83/+51
* test: fix flaky test-*-connect-address-familyRich Trott2016-07-112-37/+63
* src: disable stdio bufferingBen Noordhuis2016-07-111-0/+1
* test: fix old tty testsJeremiah Senkpiel2016-07-114-25/+10
* test: move parallel/test-tty-* to pseudo-tty/Jeremiah Senkpiel2016-07-112-0/+0
* test: remove unused var from child-process-forkRich Trott2016-07-101-3/+0
* test: remove unused vars from http/https testsRich Trott2016-07-105-12/+0
* test: remove unused var in test-tls-server-verifyRich Trott2016-07-101-3/+0
* test: fix flaky test-fs-read-buffer-tostring-failRich Trott2016-07-081-0/+7
* repl: add support for custom completionsDiosney Sarmiento2016-07-081-1/+66
* tools: remove unnecessary imports and assignmentsSakthipriyan Vairamani2016-07-083-9/+2
* test: remove unused var in net-server-try-portsRich Trott2016-07-081-4/+0
* test: remove unused var from stream2 testRich Trott2016-07-081-2/+0
* test: fix flaky test-net-write-slowRich Trott2016-07-071-1/+1
* src: guard against overflow in ParseArrayIndex()Ben Noordhuis2016-07-061-0/+7
* test: skip doctool tests when js-yaml is missingAnna Henningsen2016-07-062-0/+14
* util: add an option for configuring break lengthcjihrig2016-07-051-0/+13
* build: export openssl symbols on windowsBen Noordhuis2016-07-053-0/+52
* test: listen on and connect to 127.0.0.1Ben Noordhuis2016-07-041-2/+2
* test: handle SmartOS bug in test-tls-session-cacheRich Trott2016-07-031-27/+41
* test: remove common.PORT from http testsRich Trott2016-06-302-10/+14
* test: test execFile/fork arg validationChuck Langford2016-06-301-3/+32
* child_process: preserve argument typeRich Trott2016-06-304-34/+44
* Revert "child_process: measure buffer length in bytes"Rich Trott2016-06-303-16/+3
* repl: Default `useGlobal` to false in CLI REPL.Lance Ball2016-06-301-0/+85
* debugger: make listen address configurableBen Noordhuis2016-06-306-15/+60
* vm: don't print out arrow message for custom errorAnna Henningsen2016-06-302-0/+21
* net: use icu's punycode implementationJames M Snell2016-06-291-0/+72
* inspector: Do cleanups before notifying callbackEugene Ostroukhov2016-06-291-1/+4
* test: check types for http request and responseBen Noordhuis2016-06-291-0/+55
* test: add abort test for backtrace validationcjihrig2016-06-291-0/+24
* test: don't use internal headers in add-on testsBen Noordhuis2016-06-298-30/+19
* test: fix abort/test-abort-uncaught-exceptionBen Noordhuis2016-06-291-6/+9
* test: add testcfg.py to test/abort/Ben Noordhuis2016-06-291-0/+6
* timers: optimize `setImmediate()`Andras2016-06-292-2/+8
* timers: optimize linkedlistAndras2016-06-291-0/+5
* src: fix readability/namespace cpplint warningsBen Noordhuis2016-06-282-2/+2
* test: fix tests after V8 upgradeAli Ijaz Sheikh2016-06-297-11/+11
* test: test isFullWidthCodePoint with invalid inputRich Trott2016-06-281-0/+5
* build: configure --sharedStefan Budeanu2016-06-281-0/+10
* assert: remove unneeded arguments special handlingRich Trott2016-06-271-1/+15
* repl: Enable tab completion for global propertiesLance Ball2016-06-273-0/+45
* buffer: speed up swap16/32, add swap64Zach Bjornson2016-06-271-26/+104
* crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain2016-06-271-23/+302
* repl: fix tab completion for defined commandsPrince J Wesley2016-06-271-0/+7
* readline: allow passing prompt to constructorEvan Lucas2016-06-251-1/+28
* Revert "test: mark test-vm-timeout flaky on windows"Anna Henningsen2016-06-251-2/+1
* vm: test for abort condition of current invocationAnna Henningsen2016-06-251-0/+23
* test: fix flaky test-vm-timeoutAnna Henningsen2016-06-251-1/+1
* test: add test for exec() known issueRich Trott2016-06-241-0/+16