aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-08-02test: improve chained property readabilityRich Trott
2016-08-02test: fix test-vm-sigint flakinessSantiago Gimeno
2016-08-02util: fix formatting of objects with SIMD enabledAnna Henningsen
2016-08-01cluster: support stdio option for workerscjihrig
2016-08-01test: don't hard code deprecation countPrince J Wesley
2016-08-01src: avoid manual memory management in inspectorBen Noordhuis
2016-08-01test: fix memory leaks in inspector testsBen Noordhuis
2016-08-01test: decrease inconsistency in the common.jsVse Mozhet Byt
2016-07-31test: fix flaky test-tls-wrap-timeoutRich Trott
2016-07-29timers: fix cleanup of nested same-timeout timersErin Spiceland
2016-07-28test: speed up test-net-reconnect-errorRich Trott
2016-07-27repl: Use displayErrors for SyntaxErrorPrince J Wesley
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