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

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

Issue 2833633002: Various DDC fixes for windows (Closed)
Patch Set: Fix formatting Created 3 years, 8 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
« no previous file with comments | « pkg/dev_compiler/test/codegen_test.dart ('k') | pkg/dev_compiler/test/testing.dart » ('j') | 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 import 'package:path/path.dart' as path;
2 3
3 /// The set of tests that are not yet strong mode safe. 4 /// The set of tests that are not yet strong mode safe.
4 final notYetStrongTests = new HashSet<String>.from([ 5 final notYetStrongTests = new HashSet<String>.from([
5 'language/abstract_exact_selector_test_01_multi', 6 'language/abstract_exact_selector_test_01_multi',
6 'language/abstract_factory_constructor_test_00_multi', 7 'language/abstract_factory_constructor_test_00_multi',
7 'language/abstract_getter_test_01_multi', 8 'language/abstract_getter_test_01_multi',
8 'language/abstract_runtime_error_test_01_multi', 9 'language/abstract_runtime_error_test_01_multi',
9 'language/abstract_runtime_error_test_02_multi', 10 'language/abstract_runtime_error_test_02_multi',
10 'language/abstract_runtime_error_test_03_multi', 11 'language/abstract_runtime_error_test_03_multi',
11 'language/abstract_syntax_test_00_multi', 12 'language/abstract_syntax_test_00_multi',
(...skipping 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2430 'lib/html/keyboard_event_test', 2431 'lib/html/keyboard_event_test',
2431 'lib/html/mutationobserver_test', 2432 'lib/html/mutationobserver_test',
2432 'lib/html/postmessage_structured_test', 2433 'lib/html/postmessage_structured_test',
2433 'lib/html/resource_http_test', 2434 'lib/html/resource_http_test',
2434 'lib/html/transferables_test', 2435 'lib/html/transferables_test',
2435 'lib/html/webgl_1_test', 2436 'lib/html/webgl_1_test',
2436 'lib/html/wrapping_collections_test', 2437 'lib/html/wrapping_collections_test',
2437 // TODO(jmesserly): these are both under "dart:html" as well. 2438 // TODO(jmesserly): these are both under "dart:html" as well.
2438 'js_test', 2439 'js_test',
2439 'js_util_test' 2440 'js_util_test'
2440 ]); 2441 ].map((p) => p.replaceAll('/', path.separator)));
OLDNEW
« no previous file with comments | « pkg/dev_compiler/test/codegen_test.dart ('k') | pkg/dev_compiler/test/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698