flutter/packages/flutter_tools/test
Andrew Kolos 30835d7dac
handle EAGAIN (macOS) in ErrorHandlingProcessManager (#154306)
~~Fixes~~ Discovered in https://github.com/flutter/flutter/issues/153776.

To my knowledge, `Resource temporarily unavailable` when trying to run a process means that some required resource is at capacity. There may be too many processes active, not enough available ports, or some sort of blocking cache is full, etc. Feel free to independently research and see if you come to the same conclusion.

Then, it seems safe to catch and handle this within the tool's `ErrorHandlingProcessManager` abstraction, as Flutter cannot realistically do anything to prevent this issue.
2024-09-10 22:24:56 +00:00
..
android_java11_integration.shard Reland "Update template/test compileSdk, targetSdk, ndk versions" (#153795) 2024-08-21 18:27:00 +00:00
android_preview_integration.shard Reland "Upgrade template Gradle, App AGP, Module AGP, and Kotlin versions, and tests"... but no longer upgrade module AGP version (#151433) 2024-07-10 21:37:26 +00:00
commands.shard Improve 'flutter downgrade' error message (#154434) 2024-09-04 22:06:31 +00:00
data make asset_test.dart tests not dependent on context (#141331) 2024-01-11 18:08:07 +00:00
general.shard handle EAGAIN (macOS) in ErrorHandlingProcessManager (#154306) 2024-09-10 22:24:56 +00:00
host_cross_arch.shard macOS: Copy macOS framwork dSYM into build outputs (#153975) 2024-08-24 00:14:15 +00:00
integration.shard [native assets] Rewrite install names for relocated native libraries (#153054) 2024-08-29 14:51:23 +00:00
src Launch DDS using DartDevelopmentServiceLauncher (#154015) 2024-08-29 16:16:27 -04:00
web.shard fix test chrome.close can recover if getTab throws a StateError (#154889) 2024-09-10 17:23:56 +00:00