summaryrefslogtreecommitdiff
path: root/test_coverage.txt
AgeCommit message (Collapse)Author
2013-09-21Update test coverage for cgo handling updates.Dave Collins
This commit updates the test coverage report in include the latest tests for the recent cgo handling updates for char, unsigned char, and uint8_t arrays.
2013-09-09Update test coverage for nil slice change.Dave Collins
This commit updates the test coverage report in include the latest tests for the nil slice change.
2013-03-27Update test coverage for packed nil iface fix.Dave Collins
This commit updates the test coverage report in include the latest tests for the packed nil interface issue reported in issue #12.
2013-03-11Update test coverage report for new Sdump func.Dave Collins
2013-03-08Update test coverage for new hexdump behavior.Dave Collins
This commit updates the test coverage report to include the latest tests for the new byte array and slice hexdump -C behavior.
2013-03-03Update test coverage report for ContinueOnMethod.Dave Collins
This commit updates the test coverage report to include the latest tests for the new ContinueOnMethod option.
2013-02-23Update test coverage report for Sprint* funcs.Dave Collins
2013-02-03Update test coverage report for pad func rename.Dave Collins
2013-01-20Add test coverage report from gocov.Dave Collins