diff --git a/pkg/dev_compiler/test/hot_reload_suite.dart b/pkg/dev_compiler/test/hot_reload_suite.dart index 70877656bb3..fbc3a960e75 100644 --- a/pkg/dev_compiler/test/hot_reload_suite.dart +++ b/pkg/dev_compiler/test/hot_reload_suite.dart @@ -866,7 +866,7 @@ abstract class HotReloadSuiteRunner { if (failedTests.isNotEmpty) { print('Some tests failed:'); failedTests.forEach((outcome) { - print('${outcome.testName} failed with:\n ${outcome.testOutput}'); + print(outcome.testName); }); // Exit cleanly after writing test results. exit(0); diff --git a/tests/hot_reload/add_library_imports/config.json b/tests/hot_reload/add_library_imports/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/add_library_imports/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/add_new_static_field/config.json b/tests/hot_reload/add_new_static_field/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/add_new_static_field/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/class_field_added/config.json b/tests/hot_reload/class_field_added/config.json deleted file mode 100644 index a9eca74ca44..00000000000 --- a/tests/hot_reload/class_field_added/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} diff --git a/tests/hot_reload/class_field_removed/config.json b/tests/hot_reload/class_field_removed/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/class_field_removed/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/compile_base_class/config.json b/tests/hot_reload/compile_base_class/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/compile_base_class/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/compile_generics/config.json b/tests/hot_reload/compile_generics/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/compile_generics/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/const_field_update/config.json b/tests/hot_reload/const_field_update/config.json deleted file mode 100644 index a9eca74ca44..00000000000 --- a/tests/hot_reload/const_field_update/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} diff --git a/tests/hot_reload/delete_static_field/config.json b/tests/hot_reload/delete_static_field/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/delete_static_field/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_field_changes_type/config.json b/tests/hot_reload/existing_field_changes_type/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_field_changes_type/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_field_changes_type_indirect/config.json b/tests/hot_reload/existing_field_changes_type_indirect/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_field_changes_type_indirect/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_field_changes_type_indirect_function/config.json b/tests/hot_reload/existing_field_changes_type_indirect_function/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_field_changes_type_indirect_function/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_field_changes_type_indirect_generic/config.json b/tests/hot_reload/existing_field_changes_type_indirect_generic/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_field_changes_type_indirect_generic/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_field_changes_type_no_initializer/config.json b/tests/hot_reload/existing_field_changes_type_no_initializer/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_field_changes_type_no_initializer/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_static_field_changes_type/config.json b/tests/hot_reload/existing_static_field_changes_type/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_static_field_changes_type/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_static_field_changes_type_indirect/config.json b/tests/hot_reload/existing_static_field_changes_type_indirect/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_static_field_changes_type_indirect/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_static_field_changes_type_indirect_function/config.json b/tests/hot_reload/existing_static_field_changes_type_indirect_function/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_static_field_changes_type_indirect_function/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/existing_static_field_changes_type_indirect_generic/config.json b/tests/hot_reload/existing_static_field_changes_type_indirect_generic/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/existing_static_field_changes_type_indirect_generic/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/general_test/config.json b/tests/hot_reload/general_test/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/general_test/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/not_typedef_to_typedef/config.json b/tests/hot_reload/not_typedef_to_typedef/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/not_typedef_to_typedef/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers/config.json b/tests/hot_reload/run_new_field_initializers/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_cyclic_initialization/config.json b/tests/hot_reload/run_new_field_initializers_cyclic_initialization/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_cyclic_initialization/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_lazy/config.json b/tests/hot_reload/run_new_field_initializers_lazy/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_lazy/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_lazy_const/config.json b/tests/hot_reload/run_new_field_initializers_lazy_const/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_lazy_const/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_lazy_transitive/config.json b/tests/hot_reload/run_new_field_initializers_lazy_transitive/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_lazy_transitive/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_reference_static_field/config.json b/tests/hot_reload/run_new_field_initializers_reference_static_field/config.json deleted file mode 100644 index a9eca74ca44..00000000000 --- a/tests/hot_reload/run_new_field_initializers_reference_static_field/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} diff --git a/tests/hot_reload/run_new_field_initializers_super_class/config.json b/tests/hot_reload/run_new_field_initializers_super_class/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_super_class/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_throws/config.json b/tests/hot_reload/run_new_field_initializers_throws/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_throws/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/run_new_field_initializers_with_generics/config.json b/tests/hot_reload/run_new_field_initializers_with_generics/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/run_new_field_initializers_with_generics/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/saved_closure/config.json b/tests/hot_reload/saved_closure/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/saved_closure/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/simple_const_field_update/config.json b/tests/hot_reload/simple_const_field_update/config.json deleted file mode 100644 index a9eca74ca44..00000000000 --- a/tests/hot_reload/simple_const_field_update/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} diff --git a/tests/hot_reload/static_field_initial_value_does_not_change/config.json b/tests/hot_reload/static_field_initial_value_does_not_change/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/static_field_initial_value_does_not_change/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/static_target_arity_change/config.json b/tests/hot_reload/static_target_arity_change/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/static_target_arity_change/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/static_value_preserved/config.json b/tests/hot_reload/static_value_preserved/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/static_value_preserved/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/super_call_regress_59628/config.json b/tests/hot_reload/super_call_regress_59628/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/super_call_regress_59628/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/super_class_changed/config.json b/tests/hot_reload/super_class_changed/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/super_class_changed/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/super_getter_rebound_to_method/config.json b/tests/hot_reload/super_getter_rebound_to_method/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/super_getter_rebound_to_method/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/timer_test/config.json b/tests/hot_reload/timer_test/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/timer_test/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/top_level_field_added/config.json b/tests/hot_reload/top_level_field_added/config.json deleted file mode 100644 index a9eca74ca44..00000000000 --- a/tests/hot_reload/top_level_field_added/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} diff --git a/tests/hot_reload/type_identity/config.json b/tests/hot_reload/type_identity/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/type_identity/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/type_identity_generic/config.json b/tests/hot_reload/type_identity_generic/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/type_identity_generic/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/type_identity_parameter/config.json b/tests/hot_reload/type_identity_parameter/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/type_identity_parameter/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/typedef_add_parameter/config.json b/tests/hot_reload/typedef_add_parameter/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/typedef_add_parameter/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file diff --git a/tests/hot_reload/typedef_to_not_typedef/config.json b/tests/hot_reload/typedef_to_not_typedef/config.json deleted file mode 100644 index b72fb4b01b6..00000000000 --- a/tests/hot_reload/typedef_to_not_typedef/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "exclude": [] -} \ No newline at end of file