aboutsummaryrefslogtreecommitdiff
path: root/conformance/failure_list_csharp.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Python by updating failure lists and fixed a few broken tests.Josh Haberman2016-06-031-5/+0
| | | | | Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
* Remove now-fixed conformance errors.Jon Skeet2016-01-151-73/+0
|
* Conformance: Update C# failure list to reflect which tests currently pass.Josh Haberman2016-01-121-89/+2
|
* Updated C#'s failure list, and added missing file.Josh Haberman2016-01-111-0/+176
|
* Validate that after reading a message, we've consumed as many bytes as we ↵Jon Skeet2015-08-051-22/+0
| | | | | | expected to. We should now have no conformance failures.
* Added C# conformance tests.Jon Skeet2015-08-051-0/+22
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.