• Danny Tuppeny's avatar
    Improve flutter tools integration tests (#18865) · b931640c
    Danny Tuppeny authored
    * Rename util -> test_utils
    
    * Rename flutter_test_driver -> test_driver
    
    * Switch testWithContext -> test
    
    * Remove unused import
    
    * Move test project into a class to make it easier to have multiple of these
    
    Each "TestProject" class can contain its files and things like named breakpoint locations.
    
    * Split expression evaluation tests into own file
    
    * Include last response in error messages
    
    * Update expectations based on current bugs
    
    * Fix async-ness in tests
    
    * Fix incorrect expectation in test
    
    * Fix incorrect evaluations
    
    * Remove skips for tests that are now passing on master
    
    * Expect pass on Linux
    
    🤷‍♂️
    
    * Call the code
    
    * Skip expression evaluation tests on Windows
    
    * Skip whole group, not just one test
    
    * Remove duplicated method from merge
    
    * Fix misplaced close of group
    
    * Remove code that was duplicated from test we copied
    
    Not sure how this ended up in here?
    
    * Re-fix typo
    b931640c
Name
Last commit
Last update
..
android Loading commit data...
base Loading commit data...
commands Loading commit data...
dart Loading commit data...
data Loading commit data...
integration Loading commit data...
intellij Loading commit data...
ios Loading commit data...
runner Loading commit data...
src Loading commit data...
tester Loading commit data...
analytics_test.dart Loading commit data...
application_package_test.dart Loading commit data...
artifacts_test.dart Loading commit data...
asset_bundle_package_fonts_test.dart Loading commit data...
asset_bundle_package_test.dart Loading commit data...
asset_bundle_test.dart Loading commit data...
asset_bundle_variant_test.dart Loading commit data...
asset_test.dart Loading commit data...
base_utils_test.dart Loading commit data...
bug_report_test.dart Loading commit data...
cache_test.dart Loading commit data...
channel_test.dart Loading commit data...
compile_test.dart Loading commit data...
config_test.dart Loading commit data...
crash_reporting_test.dart Loading commit data...
dart_dependencies_test.dart Loading commit data...
dependency_checker_test.dart Loading commit data...
devfs_test.dart Loading commit data...
device_test.dart Loading commit data...
emulator_test.dart Loading commit data...
flutter_manifest_test.dart Loading commit data...
forbidden_imports_test.dart Loading commit data...
hot_test.dart Loading commit data...
project_test.dart Loading commit data...
protocol_discovery_test.dart Loading commit data...
resident_runner_test.dart Loading commit data...
stop_test.dart Loading commit data...
trace_test.dart Loading commit data...
utils_test.dart Loading commit data...
version_test.dart Loading commit data...
vmservice_test.dart Loading commit data...