flutter/packages/flutter_tools/test/general.shard/base
Jonah Williams bd3eee75f3
[flutter_tools] rethrow process exceptions as tool exit from gradle build (#64745)
The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit.

While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
2020-09-03 11:55:55 -07:00
..
analyze_size_test.dart [flutter_tools] add analytics to code size, add more testing (#64578) 2020-08-27 09:45:10 -07:00
async_guard_test.dart [flutter_tools] move to fake_async, skip failing tests (#63536) 2020-08-11 19:36:05 -07:00
bot_detector_test.dart [flutter_tools] handle OsError thrown during azure detector (#64749) 2020-08-27 17:13:04 -07:00
build_test.dart Change minimum iOS version from 8.0 to 9.0 (#62902) 2020-08-06 13:46:15 -07:00
command_help_test.dart Optionally invert oversized images (#61209) 2020-07-13 14:03:23 -07:00
common_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
context_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
error_handling_io_test.dart [flutter_tools] rethrow process exceptions as tool exit from gradle build (#64745) 2020-09-03 11:55:55 -07:00
file_system_test.dart [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610) 2020-08-25 10:00:24 -07:00
fingerprint_test.dart [flutter_tools] shrink fingerprinter API to currently used subset (#63840) 2020-08-18 17:01:06 -07:00
io_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
logger_test.dart [flutter_tools] move to fake_async, skip failing tests (#63536) 2020-08-11 19:36:05 -07:00
logs_test.dart [flutter_tools] last pass on general.shard unit tests (#60263) 2020-06-26 13:36:06 -07:00
net_test.dart [flutter_tools] move to fake_async, skip failing tests (#63536) 2020-08-11 19:36:05 -07:00
os_test.dart [flutter_tools] exit with helpful message if where is missing on windows (#65112) 2020-09-02 16:50:04 -07:00
os_utils_test.dart [flutter_tools] remove globals from base/android (#60480) 2020-06-29 15:06:58 -07:00
platform_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
process_test.dart [flutter_tools] move to fake_async, skip failing tests (#63536) 2020-08-11 19:36:05 -07:00
signals_test.dart [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
terminal_test.dart [flutter_tools] remove globals from base/android (#60480) 2020-06-29 15:06:58 -07:00
user_messages_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00