Ignore stdout in WindowsTest.LaunchMainHasNoOutput#167583
Ignore stdout in WindowsTest.LaunchMainHasNoOutput#167583auto-submit[bot] merged 1 commit intoflutter:masterfrom
Conversation
The stdout stream may receive expected output printed by Dart (specifically the message announcing the URL where the Dart VM service is listening) See flutter#167418
|
So, this makes sense, the default implementation of log_message_callback is using std::cout, and windows embedder doesn't override it, so it should appear in the |
|
I see. In my case the VMService announcement is always printed after |
|
Actually, the VMService announcement gets printed after |
|
Thanks @jason-simmons! |
The stdout stream may receive expected output printed by Dart (specifically the message announcing the URL where the Dart VM service is listening)
See #167418