Polina Cherkasova
|
3ed0399663
|
Reland "integrate testWidgets with leak tracking" (#140521) (#140928)
|
2024-01-04 10:20:36 -08:00 |
|
auto-submit[bot]
|
253dc6f847
|
Reverts "Re-land integrate testWidgets with leak tracking." (#140926)
Reverts flutter/flutter#140521
Initiated by: zanderso
This change reverts the following previous change:
Original Description:
Original PR: https://github.com/flutter/flutter/pull/138057
Revert: https://github.com/flutter/flutter/pull/140502
Issue: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20flutter_test_performance/12787/overview
Exception: flutter test rendered unexpected output (1 bad lines)
Explanation: leak tracker adds tear down even when there is no leak tracking, because at the moment of adding tear down it is unclear if leak tracking will be used for some tests.
Fix: add enabling flag for leak tracker and make creation of tear down conditional.
Prerequisites:
|
2024-01-03 22:36:17 +00:00 |
|
Polina Cherkasova
|
baf6ba134f
|
Re-land integrate testWidgets with leak tracking. (#140521)
|
2024-01-03 12:21:08 -08:00 |
|
Jim Graham
|
8407dd2d0e
|
Revert "Integrate testWidgets with leak tracking. (#138057)" (#140502)
The PR is breaking the `flutter_test_performance` test and making the
tree red.
|
2023-12-21 12:44:58 +01:00 |
|
Polina Cherkasova
|
d746007fcd
|
Integrate testWidgets with leak tracking. (#138057)
Contributes to: https://github.com/flutter/flutter/issues/135856
TODO:
|
2023-12-21 00:19:59 +00:00 |
|