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

Side by Side Diff: pkg/dev_compiler/test/not_yet_strong_tests.dart

Issue 2771953004: Add patch code for List.filled growable param (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 import 'dart:collection'; 1 import 'dart:collection';
2 2
3 /// The set of tests that are not yet strong mode safe. 3 /// The set of tests that are not yet strong mode safe.
4 final notYetStrongTests = new HashSet<String>.from([ 4 final notYetStrongTests = new HashSet<String>.from([
5 'language/abstract_exact_selector_test_01_multi', 5 'language/abstract_exact_selector_test_01_multi',
6 'language/abstract_factory_constructor_test_00_multi', 6 'language/abstract_factory_constructor_test_00_multi',
7 'language/abstract_getter_test_01_multi', 7 'language/abstract_getter_test_01_multi',
8 'language/abstract_runtime_error_test_01_multi', 8 'language/abstract_runtime_error_test_01_multi',
9 'language/abstract_runtime_error_test_02_multi', 9 'language/abstract_runtime_error_test_02_multi',
10 'language/abstract_runtime_error_test_03_multi', 10 'language/abstract_runtime_error_test_03_multi',
(...skipping 2044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 'corelib/int_from_environment3_test_04_multi', 2055 'corelib/int_from_environment3_test_04_multi',
2056 'corelib/int_from_environment3_test_05_multi', 2056 'corelib/int_from_environment3_test_05_multi',
2057 'corelib/iterable_element_at_test', 2057 'corelib/iterable_element_at_test',
2058 'corelib/iterable_fold_test', 2058 'corelib/iterable_fold_test',
2059 'corelib/iterable_mapping_test', 2059 'corelib/iterable_mapping_test',
2060 'corelib/iterable_reduce_test', 2060 'corelib/iterable_reduce_test',
2061 'corelib/iterable_to_list_test', 2061 'corelib/iterable_to_list_test',
2062 'corelib/iterable_to_set_test', 2062 'corelib/iterable_to_set_test',
2063 'corelib/linked_hash_map_from_iterable_test', 2063 'corelib/linked_hash_map_from_iterable_test',
2064 'corelib/list_contains_argument_order_test', 2064 'corelib/list_contains_argument_order_test',
2065 'corelib/list_filled_type_argument_test',
2066 'corelib/list_index_of2_test', 2065 'corelib/list_index_of2_test',
2067 'corelib/list_test_01_multi',
2068 'corelib/list_test_none_multi',
2069 'corelib/list_unmodifiable_test', 2066 'corelib/list_unmodifiable_test',
2070 'corelib/map_test', 2067 'corelib/map_test',
2071 'corelib/num_clamp_test', 2068 'corelib/num_clamp_test',
2072 'corelib/package_resource_test', 2069 'corelib/package_resource_test',
2073 'corelib/print_test_01_multi', 2070 'corelib/print_test_01_multi',
2074 'corelib/print_test_none_multi', 2071 'corelib/print_test_none_multi',
2075 'corelib/splay_tree_test', 2072 'corelib/splay_tree_test',
2076 'corelib/string_base_vm_test', 2073 'corelib/string_base_vm_test',
2077 'corelib/string_from_environment3_test_01_multi', 2074 'corelib/string_from_environment3_test_01_multi',
2078 'corelib/string_from_environment3_test_02_multi', 2075 'corelib/string_from_environment3_test_02_multi',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 'lib/html/mutationobserver_test', 2415 'lib/html/mutationobserver_test',
2419 'lib/html/postmessage_structured_test', 2416 'lib/html/postmessage_structured_test',
2420 'lib/html/resource_http_test', 2417 'lib/html/resource_http_test',
2421 'lib/html/transferables_test', 2418 'lib/html/transferables_test',
2422 'lib/html/webgl_1_test', 2419 'lib/html/webgl_1_test',
2423 'lib/html/wrapping_collections_test', 2420 'lib/html/wrapping_collections_test',
2424 // TODO(jmesserly): these are both under "dart:html" as well. 2421 // TODO(jmesserly): these are both under "dart:html" as well.
2425 'js_test', 2422 'js_test',
2426 'js_util_test' 2423 'js_util_test'
2427 ]); 2424 ]);
OLDNEW
« no previous file with comments | « pkg/dev_compiler/test/browser/language_tests.js ('k') | pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698