aboutsummaryrefslogtreecommitdiff
path: root/conformance
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add a objc_class_prefix to test_messages_proto3.proto.Thomas Van Lenten2017-07-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both test_messages_proto3.proto & test_messages_proto2.proto define message ForeignMessage {...} and enum ForeignEnum {...} but since objc doesn't use the proto package in the naming, these end up conflicting. Adding the objc_class_prefix option to the proto3 file ensure the generated objc types are all unique.
* | | | Merge pull request #3281 from BSBandme/ConformanceTestYilunChongYilun Chong2017-07-2420-844/+1028
|\ \ \ \ | |_|/ / |/| | | Proto2 test message support to conformance test
| * | | add comments in makefile.amYilun Chong2017-07-051-1/+2
| | | |
| * | | change csharp failure listYilun Chong2017-07-051-4/+1
| | | |
| * | | Merge branch 'ConformanceTestYilunChong' of github.com:BSBandme/protobuf ↵Yilun Chong2017-07-054-4/+254
| |\ \ \ | | | | | | | | | | | | | | | into ConformanceTestYilunChong
| | * \ \ Merge branch 'master' into ConformanceTestYilunChongYilun Chong2017-06-304-4/+254
| | |\ \ \
| * | | | | fix php failing list and csharp generated protoYilun Chong2017-07-052-2/+0
| |/ / / /
| * | | | changed php's failing listYilun Chong2017-06-302-534/+11
| | | | |
| * | | | remove backup filesYilun Chong2017-06-303-438/+0
| | | | |
| * | | | add some test proto2 supported, add js proto2 supported, fixed some errorYilun Chong2017-06-3022-1221/+1733
| | | | |
| * | | | change php objc nodejs csharp rubyYilun Chong2017-06-294-8/+8
| | | | |
| * | | | change java to uniform message, revert TestValidDataForType's parametersYilun Chong2017-06-293-318/+147
| | | | |
| * | | | change cpp and python to uniform messageYilun Chong2017-06-293-102/+67
| | | | |
| * | | | add message set test caseYilun Chong2017-06-281-0/+1
| | | | |
| * | | | add objec supportYilun Chong2017-06-281-6/+14
| | | | |
| * | | | delete backup filesYilun Chong2017-06-283-385/+0
| | | | |
| * | | | delete binaryYilun Chong2017-06-2810-0/+0
| | | | |
| * | | | add java supportedYilun Chong2017-06-2811-17/+184
| | | | |
| * | | | add proto2 supported for cpp,python,nodejs,ruby,phpYilun Chong2017-06-2719-32/+496
| | | | |
| * | | | add support for proto2Yilun Chong2017-06-264-83/+138
| | | | |
| * | | | add test_proto2_message.proto and change conformnace/makefile.amYilun Chong2017-06-231-6/+16
| | | | |
* | | | | Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-092-4/+4
| |/ / / |/| | | | | | | * Remove using std::{set,map}
* | | | Add json encode/decode for php. (#3226)Paul Yang2017-06-306-538/+265
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* | | Updated upb to fix JSON conformance issues. (#3206)Joshua Haberman2017-06-192-74/+5
| | | | | | | | | | | | | | | | | | * Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON.
* | | Raise the number of digits used for floats.Thomas Van Lenten2017-06-162-0/+2
| | | | | | | | | | | | | | | About 1.5% of all IEEE754 single-precision numbers require nine decimal digits to represent accurately.
* | | Properly error on a tag with field number zero.Thomas Van Lenten2017-06-061-4/+0
|/ /
* | Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-18/+10
| |
* | Update Java conformance failure list.Feng Xiao2017-03-311-1/+0
| |
* | Update objective-c conformance failure list.Feng Xiao2017-03-301-2/+4
| |
* | Update python conformance failure list.Feng Xiao2017-03-301-3/+0
| |
* | Update C# conformance failure list.Feng Xiao2017-03-291-0/+4
| |
* | Update python conformance failure list.Feng Xiao2017-03-292-1181/+0
| |
* | Down-integrate from google3.Feng Xiao2017-03-296-2/+1207
| |
* | Merge pull request #1662 from haberman/jsconformanceJoshua Haberman2017-03-274-8/+231
|\ \ | | | | | | Conformance tests for JavaScript (Node.js). 15 tests are failing.
| * | Removed obsolete comments and added docs.Josh Haberman2017-03-162-5/+30
| | |
| * | Build system fixes for JS conformance tests.Josh Haberman2017-03-141-3/+5
| | |
| * | Conformance test for JS now work, though 15 tests fail.Josh Haberman2017-03-133-27/+49
| | |
| * | Added JavaScript conformance tests. All tests pass!Josh Haberman2017-03-062-0/+174
| | |
| * | WIP.Josh Haberman2017-03-061-4/+4
| | |
* | | Merge pull request #2819 from haberman/pythonexceptJoshua Haberman2017-03-091-1/+1
|\ \ \ | | | | | | | | update_failure_list.py: fixed Python "raise" statement.
| * | | update_failure_list.py: fixed Python "raise" statement.Josh Haberman2017-03-091-1/+1
| |/ /
* / / Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-081-4/+4
|/ / | | | | | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
* | Implement json encoding decoding for php. (#2682)Paul Yang2017-02-082-379/+13
| |
* | Add conformance test for php (#2655)Paul Yang2017-02-014-7/+1385
| |
* | A few more cases for binary conformance tests. (#2500)Joshua Haberman2017-01-061-4/+27
| | | | | | | | | | | | | | | | | | | | | | * 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.
* | Added conformance testing for binary primitive types. (#2491)Joshua Haberman2016-12-132-37/+162
| | | | | | This is basic and more tests will be added over time.
* | Fix #include in cc filesJulien Brianceau2016-12-092-2/+2
| |
* | Factored Conformance and Benchmark test messages into shared test schema. ↵Joshua Haberman2016-12-039-232/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1971) * 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.
* | Updated failure_list_java.txt for Java conformance testAdam Cozzette2016-11-221-1/+0
| | | | | | | | | | A new test is now passing and so we can remove it from the failure whitelist.
* | Update conformance failure lists.Feng Xiao2016-11-182-12/+0
| |