Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add note about JSON tests maybe being wrong. (#1992) | Thomas Van Lenten | 2016-08-23 |
| | | | | | | | | 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. | ||
* | More JSON tests | Thomas Van Lenten | 2016-08-22 |
| | | | | | - String behaviors - Testing only valid JSON is allowed | ||
* | Add more JSON tests around underscores (#1963) | Thomas Van Lenten | 2016-08-16 |
| | | | | Add more JSON tests around underscores | ||
* | Fix up ignores and conformance generation | Thomas Van Lenten | 2016-08-15 |
| | | | | | | - Update ruby conformance generation for rename of generated files that seems to have happened. - Update gitignores for the above and for the no-warnings-test. | ||
* | Regenerate conformance files to include extra oneof fields. | Jon Skeet | 2016-08-15 |
| | | | | | | This should fix the failures in the conformance tests - although it highlights the problem that we need to do this when changing the conformance.proto file... | ||
* | Add more types to the zero oneof cases. | Thomas Van Lenten | 2016-08-11 |
| | | | | | | 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. | ||
* | Record zero for "has" for proto3 if in a oneof. | Thomas Van Lenten | 2016-08-11 |
| | | | | | | | If a message is proto3, then the zero values still count as being set one the field is in a oneof. Add tests to confirm oneofs work as expected in both syntaxes. | ||
* | Add conformance test for zero fields in oneofs. (#1939) | Thomas Van Lenten | 2016-08-11 |
| | | | | * Add conformance test for zero fields in oneofs. * Add failures to the "expected" files. | ||
* | Amend the conformance tests to only use Int64/Uint64 non-wrapped values ↵ | Jon Skeet | 2016-07-31 |
| | | | | | | | | | | which (#1164) 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.) | ||
* | Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb. | Josh Haberman | 2016-07-25 |
| | | | | | This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code. | ||
* | Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵ | Jon Skeet | 2016-07-14 |
| | | | | | | platform (#1727) This also updates the version number to 3.0.0-beta4 | ||
* | Comment out lite conformance test. | Feng Xiao | 2016-07-13 |
| | | | | The 'lite' generator flag is no longer supported. | ||
* | Fix spelling in strings and comments | Otto Kekäläinen | 2016-07-03 |
| | |||
* | Updated failure_list_java.txt to remove tests that now pass | Adam Cozzette | 2016-06-30 |
| | |||
* | Added update_failure_list.py. | Josh Haberman | 2016-06-03 |
| | |||
* | Surrogate checking is unpredictable, so always manually check. | Josh Haberman | 2016-06-03 |
| | |||
* | Fixed Python by updating failure lists and fixed a few broken tests. | Josh Haberman | 2016-06-03 |
| | | | | | Python 2.x doesn't detect unpaired surrogates so we have to do that manually. | ||
* | Make conformance tests more strict about the failure list. | Josh Haberman | 2016-06-03 |
| | | | | | | The failure lists were falling out of date because the tests would pass even if people forgot to remove failures from the list. | ||
* | Properly express all outputs for the conformance build | Thomas Van Lenten | 2016-05-06 |
| | | | | | - Fixes up `make distclean` and `make maintainer-clean` - Fixes the build so make is more likely to notice if one of those files is stale/missing. | ||
* | Bugfix for JSON error case. | Josh Haberman | 2016-04-14 |
| | |||
* | Merge branch 'master' of github.com:google/protobuf | Jisi Liu | 2016-03-30 |
|\ | |||
* | | Integrate google internal changes. | Jisi Liu | 2016-03-30 |
| | | |||
| * | Changed Ruby to properly camelCase its JSON by default. | Josh Haberman | 2016-02-18 |
|/ | |||
* | Merge pull request #1145 from jskeet/conformance | Jon Skeet | 2016-01-16 |
|\ | | | | | JSON Conformance improvements | ||
* \ | Merge pull request #1146 from haberman/pycppfix | Joshua Haberman | 2016-01-15 |
|\ \ | | | | | | | Fixed Python 3.x C++ build, and updated conformance failure lists. | ||
| * | | Fixed Python 3.x C++ build, and updated conformance failure lists. | Josh Haberman | 2016-01-15 |
| | | | |||
| | * | Remove now-fixed conformance errors. | Jon Skeet | 2016-01-15 |
| |/ | |||
* / | Fix tests broken by the Java directory change. | Feng Xiao | 2016-01-14 |
|/ | | | | Change-Id: I39c4eadbd28164cfd83aa2d1d8b6dfe8286db803 | ||
* | Don't generate Objective C WKT for conformance tests to avoid dupliate defs. | Josh Haberman | 2016-01-12 |
| | |||
* | Conformance: Update C# failure list to reflect which tests currently pass. | Josh Haberman | 2016-01-12 |
| | |||
* | Updated C#'s failure list, and added missing file. | Josh Haberman | 2016-01-11 |
| | |||
* | Allow conformance test runner to tolerate crashes, and re-enable conformance ↵ | Josh Haberman | 2016-01-11 |
| | | | | tests. | ||
* | Fix up the conformance tests | Thomas Van Lenten | 2016-01-05 |
| | | | | | - 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. | ||
* | Fix conformance test to only report skips in verbose mode. | Thomas Van Lenten | 2016-01-05 |
| | | | | | | | commit e841bac4fcf47f809e089a70d5f84ac37b3883df seems to have mis-merged the change to reporting skipped tests. I didn't check if there were other merge issues. | ||
* | Add missing files to EXTRA_DIST. | Feng Xiao | 2015-12-28 |
| | | | | Also delete some unused files. | ||
* | Exclude failing objc conformance tests. | Feng Xiao | 2015-12-21 |
| | | | | [skip ci] | ||
* | Configure conformance tests to build with C++11 (require GCC 4.8) | Feng Xiao | 2015-12-21 |
| | | | | [skip ci] | ||
* | Make conformance tests build for C++ and Java. | Feng Xiao | 2015-12-16 |
| | | | | Change-Id: Ibb3fe6f919cc7ca0df91da5e1697ba33d259e433 | ||
* | Down-integrate from internal code base. | Feng Xiao | 2015-12-11 |
| | |||
* | Fix dist_clean and maintainer-clean to get more generated files. | Thomas Van Lenten | 2015-12-10 |
| | |||
* | Remove all bare strings as exceptions. | Josh Haberman | 2015-12-04 |
| | |||
* | Added Python failure lists, and fixes to make sure failure propagates. | Josh Haberman | 2015-12-03 |
| | |||
* | Added JSON support to Python conformance tests. | Josh Haberman | 2015-12-02 |
| | |||
* | Conformance test implementation for Python. | Josh Haberman | 2015-12-02 |
| | |||
* | Ensure the conformance build of objc code is using the Mac OS X SDK and | Thomas Van Lenten | 2015-12-02 |
| | |||
* | Set the stream limit to the length of the data. | Thomas Van Lenten | 2015-11-23 |
| | | | | - Mark all conformance tests as now passing. | ||
* | Add support for the conformance test for objc when run on OS X | Thomas Van Lenten | 2015-11-18 |
| | |||
* | Cleanups of deps and ignores for conformance | Thomas Van Lenten | 2015-11-16 |
| | | | | | | - 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. | ||
* | Fixed several Ruby conformance test cases through upb update. | Josh Haberman | 2015-08-12 |
| | | | | Change-Id: Ief77de7134e05e07b1a7e3970d49880c2d5e6fe9 | ||
* | Validate that after reading a message, we've consumed as many bytes as we ↵ | Jon Skeet | 2015-08-05 |
| | | | | | | expected to. We should now have no conformance failures. |