- 06 Sep, 2018 1 commit
-
-
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
-
- 09 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 27 Jul, 2018 1 commit
-
-
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
-
- 09 Jul, 2018 1 commit
-
-
Paul Yang authored
* Enable ignoring unknown in json parsing in php * Update generated descriptor files * Update failure list for other languages. * Remove unnecessary php files
-
- 13 Mar, 2018 1 commit
-
-
Adam Cozzette authored
-
- 01 Mar, 2018 1 commit
-
-
Jon Skeet authored
-
- 27 Jan, 2018 1 commit
-
-
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.
-
- 13 Nov, 2017 1 commit
-
-
Paul Yang authored
-
- 26 Oct, 2017 1 commit
-
-
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
-
- 25 Jul, 2017 1 commit
-
-
Jisi Liu authored
-
- 18 Jul, 2017 1 commit
-
-
Jisi Liu authored
-
- 10 Jul, 2017 1 commit
-
-
tanderson-google authored
* Remove using std::{set,map}
-
- 01 Jul, 2017 1 commit
-
-
Yilun Chong authored
-
- 29 Jun, 2017 2 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
-
- 28 Jun, 2017 1 commit
-
-
Yilun Chong authored
-
- 27 Jun, 2017 1 commit
-
-
Yilun Chong authored
-
- 19 Jun, 2017 1 commit
-
-
Joshua Haberman authored
* Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON.
-
- 16 Jun, 2017 1 commit
-
-
Thomas Van Lenten authored
About 1.5% of all IEEE754 single-precision numbers require nine decimal digits to represent accurately.
-
- 29 Mar, 2017 1 commit
-
-
Feng Xiao authored
-
- 07 Jan, 2017 1 commit
-
-
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.
-
- 14 Dec, 2016 1 commit
-
-
Joshua Haberman authored
This is basic and more tests will be added over time.
-
- 09 Dec, 2016 1 commit
-
-
Julien Brianceau authored
-
- 03 Dec, 2016 1 commit
-
-
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.
-
- 18 Nov, 2016 1 commit
-
-
Adam Cozzette authored
-
- 16 Nov, 2016 1 commit
-
-
Mark Costello authored
-
- 10 Oct, 2016 2 commits
- 20 Sep, 2016 2 commits
- 23 Aug, 2016 1 commit
-
-
Thomas Van Lenten authored
Add note about JSON tests maybe being wrong. - Add note about the JSON test maybe not being correct yet. - Add test to checks the generated names for double underscores to be sure they are what is expected.
-
- 22 Aug, 2016 1 commit
-
-
Thomas Van Lenten authored
- String behaviors - Testing only valid JSON is allowed
-
- 16 Aug, 2016 1 commit
-
-
Thomas Van Lenten authored
Add more JSON tests around underscores
-
- 11 Aug, 2016 2 commits
-
-
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.
-
Thomas Van Lenten authored
* Add conformance test for zero fields in oneofs. * Add failures to the "expected" files.
-
- 31 Jul, 2016 1 commit
-
-
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.)
-
- 03 Jun, 2016 1 commit
-
-
Josh Haberman authored
The failure lists were falling out of date because the tests would pass even if people forgot to remove failures from the list.
-
- 12 Jan, 2016 1 commit
-
-
Josh Haberman authored
-
- 05 Jan, 2016 2 commits
-
-
Thomas Van Lenten authored
- Update all the new runner cases to handle a skip result as a skip and not a failure. - Make ObjC use the new serialize_error result if it fails to generate the data.
-
Thomas Van Lenten authored
commit e841bac4 seems to have mis-merged the change to reporting skipped tests. I didn't check if there were other merge issues.
-