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

Side by Side Diff: pkg/analyzer/test/generated/test_all.dart

Issue 2876993005: cleanup unused incremental resolution (Closed)
Patch Set: Created 3 years, 7 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 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library analyzer.test.generated.test_all; 5 library analyzer.test.generated.test_all;
6 6
7 import 'package:test_reflective_loader/test_reflective_loader.dart'; 7 import 'package:test_reflective_loader/test_reflective_loader.dart';
8 8
9 import 'all_the_rest_test.dart' as all_the_rest; 9 import 'all_the_rest_test.dart' as all_the_rest;
10 import 'bazel_test.dart' as bazel_test; 10 import 'bazel_test.dart' as bazel_test;
11 import 'checked_mode_compile_time_error_code_driver_test.dart' 11 import 'checked_mode_compile_time_error_code_driver_test.dart'
12 as checked_mode_compile_time_error_code_driver_test; 12 as checked_mode_compile_time_error_code_driver_test;
13 import 'checked_mode_compile_time_error_code_test.dart' 13 import 'checked_mode_compile_time_error_code_test.dart'
14 as checked_mode_compile_time_error_code_test; 14 as checked_mode_compile_time_error_code_test;
15 import 'compile_time_error_code_driver_test.dart' 15 import 'compile_time_error_code_driver_test.dart'
16 as compile_time_error_code_driver_test; 16 as compile_time_error_code_driver_test;
17 import 'compile_time_error_code_test.dart' as compile_time_error_code_test; 17 import 'compile_time_error_code_test.dart' as compile_time_error_code_test;
18 import 'constant_test.dart' as constant_test; // ignore: deprecated_member_use 18 import 'constant_test.dart' as constant_test; // ignore: deprecated_member_use
19 import 'declaration_resolver_test.dart' as declaration_resolver_test; 19 import 'declaration_resolver_test.dart' as declaration_resolver_test;
20 import 'element_resolver_test.dart' as element_resolver_test; 20 import 'element_resolver_test.dart' as element_resolver_test;
21 import 'engine_test.dart' as engine_test; 21 import 'engine_test.dart' as engine_test;
22 import 'error_suppression_driver_test.dart' as error_suppression_driver_test; 22 import 'error_suppression_driver_test.dart' as error_suppression_driver_test;
23 import 'error_suppression_test.dart' as error_suppression_test; 23 import 'error_suppression_test.dart' as error_suppression_test;
24 import 'gn_test.dart' as gn_test; 24 import 'gn_test.dart' as gn_test;
25 import 'hint_code_driver_test.dart' as hint_code_driver_test; 25 import 'hint_code_driver_test.dart' as hint_code_driver_test;
26 import 'hint_code_test.dart' as hint_code_test; 26 import 'hint_code_test.dart' as hint_code_test;
27 import 'incremental_resolver_test.dart' as incremental_resolver_test;
28 import 'inheritance_manager_test.dart' as inheritance_manager_test; 27 import 'inheritance_manager_test.dart' as inheritance_manager_test;
29 import 'java_core_test.dart' as java_core_test; 28 import 'java_core_test.dart' as java_core_test;
30 import 'java_io_test.dart' as java_io_test; 29 import 'java_io_test.dart' as java_io_test;
31 import 'non_error_resolver_driver_test.dart' as non_error_resolver_driver_test; 30 import 'non_error_resolver_driver_test.dart' as non_error_resolver_driver_test;
32 import 'non_error_resolver_test.dart' as non_error_resolver_test; 31 import 'non_error_resolver_test.dart' as non_error_resolver_test;
33 import 'non_hint_code_driver_test.dart' as non_hint_code_driver_test; 32 import 'non_hint_code_driver_test.dart' as non_hint_code_driver_test;
34 import 'non_hint_code_test.dart' as non_hint_code_test; 33 import 'non_hint_code_test.dart' as non_hint_code_test;
35 import 'parser_fasta_test.dart' as parser_fasta_test; 34 import 'parser_fasta_test.dart' as parser_fasta_test;
36 import 'parser_test.dart' as parser_test; 35 import 'parser_test.dart' as parser_test;
37 import 'resolver_driver_test.dart' as resolver_driver_test; 36 import 'resolver_driver_test.dart' as resolver_driver_test;
(...skipping 28 matching lines...) Expand all
66 compile_time_error_code_test.main(); 65 compile_time_error_code_test.main();
67 constant_test.main(); 66 constant_test.main();
68 declaration_resolver_test.main(); 67 declaration_resolver_test.main();
69 element_resolver_test.main(); 68 element_resolver_test.main();
70 engine_test.main(); 69 engine_test.main();
71 error_suppression_driver_test.main(); 70 error_suppression_driver_test.main();
72 error_suppression_test.main(); 71 error_suppression_test.main();
73 gn_test.main(); 72 gn_test.main();
74 hint_code_driver_test.main(); 73 hint_code_driver_test.main();
75 hint_code_test.main(); 74 hint_code_test.main();
76 incremental_resolver_test.main();
77 inheritance_manager_test.main(); 75 inheritance_manager_test.main();
78 java_core_test.main(); 76 java_core_test.main();
79 java_io_test.main(); 77 java_io_test.main();
80 non_error_resolver_driver_test.main(); 78 non_error_resolver_driver_test.main();
81 non_error_resolver_test.main(); 79 non_error_resolver_test.main();
82 non_hint_code_driver_test.main(); 80 non_hint_code_driver_test.main();
83 non_hint_code_test.main(); 81 non_hint_code_test.main();
84 parser_fasta_test.main(); 82 parser_fasta_test.main();
85 parser_test.main(); 83 parser_test.main();
86 resolver_driver_test.main(); 84 resolver_driver_test.main();
87 resolver_test.main(); 85 resolver_test.main();
88 scanner_test.main(); 86 scanner_test.main();
89 sdk_test.main(); 87 sdk_test.main();
90 simple_resolver_test.main(); 88 simple_resolver_test.main();
91 source_factory_test.main(); 89 source_factory_test.main();
92 static_type_analyzer_driver_test.main(); 90 static_type_analyzer_driver_test.main();
93 static_type_analyzer_test.main(); 91 static_type_analyzer_test.main();
94 static_type_warning_code_driver_test.main(); 92 static_type_warning_code_driver_test.main();
95 static_type_warning_code_test.main(); 93 static_type_warning_code_test.main();
96 static_warning_code_driver_test.main(); 94 static_warning_code_driver_test.main();
97 static_warning_code_test.main(); 95 static_warning_code_test.main();
98 strong_mode_driver_test.main(); 96 strong_mode_driver_test.main();
99 strong_mode_test.main(); 97 strong_mode_test.main();
100 type_system_test.main(); 98 type_system_test.main();
101 utilities_dart_test.main(); 99 utilities_dart_test.main();
102 utilities_test.main(); 100 utilities_test.main();
103 }, name: 'generated'); 101 }, name: 'generated');
104 } 102 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/incremental_resolver_test.dart ('k') | pkg/front_end/lib/src/fasta/scanner/token.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698