Index: pkg/third_party/angular_tests/browser_test.dart |
diff --git a/pkg/third_party/angular_tests/browser_test.dart b/pkg/third_party/angular_tests/browser_test.dart |
index 6563e6d4d6566b627f23729e4211b8503e91a68e..6baa3e23e93578bc06c2e8854555c19791774b51 100644 |
--- a/pkg/third_party/angular_tests/browser_test.dart |
+++ b/pkg/third_party/angular_tests/browser_test.dart |
@@ -10,67 +10,79 @@ import 'package:angular/mock/module.dart'; |
import 'package:unittest/html_individual_config.dart'; |
import 'package:unittest/unittest.dart'; |
import '../../../third_party/pkg/angular/test/angular_spec.dart' as test_0; |
-import '../../../third_party/pkg/angular/test/bootstrap_spec.dart' as test_1; |
-import '../../../third_party/pkg/angular/test/change_detection/dirty_checking_change_detector_spec.dart' as test_2; |
-import '../../../third_party/pkg/angular/test/change_detection/watch_group_spec.dart' as test_3; |
-import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_4; |
-import '../../../third_party/pkg/angular/test/core/core_directive_spec.dart' as test_5; |
-import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as test_6; |
-import '../../../third_party/pkg/angular/test/core/parser/generated_getter_setter_spec.dart' as test_7; |
-import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as test_8; |
-import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as test_9; |
-import '../../../third_party/pkg/angular/test/core/parser/static_parser_spec.dart' as test_10; |
-import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_11; |
-import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_12; |
-import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as test_13; |
-import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_14; |
-import '../../../third_party/pkg/angular/test/core_dom/block_spec.dart' as test_15; |
-import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as test_16; |
-import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as test_17; |
-import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as test_18; |
-import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_19; |
-import '../../../third_party/pkg/angular/test/core_dom/ng_mustache_spec.dart' as test_20; |
+import '../../../third_party/pkg/angular/test/animate/animation_loop_spec.dart' as test_1; |
+import '../../../third_party/pkg/angular/test/animate/css_animation_spec.dart' as test_2; |
+import '../../../third_party/pkg/angular/test/animate/css_animate_spec.dart' as test_3; |
+import '../../../third_party/pkg/angular/test/animate/ng_animate_spec.dart' as test_4; |
+import '../../../third_party/pkg/angular/test/animate/animation_optimizer_spec.dart' as test_5; |
+import '../../../third_party/pkg/angular/test/bootstrap_spec.dart' as test_6; |
+import '../../../third_party/pkg/angular/test/change_detection/watch_group_spec.dart' as test_7; |
+import '../../../third_party/pkg/angular/test/change_detection/dirty_checking_change_detector_spec.dart' as test_8; |
+import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_9; |
+import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_10; |
+import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as test_11; |
+import '../../../third_party/pkg/angular/test/core/parser/generated_getter_setter_spec.dart' as test_12; |
+import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as test_13; |
+import '../../../third_party/pkg/angular/test/core/core_directive_spec.dart' as test_14; |
+import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_15; |
+import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as test_16; |
+import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_17; |
+import '../../../third_party/pkg/angular/test/core/annotation_src_spec.dart' as test_18; |
+import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as test_19; |
+import '../../../third_party/pkg/angular/test/core_dom/event_handler_spec.dart' as test_20; |
import '../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_21; |
-import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as test_22; |
-import '../../../third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart' as test_23; |
-import '../../../third_party/pkg/angular/test/directive/input_select_spec.dart' as test_24; |
-import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_25; |
-import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_26; |
-import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as test_27; |
-import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.dart' as test_28; |
-import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as test_29; |
-import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as test_30; |
-import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_31; |
-import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as test_32; |
-import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test_33; |
-import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_34; |
-import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as test_35; |
-import '../../../third_party/pkg/angular/test/directive/ng_model_validators_spec.dart' as test_36; |
-import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dart' as test_37; |
-import '../../../third_party/pkg/angular/test/directive/ng_pluralize_spec.dart' as test_38; |
-import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_39; |
-import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_40; |
-import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart' as test_41; |
-import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as test_42; |
-import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_43; |
-import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' as test_44; |
-import '../../../third_party/pkg/angular/test/filter/currency_spec.dart' as test_45; |
-import '../../../third_party/pkg/angular/test/filter/date_spec.dart' as test_46; |
-import '../../../third_party/pkg/angular/test/filter/filter_spec.dart' as test_47; |
-import '../../../third_party/pkg/angular/test/filter/json_spec.dart' as test_48; |
-import '../../../third_party/pkg/angular/test/filter/limit_to_spec.dart' as test_49; |
-import '../../../third_party/pkg/angular/test/filter/lowercase_spec.dart' as test_50; |
-import '../../../third_party/pkg/angular/test/filter/number_spec.dart' as test_51; |
-import '../../../third_party/pkg/angular/test/filter/order_by_spec.dart' as test_52; |
-import '../../../third_party/pkg/angular/test/filter/uppercase_spec.dart' as test_53; |
-import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_54; |
-import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as test_55; |
-import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_56; |
-import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_57; |
-import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' as test_58; |
-import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test_59; |
-import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test_60; |
-import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_61; |
+import '../../../third_party/pkg/angular/test/core_dom/element_binder_builder_spec.dart' as test_22; |
+import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as test_23; |
+import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as test_24; |
+import '../../../third_party/pkg/angular/test/core_dom/ng_animate_spec.dart' as test_25; |
+import '../../../third_party/pkg/angular/test/core_dom/mustache_spec.dart' as test_26; |
+import '../../../third_party/pkg/angular/test/core_dom/view_spec.dart' as test_27; |
+import '../../../third_party/pkg/angular/test/core_dom/ng_element_spec.dart' as test_28; |
+import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_29; |
+import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as test_30; |
+import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as test_31; |
+import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_32; |
+import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_33; |
+import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_34; |
+import '../../../third_party/pkg/angular/test/directive/ng_pluralize_spec.dart' as test_35; |
+import '../../../third_party/pkg/angular/test/directive/ng_base_css_spec.dart' as test_36; |
+import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' as test_37; |
+import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as test_38; |
+import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_39; |
+import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_40; |
+import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dart' as test_41; |
+import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_42; |
+import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as test_43; |
+import '../../../third_party/pkg/angular/test/directive/ng_model_datelike_spec.dart' as test_44; |
+import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as test_45; |
+import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as test_46; |
+import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart' as test_47; |
+import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.dart' as test_48; |
+import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_49; |
+import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as test_50; |
+import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test_51; |
+import '../../../third_party/pkg/angular/test/directive/ng_model_validators_spec.dart' as test_52; |
+import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as test_53; |
+import '../../../third_party/pkg/angular/test/directive/ng_model_select_spec.dart' as test_54; |
+import '../../../third_party/pkg/angular/test/formatter/currency_spec.dart' as test_55; |
+import '../../../third_party/pkg/angular/test/formatter/lowercase_spec.dart' as test_56; |
+import '../../../third_party/pkg/angular/test/formatter/date_spec.dart' as test_57; |
+import '../../../third_party/pkg/angular/test/formatter/order_by_spec.dart' as test_58; |
+import '../../../third_party/pkg/angular/test/formatter/limit_to_spec.dart' as test_59; |
+import '../../../third_party/pkg/angular/test/formatter/json_spec.dart' as test_60; |
+import '../../../third_party/pkg/angular/test/formatter/uppercase_spec.dart' as test_61; |
+import '../../../third_party/pkg/angular/test/formatter/arrayify_spec.dart' as test_62; |
+import '../../../third_party/pkg/angular/test/formatter/filter_spec.dart' as test_63; |
+import '../../../third_party/pkg/angular/test/formatter/number_spec.dart' as test_64; |
+import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_65; |
+import '../../../third_party/pkg/angular/test/jasmines_syntax_spec.dart' as test_66; |
+import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_67; |
+import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_68; |
+import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as test_69; |
+import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' as test_70; |
+import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test_71; |
+import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test_72; |
+import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_73; |
main() { |
useHtmlIndividualConfiguration(); |
@@ -83,83 +95,83 @@ main() { |
test_0.main(); |
}); |
- group('bootstrap', () { |
+ group('animate/animation_loop', () { |
test_1.main(); |
}); |
- group('change_detection/dirty_checking_change_detector', () { |
+ group('animate/css_animation', () { |
test_2.main(); |
}); |
- group('change_detection/watch_group', () { |
+ group('animate/css_animate', () { |
test_3.main(); |
}); |
- group('core/cache', () { |
+ group('animate/ng_animate', () { |
test_4.main(); |
}); |
- group('core/core_directive', () { |
+ group('animate/animation_optimizer', () { |
test_5.main(); |
}); |
- group('core/interpolate', () { |
+ group('bootstrap', () { |
test_6.main(); |
}); |
- group('core/parser/generated_getter_setter', () { |
+ group('change_detection/watch_group', () { |
test_7.main(); |
}); |
- group('core/parser/lexer', () { |
+ group('change_detection/dirty_checking_change_detector', () { |
test_8.main(); |
}); |
- group('core/parser/parser', () { |
+ group('core/zone', () { |
test_9.main(); |
}); |
- group('core/parser/static_parser', () { |
+ group('core/registry', () { |
test_10.main(); |
}); |
- group('core/registry', () { |
+ group('core/parser/parser', () { |
test_11.main(); |
}); |
- group('core/scope', () { |
+ group('core/parser/generated_getter_setter', () { |
test_12.main(); |
}); |
- group('core/templateurl', () { |
+ group('core/parser/lexer', () { |
test_13.main(); |
}); |
- group('core/zone', () { |
+ group('core/core_directive', () { |
test_14.main(); |
}); |
- group('core_dom/block', () { |
+ group('core/scope', () { |
test_15.main(); |
}); |
- group('core_dom/compiler', () { |
+ group('core/interpolate', () { |
test_16.main(); |
}); |
- group('core_dom/cookies', () { |
+ group('core/cache', () { |
test_17.main(); |
}); |
- group('core_dom/directive', () { |
+ group('core/annotation_src', () { |
test_18.main(); |
}); |
- group('core_dom/http', () { |
+ group('core/templateurl', () { |
test_19.main(); |
}); |
- group('core_dom/ng_mustache', () { |
+ group('core_dom/event_handler', () { |
test_20.main(); |
}); |
@@ -167,163 +179,211 @@ main() { |
test_21.main(); |
}); |
- group('core_dom/selector', () { |
+ group('core_dom/element_binder_builder', () { |
test_22.main(); |
}); |
- group('core_dom/shadow_root_options', () { |
+ group('core_dom/selector', () { |
test_23.main(); |
}); |
- group('directive/input_select', () { |
+ group('core_dom/compiler', () { |
test_24.main(); |
}); |
- group('directive/ng_a', () { |
+ group('core_dom/ng_animate', () { |
test_25.main(); |
}); |
- group('directive/ng_bind_html', () { |
+ group('core_dom/mustache', () { |
test_26.main(); |
}); |
- group('directive/ng_bind', () { |
+ group('core_dom/view', () { |
test_27.main(); |
}); |
- group('directive/ng_bind_template', () { |
+ group('core_dom/ng_element', () { |
test_28.main(); |
}); |
- group('directive/ng_class', () { |
+ group('core_dom/http', () { |
test_29.main(); |
}); |
- group('directive/ng_cloak', () { |
+ group('core_dom/cookies', () { |
test_30.main(); |
}); |
- group('directive/ng_events', () { |
+ group('core_dom/directive', () { |
test_31.main(); |
}); |
- group('directive/ng_form', () { |
+ group('directive/ng_repeat', () { |
test_32.main(); |
}); |
- group('directive/ng_if', () { |
+ group('directive/ng_show_hide', () { |
test_33.main(); |
}); |
- group('directive/ng_include', () { |
+ group('directive/ng_a', () { |
test_34.main(); |
}); |
- group('directive/ng_model', () { |
+ group('directive/ng_pluralize', () { |
test_35.main(); |
}); |
- group('directive/ng_model_validators', () { |
+ group('directive/ng_base_css', () { |
test_36.main(); |
}); |
- group('directive/ng_non_bindable', () { |
+ group('directive/ng_template', () { |
test_37.main(); |
}); |
- group('directive/ng_pluralize', () { |
+ group('directive/ng_form', () { |
test_38.main(); |
}); |
- group('directive/ng_repeat', () { |
+ group('directive/ng_switch', () { |
test_39.main(); |
}); |
- group('directive/ng_show_hide', () { |
+ group('directive/ng_bind_html', () { |
test_40.main(); |
}); |
- group('directive/ng_src_boolean', () { |
+ group('directive/ng_non_bindable', () { |
test_41.main(); |
}); |
- group('directive/ng_style', () { |
+ group('directive/ng_include', () { |
test_42.main(); |
}); |
- group('directive/ng_switch', () { |
+ group('directive/ng_style', () { |
test_43.main(); |
}); |
- group('directive/ng_template', () { |
+ group('directive/ng_model_datelike', () { |
test_44.main(); |
}); |
- group('filter/currency', () { |
+ group('directive/ng_cloak', () { |
test_45.main(); |
}); |
- group('filter/date', () { |
+ group('directive/ng_model', () { |
test_46.main(); |
}); |
- group('filter/filter', () { |
+ group('directive/ng_src_boolean', () { |
test_47.main(); |
}); |
- group('filter/json', () { |
+ group('directive/ng_bind_template', () { |
test_48.main(); |
}); |
- group('filter/limit_to', () { |
+ group('directive/ng_events', () { |
test_49.main(); |
}); |
- group('filter/lowercase', () { |
+ group('directive/ng_class', () { |
test_50.main(); |
}); |
- group('filter/number', () { |
+ group('directive/ng_if', () { |
test_51.main(); |
}); |
- group('filter/order_by', () { |
+ group('directive/ng_model_validators', () { |
test_52.main(); |
}); |
- group('filter/uppercase', () { |
+ group('directive/ng_bind', () { |
test_53.main(); |
}); |
- group('introspection', () { |
+ group('directive/ng_model_select', () { |
test_54.main(); |
}); |
- group('mock/http_backend', () { |
+ group('formatter/currency', () { |
test_55.main(); |
}); |
- group('mock/test_bed', () { |
+ group('formatter/lowercase', () { |
test_56.main(); |
}); |
- group('mock/zone', () { |
+ group('formatter/date', () { |
test_57.main(); |
}); |
- group('routing/ng_bind_route', () { |
+ group('formatter/order_by', () { |
test_58.main(); |
}); |
- group('routing/ng_view', () { |
+ group('formatter/limit_to', () { |
test_59.main(); |
}); |
- group('routing/routing', () { |
+ group('formatter/json', () { |
test_60.main(); |
}); |
- group('_specs', () { |
+ group('formatter/uppercase', () { |
test_61.main(); |
}); |
+ |
+ group('formatter/arrayify', () { |
+ test_62.main(); |
+ }); |
+ |
+ group('formatter/filter', () { |
+ test_63.main(); |
+ }); |
+ |
+ group('formatter/number', () { |
+ test_64.main(); |
+ }); |
+ |
+ group('introspection', () { |
+ test_65.main(); |
+ }); |
+ |
+ group('jasmines_syntax', () { |
+ test_66.main(); |
+ }); |
+ |
+ group('mock/zone', () { |
+ test_67.main(); |
+ }); |
+ |
+ group('mock/test_bed', () { |
+ test_68.main(); |
+ }); |
+ |
+ group('mock/http_backend', () { |
+ test_69.main(); |
+ }); |
+ |
+ group('routing/ng_bind_route', () { |
+ test_70.main(); |
+ }); |
+ |
+ group('routing/routing', () { |
+ test_71.main(); |
+ }); |
+ |
+ group('routing/ng_view', () { |
+ test_72.main(); |
+ }); |
+ |
+ group('_specs', () { |
+ test_73.main(); |
+ }); |
} |