flutter/packages/flutter_tools/test/general.shard
Harry Terkelsen eba69caf97
Don't html-escape in the plugin registrant templates. (#43448)
* Don't html-escape in the plugin registrant templates.

Fixes #43382

* Add test
2019-10-25 15:00:05 -07:00
..
android Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
base Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
build_runner some formatting changes (#41640) 2019-10-08 18:32:10 +02:00
build_system For --profile builds on web, still use -O4 but unminified names. (#43214) 2019-10-24 10:08:12 -07:00
commands Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
fuchsia Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
intellij Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
ios Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
linux Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
macos Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
runner Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
tester Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
web rename headless server to web server (#42970) 2019-10-18 12:41:47 -07:00
windows handle format error from vswhere (#43402) 2019-10-24 10:07:05 -07:00
analytics_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
application_package_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
artifacts_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
asset_bundle_package_fonts_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
asset_bundle_package_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
asset_bundle_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
asset_bundle_variant_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
asset_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
base_utils_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
bug_report_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
build_info_test.dart Warn when build number and version can't be parsed on iOS (#40611) 2019-09-17 17:07:41 -07:00
bundle_shim_test.dart refactor depfile usage and update linux rule (#42487) 2019-10-17 17:42:40 -07:00
cache_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
channel_test.dart Always fake ProcessManager when you fake Filesystem in tests (#42369) 2019-10-11 11:23:12 -07:00
cold_test.dart dispose devices on cleanupAtFinish() for run_cold.dart (#42668) 2019-10-15 12:50:44 -07:00
compile_batch_test.dart Pass build mode-specific bytecode generation options to frontend_server. (#42471) 2019-10-14 15:26:14 -07:00
compile_expression_test.dart Pass build mode-specific bytecode generation options to frontend_server. (#42471) 2019-10-14 15:26:14 -07:00
compile_incremental_test.dart Pass build mode-specific bytecode generation options to frontend_server. (#42471) 2019-10-14 15:26:14 -07:00
compile_test.dart Add compiler configuration to support dartdevc target (#43281) 2019-10-22 20:35:05 -07:00
config_test.dart Implement feature flag system for flutter tools (#36138) 2019-07-16 17:33:28 -07:00
coverage_collector_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
crash_reporting_test.dart fix some bad indentations (#41172) 2019-09-24 21:03:37 +02:00
desktop_device_test.dart Make desktop stopApp only apply to processes Flutter started (#41519) 2019-10-09 16:28:10 -07:00
devfs_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
device_test.dart Stop leaking iproxy processes (#42026) 2019-10-09 16:30:27 -07:00
doctor.dart Missing trailing commas (#41473) 2019-09-30 18:48:23 +02:00
emulator_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
features_test.dart Reland #40810: Re-enable AAR plugins when an AndroidX failure occurred (#41160) 2019-09-24 16:16:22 -07:00
flutter_manifest_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
flutter_platform_test.dart Pass build mode-specific bytecode generation options to frontend_server. (#42471) 2019-10-14 15:26:14 -07:00
forbidden_imports_test.dart add missing trailing commas in flutter_tools (#40968) 2019-09-24 08:06:09 +02:00
hot_test.dart dispose devices on cleanupAtFinish() for run_cold.dart (#42668) 2019-10-15 12:50:44 -07:00
mdns_discovery_test.dart Updates packages (#41936) 2019-10-07 09:46:57 -07:00
package_uri_mapper_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
plugin_parsing_test.dart Add the beginnings of plugin support for Windows and Linux (#41015) 2019-09-26 14:01:57 -07:00
plugins_test.dart Don't html-escape in the plugin registrant templates. (#43448) 2019-10-25 15:00:05 -07:00
project_file_invalidator_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
project_test.dart Extra defensive programming for pub modification time assert (#43315) 2019-10-22 22:05:00 -07:00
protocol_discovery_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
resident_runner_test.dart Add compiler configuration to support dartdevc target (#43281) 2019-10-22 20:35:05 -07:00
resident_web_runner_cold_test.dart Fix progress indicators for release/profile builds of web. (#42857) 2019-10-16 16:10:06 -07:00
resident_web_runner_test.dart catch ChromeDebugException from dwds (#43390) 2019-10-24 10:55:42 -07:00
terminal_handler_test.dart fix some bad indentations (#41172) 2019-09-24 21:03:37 +02:00
test_compiler_test.dart Pass build mode-specific bytecode generation options to frontend_server. (#42471) 2019-10-14 15:26:14 -07:00
testbed_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
time_test.dart [flutter_tool] Include the local timezone in analytics timestamp (#37345) 2019-07-31 23:28:18 -07:00
utils_test.dart [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00
version_test.dart flutter_tools/version: git log.showSignature=false (#38576) 2019-08-21 13:55:57 -07:00
vmservice_test.dart [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00