Tim Hockin
7df5a67d0d
Add tests for int64
2017-08-10 20:58:49 -07:00
Tao Wen
ce479f3476
fix golint: document exported symbols
2017-07-09 14:57:49 +08:00
Tao Wen
bede1d7f40
fix build; add document for exported symbols
2017-07-09 14:48:34 +08:00
Tao Wen
3b6853d209
fix golint: do not export test types
2017-07-09 14:12:58 +08:00
Tao Wen
4351a2e6e9
fix golint: do not export test types
2017-07-09 11:55:58 +08:00
Tao Wen
891d33b415
fix golint: do not export test types
2017-07-09 11:40:45 +08:00
Tao Wen
e417330822
fuzzy test from 1000 to 100
2017-07-02 18:18:12 +08:00
Tim Hockin
9ec64591b6
Enhance test for overlap and embedded
2017-06-29 22:01:16 -07:00
Tim Hockin
12be6e0d43
Add tests for arrays
2017-06-29 07:25:19 -07:00
Tim Hockin
3cfe590a13
Add output test for embedded marshalers
2017-06-29 07:14:33 -07:00
Tim Hockin
4652ac6cc2
Add output tests for embedded types
2017-06-28 08:11:38 -07:00
Tim Hockin
d6ef711c18
Better errors in output_tests
2017-06-28 07:48:55 -07:00
Tim Hockin
c2c9981062
catch errors in output_tests
2017-06-28 07:48:55 -07:00
Tim Hockin
97ee4ad4a2
Reorganize output_tests for structs
...
As I added more and more cases, I found the dir structure hard to
navigate. The new structure follows how you read a type:
e.g. struct { F *string } -> struct/ptr_string
This exposed some redundant cases and some missing cases, too.
2017-06-27 19:51:13 +01:00