Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Issue 2765693002: Update all tests (Closed)

Created:
3 years, 9 months ago by Jacob
Modified:
3 years, 9 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org, rmacnak, sra1
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Update all tests Support //# multitests for better dartfmt compatibility and fewer multitest false positives All files under tests were manually updated with find . -iregex '.*\.dart$' -print0 | xargs -0 perl -pi -e 's/(\S\s+)\/\/\/ /$1\/\/# /' For now both old and new styles are allowed to accommodate CO19 tests. R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/3c7353d9877173fa290b8f5e5b4a9aa231ee5111

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+9407 lines, -9397 lines) Patch
M pkg/dev_compiler/test/multitest.dart View 5 chunks +17 lines, -14 lines 1 comment Download
M pkg/testing/lib/src/multitest.dart View 6 chunks +28 lines, -28 lines 0 comments Download
M tests/compiler/dart2js_extra/23486_test.dart View 2 chunks +5 lines, -5 lines 2 comments Download
M tests/compiler/dart2js_extra/LayoutTests_fast_mediastream_getusermedia_t01_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/basic_class_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js_extra/bounds_check_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js_extra/compile_time_constant4_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js_extra/constant_javascript_semantics_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js_extra/int_index_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js_extra/invalid_annotation2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/invalid_annotation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/label_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/compiler/dart2js_extra/minus_zero_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js_extra/mirror_printer_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/mirrors_used_warning_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/private_symbol_literal_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js_extra/regress/4562_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/switch_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js_extra/throw1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/throw2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js_extra/type_constant_switch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/variable_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/corelib/big_integer_arith_vm_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/corelib/bool_from_environment2_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib/double_parse_test.dart View 12 chunks +249 lines, -249 lines 0 comments Download
M tests/corelib/from_environment_const_type_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/corelib/from_environment_const_type_undefined_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/corelib/hash_set_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/hidden_library2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/int_from_environment3_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib/int_modulo_arith_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/corelib/int_parse_radix_test.dart View 2 chunks +10 lines, -10 lines 0 comments Download
M tests/corelib/integer_to_string_test.dart View 2 chunks +18 lines, -18 lines 0 comments Download
M tests/corelib/iterable_generate_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/corelib/iterable_return_type_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/corelib/iterable_to_list_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib/list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/nan_infinity_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/num_parse_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/print_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/string_case_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/corelib/string_from_environment3_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib/string_trimlr_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/corelib/symbol_operator_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/corelib/symbol_reserved_word_test.dart View 1 chunk +105 lines, -105 lines 0 comments Download
M tests/corelib/symbol_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/corelib/throw_half_surrogate_pair_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/corelib_strong/big_integer_arith_vm_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/corelib_strong/bool_from_environment2_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib_strong/double_parse_test.dart View 12 chunks +249 lines, -249 lines 0 comments Download
M tests/corelib_strong/from_environment_const_type_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/corelib_strong/from_environment_const_type_undefined_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/corelib_strong/hash_set_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/hidden_library2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/int_from_environment3_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib_strong/int_modulo_arith_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/corelib_strong/int_parse_radix_test.dart View 2 chunks +10 lines, -10 lines 0 comments Download
M tests/corelib_strong/integer_to_string_test.dart View 2 chunks +18 lines, -18 lines 0 comments Download
M tests/corelib_strong/iterable_return_type_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/corelib_strong/list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/nan_infinity_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/num_parse_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/print_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/string_case_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/corelib_strong/string_from_environment3_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib_strong/string_trimlr_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_strong/symbol_operator_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/corelib_strong/symbol_reserved_word_test.dart View 1 chunk +105 lines, -105 lines 0 comments Download
M tests/corelib_strong/symbol_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/corelib_strong/throw_half_surrogate_pair_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/js_typed_interop_default_arg_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/html/js_typed_interop_type1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_typed_interop_type2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_typed_interop_type3_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/compile_time_error_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/enum_const_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/isolate/isolate_import_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/isolate/issue_21398_parent_isolate2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/message3_test.dart View 8 chunks +23 lines, -23 lines 0 comments Download
M tests/isolate/simple_message_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/spawn_uri_multi_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/abstract_exact_selector_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/abstract_factory_constructor_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/abstract_getter_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/abstract_runtime_error_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/abstract_syntax_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/arg_param_trailing_comma_test.dart View 1 chunk +487 lines, -487 lines 0 comments Download
M tests/language/argument_definition_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/assert_initializer_test.dart View 2 chunks +43 lines, -43 lines 0 comments Download
M tests/language/assign_static_type_test.dart View 1 chunk +11 lines, -11 lines 0 comments Download
M tests/language/assign_to_type_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/assign_top_method_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/assignable_expression_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language/async_await_syntax_test.dart View 1 chunk +253 lines, -253 lines 0 comments Download
M tests/language/async_continue_label_test.dart View 4 chunks +16 lines, -16 lines 0 comments Download
M tests/language/async_or_generator_return_type_stacktrace_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language/async_return_types_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M tests/language/async_switch_test.dart View 5 chunks +12 lines, -12 lines 0 comments Download
M tests/language/async_test.dart View 7 chunks +19 lines, -19 lines 0 comments Download
M tests/language/async_throw_in_catch_test.dart View 18 chunks +18 lines, -18 lines 0 comments Download
M tests/language/await_backwards_compatibility_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/bad_constructor_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/bad_named_parameters2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/bad_named_parameters_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language/bad_override_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/bad_raw_string_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/bad_typedef_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/bit_operations_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/black_listed_test.dart View 1 chunk +47 lines, -47 lines 0 comments Download
M tests/language/bool_condition_check_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/built_in_identifier_illegal_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language/built_in_identifier_test.dart View 7 chunks +24 lines, -24 lines 0 comments Download
M tests/language/call_constructor_on_unresolvable_class_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/language/call_non_method_field_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/call_nonexistent_constructor_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/call_nonexistent_static_test.dart View 2 chunks +24 lines, -24 lines 0 comments Download
M tests/language/call_through_getter_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/call_type_literal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/callable_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/cascade_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/cast2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/cast_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language/check_member_static_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/check_method_override_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/checked_null_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/checked_setter3_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/class_cycle2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/class_cycle_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/class_keyword_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/class_literal_test.dart View 2 chunks +25 lines, -25 lines 0 comments Download
M tests/language/class_override_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/class_syntax_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/closure_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/code_after_try_is_executed_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/compile_time_constant10_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/compile_time_constant13_test.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/language/compile_time_constant_arguments_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/compile_time_constant_c_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/compile_time_constant_checked2_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language/compile_time_constant_checked3_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language/compile_time_constant_checked4_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/compile_time_constant_checked5_test.dart View 1 chunk +25 lines, -25 lines 0 comments Download
M tests/language/compile_time_constant_checked_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/compile_time_constant_k_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/compile_time_constant_o_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/compile_time_constant_p_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/compile_time_constant_r_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/compile_time_constant_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/conditional_method_invocation_test.dart View 1 chunk +17 lines, -17 lines 0 comments Download
M tests/language/conditional_property_access_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language/conditional_property_assignment_test.dart View 1 chunk +29 lines, -29 lines 0 comments Download
M tests/language/conditional_property_increment_decrement_test.dart View 1 chunk +40 lines, -40 lines 0 comments Download
M tests/language/const_conditional_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/language/const_constructor2_test.dart View 1 chunk +24 lines, -24 lines 0 comments Download
M tests/language/const_constructor3_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/const_constructor_mixin2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/const_constructor_mixin3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_constructor_mixin_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_constructor_nonconst_field_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_constructor_super_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/const_constructor_syntax_test.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M tests/language/const_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_dynamic_type_literal_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/const_error_multiply_initialized_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/const_evaluation_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/const_factory_with_body_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/const_for_in_variable_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/const_getter_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/const_init2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/const_instance_field_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_map2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_map3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_native_factory_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_objects_are_immutable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_switch2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/const_switch_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/const_syntax_test.dart View 4 chunks +23 lines, -23 lines 0 comments Download
M tests/language/const_types_test.dart View 1 chunk +47 lines, -47 lines 0 comments Download
M tests/language/constant_locals_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/constant_type_literal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/constructor10_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/constructor9_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/constructor_call_as_function_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/constructor_duplicate_final_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/constructor_duplicate_initializers_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/constructor_initializer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/constructor_name_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/constructor_named_arguments_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/constructor_redirect2_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/constructor_redirect_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/constructor_return_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/covariant_test.dart View 7 chunks +82 lines, -82 lines 0 comments Download
M tests/language/crash_6725_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/create_unresolved_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/cyclic_class_member_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/cyclic_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/cyclic_metadata_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/cyclic_type_test.dart View 2 chunks +37 lines, -37 lines 0 comments Download
M tests/language/cyclic_type_variable_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/cyclic_typedef_test.dart View 2 chunks +15 lines, -15 lines 0 comments Download
M tests/language/default_factory2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/default_factory_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/default_implementation2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/deferred_constraints_constants_test.dart View 2 chunks +18 lines, -18 lines 0 comments Download
M tests/language/deferred_constraints_type_annotation_test.dart View 1 chunk +26 lines, -26 lines 0 comments Download
M tests/language/deferred_duplicate_prefix1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/deferred_duplicate_prefix2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/deferred_duplicate_prefix3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/deferred_inheritance_constraints_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/deferred_load_constants_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/deferred_load_library_wrong_args_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/deferred_no_prefix_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/deferred_super_dependency_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/deferred_type_dependency_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/duplicate_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/duplicate_implements_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/duplicate_interface_negative_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/dynamic2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/dynamic_field_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/dynamic_prefix_core_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/enum_duplicate_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/enum_is_keyword_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/enum_private_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/enum_syntax_test.dart View 1 chunk +29 lines, -29 lines 0 comments Download
M tests/language/error_stacktrace_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/export_private_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/external_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/language/f_bounded_quantification_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/factory1_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/factory2_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/factory6_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/factory_implementation_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/factory_redirection2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/factory_redirection3_cyclic_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/factory_redirection_test.dart View 3 chunks +24 lines, -24 lines 0 comments Download
M tests/language/fauxverride_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/field_decl_missing_var_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/field_override3_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/field_override4_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/field_override_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/field_type_check2_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/field_type_check_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/final_for_in_variable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/final_initializer_instance_reference_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/final_is_not_const_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/final_param_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/final_super_field_set_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/final_syntax_test.dart View 5 chunks +14 lines, -14 lines 0 comments Download
M tests/language/final_variable_assignment_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/first_class_types_literals_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language/fixed_type_variable2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/fixed_type_variable_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/flatten_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language/function_syntax_test.dart View 14 chunks +122 lines, -122 lines 0 comments Download
M tests/language/function_type_alias5_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/language/function_type_alias6_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/function_type_alias7_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/function_type_alias9_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/function_type_call_getter2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/generic_field_mixin6_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/language/generic_function_typedef2_test.dart View 1 chunk +14 lines, -14 lines 0 comments Download
M tests/language/generic_metadata_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/generic_method_types_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/generic_methods_type_expression_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/get_set_syntax_test.dart View 1 chunk +14 lines, -14 lines 0 comments Download
M tests/language/getter_no_setter2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/getter_no_setter_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/getter_override2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/getter_override_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/getter_parameters_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/getters_setters2_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/language/getters_setters_type_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/hidden_import_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/identical_const_test.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M tests/language/if_null_assignment_behavior_test.dart View 3 chunks +46 lines, -46 lines 0 comments Download
M tests/language/if_null_assignment_static_test.dart View 2 chunks +42 lines, -42 lines 0 comments Download
M tests/language/if_null_behavior_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language/if_null_evaluation_order_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/if_null_precedence_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language/illegal_declaration_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/illegal_initializer_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/illegal_invocation_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/implicit_this_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language/import_combinators_part.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/import_private_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/import_self_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language/inferrer_constructor5_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/instanceof4_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/instantiate_type_variable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/interface_cycle_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/interface_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/internal_library_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/is_malformed_type_test.dart View 7 chunks +12 lines, -12 lines 0 comments Download
M tests/language/issue1363_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/issue15606_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/issue18628_1_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/issue18628_2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/issue_22780_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/issue_25671a_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/issue_25671b_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/keyword_type_expression_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/least_upper_bound_expansive_test.dart View 2 chunks +12 lines, -12 lines 0 comments Download
M tests/language/least_upper_bound_test.dart View 3 chunks +32 lines, -32 lines 0 comments Download
M tests/language/library_ambiguous_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/language/library_env_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language/list_literal1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/list_literal_syntax_test.dart View 1 chunk +11 lines, -11 lines 0 comments Download
M tests/language/literal_unary_plus_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/main_not_a_function_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/main_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/language/malbounded_instantiation_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/malbounded_redirecting_factory2_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/malbounded_redirecting_factory_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/language/malbounded_type_cast2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/malbounded_type_cast_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/malbounded_type_test2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/malbounded_type_test_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/malformed2_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/language/malformed_bound_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/malformed_inheritance_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language/malformed_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/language/map_literal1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/map_literal3_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/metadata_scope1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/metadata_scope2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/method_override2_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/method_override3_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/method_override7_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/method_override8_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/missing_const_constructor_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/missing_part_of_tag_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/mixin_black_listed_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/language/mixin_cyclic_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/mixin_forwarding_constructor4_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/mixin_illegal_constructor_test.dart View 1 chunk +29 lines, -29 lines 0 comments Download
M tests/language/mixin_illegal_cycles_test.dart View 1 chunk +22 lines, -22 lines 0 comments Download
M tests/language/mixin_illegal_object_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/mixin_illegal_super_use_test.dart View 3 chunks +11 lines, -11 lines 0 comments Download
M tests/language/mixin_illegal_superclass_test.dart View 1 chunk +60 lines, -60 lines 0 comments Download
M tests/language/mixin_illegal_syntax_test.dart View 1 chunk +28 lines, -28 lines 0 comments Download
M tests/language/mixin_invalid_bound2_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language/mixin_invalid_bound_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language/mixin_invalid_inheritance1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/mixin_invalid_inheritance2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/mixin_of_mixin_test.dart View 1 chunk +22 lines, -22 lines 0 comments Download
M tests/language/mixin_super_bound2_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/language/mixin_super_constructor_named_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language/mixin_super_constructor_positionals_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/language/mixin_supertype_subclass2_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/mixin_supertype_subclass3_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/mixin_supertype_subclass4_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/mixin_supertype_subclass_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/mixin_type_parameters_errors_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/mixin_type_variable_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/language/multiline_newline_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/language/named_constructor_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language/named_parameters2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/named_parameters_aggregated_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M tests/language/named_parameters_default_eq_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/language/named_parameters_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language/named_parameters_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/new_expression_type_args_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/new_prefix_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/no_main_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/no_such_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/not_enough_positional_arguments_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/null_bottom_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/null_is_bottom_test.dart View 1 chunk +42 lines, -42 lines 0 comments Download
M tests/language/null_is_bottom_type_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language/null_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/number_identifier_test.dart View 2 chunks +14 lines, -14 lines 0 comments Download
M tests/language/optional_named_parameters_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/language/override_field_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/override_inheritance_abstract_test.dart View 1 chunk +47 lines, -47 lines 0 comments Download
M tests/language/override_inheritance_field_test.dart View 1 chunk +94 lines, -94 lines 0 comments Download
M tests/language/override_inheritance_generic_test.dart View 1 chunk +43 lines, -43 lines 0 comments Download
M tests/language/override_inheritance_method_test.dart View 1 chunk +71 lines, -71 lines 0 comments Download
M tests/language/override_inheritance_mixed_test.dart View 1 chunk +21 lines, -21 lines 0 comments Download
M tests/language/override_inheritance_no_such_method_test.dart View 1 chunk +23 lines, -23 lines 0 comments Download
M tests/language/override_method_with_field_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/parameter_default_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/parameter_metadata_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/positional_parameters_type_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/prefix22_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/prefix23_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/prefix_assignment_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/prefix_identifier_reference_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/prefix_unqualified_invocation_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/private_access_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language/private_super_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/proxy2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/proxy3_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/proxy_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/redirecting_factory_default_values_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/redirecting_factory_infinite_steps_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/redirecting_factory_malbounded_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/ref_before_declaration_test.dart View 4 chunks +10 lines, -10 lines 0 comments Download
M tests/language/regress_19413_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/regress_20394_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/regress_21793_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/regress_21912_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/regress_22936_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/regress_22976_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/regress_23038_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/regress_23051_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/regress_23500_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/regress_24935_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/regress_26855_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language/regress_27617_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/regress_28217_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/reify_typevar_static_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/rewrite_implicit_this_test.dart View 4 chunks +25 lines, -25 lines 0 comments Download
M tests/language/scope_variable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/setter3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/setter_no_getter_call_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/setter_no_getter_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/setter_override2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/setter_override_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/stacktrace_rethrow_error_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language/static_field3_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/static_field_test.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/language/static_final_field2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/static_getter_no_setter1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/static_getter_no_setter2_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language/static_getter_no_setter3_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/static_parameter_test.dart View 1 chunk +24 lines, -24 lines 0 comments Download
M tests/language/static_setter_get_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/static_top_level_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/string_interpolation1_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/string_interpolation2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/string_interpolation3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/string_interpolation4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/string_interpolation5_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/string_interpolation6_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/string_interpolation9_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/language/string_interpolation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/substring_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/super_bound_closure_test.dart View 2 chunks +26 lines, -26 lines 0 comments Download
M tests/language/super_call3_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/super_conditional_operator_test.dart View 1 chunk +18 lines, -18 lines 0 comments Download
M tests/language/super_no_such_method1_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/super_no_such_method2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/super_no_such_method3_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/super_no_such_method4_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/super_no_such_method5_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/super_operator_index_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/switch_bad_case_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/switch_case_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/switch_case_warn_test.dart View 3 chunks +85 lines, -85 lines 0 comments Download
M tests/language/symbol_literal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/sync_generator1_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/sync_generator2_test.dart View 2 chunks +23 lines, -23 lines 0 comments Download
M tests/language/sync_generator3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/syncstar_yield_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language/syntax_test.dart View 4 chunks +72 lines, -72 lines 0 comments Download
M tests/language/this_conditional_operator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/this_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language/top_level_getter_no_setter1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/top_level_getter_no_setter2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/toplevel_collision1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/toplevel_collision2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/try_catch_on_syntax_test.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M tests/language/try_catch_syntax_test.dart View 1 chunk +17 lines, -17 lines 0 comments Download
M tests/language/try_catch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_check_const_function_typedef2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/type_literal_prefix_call_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_parameter_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/type_promotion_assign_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/type_promotion_closure_test.dart View 13 chunks +16 lines, -16 lines 0 comments Download
M tests/language/type_promotion_functions_test.dart View 4 chunks +14 lines, -14 lines 0 comments Download
M tests/language/type_promotion_local_test.dart View 1 chunk +41 lines, -41 lines 0 comments Download
M tests/language/type_promotion_logical_and_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/type_promotion_more_specific_test.dart View 2 chunks +13 lines, -13 lines 0 comments Download
M tests/language/type_promotion_multiple_test.dart View 1 chunk +22 lines, -22 lines 0 comments Download
M tests/language/type_promotion_parameter_test.dart View 1 chunk +55 lines, -55 lines 0 comments Download
M tests/language/type_variable_bounds2_test.dart View 3 chunks +14 lines, -14 lines 0 comments Download
M tests/language/type_variable_bounds3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_variable_bounds4_test.dart View 3 chunks +11 lines, -11 lines 0 comments Download
M tests/language/type_variable_bounds_test.dart View 4 chunks +11 lines, -11 lines 0 comments Download
M tests/language/type_variable_conflict2_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/language/type_variable_conflict_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language/type_variable_scope3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/type_variable_scope_test.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M tests/language/typevariable_substitution2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/unbalanced_brace_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/unresolved_default_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/unsigned_right_shift_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/unsupported_operators_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/variable_declaration_metadata_test.dart View 4 chunks +16 lines, -16 lines 0 comments Download
M tests/language/vm/debug_break_enabled_vm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/vm/debug_break_vm_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/wrong_number_type_arguments_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/abstract_exact_selector_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/abstract_factory_constructor_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/abstract_getter_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/abstract_runtime_error_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/abstract_syntax_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/argument_definition_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/assign_static_type_test.dart View 1 chunk +11 lines, -11 lines 0 comments Download
M tests/language_strong/assign_to_type_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/assign_top_method_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/assignable_expression_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language_strong/async_await_syntax_test.dart View 1 chunk +253 lines, -253 lines 0 comments Download
M tests/language_strong/async_await_test.dart View 2 chunks +36 lines, -36 lines 0 comments Download
M tests/language_strong/async_continue_label_test.dart View 4 chunks +16 lines, -16 lines 0 comments Download
M tests/language_strong/async_or_generator_return_type_stacktrace_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/async_return_types_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/async_star_test.dart View 5 chunks +72 lines, -72 lines 0 comments Download
M tests/language_strong/async_switch_test.dart View 5 chunks +12 lines, -12 lines 0 comments Download
M tests/language_strong/async_throw_in_catch_test.dart View 18 chunks +18 lines, -18 lines 0 comments Download
M tests/language_strong/await_backwards_compatibility_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/bad_constructor_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/bad_named_parameters2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/bad_named_parameters_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language_strong/bad_override_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/bad_raw_string_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/bit_operations_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/black_listed_test.dart View 1 chunk +47 lines, -47 lines 0 comments Download
M tests/language_strong/bool_condition_check_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/built_in_identifier_illegal_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language_strong/built_in_identifier_test.dart View 7 chunks +24 lines, -24 lines 0 comments Download
M tests/language_strong/call_constructor_on_unresolvable_class_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/language_strong/call_non_method_field_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/call_nonexistent_constructor_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/call_nonexistent_static_test.dart View 2 chunks +24 lines, -24 lines 0 comments Download
M tests/language_strong/call_through_getter_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/call_type_literal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/callable_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/cascade_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/cast_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language_strong/check_member_static_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/check_method_override_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/checked_null_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/checked_setter3_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/class_cycle2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/class_cycle_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/class_keyword_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/class_literal_test.dart View 2 chunks +25 lines, -25 lines 0 comments Download
M tests/language_strong/class_override_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/class_syntax_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/closure_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/code_after_try_is_executed_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/compile_time_constant10_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/compile_time_constant13_test.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/language_strong/compile_time_constant_arguments_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/compile_time_constant_c_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/compile_time_constant_checked2_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language_strong/compile_time_constant_checked3_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language_strong/compile_time_constant_checked4_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/compile_time_constant_checked5_test.dart View 1 chunk +25 lines, -25 lines 0 comments Download
M tests/language_strong/compile_time_constant_checked_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/compile_time_constant_k_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/compile_time_constant_o_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/compile_time_constant_p_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/compile_time_constant_r_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/compile_time_constant_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/conditional_method_invocation_test.dart View 1 chunk +17 lines, -17 lines 0 comments Download
M tests/language_strong/conditional_property_access_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language_strong/conditional_property_assignment_test.dart View 1 chunk +29 lines, -29 lines 0 comments Download
M tests/language_strong/conditional_property_increment_decrement_test.dart View 1 chunk +40 lines, -40 lines 0 comments Download
M tests/language_strong/const_conditional_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/language_strong/const_constructor2_test.dart View 1 chunk +24 lines, -24 lines 0 comments Download
M tests/language_strong/const_constructor3_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/const_constructor_mixin2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/const_constructor_mixin3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_constructor_mixin_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_constructor_nonconst_field_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_constructor_super_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/const_constructor_syntax_test.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M tests/language_strong/const_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_dynamic_type_literal_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/const_error_multiply_initialized_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/const_evaluation_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/const_factory_with_body_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/const_init2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/const_instance_field_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_map2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_map3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_native_factory_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_objects_are_immutable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/const_switch2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/const_switch_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/const_syntax_test.dart View 4 chunks +23 lines, -23 lines 0 comments Download
M tests/language_strong/const_types_test.dart View 1 chunk +47 lines, -47 lines 0 comments Download
M tests/language_strong/constant_locals_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/constant_type_literal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/constructor10_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/constructor9_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/constructor_call_as_function_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/constructor_duplicate_final_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/constructor_duplicate_initializers_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/constructor_initializer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/constructor_name_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/constructor_named_arguments_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/constructor_redirect2_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/constructor_redirect_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/constructor_return_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/crash_6725_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/create_unresolved_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/cyclic_class_member_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/cyclic_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/cyclic_metadata_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/cyclic_type_test.dart View 2 chunks +37 lines, -37 lines 0 comments Download
M tests/language_strong/cyclic_type_variable_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/cyclic_typedef_test.dart View 2 chunks +15 lines, -15 lines 0 comments Download
M tests/language_strong/default_factory2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/default_factory_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/default_implementation2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/deferred_constraints_constants_test.dart View 2 chunks +18 lines, -18 lines 0 comments Download
M tests/language_strong/deferred_constraints_type_annotation_test.dart View 1 chunk +26 lines, -26 lines 0 comments Download
M tests/language_strong/deferred_duplicate_prefix1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/deferred_duplicate_prefix2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/deferred_duplicate_prefix3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/deferred_inheritance_constraints_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/deferred_load_constants_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/deferred_load_library_wrong_args_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/deferred_no_prefix_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/deferred_type_dependency_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/duplicate_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/duplicate_implements_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/duplicate_interface_negative_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/dynamic2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/dynamic_field_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/dynamic_prefix_core_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/enum_duplicate_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/enum_is_keyword_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/enum_private_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/enum_syntax_test.dart View 1 chunk +29 lines, -29 lines 0 comments Download
M tests/language_strong/error_stacktrace_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/export_private_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/external_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/language_strong/f_bounded_quantification_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/factory1_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/factory2_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/factory5_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/factory_implementation_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/factory_redirection2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/factory_redirection3_cyclic_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/factory_redirection_test.dart View 3 chunks +24 lines, -24 lines 0 comments Download
M tests/language_strong/fauxverride_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/field_decl_missing_var_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/field_override3_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/field_override4_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/field_override_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/field_type_check2_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/field_type_check_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/final_for_in_variable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/final_is_not_const_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/final_param_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/final_super_field_set_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/final_syntax_test.dart View 5 chunks +14 lines, -14 lines 0 comments Download
M tests/language_strong/final_variable_assignment_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/first_class_types_literals_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language_strong/fixed_type_variable2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/fixed_type_variable_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/flatten_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language_strong/function_syntax_test.dart View 14 chunks +122 lines, -122 lines 0 comments Download
M tests/language_strong/function_type_alias5_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/language_strong/function_type_alias6_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/function_type_alias7_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/function_type_alias9_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/function_type_call_getter2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/generic_field_mixin6_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/language_strong/generic_methods_bounds_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/generic_methods_dynamic_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language_strong/generic_methods_overriding_test.dart View 3 chunks +12 lines, -12 lines 0 comments Download
M tests/language_strong/generic_methods_recursive_bound_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/generic_methods_simple_as_expression_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/get_set_syntax_test.dart View 1 chunk +14 lines, -14 lines 0 comments Download
M tests/language_strong/getter_no_setter2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/getter_no_setter_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/getter_override2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/getter_override_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/getter_parameters_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/getters_setters2_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/getters_setters_type_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/hidden_import_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/identical_const_test.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M tests/language_strong/if_null_assignment_behavior_test.dart View 3 chunks +46 lines, -46 lines 0 comments Download
M tests/language_strong/if_null_assignment_static_test.dart View 2 chunks +42 lines, -42 lines 0 comments Download
M tests/language_strong/if_null_behavior_test.dart View 1 chunk +16 lines, -16 lines 0 comments Download
M tests/language_strong/if_null_evaluation_order_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/if_null_precedence_test.dart View 1 chunk +12 lines, -12 lines 0 comments Download
M tests/language_strong/illegal_declaration_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/illegal_initializer_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/illegal_invocation_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/implicit_this_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/import_combinators_part.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/import_private_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/import_self_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language_strong/inferrer_constructor5_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/instanceof4_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/instantiate_type_variable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/interface_cycle_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/interface_inherit_field_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/interface_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/internal_library_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/is_malformed_type_test.dart View 7 chunks +12 lines, -12 lines 0 comments Download
M tests/language_strong/issue1363_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/issue15606_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/issue18628_1_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/issue18628_2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/issue_22780_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/keyword_type_expression_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/least_upper_bound_expansive_test.dart View 2 chunks +12 lines, -12 lines 0 comments Download
M tests/language_strong/least_upper_bound_test.dart View 3 chunks +32 lines, -32 lines 0 comments Download
M tests/language_strong/library_ambiguous_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/language_strong/list_literal1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/list_literal_syntax_test.dart View 1 chunk +11 lines, -11 lines 0 comments Download
M tests/language_strong/literal_unary_plus_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/main_not_a_function_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/main_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/language_strong/malbounded_instantiation_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/malbounded_redirecting_factory2_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/malbounded_redirecting_factory_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/language_strong/malbounded_type_cast2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/malbounded_type_cast_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/malbounded_type_test2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/malbounded_type_test_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/malformed2_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/language_strong/malformed_bound_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/malformed_inheritance_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language_strong/malformed_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/language_strong/map_literal1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/map_literal3_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/metadata_scope1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/metadata_scope2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/method_override2_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/method_override3_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/method_override7_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/method_override8_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/missing_const_constructor_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/missing_part_of_tag_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/mixin_black_listed_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/language_strong/mixin_cyclic_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/mixin_forwarding_constructor4_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/mixin_illegal_constructor_test.dart View 1 chunk +29 lines, -29 lines 0 comments Download
M tests/language_strong/mixin_illegal_cycles_test.dart View 1 chunk +22 lines, -22 lines 0 comments Download
M tests/language_strong/mixin_illegal_object_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/mixin_illegal_super_use_test.dart View 3 chunks +11 lines, -11 lines 0 comments Download
M tests/language_strong/mixin_illegal_superclass_test.dart View 1 chunk +60 lines, -60 lines 0 comments Download
M tests/language_strong/mixin_illegal_syntax_test.dart View 1 chunk +28 lines, -28 lines 0 comments Download
M tests/language_strong/mixin_invalid_bound2_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M tests/language_strong/mixin_invalid_bound_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language_strong/mixin_invalid_inheritance1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/mixin_invalid_inheritance2_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/mixin_super_bound2_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/language_strong/mixin_super_constructor_named_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language_strong/mixin_super_constructor_positionals_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/mixin_type_parameters_errors_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/mixin_type_variable_test.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M tests/language_strong/multiline_newline_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/language_strong/named_constructor_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language_strong/named_parameters2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/named_parameters_aggregated_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/named_parameters_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language_strong/named_parameters_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/new_expression_type_args_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/new_prefix_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/no_main_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/no_such_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/not_enough_positional_arguments_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/null_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/number_identifier_test.dart View 2 chunks +14 lines, -14 lines 0 comments Download
M tests/language_strong/optional_named_parameters_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/language_strong/override_field_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/override_inheritance_abstract_test.dart View 1 chunk +47 lines, -47 lines 0 comments Download
M tests/language_strong/override_inheritance_field_test.dart View 1 chunk +94 lines, -94 lines 0 comments Download
M tests/language_strong/override_inheritance_generic_test.dart View 1 chunk +43 lines, -43 lines 0 comments Download
M tests/language_strong/override_inheritance_method_test.dart View 1 chunk +71 lines, -71 lines 0 comments Download
M tests/language_strong/override_inheritance_mixed_test.dart View 1 chunk +21 lines, -21 lines 0 comments Download
M tests/language_strong/override_inheritance_no_such_method_test.dart View 1 chunk +23 lines, -23 lines 0 comments Download
M tests/language_strong/override_method_with_field_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/parameter_default_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/parameter_metadata_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/positional_parameters_type_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/prefix22_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/prefix23_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/prefix_assignment_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/prefix_identifier_reference_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/prefix_unqualified_invocation_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/private_access_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M tests/language_strong/proxy2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/proxy3_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/proxy_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/redirecting_factory_default_values_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/redirecting_factory_infinite_steps_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/redirecting_factory_malbounded_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/ref_before_declaration_test.dart View 4 chunks +10 lines, -10 lines 0 comments Download
M tests/language_strong/regress_19413_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/regress_20394_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/regress_21793_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/regress_21912_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/regress_22936_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/regress_22976_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/regress_23038_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/regress_23051_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/regress_23500_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/reify_typevar_static_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/rewrite_implicit_this_test.dart View 4 chunks +25 lines, -25 lines 0 comments Download
M tests/language_strong/scope_variable_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/setter3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/setter_no_getter_call_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/setter_no_getter_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/setter_override2_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/setter_override_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/stacktrace_rethrow_error_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/static_field3_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/static_field_test.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/language_strong/static_final_field2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/static_getter_no_setter1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/static_getter_no_setter2_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language_strong/static_getter_no_setter3_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/static_parameter_test.dart View 1 chunk +24 lines, -24 lines 0 comments Download
M tests/language_strong/static_setter_get_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/static_top_level_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/string_interpolation9_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/language_strong/string_interpolation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/substring_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/super_bound_closure_test.dart View 2 chunks +26 lines, -26 lines 0 comments Download
M tests/language_strong/super_call3_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/super_conditional_operator_test.dart View 1 chunk +18 lines, -18 lines 0 comments Download
M tests/language_strong/super_operator_index_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/super_setter_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/switch_bad_case_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/switch_case_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/symbol_literal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/sync_generator1_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language_strong/sync_generator2_test.dart View 2 chunks +23 lines, -23 lines 0 comments Download
M tests/language_strong/sync_generator3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/syncstar_yield_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/language_strong/syntax_test.dart View 4 chunks +70 lines, -70 lines 0 comments Download
M tests/language_strong/this_conditional_operator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/this_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/language_strong/top_level_getter_no_setter1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/top_level_getter_no_setter2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/toplevel_collision1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/toplevel_collision2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/try_catch4_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/language_strong/try_catch5_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/try_catch_on_syntax_test.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M tests/language_strong/try_catch_syntax_test.dart View 1 chunk +17 lines, -17 lines 0 comments Download
M tests/language_strong/try_catch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/type_check_const_function_typedef2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/type_literal_prefix_call_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/type_parameter_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/type_promotion_assign_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language_strong/type_promotion_closure_test.dart View 13 chunks +16 lines, -16 lines 0 comments Download
M tests/language_strong/type_promotion_functions_test.dart View 4 chunks +14 lines, -14 lines 0 comments Download
M tests/language_strong/type_promotion_local_test.dart View 1 chunk +41 lines, -41 lines 0 comments Download
M tests/language_strong/type_promotion_logical_and_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language_strong/type_promotion_more_specific_test.dart View 2 chunks +13 lines, -13 lines 0 comments Download
M tests/language_strong/type_promotion_multiple_test.dart View 1 chunk +22 lines, -22 lines 0 comments Download
M tests/language_strong/type_promotion_parameter_test.dart View 1 chunk +55 lines, -55 lines 0 comments Download
M tests/language_strong/type_variable_bounds2_test.dart View 3 chunks +14 lines, -14 lines 0 comments Download
M tests/language_strong/type_variable_bounds3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/type_variable_bounds4_test.dart View 3 chunks +11 lines, -11 lines 0 comments Download
M tests/language_strong/type_variable_bounds_test.dart View 4 chunks +11 lines, -11 lines 0 comments Download
M tests/language_strong/type_variable_conflict2_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/language_strong/type_variable_conflict_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/language_strong/type_variable_scope3_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/type_variable_scope_test.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M tests/language_strong/typevariable_substitution2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/unbalanced_brace_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/unresolved_default_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language_strong/unsigned_right_shift_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language_strong/unsupported_operators_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language_strong/variable_declaration_metadata_test.dart View 4 chunks +16 lines, -16 lines 0 comments Download
M tests/language_strong/wrong_number_type_arguments_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/lib/async/future_or_bad_type_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/lib/async/future_or_only_in_async_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/async/future_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib/async/print_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/async/run_zoned6_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib/async/run_zoned9_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib/convert/base64_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/mirrors/abstract_class_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/lib/mirrors/circular_factory_redirection_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/lib/mirrors/class_declarations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/constructor_kinds_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/lib/mirrors/generic_bounded_by_type_parameter_test.dart View 2 chunks +35 lines, -35 lines 0 comments Download
M tests/lib/mirrors/generic_bounded_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/lib/mirrors/generic_f_bounded_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/mirrors/generic_interface_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/lib/mirrors/generic_superclass_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/lib/mirrors/generics_double_substitution_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/generics_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/get_field_static_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/mirrors/globalized_closures2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/globalized_closures_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/initializing_formals_test.dart View 9 chunks +42 lines, -42 lines 0 comments Download
M tests/lib/mirrors/invocation_fuzz_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/lib/mirrors/invoke_call_through_getter_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/lib/mirrors/invoke_call_through_implicit_getter_previously_accessed_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/lib/mirrors/invoke_named_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/library_declarations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/library_imports_bad_metadata_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/library_metadata2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/list_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/metadata_allowed_values_test.dart View 4 chunks +31 lines, -31 lines 0 comments Download
M tests/lib/mirrors/metadata_constructor_arguments_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/lib/mirrors/metadata_nested_constructor_call_test.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/lib/mirrors/metadata_scope_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/mirror_in_static_init_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/mirrors_nsm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib/mirrors/parameter_is_const_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/parameter_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/raw_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/redirecting_factory_different_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/redirecting_factory_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/lib/mirrors/reflect_class_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/mirrors/reflected_type_classes_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/lib/mirrors/reflected_type_generics_test.dart View 2 chunks +22 lines, -22 lines 0 comments Download
M tests/lib/mirrors/reflected_type_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/lib/mirrors/regress_16321_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/static_metatarget_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib/mirrors/symbol_validation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/syntax_error_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/type_variable_owner_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/mirrors/typedef_reflected_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib/mirrors/variable_is_const_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/convert/base64_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib_strong/html/custom/document_register_basic_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/html/custom/element_upgrade_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/lib_strong/html/js_typed_interop_default_arg_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/lib_strong/mirrors/abstract_class_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/lib_strong/mirrors/circular_factory_redirection_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/lib_strong/mirrors/class_declarations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/constructor_kinds_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/lib_strong/mirrors/generic_bounded_by_type_parameter_test.dart View 2 chunks +35 lines, -35 lines 0 comments Download
M tests/lib_strong/mirrors/generic_bounded_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/lib_strong/mirrors/generic_f_bounded_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib_strong/mirrors/generic_interface_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/lib_strong/mirrors/generic_superclass_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/lib_strong/mirrors/generics_double_substitution_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/generics_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/get_field_static_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib_strong/mirrors/globalized_closures2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/globalized_closures_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/initializing_formals_test.dart View 9 chunks +42 lines, -42 lines 0 comments Download
M tests/lib_strong/mirrors/invocation_fuzz_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/lib_strong/mirrors/invoke_call_through_getter_previously_accessed_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/lib_strong/mirrors/invoke_call_through_getter_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/lib_strong/mirrors/invoke_call_through_implicit_getter_previously_accessed_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/lib_strong/mirrors/invoke_named_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/library_declarations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/library_imports_bad_metadata_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/library_metadata2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/list_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/metadata_allowed_values_test.dart View 4 chunks +31 lines, -31 lines 0 comments Download
M tests/lib_strong/mirrors/metadata_constructor_arguments_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/lib_strong/mirrors/metadata_nested_constructor_call_test.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/lib_strong/mirrors/metadata_scope_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/mirror_in_static_init_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/mirrors_nsm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib_strong/mirrors/parameter_is_const_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/parameter_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/raw_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/redirecting_factory_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/lib_strong/mirrors/reflect_class_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib_strong/mirrors/reflected_type_classes_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/lib_strong/mirrors/reflected_type_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/lib_strong/mirrors/regress_16321_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/static_metatarget_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib_strong/mirrors/symbol_validation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/syntax_error_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/type_variable_owner_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib_strong/mirrors/typedef_reflected_type_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/lib_strong/mirrors/variable_is_const_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/black_listed_test.dart View 1 chunk +24 lines, -24 lines 0 comments Download
M tests/standalone/io/platform_resolved_executable_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/standalone/io/socket_ipv6_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/standalone/packages_file_test.dart View 2 chunks +15 lines, -15 lines 0 comments Download
M tools/testing/dart/multitest.dart View 8 chunks +28 lines, -22 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 14 chunks +29 lines, -28 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Jacob
3 years, 9 months ago (2017-03-21 00:33:42 UTC) #2
Emily Fortuna
lgtm https://codereview.chromium.org/2765693002/diff/1/pkg/dev_compiler/test/multitest.dart File pkg/dev_compiler/test/multitest.dart (right): https://codereview.chromium.org/2765693002/diff/1/pkg/dev_compiler/test/multitest.dart#newcode19 pkg/dev_compiler/test/multitest.dart:19: // Handle both //# and the legacy /// ...
3 years, 9 months ago (2017-03-21 00:49:06 UTC) #4
Jacob
I'll send a followup CL removing // https://codereview.chromium.org/2765693002/diff/1/tests/compiler/dart2js_extra/23486_test.dart File tests/compiler/dart2js_extra/23486_test.dart (right): https://codereview.chromium.org/2765693002/diff/1/tests/compiler/dart2js_extra/23486_test.dart#newcode34 tests/compiler/dart2js_extra/23486_test.dart:34: Expect.throws(new A().m); ...
3 years, 9 months ago (2017-03-21 00:58:19 UTC) #5
Jacob
3 years, 9 months ago (2017-03-21 19:39:36 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
3c7353d9877173fa290b8f5e5b4a9aa231ee5111 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698