flutter/packages/flutter_tools/test/general.shard/linux
Robert Ancell 887d5dd9c2
Fix flutter doctor usage of eglinfo in failure cases. (#164334)
Ignore return value from eglinfo - it doesn't indicate failure.
Discovered when using an X11 system where Wayland is not available. It
returns 1 in this case, but the output is still valid. Confirmed by
looking at the eglinfo source - we should parse the output regardless of
what it returns.

Catch exception correctly when eglinfo is not installed.

Fixes for https://github.com/flutter/flutter/pull/163980
2025-02-28 13:07:55 +00:00
..
linux_device_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
linux_doctor_test.dart Fix flutter doctor usage of eglinfo in failure cases. (#164334) 2025-02-28 13:07:55 +00:00
linux_workflow_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00