Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-31 | tests: Add more tests to increase coverage | Arseny Kapoulkine | |
This change adds more thorough tests for attribute conversion as well as some assorted tests that fix gaps in coverage. | |||
2017-01-31 | tests: Add compact hash table reserve test | Arseny Kapoulkine | |
This makes sure all .reserve calls failure paths are covered. These tests don't explicitly test if reserve is present on all paths - this is much harder to test since not all modifications require reserve to be called, so we'll have to rely on a combination of automated testing and sanity checking for this. Also add more parsing out of memory coverage tests. |