add another fuzzer test

PiperOrigin-RevId: 505388406
pull/13171/head
Eric Salo 2 years ago committed by Copybara-Service
parent df850c821e
commit 7c18c2cae6
  1. 10
      upb/message/test.cc

@ -639,4 +639,14 @@ TEST(MessageTest, MapField) {
// 0, 0);
// }
//
// // Another test for mismatched submsg types.
// TEST(FuzzTest, DecodeEncodeArbitrarySchemaAndPayloadRegression22) {
// DecodeEncodeArbitrarySchemaAndPayload(
// {{"$2222222222222222222222", "%,&"}, {}, "", {1}},
// std::string("\035\170\170\170\051\263\001\030\000\035\357\357\340\021\035"
// "\025\331\035\035\035\035\035\035\035\035",
// 25),
// 0, 0);
// }
//
// end:google_only

Loading…
Cancel
Save