summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-27test: ensure stream preprocessing orderVse Mozhet Byt
2016-07-27test: use common platform helpers everywhereSantiago Gimeno
2016-07-26repl: prevent undefined ref in completionEvan Lucas
2016-07-22child_process: support stdio option in fork()cjihrig
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-07-22fs: validate args of truncate functions in jsSakthipriyan Vairamani
2016-07-22fs: make callback mandatory to all async functionsSakthipriyan Vairamani
2016-07-21repl: default useGlobal to truecjihrig
2016-07-20test: handle IPv6 localhost issues within testsRich Trott
2016-07-20test: add known issue test for #7788cjihrig
2016-07-20test: increase RAM requirement for intensive testsRich Trott
2016-07-19test: ensure callback runs in test-vm-sigintRich Trott
2016-07-19child_process: Check stderr before accessing itRobert Chiras
2016-07-18test: avoid usage of mixed IPV6 addressesGireesh Punathil
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-07-17test: fix flaky test-http-server-consumed-timeoutRich Trott
2016-07-17buffer: optimize hex_decodeChristopher Jeffrey
2016-07-17util: inspect boxed symbols like other primitivesAnna Henningsen
2016-07-15test: s/assert.fail/common.fail as appropriatecjihrig
2016-07-15repl: Mitigate vm #548 function redefinition issuePrince J Wesley
2016-07-15timers: fix processing of nested timersJeremy Whitlock
2016-07-14test: improve error message in test-tick-processorRich Trott
2016-07-14test: cleanup IIFE testscjihrig
2016-07-14test: add common.rootDircjihrig
2016-07-13tools: consistent .eslintrc formattingsilverwind
2016-07-13test,doc: clarify `buf.indexOf(num)` input rangeAnna Henningsen
2016-07-13dgram: generalized send queue to handle closeMatteo Collina
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-07-11test: fix flaky test-*-connect-address-familyRich Trott
2016-07-11src: disable stdio bufferingBen Noordhuis
2016-07-11test: fix old tty testsJeremiah Senkpiel
2016-07-11test: move parallel/test-tty-* to pseudo-tty/Jeremiah Senkpiel
2016-07-10test: remove unused var from child-process-forkRich Trott
2016-07-10test: remove unused vars from http/https testsRich Trott
2016-07-10test: remove unused var in test-tls-server-verifyRich Trott
2016-07-08test: fix flaky test-fs-read-buffer-tostring-failRich Trott
2016-07-08repl: add support for custom completionsDiosney Sarmiento
2016-07-08tools: remove unnecessary imports and assignmentsSakthipriyan Vairamani
2016-07-08test: remove unused var in net-server-try-portsRich Trott
2016-07-08test: remove unused var from stream2 testRich Trott
2016-07-07test: fix flaky test-net-write-slowRich Trott
2016-07-06src: guard against overflow in ParseArrayIndex()Ben Noordhuis
2016-07-06test: skip doctool tests when js-yaml is missingAnna Henningsen
2016-07-05util: add an option for configuring break lengthcjihrig
2016-07-05build: export openssl symbols on windowsBen Noordhuis
2016-07-04test: listen on and connect to 127.0.0.1Ben Noordhuis
2016-07-03test: handle SmartOS bug in test-tls-session-cacheRich Trott
2016-06-30test: remove common.PORT from http testsRich Trott
2016-06-30test: test execFile/fork arg validationChuck Langford
2016-06-30child_process: preserve argument typeRich Trott