1. 04 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) (#3840) · 2df47269
      Paul Yang authored
      * Fix php well known type conformance tests
      
      * Properly generate code for test.proto
      
      * Provide GPBMetadata files in c extensions for generated files to import.
      
      * Remove unnecessary test
      
      * Clean up code
      
      * Add declaration for initOnce.
      
      * Refactoring
      2df47269
  2. 03 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) · bcda919c
      Paul Yang authored
      * Fix php well known type conformance tests
      
      * Properly generate code for test.proto
      
      * Provide GPBMetadata files in c extensions for generated files to import.
      
      * Remove unnecessary test
      
      * Clean up code
      
      * Add declaration for initOnce.
      
      * Refactoring
      bcda919c
  3. 26 Jul, 2017 1 commit
  4. 25 Jul, 2017 1 commit
  5. 05 Jul, 2017 1 commit
  6. 01 Jul, 2017 1 commit
  7. 30 Jun, 2017 1 commit
  8. 23 Jun, 2017 1 commit
  9. 14 Mar, 2017 1 commit
  10. 13 Mar, 2017 1 commit
  11. 06 Mar, 2017 2 commits
  12. 01 Feb, 2017 1 commit
  13. 03 Dec, 2016 1 commit
    • Joshua Haberman's avatar
      Factored Conformance and Benchmark test messages into shared test schema. (#1971) · f1ce60e7
      Joshua Haberman authored
      * Factored Conformance test messages into shared test schema.
      
      * Updated benchmarks to use new proto3 message locations.
      
      * Fixed include path.
      
      * Conformance: fixed include of Python test messages.
      
      * Make maven in Rakefile use --batch-mode.
      
      * Revert changes to benchmarks.
      
      On second thought I think a separate schema for
      CPU benchmarking makes sense.
      
      * Try regenerating C# protos for new test protos.
      
      * Removed benchmark messages from test proto.
      
      * Added Jon Skeet's fixes for C#.
      
      * Removed duplicate/old test messages C# file.
      
      * C# fixes for test schema move.
      
      * Fixed C# to use the correct TestAllTypes message.
      
      * Fixes for Objective C test schema move.
      
      * Added missing EXTRA_DIST file.
      f1ce60e7
  14. 10 Oct, 2016 2 commits
  15. 21 Sep, 2016 1 commit
  16. 20 Sep, 2016 1 commit
  17. 15 Aug, 2016 1 commit
  18. 14 Jul, 2016 2 commits
  19. 13 Jul, 2016 1 commit
  20. 03 Jun, 2016 1 commit
  21. 06 May, 2016 1 commit
  22. 30 Mar, 2016 1 commit
  23. 14 Jan, 2016 1 commit
  24. 12 Jan, 2016 3 commits
  25. 28 Dec, 2015 1 commit
  26. 21 Dec, 2015 1 commit
  27. 16 Dec, 2015 1 commit
  28. 10 Dec, 2015 1 commit
  29. 02 Dec, 2015 2 commits
  30. 18 Nov, 2015 1 commit
  31. 16 Nov, 2015 1 commit
    • Thomas Van Lenten's avatar
      Cleanups of deps and ignores for conformance · 42f2eee9
      Thomas Van Lenten authored
      - Hopefully complete the deps for other languages for the generated conformance proto sources.
      - List the generated sources for cleanup by make's clean rules.
      - Make the toplevel nuke the pyc files that can get created in the ObjC dir.
      42f2eee9
  32. 05 Aug, 2015 1 commit
    • Jon Skeet's avatar
      Added C# conformance tests. · b6defa7c
      Jon Skeet authored
      The tests are run from Travis in the same way as on other
      platforms. Currently some expected failures - but only expected
      in that they're what we got to start with. Will try to fix them in
      other pull requests.
      b6defa7c
  33. 16 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Added Ruby to conformance tests. · 181c7f26
      Josh Haberman authored
      This involved fixing a few important bugs in the
      Ruby implementation -- mostly cases of mixing
      upb field types and descriptor types (upb field
      types do not distinguish between int/sint/fixed/sfixed
      like descriptor types do).
      
      Also added protobuf-specific exceptions so parse
      errors can be caught specifically.
      
      Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
      181c7f26
  34. 03 Jun, 2015 1 commit