aboutsummaryrefslogtreecommitdiff
path: root/conformance
Commit message (Expand)AuthorAgeFilesLines
* Properly express all outputs for the conformance buildThomas Van Lenten2016-05-061-3/+105
* Bugfix for JSON error case.Josh Haberman2016-04-141-2/+0
* Merge branch 'master' of github.com:google/protobufJisi Liu2016-03-302-144/+16
|\
| * Changed Ruby to properly camelCase its JSON by default.Josh Haberman2016-02-182-144/+16
* | Integrate google internal changes.Jisi Liu2016-03-303-2/+145
|/
* Merge pull request #1145 from jskeet/conformanceJon Skeet2016-01-161-73/+0
|\
| * Remove now-fixed conformance errors.Jon Skeet2016-01-151-73/+0
* | Merge pull request #1146 from haberman/pycppfixJoshua Haberman2016-01-152-180/+4
|\ \
| * | Fixed Python 3.x C++ build, and updated conformance failure lists.Josh Haberman2016-01-152-180/+4
| |/
* / Fix tests broken by the Java directory change.Feng Xiao2016-01-141-2/+2
|/
* Don't generate Objective C WKT for conformance tests to avoid dupliate defs.Josh Haberman2016-01-121-6/+11
* Conformance: Update C# failure list to reflect which tests currently pass.Josh Haberman2016-01-121-89/+2
* Updated C#'s failure list, and added missing file.Josh Haberman2016-01-113-0/+179
* Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman2016-01-118-44/+752
* Fix up the conformance testsThomas Van Lenten2016-01-053-108/+16
* Fix conformance test to only report skips in verbose mode.Thomas Van Lenten2016-01-051-3/+0
* Add missing files to EXTRA_DIST.Feng Xiao2015-12-281-1/+20
* Exclude failing objc conformance tests.Feng Xiao2015-12-211-1/+107
* Configure conformance tests to build with C++11 (require GCC 4.8)Feng Xiao2015-12-211-0/+1
* Make conformance tests build for C++ and Java.Feng Xiao2015-12-165-10/+7276
* Down-integrate from internal code base.Feng Xiao2015-12-118-31/+1779
* Fix dist_clean and maintainer-clean to get more generated files.Thomas Van Lenten2015-12-101-0/+1
* Remove all bare strings as exceptions.Josh Haberman2015-12-041-3/+6
* Added Python failure lists, and fixes to make sure failure propagates.Josh Haberman2015-12-033-0/+31
* Added JSON support to Python conformance tests.Josh Haberman2015-12-021-3/+8
* Conformance test implementation for Python.Josh Haberman2015-12-023-5/+137
* Ensure the conformance build of objc code is using the Mac OS X SDK andThomas Van Lenten2015-12-021-1/+5
* Set the stream limit to the length of the data.Thomas Van Lenten2015-11-231-2/+1
* Add support for the conformance test for objc when run on OS XThomas Van Lenten2015-11-183-4/+215
* Cleanups of deps and ignores for conformanceThomas Van Lenten2015-11-161-4/+10
* Fixed several Ruby conformance test cases through upb update.Josh Haberman2015-08-121-15/+0
* Validate that after reading a message, we've consumed as many bytes as we exp...Jon Skeet2015-08-051-22/+0
* Added C# conformance tests.Jon Skeet2015-08-052-1/+35
* Fixed lint errors and responded to CR comments.Josh Haberman2015-07-171-26/+29
* Added Ruby to conformance tests.Josh Haberman2015-07-165-5/+140
* Added support for Json and valid input to conformance tests.Josh Haberman2015-07-106-52/+263
* Removed test_name from conformance.proto.Josh Haberman2015-06-044-15/+15
* Conformance tests can now be excluded based on their names.Josh Haberman2015-06-036-59/+234
* Null-terminate C strings.Feng Xiao2015-05-261-1/+2
* down-integrate internal changesBo Yang2015-05-212-38/+31
* Run conformance tests against Java for the Travis build.Josh Haberman2015-05-061-2/+2
* Added conformance test support for Java.Josh Haberman2015-04-164-11/+145
* Factored conformance tests so they can run in-process.Josh Haberman2015-04-155-199/+415
* Added first version of conformance tests.Josh Haberman2015-04-085-0/+865