1. 23 Aug, 2016 1 commit
  2. 22 Aug, 2016 1 commit
  3. 16 Aug, 2016 1 commit
  4. 11 Aug, 2016 2 commits
  5. 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
  6. 03 Jun, 2016 1 commit
  7. 12 Jan, 2016 1 commit
  8. 05 Jan, 2016 2 commits
  9. 16 Dec, 2015 1 commit
  10. 12 Dec, 2015 1 commit
  11. 02 Dec, 2015 1 commit
  12. 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
  13. 04 Jun, 2015 1 commit
  14. 03 Jun, 2015 1 commit
  15. 22 May, 2015 1 commit
  16. 15 Apr, 2015 1 commit
  17. 08 Apr, 2015 1 commit