1. 26 Jul, 2017 1 commit
  2. 25 Jul, 2017 1 commit
  3. 28 Jun, 2017 1 commit
  4. 27 Jun, 2017 1 commit
  5. 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
  6. 16 Aug, 2016 1 commit
  7. 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
  8. 12 Dec, 2015 1 commit
  9. 10 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Added support for Json and valid input to conformance tests. · b0500b37
      Josh Haberman authored
      This was enabled by the recent open-sourcing of JSON
      support and MessageDifferencer.
      
      MessageDifferencer allows the conformance suite to expand
      because it allows us to write tests for payloads that parse
      successfully.  To verify the testee's output payload, we
      need to parse it back into a message and compare the message
      instances.  Comparing output bytes vs. a golden message is
      *not* valid, because protobufs do not have a canonical
      encoding (especially in the presence of maps, which have
      no prescribed serialization order).
      
      We only add one small JSON test for now, but with the
      framework in place we now have the foundation to dramatically
      expand the coverage of the conformance test suite.
      
      Also added the ability for the testee to skip tests that
      exercise features that are unimplemented.  This allows
      Java (which currently has no JSON support) to skip tests
      involving JSON.
      
      Change-Id: I697b4363da432b61ae3b638b4287c4cda1af4deb
      b0500b37
  10. 04 Jun, 2015 1 commit
  11. 03 Jun, 2015 1 commit
  12. 22 May, 2015 1 commit
  13. 16 Apr, 2015 1 commit
  14. 15 Apr, 2015 1 commit
  15. 08 Apr, 2015 1 commit
  16. 26 Feb, 2015 1 commit
  17. 14 Nov, 2014 1 commit
  18. 11 Nov, 2014 1 commit