-
Notifications
You must be signed in to change notification settings - Fork 6k
Add test for profile mode diagnostics #17492
Conversation
|
I think test should be in flutter/flutter, so that it breaks when the framework regresses again. Our e2e tests do not run on framework changes. |
flutter tests run DDC. Not dart2js profile mode. |
Sorry, I didn't mean literally The code LGTM, so I'm approving. Leaving it up to you where to put this test, but it definitely won't run when someone breaks it. We'll only find out a breakage on a random engine PR, which could be unrelated to the breakage. |
|
I'll merge this once the other PR is in. Thanks for the heads up. |
I'm waiting for this one to merge to merge my PR: flutter/flutter#57286 |
* Add test for profile mode diagnostics * revert cirrus change
This PR requires Flutter PR flutter/flutter#53878 to land.