0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
teppeis 00a7456c19 assert: fix deepEqual regression
Change of Object.keys in ES6 breaks assert.deepEqual about primitive
values.

V8: https://code.google.com/p/v8/issues/detail?id=3443

Previously deepEqual depends on Object.key that throws an error for
a primitive value, but now Object.key does not throw.

PR-URL: https://github.com/iojs/io.js/pull/193
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-12-22 12:46:59 +01:00
..
addons node,async-wrap: verify domain enter/exit are set 2014-09-02 11:30:45 -07:00
debugger
disabled deps: re-implement debugger-agent 2014-10-08 15:44:40 +04:00
fixtures test: split test in parallel/sequential 2014-12-17 20:45:02 +07:00
gc
internet src: all wraps now use actual FunctionTemplate 2014-12-09 17:57:15 +01:00
message test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
parallel assert: fix deepEqual regression 2014-12-22 12:46:59 +01:00
pummel fs: deprecate exists() and existsSync() 2014-12-19 10:27:48 -05:00
sequential fs: deprecate exists() and existsSync() 2014-12-19 10:27:48 -05:00
testpy test: run tests in parallel, common improvements 2014-12-17 20:45:37 +07:00
timers test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
common.js fs: deprecate exists() and existsSync() 2014-12-19 10:27:48 -05:00