msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

Update msgpack-c to cpp-2.1.5 #42

Closed otofune closed 5 years ago

otofune commented 6 years ago

regression ✔ regression - https://github.com/pgriess/node-msgpack/issues/15 ✔ regression - https://github.com/msgpack/msgpack-node/issues/5

msgpack ✔ msgpack - should be object ✔ msgpack - pack should return a Buffer object ✔ msgpack - test for string equality ✔ msgpack - test for numeric equality ✔ msgpack - test for null ✔ msgpack - test for negative decimal number ✔ msgpack - test for negative number ✔ msgpack - test for true ✔ msgpack - test for false ✔ msgpack - test for numeric array ✔ msgpack - test for mixed type array ✔ msgpack - test for object ✔ msgpack - test for 2^31 negative ✔ msgpack - test for 2^40 negative ✔ msgpack - test for 2^31 ✔ msgpack - test for 2^40 ✔ msgpack - test number approaching 2^64 ✔ msgpack - make sure dates are handled properly ✔ msgpack - test for circular reference ✔ msgpack - test for circular reference in objects ✔ msgpack - test for not catching multiple non-circular references ✔ msgpack - unpacking a buffer with extra data doesn't lose the extra data ✔ msgpack - circular reference marking algorithm doesn't false positive ✔ msgpack - test toJSON compatibility ✔ msgpack - test toJSON compatibility for multiple args ✔ msgpack - test toJSON compatibility for nested toJSON ✔ msgpack - test toJSON compatibility with prototype

OK: 53 assertions (26ms)