internal change

PiperOrigin-RevId: 537060328
pull/13171/head
Jie Luo 2 years ago committed by Copybara-Service
parent 3e4de3c7dd
commit 3c76a26b36
  1. 4
      upb/message/test.cc

@ -507,6 +507,10 @@ TEST(MessageTest, MapField) {
// static void DecodeEncodeArbitrarySchemaAndPayload(
// const upb::fuzz::MiniTableFuzzInput& input, std::string_view proto_payload,
// int decode_options, int encode_options) {
// // Lexan does not have setenv
// #ifndef _MSC_VER
// setenv("FUZZTEST_STACK_LIMIT", "262144", 1);
// #endif
// // The value of 80 used here is empirical and intended to roughly represent
// // the tiny 64K stack size used by the test framework. We still see the
// // occasional stack overflow at 90, so far 80 has worked 100% of the time.

Loading…
Cancel
Save