-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#12813Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowdependency: dartDart team may need to help usDart team may need to help usengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Steps to reproduce:
- Check out tip-of-tree flutter.
- Edit
//packages/flutter/test/material/about_test.dartto addwhile (true)on line 121 (just before a call to pumpWidget). This is just so that the test will run forever. The details don't matter. - Run
flutter test --start-paused test/material/about_test.dart. It will print out a URL. - Open the given URL.
- Click the "Isolate" link at the bottom.
- Go to main > cpu profile at the top.
- Click "Enable profiler".
- Go to the debugger and run "continue".
- Go back to the profiler and click Refresh. There are no samples.
Metadata
Metadata
Assignees
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowdependency: dartDart team may need to help usDart team may need to help usengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.