flutter/dev
John McDole 499c84cbf8
Fix flaky complex_layout_scroll_perf__memory test (#150287)
Initial tap is missing sometimes; either its never delivered or it is delivered before gesture controller is hooked up.

1: Update the two perf tests to output when TAPPED is received
2: Update the MemoryTest to keep tapping while waiting for TAPPED

Tested on devicelab:
* setting iterations=1
* removing the timeout before READY
* running tests in a while loop

Before this change, you could get the test to hang often. After this change you'll see "tapping device... [x]" where x is the counter.

Fixes #150096
2024-06-15 00:55:05 +00:00
..
a11y_assessments Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
automated_tests Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
benchmarks Fix flaky complex_layout_scroll_perf__memory test (#150287) 2024-06-15 00:55:05 +00:00
bots Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
conductor Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
customer_testing Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
devicelab Fix flaky complex_layout_scroll_perf__memory test (#150287) 2024-06-15 00:55:05 +00:00
docs Remove master from API docs (#144425) 2024-03-01 01:06:56 +00:00
forbidden_from_release_tests Roll pub packages (#150070) 2024-06-12 05:40:31 +00:00
integration_tests Fix flaky complex_layout_scroll_perf__memory test (#150287) 2024-06-15 00:55:05 +00:00
manual_tests Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
tools Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
tracing_tests Roll pub packages (#150267) 2024-06-14 18:19:41 +00:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.