This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Description
Run test cases on aarch64 symbolize_unittest stack size control macro identify errors。Causes the test case to fail。
filename:symbolize_unittest.cc line:273
code:
#ifdef __ppc64__
// Symbolize stack consumption should be within 4kB.
const int kStackConsumptionUpperLimit = 4096;
#else
// Symbolize stack consumption should be within 2kB.
const int kStackConsumptionUpperLimit = 2048;
#endif
It is not possible to correctly determine the stack size of aarch64