rust-protobuf icon indicating copy to clipboard operation
rust-protobuf copied to clipboard

Implement conformance test binary

Open Ralith opened this issue 2 years ago • 1 comments

Implementation of the conformance test protocol defined at https://github.com/protocolbuffers/protobuf/tree/main/conformance.

Ralith avatar Dec 21 '22 05:12 Ralith

I think this is working now. It's found a bunch of failures when ran against the test suite from 3.21. Looks like a lot of unexpected successful parses (particularly around EoF handling), but also some panics and many cases of data failing to pass through. ~Haven't fully eliminated the possibility that the test is doing something wrong.~ test-results.txt

Ralith avatar Dec 21 '22 06:12 Ralith