1. 26 Aug, 2019 1 commit
    • Thomas Van Lenten's avatar
      Fix enum writing. · b273cba1
      Thomas Van Lenten authored
      Enums use varint, so if the value is negative it should end up being longer.
      
      This was caught my new conformance test cases.
      b273cba1
  2. 23 Aug, 2019 1 commit
    • Paul Yang's avatar
      Test singular fields are encoded in canonical way (#6553) · 6c9d7ecf
      Paul Yang authored
      * Test singular fields are encoded in canonical way
      
      * Defautl values in proto3 should not be encoded.
      * Values should be converted to the canonical representation (e.g.,
      long int64 value may be truncated for int32 field)
      
      * Update failure list
      
      * Update failure list
      6c9d7ecf
  3. 02 Aug, 2019 1 commit
    • Paul Yang's avatar
      Conformance packed (#6447) · 0c4b607e
      Paul Yang authored
      * Add conformance tests for explicit packed/unpacked fields
      
      * Fix typo
      
      * Update failure lists
      
      * Update failure list
      
      * Use enum class to make enum scoped
      0c4b607e
  4. 26 Jul, 2019 1 commit
    • Paul Yang's avatar
      Add binary conformance test for default repeated fields (#6440) · a9bb6564
      Paul Yang authored
      * Add binary conformance test for default repeated fields
      
      1) Both packed and unpacked encoding should be accepted for parsing.
      2) Encode should follow the default way for the syntax.
      
      * Uncomment test
      
      * Remove is_primitive
      
      * Add failed tests to failure lists.
      
      * Add failed test to failure list
      
      * Use binary format to specify expected value
      
      Text format cannot distinguish whether repeated field is packed or not.
      
      * Change method name from ToHexString to ToOctString
      
      * Add failed test to failure list
      
      * Add failed test to php's failure list
      
      * Fix comments
      a9bb6564
  5. 06 Jun, 2017 1 commit
  6. 31 Mar, 2017 1 commit
  7. 17 Aug, 2016 1 commit
  8. 11 Aug, 2016 2 commits
  9. 05 Jan, 2016 1 commit
    • Thomas Van Lenten's avatar
      Fix up the conformance tests · df4e4d87
      Thomas Van Lenten authored
      - Update all the new runner cases to handle a skip result as a skip and not a failure.
      - Make ObjC use the new serialize_error result if it fails to generate the data.
      df4e4d87
  10. 21 Dec, 2015 1 commit
  11. 23 Nov, 2015 1 commit
  12. 18 Nov, 2015 1 commit