aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/failure_list_csharp.txt
Commit message (Collapse)AuthorAge
* Add unknown field support for csharp (#3936)Gravatar Jie Luo2017-12-13
| | | Add unknown field support for csharp
* Reserve unknown in Ruby (#3763)Gravatar Paul Yang2017-10-26
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'origin/3.4.x' into mergemasterGravatar Jisi Liu2017-08-18
|\
* | Detect invalid tags with a field number of 0 in C#Gravatar Jon Skeet2017-08-11
| | | | | | | | | | | | | | | | Previously we only rejected the tag if the tag itself was 0, i.e. field=0, type=varint. The type doesn't matter: field 0 is always invalid. This removes the last of the C# conformance failures.
| * Update conformance tests again.Gravatar Jisi Liu2017-07-25
| |
| * Merge from masterGravatar Jisi Liu2017-07-25
| |
| * Update conformance testsGravatar Jisi Liu2017-07-19
| |
* | change csharp failure listGravatar Yilun Chong2017-07-05
| |
* | add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
|/
* Update C# conformance failure list.Gravatar Feng Xiao2017-03-29
|
* Update conformance failure lists.Gravatar Feng Xiao2016-11-18
|
* Fix jenkins tests.Gravatar Feng Xiao2016-11-15
|
* Update conformance test failure listGravatar Jon Skeet2016-11-03
|
* 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.
* Regenerate conformance files to include extra oneof fields.Gravatar Jon Skeet2016-08-15
| | | | | | This should fix the failures in the conformance tests - although it highlights the problem that we need to do this when changing the conformance.proto file...
* 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.
* Amend the conformance tests to only use Int64/Uint64 non-wrapped values ↵Gravatar Jon Skeet2016-07-31
| | | | | | | | | | which (#1164) can reasonably be expected to be interoperable. (The fact that not all Int64/Uint64 values *can* be exactly represented in IEEE-754 and thus interoperably amongst JSON implementations is precisely the reason for wrapping them when we serialize... it shouldn't be a surprise that we can't round-trip in unwrapped form for all values.)
* Fixed Python by updating failure lists and fixed a few broken tests.Gravatar Josh Haberman2016-06-03
| | | | | Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
* Remove now-fixed conformance errors.Gravatar Jon Skeet2016-01-15
|
* Conformance: Update C# failure list to reflect which tests currently pass.Gravatar Josh Haberman2016-01-12
|
* Updated C#'s failure list, and added missing file.Gravatar Josh Haberman2016-01-11
|
* Validate that after reading a message, we've consumed as many bytes as we ↵Gravatar Jon Skeet2015-08-05
| | | | | | expected to. We should now have no conformance failures.
* Added C# conformance tests.Gravatar Jon Skeet2015-08-05
The tests are run from Travis in the same way as on other platforms. Currently some expected failures - but only expected in that they're what we got to start with. Will try to fix them in other pull requests.