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

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

Issue 2761633002: Infer fields/getters/setters types according to the new top-level inference rules. (Closed)
Patch Set: 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
« no previous file with comments | « pkg/analyzer/test/src/task/strong_mode_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after
2398 'lib/convert/chunked_conversion_utf84_test', 2398 'lib/convert/chunked_conversion_utf84_test',
2399 'lib/convert/chunked_conversion_utf88_test', 2399 'lib/convert/chunked_conversion_utf88_test',
2400 'lib/convert/chunked_conversion_utf8_test', 2400 'lib/convert/chunked_conversion_utf8_test',
2401 'lib/convert/line_splitter_test', 2401 'lib/convert/line_splitter_test',
2402 'lib/html/cross_frame_test', 2402 'lib/html/cross_frame_test',
2403 'lib/html/custom/constructor_calls_created_synchronously_test', 2403 'lib/html/custom/constructor_calls_created_synchronously_test',
2404 'lib/html/custom/created_callback_test', 2404 'lib/html/custom/created_callback_test',
2405 'lib/html/custom/document_register_basic_test', 2405 'lib/html/custom/document_register_basic_test',
2406 'lib/html/custom/document_register_type_extensions_test', 2406 'lib/html/custom/document_register_type_extensions_test',
2407 'lib/html/custom/element_upgrade_test', 2407 'lib/html/custom/element_upgrade_test',
2408 'lib/html/element_dimensions_test',
2408 'lib/html/element_test', 2409 'lib/html/element_test',
2409 'lib/html/events_test', 2410 'lib/html/events_test',
2410 'lib/html/fileapi_test', 2411 'lib/html/fileapi_test',
2411 'lib/html/filereader_test', 2412 'lib/html/filereader_test',
2412 'lib/html/fontface_loaded_test', 2413 'lib/html/fontface_loaded_test',
2413 'lib/html/js_function_getter_trust_types_test', 2414 'lib/html/js_function_getter_trust_types_test',
2414 'lib/html/js_typed_interop_side_cast_exp_test', 2415 'lib/html/js_typed_interop_side_cast_exp_test',
2415 'lib/html/js_typed_interop_side_cast_test', 2416 'lib/html/js_typed_interop_side_cast_test',
2416 'lib/html/keyboard_event_test', 2417 'lib/html/keyboard_event_test',
2417 'lib/html/mutationobserver_test', 2418 'lib/html/mutationobserver_test',
2418 'lib/html/postmessage_structured_test', 2419 'lib/html/postmessage_structured_test',
2419 'lib/html/resource_http_test', 2420 'lib/html/resource_http_test',
2420 'lib/html/transferables_test', 2421 'lib/html/transferables_test',
2421 'lib/html/webgl_1_test', 2422 'lib/html/webgl_1_test',
2422 'lib/html/wrapping_collections_test', 2423 'lib/html/wrapping_collections_test',
2423 // TODO(jmesserly): these are both under "dart:html" as well. 2424 // TODO(jmesserly): these are both under "dart:html" as well.
2424 'js_test', 2425 'js_test',
2425 'js_util_test' 2426 'js_util_test'
2426 ]); 2427 ]);
OLDNEW
« no previous file with comments | « pkg/analyzer/test/src/task/strong_mode_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698