super-agent / msgpack

Luajit implementation of msgpack format
MIT License
5 stars 2 forks source link

Run tests on travis CI #3

Closed creationix closed 8 years ago

creationix commented 8 years ago
creationix commented 8 years ago

Tests are running in travis currently, but are failing.

creationix commented 8 years ago

Tests are now running fully, the test suite was made more robust and only luajit based platforms are tested since everything else is busted.

I did fine one recent regression through these tests and fixed it. https://github.com/super-agent/msgpack/commit/bcfe5f9231ba75eea48c203d9ad40d77f92a3e37

The world is green! https://travis-ci.org/super-agent/msgpack/builds/128392605

creationix commented 8 years ago

Hmm, still need coverage in testing framework...

creationix commented 8 years ago

Now coverage is implemented. msgpack is pretty good https://travis-ci.org/super-agent/msgpack/jobs/128410794

All that's missing is big-endian code, many error cases or impossible cases, and tests for the larger types that make the test run forever.