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

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

Issue 2457753002: Mark test strong clean for DDC (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'language/super_operator_index8_test', 1593 'language/super_operator_index8_test',
1594 'language/super_operator_index_test_01_multi', 1594 'language/super_operator_index_test_01_multi',
1595 'language/super_operator_index_test_02_multi', 1595 'language/super_operator_index_test_02_multi',
1596 'language/super_operator_index_test_03_multi', 1596 'language/super_operator_index_test_03_multi',
1597 'language/super_operator_index_test_04_multi', 1597 'language/super_operator_index_test_04_multi',
1598 'language/super_operator_index_test_05_multi', 1598 'language/super_operator_index_test_05_multi',
1599 'language/super_operator_index_test_06_multi', 1599 'language/super_operator_index_test_06_multi',
1600 'language/super_operator_index_test_07_multi', 1600 'language/super_operator_index_test_07_multi',
1601 'language/super_operator_test', 1601 'language/super_operator_test',
1602 'language/super_test', 1602 'language/super_test',
1603 'language/switch6_test',
1604 'language/switch_bad_case_test_01_multi', 1603 'language/switch_bad_case_test_01_multi',
1605 'language/switch_bad_case_test_02_multi', 1604 'language/switch_bad_case_test_02_multi',
1606 'language/switch_case_test_00_multi', 1605 'language/switch_case_test_00_multi',
1607 'language/switch_case_test_01_multi', 1606 'language/switch_case_test_01_multi',
1608 'language/switch_case_test_02_multi', 1607 'language/switch_case_test_02_multi',
1609 'language/switch_case_test_none_multi', 1608 'language/switch_case_test_none_multi',
1610 'language/switch_fallthru_test', 1609 'language/switch_fallthru_test',
1611 'language/symbol_conflict_test', 1610 'language/symbol_conflict_test',
1612 'language/symbol_literal_test_01_multi', 1611 'language/symbol_literal_test_01_multi',
1613 'language/sync_generator1_test_01_multi', 1612 'language/sync_generator1_test_01_multi',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'lib/html/mutationobserver_test', 2438 'lib/html/mutationobserver_test',
2440 'lib/html/postmessage_structured_test', 2439 'lib/html/postmessage_structured_test',
2441 'lib/html/resource_http_test', 2440 'lib/html/resource_http_test',
2442 'lib/html/transferables_test', 2441 'lib/html/transferables_test',
2443 'lib/html/webgl_1_test', 2442 'lib/html/webgl_1_test',
2444 'lib/html/wrapping_collections_test', 2443 'lib/html/wrapping_collections_test',
2445 // TODO(jmesserly): these are both under "dart:html" as well. 2444 // TODO(jmesserly): these are both under "dart:html" as well.
2446 'js_test', 2445 'js_test',
2447 'js_util_test' 2446 'js_util_test'
2448 ]); 2447 ]);
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698