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

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

Issue 2413073002: Start cleaning up the HTML tests. (Closed)
Patch Set: Unfork expect.dart. Created 4 years, 2 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 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 'corelib/regexp/standalones_test', 2420 'corelib/regexp/standalones_test',
2421 'corelib/string_from_environment2_test', 2421 'corelib/string_from_environment2_test',
2422 'corelib/string_from_environment_test', 2422 'corelib/string_from_environment_test',
2423 'corelib/string_from_list_test', 2423 'corelib/string_from_list_test',
2424 'lib/convert/chunked_conversion_json_encode1_test', 2424 'lib/convert/chunked_conversion_json_encode1_test',
2425 'lib/convert/chunked_conversion_utf84_test', 2425 'lib/convert/chunked_conversion_utf84_test',
2426 'lib/convert/chunked_conversion_utf88_test', 2426 'lib/convert/chunked_conversion_utf88_test',
2427 'lib/convert/chunked_conversion_utf8_test', 2427 'lib/convert/chunked_conversion_utf8_test',
2428 'lib/convert/line_splitter_test', 2428 'lib/convert/line_splitter_test',
2429 'lib/html/cross_frame_test', 2429 'lib/html/cross_frame_test',
2430 'lib/html/css_rule_list_test',
2431 'lib/html/custom/constructor_calls_created_synchronously_test',
2432 'lib/html/custom/created_callback_test',
2433 'lib/html/custom/document_register_basic_test',
2434 'lib/html/custom/document_register_type_extensions_test',
2435 'lib/html/custom/element_upgrade_test',
2436 'lib/html/custom_elements_23127_test',
2437 'lib/html/custom_elements_test',
2438 'lib/html/datalistelement_test',
2439 'lib/html/documentfragment_test',
2440 'lib/html/element_add_test',
2441 'lib/html/element_classes_test',
2442 'lib/html/element_test', 2430 'lib/html/element_test',
2443 'lib/html/events_test', 2431 'lib/html/events_test',
2444 'lib/html/fileapi_test', 2432 'lib/html/fileapi_test',
2445 'lib/html/filereader_test', 2433 'lib/html/filereader_test',
2446 'lib/html/fontface_loaded_test', 2434 'lib/html/fontface_loaded_test',
2447 'lib/html/htmlcollection_test',
2448 'lib/html/htmlelement_test',
2449 'lib/html/htmloptionscollection_test',
2450 'lib/html/indexeddb_2_test',
2451 'lib/html/js_function_getter_trust_types_test', 2435 'lib/html/js_function_getter_trust_types_test',
2452 'lib/html/js_test',
2453 'lib/html/js_util_test',
2454 'lib/html/js_typed_interop_side_cast_exp_test', 2436 'lib/html/js_typed_interop_side_cast_exp_test',
2455 'lib/html/js_typed_interop_side_cast_test', 2437 'lib/html/js_typed_interop_side_cast_test',
2456 'lib/html/keyboard_event_test', 2438 'lib/html/keyboard_event_test',
2457 'lib/html/localstorage_test', 2439 'lib/html/localstorage_test',
2458 'lib/html/mutationobserver_test', 2440 'lib/html/mutationobserver_test',
2459 'lib/html/node_test', 2441 'lib/html/node_test',
2460 'lib/html/node_validator_important_if_you_suppress_make_the_bug_critical_test' , 2442 'lib/html/node_validator_important_if_you_suppress_make_the_bug_critical_test' ,
2461 'lib/html/postmessage_structured_test', 2443 'lib/html/postmessage_structured_test',
2462 'lib/html/queryall_test', 2444 'lib/html/queryall_test',
2463 'lib/html/resource_http_test', 2445 'lib/html/resource_http_test',
2464 'lib/html/selectelement_test', 2446 'lib/html/selectelement_test',
2465 'lib/html/track_element_constructor_test', 2447 'lib/html/track_element_constructor_test',
2466 'lib/html/transferables_test', 2448 'lib/html/transferables_test',
2467 'lib/html/typed_arrays_range_checks_test', 2449 'lib/html/typed_arrays_range_checks_test',
2468 'lib/html/typing_test', 2450 'lib/html/typing_test',
2469 'lib/html/unknownelement_test', 2451 'lib/html/unknownelement_test',
2470 'lib/html/webgl_1_test', 2452 'lib/html/webgl_1_test',
2471 'lib/html/window_nosuchmethod_test', 2453 'lib/html/window_nosuchmethod_test',
2472 'lib/html/wrapping_collections_test', 2454 'lib/html/wrapping_collections_test',
2473 // TODO(jmesserly): these are both under "dart:html" as well. 2455 // TODO(jmesserly): these are both under "dart:html" as well.
2474 'js_test', 2456 'js_test',
2475 'js_util_test' 2457 'js_util_test'
2476 ]); 2458 ]);
OLDNEW
« no previous file with comments | « pkg/dev_compiler/test/codegen_expected/minitest.js ('k') | pkg/dev_compiler/tool/build_test_pkgs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698