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

Issue 1945153002: Add corelib tests (Closed)

Created:
4 years, 7 months ago by sra1
Modified:
4 years, 7 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add corelib tests 99 have compile errors 265 generate code 94 fail We will triage after updating the sdk. R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/4c6c67352f090c36dec1304c056ff75c96de0749

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : remove *_multi.dart #

Patch Set 4 : error_test and range_error_test now pass #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38975 lines, -206 lines) Patch
M karma.conf.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/browser/language_tests.js View 1 2 3 1 chunk +95 lines, -0 lines 0 comments Download
A test/codegen/corelib/apply2_test.dart View 1 2 3 1 chunk +96 lines, -0 lines 0 comments Download
A test/codegen/corelib/apply3_test.dart View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A test/codegen/corelib/apply4_test.dart View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A test/codegen/corelib/apply_test.dart View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A test/codegen/corelib/big_integer_arith_vm_test.dart View 1 2 3 1 chunk +443 lines, -0 lines 0 comments Download
A test/codegen/corelib/big_integer_huge_mul_vm_test.dart View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A test/codegen/corelib/big_integer_parsed_arith_vm_test.dart View 1 2 3 1 chunk +596 lines, -0 lines 0 comments Download
A test/codegen/corelib/big_integer_parsed_div_rem_vm_test.dart View 1 2 3 1 chunk +110 lines, -0 lines 0 comments Download
A test/codegen/corelib/big_integer_parsed_mul_div_vm_test.dart View 1 2 3 1 chunk +805 lines, -0 lines 0 comments Download
A test/codegen/corelib/bit_twiddling_bigint_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/bit_twiddling_test.dart View 1 2 3 1 chunk +175 lines, -0 lines 0 comments Download
A test/codegen/corelib/bool_from_environment2_test.dart View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A test/codegen/corelib/bool_from_environment_test.dart View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A + test/codegen/corelib/bool_hashcode_test.dart View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download
A test/codegen/corelib/collection_from_test.dart View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A test/codegen/corelib/collection_length_test.dart View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A test/codegen/corelib/collection_removes_test.dart View 1 2 3 1 chunk +123 lines, -0 lines 0 comments Download
A test/codegen/corelib/collection_test.dart View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/codegen/corelib/collection_to_string_test.dart View 1 2 3 1 chunk +365 lines, -0 lines 0 comments Download
A test/codegen/corelib/compare_to2_test.dart View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A test/codegen/corelib/compare_to_test.dart View 1 2 3 1 chunk +136 lines, -0 lines 0 comments Download
A test/codegen/corelib/const_list_literal_test.dart View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A test/codegen/corelib/const_list_remove_range_test.dart View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A test/codegen/corelib/const_list_set_range_test.dart View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A test/codegen/corelib/core_runtime_types_test.dart View 1 2 3 1 chunk +287 lines, -0 lines 0 comments Download
A test/codegen/corelib/corelib.status View 1 2 3 1 chunk +213 lines, -0 lines 0 comments Download
A test/codegen/corelib/data_resource_test.dart View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A test/codegen/corelib/data_uri_test.dart View 1 2 3 1 chunk +252 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time2_test.dart View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A + test/codegen/corelib/date_time3_test.dart View 1 2 3 1 chunk +5 lines, -9 lines 0 comments Download
A test/codegen/corelib/date_time4_test.dart View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time5_test.dart View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time6_test.dart View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time7_test.dart View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time8_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time9_test.dart View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time_parse_test.dart View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A test/codegen/corelib/date_time_test.dart View 1 2 3 1 chunk +1344 lines, -0 lines 0 comments Download
A + test/codegen/corelib/double_ceil2_test.dart View 1 2 3 1 chunk +5 lines, -12 lines 0 comments Download
A test/codegen/corelib/double_ceil_test.dart View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_ceil_to_double_test.dart View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_compare_test.dart View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A + test/codegen/corelib/double_floor2_test.dart View 1 2 3 1 chunk +5 lines, -12 lines 0 comments Download
A test/codegen/corelib/double_floor_test.dart View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_floor_to_double_test.dart View 1 2 3 1 chunk +85 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_parse_test.dart View 1 2 3 1 chunk +1160 lines, -0 lines 0 comments Download
A + test/codegen/corelib/double_round2_test.dart View 1 2 3 1 chunk +5 lines, -12 lines 0 comments Download
A + test/codegen/corelib/double_round3_test.dart View 1 2 3 1 chunk +5 lines, -7 lines 0 comments Download
A test/codegen/corelib/double_round4_test.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_round_test.dart View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_round_to_double2_test.dart View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_round_to_double3_test.dart View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_round_to_double_test.dart View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A + test/codegen/corelib/double_truncate2_test.dart View 1 2 3 1 chunk +5 lines, -12 lines 0 comments Download
A test/codegen/corelib/double_truncate_test.dart View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A test/codegen/corelib/double_truncate_to_double_test.dart View 1 2 3 1 chunk +85 lines, -0 lines 0 comments Download
A test/codegen/corelib/duration2_test.dart View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A test/codegen/corelib/duration_big_num_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/corelib/duration_double_multiplication_test.dart View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A test/codegen/corelib/duration_test.dart View 1 2 3 1 chunk +280 lines, -0 lines 0 comments Download
A test/codegen/corelib/error_stack_trace1_test.dart View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A test/codegen/corelib/error_stack_trace2_test.dart View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A test/codegen/corelib/error_stack_trace_test.dart View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A test/codegen/corelib/errors_test.dart View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A + test/codegen/corelib/exception_implementation_test.dart View 1 2 3 1 chunk +8 lines, -17 lines 0 comments Download
A test/codegen/corelib/expando_test.dart View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
A test/codegen/corelib/expression_test.dart View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
A test/codegen/corelib/file_resource_test.dart View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A test/codegen/corelib/for_in_test.dart View 1 2 3 1 chunk +96 lines, -0 lines 0 comments Download
A test/codegen/corelib/format_exception_test.dart View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A test/codegen/corelib/from_environment_const_type_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/codegen/corelib/from_environment_const_type_undefined_test.dart View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/codegen/corelib/growable_list_test.dart View 1 2 3 1 chunk +182 lines, -0 lines 0 comments Download
A test/codegen/corelib/has_next_iterator_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A test/codegen/corelib/hash_map2_test.dart View 1 2 3 1 chunk +293 lines, -0 lines 0 comments Download
A test/codegen/corelib/hash_map_test.dart View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A test/codegen/corelib/hash_set_test.dart View 1 2 3 1 chunk +349 lines, -0 lines 0 comments Download
A test/codegen/corelib/hash_set_type_check_test.dart View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A test/codegen/corelib/hashcode_boxed_test.dart View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A test/codegen/corelib/hashcode_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/hidden_library2_test.dart View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A test/codegen/corelib/http_resource_test.dart View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A test/codegen/corelib/indexed_list_access_test.dart View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_ceil_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_ceil_to_double_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_floor_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_floor_to_double_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_from_environment2_test.dart View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_from_environment3_test.dart View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_from_environment_test.dart View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_modulo_arith_test.dart View 1 2 3 1 chunk +210 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_parse_radix_test.dart View 1 2 3 1 chunk +145 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_round_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_round_to_double_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_to_int_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_truncate_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/int_truncate_to_double_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/codegen/corelib/integer_to_radix_string_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/integer_to_string_test.dart View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
A test/codegen/corelib/is_operator_basic_types_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_contains2_test.dart View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_contains_test.dart View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_element_at_test.dart View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_empty_test.dart View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_expand_test.dart View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_first_test.dart View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_first_where_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_fold_test.dart View 1 2 3 1 chunk +149 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_generate_test.dart View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_join_test.dart View 1 2 3 1 chunk +142 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_last_test.dart View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_last_where_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_length_test.dart View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_mapping_test.dart View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_reduce_test.dart View 1 2 3 1 chunk +151 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_return_type_test.dart View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_single_test.dart View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_single_where_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_skip_test.dart View 1 2 3 1 chunk +259 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_skip_while_test.dart View 1 2 3 1 chunk +148 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_take_test.dart View 1 2 3 1 chunk +229 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_take_while_test.dart View 1 2 3 1 chunk +132 lines, -0 lines 0 comments Download
A + test/codegen/corelib/iterable_test.dart View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
A test/codegen/corelib/iterable_to_list_test.dart View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_to_set_test.dart View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A test/codegen/corelib/iterable_tostring_test.dart View 1 2 3 1 chunk +106 lines, -0 lines 0 comments Download
A test/codegen/corelib/json_map_test.dart View 1 2 3 1 chunk +346 lines, -0 lines 0 comments Download
A test/codegen/corelib/linked_hash_map_from_iterable_test.dart View 1 2 3 1 chunk +117 lines, -0 lines 0 comments Download
A test/codegen/corelib/linked_hash_map_from_iterables_test.dart View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A test/codegen/corelib/linked_hash_map_test.dart View 1 2 3 1 chunk +116 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_as_map_test.dart View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_contains_argument_order_test.dart View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_fill_range_test.dart View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A + test/codegen/corelib/list_filled_type_argument_test.dart View 1 2 3 1 chunk +7 lines, -6 lines 0 comments Download
A + test/codegen/corelib/list_first_test.dart View 1 2 3 1 chunk +11 lines, -8 lines 0 comments Download
A test/codegen/corelib/list_fixed_test.dart View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_for_each_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_get_range_test.dart View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_growable_test.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_index_of2_test.dart View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_index_of_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_insert_all_test.dart View 1 2 3 1 chunk +84 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_insert_test.dart View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_iterators_test.dart View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A + test/codegen/corelib/list_last_test.dart View 1 2 3 1 chunk +11 lines, -8 lines 0 comments Download
A + test/codegen/corelib/list_literal_is_growable_test.dart View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
A test/codegen/corelib/list_literal_test.dart View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_map_test.dart View 1 2 3 1 chunk +164 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_remove_range_test.dart View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_removeat_test.dart View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_replace_range_test.dart View 1 2 3 1 chunk +117 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_reversed_test.dart View 1 2 3 1 chunk +137 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_set_all_test.dart View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_set_range_test.dart View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_sort_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_sublist_test.dart View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_test.dart View 1 2 3 1 chunk +591 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_to_string2_test.dart View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_to_string_test.dart View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A test/codegen/corelib/list_unmodifiable_test.dart View 1 2 3 1 chunk +245 lines, -0 lines 0 comments Download
A + test/codegen/corelib/main_test.dart View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
A test/codegen/corelib/map_contains_key_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_contains_value_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_from_iterable_test.dart View 1 2 3 1 chunk +112 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_from_iterables_test.dart View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_from_test.dart View 1 2 3 1 chunk +94 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_index_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_keys2_test.dart View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_keys_test.dart View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_remove_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_test.dart View 1 2 3 1 chunk +965 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_to_string_test.dart View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_values2_test.dart View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_values3_test.dart View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_values4_test.dart View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A test/codegen/corelib/map_values_test.dart View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A test/codegen/corelib/maps_test.dart View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
A test/codegen/corelib/nan_infinity_test.dart View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A test/codegen/corelib/null_nosuchmethod_test.dart View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A test/codegen/corelib/null_test.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/codegen/corelib/num_clamp_test.dart View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A test/codegen/corelib/num_parse_test.dart View 1 2 3 1 chunk +235 lines, -0 lines 0 comments Download
A test/codegen/corelib/num_sign_test.dart View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
A test/codegen/corelib/package_resource_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A + test/codegen/corelib/print_test.dart View 1 2 3 1 chunk +12 lines, -5 lines 0 comments Download
A test/codegen/corelib/queue_first_test.dart View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A test/codegen/corelib/queue_iterator_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/queue_last_test.dart View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A test/codegen/corelib/queue_single_test.dart View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A test/codegen/corelib/queue_test.dart View 1 2 3 1 chunk +478 lines, -0 lines 0 comments Download
A test/codegen/corelib/range_error_test.dart View 1 2 3 1 chunk +94 lines, -0 lines 0 comments Download
A test/codegen/corelib/reg_exp1_test.dart View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A test/codegen/corelib/reg_exp4_test.dart View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A test/codegen/corelib/reg_exp5_test.dart View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A test/codegen/corelib/reg_exp_all_matches_test.dart View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
A + test/codegen/corelib/reg_exp_first_match_test.dart View 1 2 3 1 chunk +5 lines, -11 lines 0 comments Download
A test/codegen/corelib/reg_exp_group_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/corelib/reg_exp_groups_test.dart View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A + test/codegen/corelib/reg_exp_has_match_test.dart View 1 2 3 1 chunk +6 lines, -8 lines 0 comments Download
A test/codegen/corelib/reg_exp_pattern_test.dart View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A test/codegen/corelib/reg_exp_start_end_test.dart View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A + test/codegen/corelib/reg_exp_string_match_test.dart View 1 2 3 1 chunk +5 lines, -11 lines 0 comments Download
A test/codegen/corelib/regexp/UC16_test.dart View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/alternative-length-miscalculation_test.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/alternatives_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/ascii-regexp-subject_test.dart View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/assertion_test.dart View 1 2 3 1 chunk +115 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/backreferences_test.dart View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/bol-with-multiline_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/bol_test.dart View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/capture-3_test.dart View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/capture_test.dart View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/captures_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/char-insensitive_test.dart View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/character-match-out-of-order_test.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/compile-crash_test.dart View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/compile_test.dart View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/constructor_test.dart View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/default_arguments_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/dotstar_test.dart View 1 2 3 1 chunk +165 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/early-acid3-86_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/ecma-regex-examples_test.dart View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/extended-characters-match_test.dart View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/extended-characters-more_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/find-first-asserted_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/global_test.dart View 1 2 3 1 chunk +189 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/indexof_test.dart View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/invalid-range-in-class_test.dart View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
A + test/codegen/corelib/regexp/issue_19193_test.dart View 1 2 3 1 chunk +4 lines, -12 lines 0 comments Download
A test/codegen/corelib/regexp/lastindex_test.dart View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/look-ahead_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/lookahead_test.dart View 1 2 3 1 chunk +165 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/loop-capture_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/malformed-escapes_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/many-brackets_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/multiline_test.dart View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/negative-special-characters_test.dart View 1 2 3 1 chunk +95 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/no-extensions_test.dart View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/non-bmp_test.dart View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/non-capturing-backtracking_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/non-capturing-groups_test.dart View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/non-character_test.dart View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/non-greedy-parentheses_test.dart View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/norepeat_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/overflow_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/parentheses_test.dart View 1 2 3 1 chunk +288 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/pcre-test-4_test.dart View 1 2 3 1 chunk +1027 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/pcre_test.dart View 1 2 3 1 chunk +6599 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/quantified-assertions_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/range-bound-ffff_test.dart View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/range-out-of-order_test.dart View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/ranges-and-escaped-hyphens_test.dart View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/regexp_kde_test.dart View 1 2 3 1 chunk +89 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/regexp_test.dart View 1 2 3 1 chunk +594 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/regress-6-9-regexp_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/regress-regexp-codeflush_test.dart View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/regress-regexp-construct-result_test.dart View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/repeat-match-waldemar_test.dart View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/results-cache_test.dart View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/stack-overflow2_test.dart View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/stack-overflow_test.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/standalones_test.dart View 1 2 3 1 chunk +84 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/toString_test.dart View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/unicode-handling_test.dart View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/unicodeCaseInsensitive_test.dart View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/v8_regexp_utils.dart View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A test/codegen/corelib/regexp/zero-length-alternatives_test.dart View 1 2 3 1 chunk +280 lines, -0 lines 0 comments Download
A test/codegen/corelib/regress_11099_test.dart View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A + test/codegen/corelib/regress_r21715_test.dart View 1 2 3 1 chunk +8 lines, -17 lines 0 comments Download
A test/codegen/corelib/safe_to_string_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_containsAll_test.dart View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_contains_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_intersection_test.dart View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_iterator_test.dart View 1 2 3 1 chunk +142 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_removeAll_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_remove_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_retainAll_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_test.dart View 1 2 3 1 chunk +527 lines, -0 lines 0 comments Download
A test/codegen/corelib/set_to_string_test.dart View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/codegen/corelib/shuffle_test.dart View 1 2 3 1 chunk +126 lines, -0 lines 0 comments Download
A test/codegen/corelib/sort_helper.dart View 1 2 3 1 chunk +152 lines, -0 lines 0 comments Download
A test/codegen/corelib/sort_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/codegen/corelib/splay_tree_from_iterable_test.dart View 1 2 3 1 chunk +173 lines, -0 lines 0 comments Download
A test/codegen/corelib/splay_tree_from_iterables_test.dart View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download
A test/codegen/corelib/splay_tree_test.dart View 1 2 3 1 chunk +138 lines, -0 lines 0 comments Download
A test/codegen/corelib/stacktrace_current_test.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/codegen/corelib/stacktrace_fromstring_test.dart View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A test/codegen/corelib/stopwatch2_test.dart View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A test/codegen/corelib/stopwatch_test.dart View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_base_vm_test.dart View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_buffer_test.dart View 1 2 3 1 chunk +236 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_case_test.dart View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_codeunits_test.dart View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A + test/codegen/corelib/string_from_environment2_test.dart View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
A test/codegen/corelib/string_from_environment3_test.dart View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_from_environment_test.dart View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_from_list_test.dart View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_fromcharcode_test.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_fromcharcodes_test.dart View 1 2 3 1 chunk +282 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_operations_with_null_test.dart View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_operations_with_null_test.dart~ View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_pattern_test.dart View 1 2 3 1 chunk +112 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_replace_all_test.dart View 1 2 3 1 chunk +159 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_replace_dollar_test.dart View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_replace_test.dart View 1 2 3 1 chunk +241 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_runes_test.dart View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_source_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_split_test.dart View 1 2 3 1 chunk +136 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_substring_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_test.dart View 1 2 3 1 chunk +494 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_to_lower_case_test.dart View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_trim2_test.dart View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_trim_test.dart View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A test/codegen/corelib/string_trimlr_test.dart View 1 2 3 1 chunk +103 lines, -0 lines 0 comments Download
A test/codegen/corelib/strings_test.dart View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/codegen/corelib/symbol_map_helper.dart View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A test/codegen/corelib/symbol_operator_test.dart View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A test/codegen/corelib/symbol_reserved_word_test.dart View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
A test/codegen/corelib/symbol_test.dart View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A test/codegen/corelib/throw_half_surrogate_pair_test.dart View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A test/codegen/corelib/toInt_test.dart View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A test/codegen/corelib/unicode2_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A + test/codegen/corelib/unicode_test.dart View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download
A + test/codegen/corelib/uri_base_test.dart View 1 2 3 1 chunk +6 lines, -11 lines 0 comments Download
A test/codegen/corelib/uri_file_test.dart View 1 2 3 1 chunk +325 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_http_test.dart View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_ipv4_test.dart View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_ipv6_test.dart View 1 2 3 1 chunk +151 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_normalize_path_test.dart View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_normalize_test.dart View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_parameters_all_test.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_parse_test.dart View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_path_test.dart View 1 2 3 1 chunk +191 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_query_test.dart View 1 2 3 1 chunk +180 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_scheme_test.dart View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/codegen/corelib/uri_test.dart View 1 2 3 1 chunk +638 lines, -0 lines 0 comments Download
M test/codegen_test.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
sra1
4 years, 7 months ago (2016-05-04 17:37:56 UTC) #3
vsm
lgtm
4 years, 7 months ago (2016-05-04 18:04:33 UTC) #4
sra1
4 years, 7 months ago (2016-05-04 18:09:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:30001) manually as
4c6c67352f090c36dec1304c056ff75c96de0749 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698