1. 03 Sep, 2019 1 commit
    • Paul Yang's avatar
      Add binary conformance tests for map fields (#6560) · ce942bca
      Paul Yang authored
      * Add binary conformance tests for map fields
      
      * Update failure list
      
      * Fix php conformance test
      
      * Fix php conformance test
      
      In 32-bit platform, int64 should be string. However, map iterator returns string key as integer.
      
      * Add more test cases for map
      
      * Update failure list
      ce942bca
  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. 22 Feb, 2019 1 commit
  4. 22 Jan, 2019 1 commit
  5. 09 Aug, 2018 1 commit
  6. 27 Jul, 2018 1 commit
    • Paul Yang's avatar
      Give a specific category to each test. (#4965) · 8705adc2
      Paul Yang authored
      * Give a unique category to each test.
      
      This change introduce a TestCategory enum to ConformanceRequest. Existing tests
      are divided into three categories: binary format test, json format test and json
      format (ignore unknown when parsing) test. For the previous two categories, there
      is no change to existing testee programs. For tests with the last category, testee programs
      should either enable ignoring unknown field during json parsing or skip the test.
      
      * Fix python test
      
      * Fix java
      
      * Fix csharp
      
      * Update document
      
      * Update csharp generated code
      8705adc2
  7. 09 Jul, 2018 1 commit
  8. 20 Mar, 2018 1 commit
  9. 13 Mar, 2018 1 commit
  10. 04 Dec, 2017 1 commit
  11. 01 Dec, 2017 1 commit
  12. 18 Oct, 2017 1 commit
  13. 25 Jul, 2017 2 commits
  14. 19 Jul, 2017 1 commit
  15. 18 Jul, 2017 1 commit
  16. 01 Jul, 2017 1 commit
  17. 30 Mar, 2017 1 commit
  18. 29 Mar, 2017 2 commits
  19. 18 Nov, 2016 1 commit
  20. 10 Oct, 2016 2 commits
  21. 21 Sep, 2016 1 commit
  22. 20 Sep, 2016 1 commit
  23. 23 Aug, 2016 1 commit
  24. 11 Aug, 2016 1 commit
  25. 03 Jun, 2016 2 commits
  26. 16 Jan, 2016 1 commit
  27. 12 Jan, 2016 1 commit
  28. 03 Dec, 2015 1 commit
  29. 05 Aug, 2015 2 commits