• Joshua Haberman's avatar
    A few more cases for binary conformance tests. (#2500) · ffa71f80
    Joshua Haberman authored
    * A few more cases for binary conformance tests.
    
    * over-encoded varints (encoded in more bytes than are necessary).
    * truncated varints (>32 bits for 32-bit types).
    
    * Fixed Python decoding bug with 32-bit varints.
    
    * Fixed 1L -> 1LL for 32-bit platforms.
    ffa71f80
Name
Last commit
Last update
..
google Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
mox.py Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
stubout.py Loading commit data...
tox.ini Loading commit data...