From 3c76a26b3666cb74d7e8850cd0b0923bc4621f86 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Thu, 1 Jun 2023 10:20:10 -0700 Subject: [PATCH] internal change PiperOrigin-RevId: 537060328 --- upb/message/test.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upb/message/test.cc b/upb/message/test.cc index a204d9c5c2..6576800ec2 100644 --- a/upb/message/test.cc +++ b/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.