aboutsummaryrefslogtreecommitdiff
path: root/conformance/failure_list_ruby.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update conformance failure lists.Feng Xiao2016-11-181-6/+0
|
* Fix bugs for csharp and ruby for internal integration.Bo Yang2016-10-101-213/+209
|
* Add note about JSON tests maybe being wrong. (#1992)Thomas Van Lenten2016-08-231-0/+2
| | | | | | | | 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 testsThomas Van Lenten2016-08-221-0/+1
| | | | | - String behaviors - Testing only valid JSON is allowed
* Add more JSON tests around underscores (#1963)Thomas Van Lenten2016-08-161-0/+3
| | | | Add more JSON tests around underscores
* Add more types to the zero oneof cases.Thomas Van Lenten2016-08-111-0/+6
| | | | | | 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.
* Add conformance test for zero fields in oneofs. (#1939)Thomas Van Lenten2016-08-111-0/+2
| | | | * Add conformance test for zero fields in oneofs. * Add failures to the "expected" files.
* Bugfix for JSON error case.Josh Haberman2016-04-141-2/+0
|
* Changed Ruby to properly camelCase its JSON by default.Josh Haberman2016-02-181-140/+4
|
* Allow conformance test runner to tolerate crashes, and re-enable conformance ↵Josh Haberman2016-01-111-0/+335
| | | | tests.
* Fixed several Ruby conformance test cases through upb update.Josh Haberman2015-08-121-15/+0
| | | | Change-Id: Ief77de7134e05e07b1a7e3970d49880c2d5e6fe9
* Added Ruby to conformance tests.Josh Haberman2015-07-161-0/+17
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