1. 09 Aug, 2018 1 commit
  2. 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
  3. 09 Jul, 2018 1 commit
  4. 19 Dec, 2017 1 commit
  5. 13 Dec, 2017 1 commit
  6. 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
  7. 11 Aug, 2017 1 commit
    • Jon Skeet's avatar
      Detect invalid tags with a field number of 0 in C# · e0d24cc8
      Jon Skeet authored
      Previously we only rejected the tag if the tag itself was 0, i.e.
      field=0, type=varint. The type doesn't matter: field 0 is always
      invalid.
      
      This removes the last of the C# conformance failures.
      e0d24cc8
  8. 25 Jul, 2017 2 commits
  9. 19 Jul, 2017 1 commit
  10. 05 Jul, 2017 1 commit
  11. 01 Jul, 2017 1 commit
  12. 29 Mar, 2017 1 commit
  13. 18 Nov, 2016 1 commit
  14. 15 Nov, 2016 1 commit
  15. 03 Nov, 2016 1 commit
  16. 10 Oct, 2016 1 commit
  17. 21 Sep, 2016 1 commit
  18. 23 Aug, 2016 1 commit
  19. 15 Aug, 2016 1 commit
  20. 11 Aug, 2016 1 commit
    • Thomas Van Lenten's avatar
      Add more types to the zero oneof cases. · 27c89625
      Thomas Van Lenten authored
      Incase the different runtimes have different generation/implementations for
      for the different primitive field types, cover a larger range of the proto
      types in the oneof zero tests.
      27c89625
  21. 31 Jul, 2016 1 commit
    • Jon Skeet's avatar
      Amend the conformance tests to only use Int64/Uint64 non-wrapped values which (#1164) · 00d5a7f0
      Jon Skeet authored
      can reasonably be expected to be interoperable.
      
      (The fact that not all Int64/Uint64 values *can* be exactly represented in
      IEEE-754 and thus interoperably amongst JSON implementations is precisely the
      reason for wrapping them when we serialize... it shouldn't be a surprise that
      we can't round-trip in unwrapped form for all values.)
      00d5a7f0
  22. 03 Jun, 2016 1 commit
  23. 15 Jan, 2016 1 commit
  24. 12 Jan, 2016 2 commits
  25. 05 Aug, 2015 2 commits