summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-08-12fs: restore JS implementation of realpathBartosz Sosnowski
2016-08-11test: mark test failing on AIX as flakyMichael Dawson
2016-08-11test,util: fix flaky test-util-sigint-watchdogAnna Henningsen
2016-08-09test: console constructor missing new keywordRich Trott
2016-08-09test: fix failing inspector cctestEugene Ostroukhov
2016-08-09events: unwrap #once listeners in #listenersOwen Smith
2016-08-09timers: remove unused repeat param in timer_wrapJan Schär
2016-08-09util: add inspect.defaultOptionsRoman Reiss
2016-08-09test,assert: add deepEqual/deepStrictEqual tests for typed arraysFeross Aboukhadijeh
2016-08-09module: fix node_modules search path in edge casehefangshi
2016-08-08fs: add bytesRead to ReadStreamLinus Unnebäck
2016-08-08repl: don't override all internal repl defaultscjihrig
2016-08-08test: allow globals to be whitelistedcjihrig
2016-08-08child_process: control argv0 for spawned processesPat Pannuto
2016-08-08buffer: throw on negative .allocUnsafe() argumentAnna Henningsen
2016-08-08test: fix flaky test-vm-sigint-existing-handlerAnna Henningsen
2016-08-06repl: Add editor mode supportPrince J Wesley
2016-08-05test: remove internal headers from addonsGibson Fahnestock
2016-08-05src: make EnvDelete behave like the delete operatorFranziska Hinkelmann
2016-08-05http: specify _implicitHeader in OutgoingMessageyorkie
2016-08-05Revert "fs: make callback mandatory to all async functions"Myles Borins
2016-08-04readline: show completions only after 2nd TABAnna Henningsen
2016-08-04repl: deprecate unused function convertToContextPrince J Wesley
2016-08-04src: do not copy on failing setProperty()Franziska Hinkelmann
2016-08-04Revert "fs: validate args of truncate functions in js"Myles Borins
2016-08-04util: support classes in util.deprecate()vladimir
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