aboutsummaryrefslogtreecommitdiff
path: root/conformance/conformance_test_runner.cc
Commit message (Collapse)AuthorAgeFilesLines
* Integrate internal changesBo Yang2016-10-101-0/+12
|
* Make conformance tests more strict about the failure list.Josh Haberman2016-06-031-1/+3
| | | | | | The failure lists were falling out of date because the tests would pass even if people forgot to remove failures from the list.
* Allow conformance test runner to tolerate crashes, and re-enable conformance ↵Josh Haberman2016-01-111-11/+53
| | | | tests.
* Down-integrate from internal code base.Feng Xiao2015-12-111-6/+18
|
* Added Python failure lists, and fixes to make sure failure propagates.Josh Haberman2015-12-031-0/+6
|
* Added Ruby to conformance tests.Josh Haberman2015-07-161-3/+5
| | | | | | | | | | | | | This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
* Conformance tests can now be excluded based on their names.Josh Haberman2015-06-031-5/+58
| | | | | | | This allows us to enable conformance tests even when we know that some tests are failing and need to be fixed. Change-Id: I372f43663008747db6f2b2cf06e6ffa4c6d85b2d
* Null-terminate C strings.Feng Xiao2015-05-261-1/+2
| | | | Change-Id: I85675bfcd7697bb058b9af475445a6bfdd7fd967
* Added conformance test support for Java.Josh Haberman2015-04-161-2/+2
| | | | Change-Id: I4c81808e6ace77d2b5737a43417045321b0b10f0
* Factored conformance tests so they can run in-process.Josh Haberman2015-04-151-0/+196
This is necessary for testing on iOS. Change-Id: I54ec1e3aa2e9fbfff9a6cd6580920a6a62069b63