summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-09-12tools: fix new-parens violationsRich Trott
2016-09-12test: modernize JS and tighten equality checkingPeter Ogilvie
2016-09-12test: swapped == and equal to === and strictEqualChristopher Dunavan
2016-09-12test: refactor test-net-pipe-connect-errorsRich Trott
2016-09-12net: refactor Server.prototype.listenJan Schär
2016-09-12test: skip pseudo-tty/no_dropped_stdio testMichael Dawson
2016-09-11test: clean up net server try ports testThomas Hunter II
2016-09-11buffer: fix ArrayBuffer checksBrian White
2016-09-11test: make crypto.timingSafeEqual test less flakynot-an-aardvark
2016-09-11test: add test-debug-protocol-executeRich Trott
2016-09-09test: exercise EE function type checking pathscjihrig
2016-09-09child_process, win: fix shell spawn with AutoRunBartosz Sosnowski
2016-09-08buffer: expose underlying buffer object alwaysSakthipriyan Vairamani
2016-09-08dgram: prefer strict equality, type validationClaudio Rodriguez
2016-09-08readline: key interval delay for \r & \nPrince J Wesley
2016-09-07crypto: add crypto.timingSafeEqual()not-an-aardvark
2016-09-06test: increase _debugger coverageRich Trott
2016-09-06test: mark pseudo-tty/no_dropped_stdio as flakyMichael Dawson
2016-09-06crypto: make malloc failure check cross-platformRich Trott
2016-09-04crypto: fix getDecoder() encoding checkatstojanov
2016-09-04events: make memory leak warning name more verboseAnna Henningsen
2016-09-02test: test non-buffer/string with zlibRich Trott
2016-09-02internal/util: remove printDeprecationWarningJames M Snell
2016-09-02test: fix test-cluster-dgram-1 flakinessSantiago Gimeno
2016-09-01test: fix ::1 error in test-dns-ipv6Gibson Fahnestock
2016-09-01test: fix `fs-watch-recursive` flakiness on OS XSantiago Gimeno
2016-09-01test: refactor/cleanup a number of cluster testsJames M Snell
2016-08-31test: refactor parallel/test-process-env.jsRich Trott
2016-08-31inspector: simplify buffer managementEugene Ostroukhov
2016-08-30test: add test for zlib.create*Raw()Rich Trott
2016-08-30test: cleanup test require symlinkPaul Grock
2016-08-30events: make memory leak warning more accessibleAnna Henningsen
2016-08-29test: refactor test-debug-signal-clusterRich Trott
2016-08-29http: remove deprecated Client interfaceBrian White
2016-08-29promise: hard deprecation for unhandled promise rejectionJames M Snell
2016-08-29promise: warn on unhandled rejectionsBenjamin Gruenbaum
2016-08-29test: additional refactoring/cleanup of buffer testsJames M Snell
2016-08-29test: add known issue test for path parse issue #6229James M Snell
2016-08-27test: make sure over truncation of file zero fillsSakthipriyan Vairamani
2016-08-27net: make holding the buffer in memory more robustAnna Henningsen
2016-08-27repl: Auto alignment for .editor modePrince J Wesley
2016-08-27fs: warn if no callback is passed to async callsSakthipriyan Vairamani
2016-08-26test: add check in test-signal-handlerRich Trott
2016-08-26http: fix connection upgrade checksBrian White
2016-08-26test: clean up / refactor buffer tests, remove duplicationJames M Snell
2016-08-26test: mark test-child-process-fork-dgram as flakyMichael Dawson
2016-08-26async_wrap: add a missing case to test-async-wrap-throw-no-inityorkie
2016-08-25buffer: runtime deprecation of calling Buffer without newNikolai Vavilov
2016-08-25util: allow returning `this` from custom inspectAnna Henningsen