flutter/packages/flutter_tools/test/general.shard/android
Jonah Williams 44d5950d27
[flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027)
= gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set.

This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet.

Fixes #75017
Fixes #74705
2021-02-02 09:10:48 -08:00
..
adb_log_reader_test.dart [flutter_tools] remove mock android device from log reader test (#74995) 2021-01-29 14:27:58 -08:00
android_device_discovery_test.dart Add canRun override to FakeProcessManager (#74865) 2021-01-28 19:06:56 -08:00
android_device_port_forwarder_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
android_device_start_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
android_device_stop_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
android_device_test.dart Swap mockito import for test/fake (#74847) 2021-01-27 16:02:44 -08:00
android_emulator_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
android_install_test.dart Swap mockito import for test/fake (#74847) 2021-01-27 16:02:44 -08:00
android_sdk_test.dart Replace MockConfig with TestConfig (#75044) 2021-02-01 18:16:05 -08:00
android_studio_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
android_studio_validator_test.dart Replace MockConfig with TestConfig (#75044) 2021-02-01 18:16:05 -08:00
android_workflow_test.dart [flutter_tools] move some fakes out of mocks.dart (#74992) 2021-01-29 14:28:18 -08:00
build_validation_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
gradle_errors_test.dart Replace MockUsage with TestUsage (#74946) 2021-01-28 18:49:04 -08:00
gradle_test.dart [flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027) 2021-02-02 09:10:48 -08:00
gradle_utils_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00