summaryrefslogtreecommitdiff
path: root/test/disabled
AgeCommit message (Expand)Author
2017-04-16test: enable setuid/setgid testRich Trott
2017-04-13test: remove disabled test-dgram-send-errorRich Trott
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-10test: remove disabled tls_server.jsRich Trott
2017-04-05test: remove disabled debugger testRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-02test: use const for all require() callscjihrig
2017-01-02test: increase usage of assert.ifError()cjihrig
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-06test: enable test-debug-brk-no-argRich Trott
2016-06-03test: add test for uid/gid setting in spawnRich Trott
2016-06-03test: remove disabled eio race testRich Trott
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2015-09-28test: replace deprecated util.debug() callsRich Trott
2015-09-14test: remove disabled testRich Trott
2015-08-03test: fix messages and use return to skip testsSakthipriyan Vairamani
2015-06-25test: purge stale disabled testsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-07-10test: Remove references to customFdsRyan Graham
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-05-13test: fixes test/disabled/test-readline.jsDan Kaplun
2014-02-24test: move pummel/test-fs-largefile to disabledTimothy J Fontaine
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-12cares_wrap: remove unused function getHostByName()Ben Noordhuis
2013-08-05test: Move test-http-default-port from disabled to simpleisaacs
2013-08-05https: fix default portKoichi Kobayashi
2013-02-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-08test: disable simple/test-dgram-send-errorBen Noordhuis
2013-01-07test: disable simple/test-debug-brk-fileBen Noordhuis
2012-12-28fs: remove fs.sendfile()Ben Noordhuis
2012-11-27test: disable eio-race testsChad Rhyner
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-05enable test-fs-largefile.js testIgor Zinkovsky
2012-02-20test: include common.js in all testsBen Noordhuis
2011-12-06test: add missing copyright headersBen Noordhuis
2011-11-02Remove separation of libuv testsRyan Dahl
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-10-11disable test-sendfdRyan Dahl
2011-10-11Disable test-child-process-custom-fds.jsRyan Dahl
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-27Disable test-dgram-unix.js test-dgram-unix-anon.js test-dgram-multicast.jsRyan Dahl
2011-08-23Mark tests which are broken in libuvRyan Dahl
2011-08-24dns: Force the DNS module to invoke callbacks asynchronously.koichik
2011-08-16test: refactored http test.koichik