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

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

Issue 2419863002: Remove uses of unittest in the HTML tests where possible. (Closed)
Patch Set: Remove TODO. 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 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 'lib/html/cross_frame_test', 2429 'lib/html/cross_frame_test',
2430 'lib/html/element_test', 2430 'lib/html/element_test',
2431 'lib/html/events_test', 2431 'lib/html/events_test',
2432 'lib/html/fileapi_test', 2432 'lib/html/fileapi_test',
2433 'lib/html/filereader_test', 2433 'lib/html/filereader_test',
2434 'lib/html/fontface_loaded_test', 2434 'lib/html/fontface_loaded_test',
2435 'lib/html/js_function_getter_trust_types_test', 2435 'lib/html/js_function_getter_trust_types_test',
2436 'lib/html/js_typed_interop_side_cast_exp_test', 2436 'lib/html/js_typed_interop_side_cast_exp_test',
2437 'lib/html/js_typed_interop_side_cast_test', 2437 'lib/html/js_typed_interop_side_cast_test',
2438 'lib/html/keyboard_event_test', 2438 'lib/html/keyboard_event_test',
2439 'lib/html/localstorage_test',
2440 'lib/html/mutationobserver_test', 2439 'lib/html/mutationobserver_test',
2441 'lib/html/node_test',
2442 'lib/html/node_validator_important_if_you_suppress_make_the_bug_critical_test' ,
2443 'lib/html/postmessage_structured_test', 2440 'lib/html/postmessage_structured_test',
2444 'lib/html/queryall_test',
2445 'lib/html/resource_http_test', 2441 'lib/html/resource_http_test',
2446 'lib/html/selectelement_test',
2447 'lib/html/track_element_constructor_test',
2448 'lib/html/transferables_test', 2442 'lib/html/transferables_test',
2449 'lib/html/typed_arrays_range_checks_test',
2450 'lib/html/typing_test',
2451 'lib/html/unknownelement_test',
2452 'lib/html/webgl_1_test', 2443 'lib/html/webgl_1_test',
2453 'lib/html/window_nosuchmethod_test',
2454 'lib/html/wrapping_collections_test', 2444 'lib/html/wrapping_collections_test',
2455 // TODO(jmesserly): these are both under "dart:html" as well. 2445 // TODO(jmesserly): these are both under "dart:html" as well.
2456 'js_test', 2446 'js_test',
2457 'js_util_test' 2447 'js_util_test'
2458 ]); 2448 ]);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698