aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_sizeof.py.exp
AgeCommit message (Expand)Author
2017-12-19tests/extmod: Add some uctypes tests to improve coverage of that module.Damien George
2016-01-10extmod: Fix uctypes size calculation for bitfieldsDave Hylands
2015-12-09extmod: Add test which demonstrates LITTLE_ENDIAN packing failureDave Hylands
2014-10-30moductypes: Make sure we can apply .sizeof() to all aggregate types.Paul Sokolovsky