1. 22 Aug, 2019 1 commit
  2. 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
  3. 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
  4. 24 Jul, 2019 1 commit
    • Paul Yang's avatar
      Add binary conformance test for message type. (#6435) · 2849a799
      Paul Yang authored
      * Add binary conformance test for message type.
      
      * Add test case for merge repeated scalar message field
      
      * Add failed tests to failure list
      
      * Add failed test to php's failure list
      
      * Remove successful tests from php c's failure list
      2849a799
  5. 23 Jul, 2019 2 commits
  6. 22 Jul, 2019 1 commit
  7. 26 Jun, 2019 1 commit
  8. 17 Jun, 2019 1 commit
  9. 24 Apr, 2019 1 commit
  10. 12 Mar, 2019 1 commit
  11. 11 Mar, 2019 1 commit
  12. 22 Feb, 2019 1 commit
  13. 22 Jan, 2019 1 commit
  14. 15 Dec, 2018 3 commits
  15. 06 Sep, 2018 1 commit
    • Paul Yang's avatar
      Add source dependency of test suite implementation to main function (#5069) · 5aeee3dc
      Paul Yang authored
      * Fix conformance running nothing issue
      
      This change adds a source dependency of the test suite implementaion
      class in the main function. For generality reason, the main function is
      moved to the file of the test suite implemetation.  New test suite
      implementation will need to implement the main function.
      In order to make it easy for test suite implementation to implement the
      main function, this change also refactor out the common code out of the
      main function.
      
      * Fix typo
      5aeee3dc
  16. 09 Aug, 2018 1 commit
  17. 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
  18. 09 Jul, 2018 1 commit
  19. 13 Mar, 2018 1 commit
  20. 01 Mar, 2018 1 commit
  21. 27 Jan, 2018 1 commit
    • Adam Cozzette's avatar
      Removed using statements from common.h · 39a789e6
      Adam Cozzette authored
      These statements pulled a bunch of symbols from the std namespace into
      the global namespace. This commit removes all of them except for
      std::string, which is a bit trickier to remove.
      39a789e6
  22. 13 Nov, 2017 1 commit
  23. 26 Oct, 2017 1 commit
    • Paul Yang's avatar
      Reserve unknown in Ruby (#3763) · 23adfeb0
      Paul Yang authored
      * Reserve unknown in ruby
      
      * Revert ruby tests. Wait for cpp impl for conformance test
      
      * Add conformance test for preserving unknown
      
      * Add unknown field conformance test to csharp failure list.
      
      * Fix comments
      
      * Fix comment
      
      * Fix comments
      
      * Fix typo
      
      * Use stringsink_string directly
      
      * Mark hd unused
      
      * Remove unused encodeunknown_handlerfunc
      23adfeb0
  24. 25 Jul, 2017 1 commit
  25. 18 Jul, 2017 1 commit
  26. 10 Jul, 2017 1 commit
  27. 01 Jul, 2017 1 commit
  28. 29 Jun, 2017 2 commits
  29. 28 Jun, 2017 1 commit
  30. 27 Jun, 2017 1 commit
  31. 19 Jun, 2017 1 commit
  32. 16 Jun, 2017 1 commit
  33. 29 Mar, 2017 1 commit
  34. 07 Jan, 2017 1 commit
    • 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
  35. 14 Dec, 2016 1 commit
  36. 09 Dec, 2016 1 commit