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

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

Issue 2578573003: Add dart:io stubs to ddc sdk, define dart.library.html (Closed)
Patch Set: Regen sum Created 4 years 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 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 'lib/mirrors/library_exports_shown_test', 2154 'lib/mirrors/library_exports_shown_test',
2155 'lib/mirrors/library_import_deferred_loading_test', 2155 'lib/mirrors/library_import_deferred_loading_test',
2156 'lib/mirrors/library_imports_bad_metadata_test_01_multi', 2156 'lib/mirrors/library_imports_bad_metadata_test_01_multi',
2157 'lib/mirrors/library_imports_deferred_test', 2157 'lib/mirrors/library_imports_deferred_test',
2158 'lib/mirrors/library_imports_hidden_test', 2158 'lib/mirrors/library_imports_hidden_test',
2159 'lib/mirrors/library_imports_metadata_test', 2159 'lib/mirrors/library_imports_metadata_test',
2160 'lib/mirrors/library_imports_prefixed_show_hide_test', 2160 'lib/mirrors/library_imports_prefixed_show_hide_test',
2161 'lib/mirrors/library_imports_prefixed_test', 2161 'lib/mirrors/library_imports_prefixed_test',
2162 'lib/mirrors/library_imports_shown_test', 2162 'lib/mirrors/library_imports_shown_test',
2163 'lib/mirrors/library_metadata2_test_01_multi', 2163 'lib/mirrors/library_metadata2_test_01_multi',
2164 'lib/mirrors/library_uri_io_test',
2165 'lib/mirrors/load_library_test', 2164 'lib/mirrors/load_library_test',
2166 'lib/mirrors/metadata_allowed_values_test_01_multi', 2165 'lib/mirrors/metadata_allowed_values_test_01_multi',
2167 'lib/mirrors/metadata_allowed_values_test_02_multi', 2166 'lib/mirrors/metadata_allowed_values_test_02_multi',
2168 'lib/mirrors/metadata_allowed_values_test_03_multi', 2167 'lib/mirrors/metadata_allowed_values_test_03_multi',
2169 'lib/mirrors/metadata_allowed_values_test_04_multi', 2168 'lib/mirrors/metadata_allowed_values_test_04_multi',
2170 'lib/mirrors/metadata_allowed_values_test_05_multi', 2169 'lib/mirrors/metadata_allowed_values_test_05_multi',
2171 'lib/mirrors/metadata_allowed_values_test_06_multi', 2170 'lib/mirrors/metadata_allowed_values_test_06_multi',
2172 'lib/mirrors/metadata_allowed_values_test_07_multi', 2171 'lib/mirrors/metadata_allowed_values_test_07_multi',
2173 'lib/mirrors/metadata_allowed_values_test_08_multi', 2172 'lib/mirrors/metadata_allowed_values_test_08_multi',
2174 'lib/mirrors/metadata_allowed_values_test_09_multi', 2173 'lib/mirrors/metadata_allowed_values_test_09_multi',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 'lib/html/mutationobserver_test', 2421 'lib/html/mutationobserver_test',
2423 'lib/html/postmessage_structured_test', 2422 'lib/html/postmessage_structured_test',
2424 'lib/html/resource_http_test', 2423 'lib/html/resource_http_test',
2425 'lib/html/transferables_test', 2424 'lib/html/transferables_test',
2426 'lib/html/webgl_1_test', 2425 'lib/html/webgl_1_test',
2427 'lib/html/wrapping_collections_test', 2426 'lib/html/wrapping_collections_test',
2428 // TODO(jmesserly): these are both under "dart:html" as well. 2427 // TODO(jmesserly): these are both under "dart:html" as well.
2429 'js_test', 2428 'js_test',
2430 'js_util_test' 2429 'js_util_test'
2431 ]); 2430 ]);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698