-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Ignore stdout in WindowsTest.LaunchMainHasNoOutput #167583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore stdout in WindowsTest.LaunchMainHasNoOutput #167583
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 flutter#167418
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