summaryrefslogtreecommitdiff
path: root/test_coverage.txt
AgeCommit message (Collapse)Author
2014-01-08Add logic to deal with reflect pkg changes on tip.Dave Collins
This commit adds logic to gracefully handle the new internal reflect.Value structure on tip as of golang commit ecccf07e7f9d. It accomplishes this by doing some inspection at init time and choosing the appropriate offsets as well as modifying which offset is used for the value accordingly. As a result, this allows spew to work properly with both the current release version of Go as well as tip. Fixes #15.
2013-11-14Add additional tests for new sortValues code.Dave Collins
This brings the test coverage back to 100%.
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