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

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

Issue 2905223002: Cherry-picks of multiple html CLs
Patch Set: Created 3 years, 6 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 import 'package:path/path.dart' as path; 2 import 'package:path/path.dart' as path;
3 3
4 /// The set of tests that are not yet strong mode safe. 4 /// The set of tests that are not yet strong mode safe.
5 final notYetStrongTests = new HashSet<String>.from([ 5 final notYetStrongTests = new HashSet<String>.from([
6 'language/abstract_exact_selector_test_01_multi', 6 'language/abstract_exact_selector_test_01_multi',
7 'language/abstract_factory_constructor_test_00_multi', 7 'language/abstract_factory_constructor_test_00_multi',
8 'language/abstract_getter_test_01_multi', 8 'language/abstract_getter_test_01_multi',
9 'language/abstract_runtime_error_test_01_multi', 9 'language/abstract_runtime_error_test_01_multi',
10 'language/abstract_runtime_error_test_02_multi', 10 'language/abstract_runtime_error_test_02_multi',
(...skipping 2384 matching lines...) Expand 10 before | Expand all | Expand 10 after
2395 'lib/convert/chunked_conversion_utf84_test', 2395 'lib/convert/chunked_conversion_utf84_test',
2396 'lib/convert/chunked_conversion_utf88_test', 2396 'lib/convert/chunked_conversion_utf88_test',
2397 'lib/convert/chunked_conversion_utf8_test', 2397 'lib/convert/chunked_conversion_utf8_test',
2398 'lib/convert/line_splitter_test', 2398 'lib/convert/line_splitter_test',
2399 'lib/html/cross_frame_test', 2399 'lib/html/cross_frame_test',
2400 'lib/html/custom/constructor_calls_created_synchronously_test', 2400 'lib/html/custom/constructor_calls_created_synchronously_test',
2401 'lib/html/custom/created_callback_test', 2401 'lib/html/custom/created_callback_test',
2402 'lib/html/custom/document_register_basic_test', 2402 'lib/html/custom/document_register_basic_test',
2403 'lib/html/custom/document_register_type_extensions_test', 2403 'lib/html/custom/document_register_type_extensions_test',
2404 'lib/html/custom/element_upgrade_test', 2404 'lib/html/custom/element_upgrade_test',
2405 'lib/html/element_dimensions_test',
2406 'lib/html/element_test', 2405 'lib/html/element_test',
2407 'lib/html/events_test', 2406 'lib/html/events_test',
2408 'lib/html/fileapi_test', 2407 'lib/html/fileapi_test',
2409 'lib/html/filereader_test', 2408 'lib/html/filereader_test',
2410 'lib/html/fontface_loaded_test', 2409 'lib/html/fontface_loaded_test',
2411 'lib/html/js_function_getter_trust_types_test', 2410 'lib/html/js_function_getter_trust_types_test',
2412 'lib/html/js_typed_interop_side_cast_exp_test', 2411 'lib/html/js_typed_interop_side_cast_exp_test',
2413 'lib/html/js_typed_interop_side_cast_test', 2412 'lib/html/js_typed_interop_side_cast_test',
2414 'lib/html/keyboard_event_test', 2413 'lib/html/keyboard_event_test',
2415 'lib/html/mutationobserver_test', 2414 'lib/html/mutationobserver_test',
2416 'lib/html/postmessage_structured_test', 2415 'lib/html/postmessage_structured_test',
2417 'lib/html/resource_http_test', 2416 'lib/html/resource_http_test',
2418 'lib/html/transferables_test', 2417 'lib/html/transferables_test',
2419 'lib/html/webgl_1_test', 2418 'lib/html/webgl_1_test',
2420 'lib/html/wrapping_collections_test', 2419 'lib/html/wrapping_collections_test',
2421 // TODO(jmesserly): these are both under "dart:html" as well. 2420 // TODO(jmesserly): these are both under "dart:html" as well.
2422 'js_test', 2421 'js_test',
2423 'js_util_test' 2422 'js_util_test'
2424 ].map((p) => p.replaceAll('/', path.separator))); 2423 ].map((p) => p.replaceAll('/', path.separator)));
OLDNEW
« no previous file with comments | « pkg/dev_compiler/test/browser/language_tests.js ('k') | pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698