aboutsummaryrefslogtreecommitdiff
path: root/conformance/failure_list_ruby.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing reference to conformanc_test_impl.cc in Makefile (#5100)Paul Yang2018-08-311-0/+6
| | | | | | * Add missing reference to conformanc_test_impl.cc in Makefile * Update conformance failure list
* Down-integrate from google3.Feng Xiao2018-08-081-8/+0
|
* Enable ignoring unknown in json parsing in php (#4839)Paul Yang2018-07-091-0/+6
| | | | | | | | | | * Enable ignoring unknown in json parsing in php * Update generated descriptor files * Update failure list for other languages. * Remove unnecessary php files
* Updated Ruby conformance test failure listAdam Cozzette2018-03-231-0/+2
| | | | | | | This commit adds two entries to the conformance failure list for Ruby. It seems that these particular test cases have been failing since they were introduced in 5140bae3834c40208e44b1eeb947485a832387a7, so there has not been any regression.
* Reserve unknown in Ruby (#3763)Paul Yang2017-10-261-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Reserve unknown in ruby * Revert ruby tests. Wait for cpp impl for conformance test * Add conformance test for preserving unknown * Add unknown field conformance test to csharp failure list. * Fix comments * Fix comment * Fix comments * Fix typo * Use stringsink_string directly * Mark hd unused * Remove unused encodeunknown_handlerfunc
* Update conformance tests again.Jisi Liu2017-07-251-2/+2
|
* Update conformance testsJisi Liu2017-07-251-2/+2
|
* Merge from masterJisi Liu2017-07-251-128/+128
|
* Update conformance testsJisi Liu2017-07-191-0/+2
|
* Updated upb to fix JSON conformance issues. (#3206)Joshua Haberman2017-06-191-73/+4
| | | | | | * Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON.
* Raise the number of digits used for floats.Thomas Van Lenten2017-06-161-0/+1
| | | | | About 1.5% of all IEEE754 single-precision numbers require nine decimal digits to represent accurately.
* 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