Implement the tests for Lua libraries below, integrate to [ligurio/lua-c-api-test](https://github.com/ligurio/lua-c-api-tests) and to tarantool repository. - [x] builtin, https://github.com/ligurio/lua-c-api-tests/pull/139 - [x] coroutine, https://github.com/ligurio/lua-c-api-tests/pull/135 - [x] package, https://github.com/ligurio/lua-c-api-tests/pull/134 - [ ] io, https://github.com/ligurio/lua-c-api-tests/pull/140 - [x] os, https://github.com/ligurio/lua-c-api-tests/pull/141 - [x] table, https://github.com/ligurio/lua-c-api-tests/pull/142 - [x] utf8, https://github.com/ligurio/lua-c-api-tests/pull/143