aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/failure_list_ruby.txt
Commit message (Collapse)AuthorAge
* Updated upb to fix JSON conformance issues. (#3206)Gravatar Joshua Haberman2017-06-19
| | | | | | * Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON.
* Raise the number of digits used for floats.Gravatar Thomas Van Lenten2017-06-16
| | | | | About 1.5% of all IEEE754 single-precision numbers require nine decimal digits to represent accurately.
* Update conformance failure lists.Gravatar Feng Xiao2016-11-18
|
* Fix bugs for csharp and ruby for internal integration.Gravatar Bo Yang2016-10-10
|
* Add note about JSON tests maybe being wrong. (#1992)Gravatar Thomas Van Lenten2016-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 testsGravatar Thomas Van Lenten2016-08-22
| | | | | - String behaviors - Testing only valid JSON is allowed
* Add more JSON tests around underscores (#1963)Gravatar Thomas Van Lenten2016-08-16
| | | | Add more JSON tests around underscores
* Add more types to the zero oneof cases.Gravatar Thomas Van Lenten2016-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.
* Add conformance test for zero fields in oneofs. (#1939)Gravatar Thomas Van Lenten2016-08-11
| | | | * Add conformance test for zero fields in oneofs. * Add failures to the "expected" files.
* Bugfix for JSON error case.Gravatar Josh Haberman2016-04-14
|
* Changed Ruby to properly camelCase its JSON by default.Gravatar Josh Haberman2016-02-18
|
* Allow conformance test runner to tolerate crashes, and re-enable conformance ↵Gravatar Josh Haberman2016-01-11
| | | | tests.
* Fixed several Ruby conformance test cases through upb update.Gravatar Josh Haberman2015-08-12
| | | | Change-Id: Ief77de7134e05e07b1a7e3970d49880c2d5e6fe9
* Added Ruby to conformance tests.Gravatar Josh Haberman2015-07-16
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