node/test
cjihrig 40e29dcbbf assert: use util.inspect() to create error messages
Currently, JSON.stringify() is used to create error messages
on failed assertions. This causes an error when stringifying
objects with circular references. This commit switches out
JSON.stringify() for util.inspect(), which can handle
circular references.

PR-URL: https://github.com/iojs/io.js/pull/668
Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
2015-01-31 09:34:50 -05:00
..
addons Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
debugger Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
disabled Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
fixtures Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
gc test: update our branched weakref to v8 3.24 2014-03-17 10:19:47 -07:00
internet Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
message test: fix message tests regression 2015-01-13 01:50:32 +01:00
parallel assert: use util.inspect() to create error messages 2015-01-31 09:34:50 -05:00
pummel Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
sequential lib: move default address logic to `net._listen2` 2015-01-23 18:09:39 +01:00
testpy test: fix `make test-addons` target 2015-01-12 23:21:51 +01:00
timers test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
common.js child_process: clone spawn options argument 2015-01-26 11:59:30 -05:00