flutter/dev/benchmarks/macrobenchmarks/lib
Zachary Anderson 88123277fc
Remove android stack_size_test (#153695)
This test expects to run on 32-bit hardware, but the devicelab no longer
has 32-bit Android hardware. In particular, the test contains hand-coded
32-bit arm assembly for reading the stack pointer from Dart code via
`dart:ffi`.

This test was added in response to a framework change that caused stack
frames to be larger than expected while building widgets, leading apps
to crash with StackOverflow exceptions unexpectedly. Since then (>3
years ago) this test has not prevented any similar issue, so I believe
deleting it rather than fixing it is a better use of resources.
2024-08-19 12:25:35 -07:00
..
src Remove android stack_size_test (#153695) 2024-08-19 12:25:35 -07:00
common.dart Remove android stack_size_test (#153695) 2024-08-19 12:25:35 -07:00
main.dart Remove android stack_size_test (#153695) 2024-08-19 12:25:35 -07:00
web_benchmarks.dart Roll pub packages [manual] (#153066) 2024-08-08 17:08:07 +00:00