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

Side by Side Diff: pkg/compiler/testing.json

Issue 2939063002: Strong mode cleaning of many dart2js tests. (Closed)
Patch Set: Use ClassElement. Created 3 years, 6 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 { 1 {
2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file", 2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file",
3 "":"for details. All rights reserved. Use of this source code is governed by a", 3 "":"for details. All rights reserved. Use of this source code is governed by a",
4 "":"BSD-style license that can be found in the LICENSE.md file.", 4 "":"BSD-style license that can be found in the LICENSE.md file.",
5 5
6 "packages": "../../.packages", 6 "packages": "../../.packages",
7 7
8 "analyze": { 8 "analyze": {
9 "options": "analysis_options.yaml", 9 "options": "analysis_options.yaml",
10 10
11 "uris": [ 11 "uris": [
12 ".", 12 ".",
13 "../../tests/compiler/dart2js/" 13 "../../tests/compiler/dart2js/"
14 ], 14 ],
15 15
16 "exclude": [ 16 "exclude": [
17 "$ This file is input and has errors:",
18 "^tests/compiler/dart2js/data/one_line_dart_program\\.dart",
19
17 "^tests/compiler/dart2js/analyze_api_test\\.dart", 20 "^tests/compiler/dart2js/analyze_api_test\\.dart",
18 "^tests/compiler/dart2js/analyze_dart2js_helpers_test\\.dart",
19 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart", 21 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart",
20 "^tests/compiler/dart2js/analyze_helper\\.dart",
21 "^tests/compiler/dart2js/analyze_test_test\\.dart", 22 "^tests/compiler/dart2js/analyze_test_test\\.dart",
22 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart", 23 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart",
23 "^tests/compiler/dart2js/bad_output_io_test\\.dart",
24 "^tests/compiler/dart2js/boolified_operator_test\\.dart",
25 "^tests/compiler/dart2js/call_site_simple_type_inferer_test\\.dart",
26 "^tests/compiler/dart2js/class_set_test\\.dart", 24 "^tests/compiler/dart2js/class_set_test\\.dart",
27 "^tests/compiler/dart2js/codegen_helper\\.dart",
28 "^tests/compiler/dart2js/const_exp_test\\.dart",
29 "^tests/compiler/dart2js/constant_expression_evaluate_test\\.dart",
30 "^tests/compiler/dart2js/constant_expression_test\\.dart", 25 "^tests/compiler/dart2js/constant_expression_test\\.dart",
31 "^tests/compiler/dart2js/dart2js_batch2_test\\.dart",
32 "^tests/compiler/dart2js/dart2js_batch_test\\.dart",
33 "^tests/compiler/dart2js/dart2js_resolver_test\\.dart",
34 "^tests/compiler/dart2js/data/dart2js_batch2_run\\.dart",
35 "^tests/compiler/dart2js/data/mirrors_helper\\.dart", 26 "^tests/compiler/dart2js/data/mirrors_helper\\.dart",
36 "^tests/compiler/dart2js/data/one_line_dart_program\\.dart",
37 "^tests/compiler/dart2js/deferred_custom_element_test\\.dart",
38 "^tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test\\.da rt", 27 "^tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test\\.da rt",
39 "^tests/compiler/dart2js/deferred_dont_inline_deferred_globals_test\\.dart ",
40 "^tests/compiler/dart2js/deferred_follow_constant_dependencies_test\\.dart ", 28 "^tests/compiler/dart2js/deferred_follow_constant_dependencies_test\\.dart ",
41 "^tests/compiler/dart2js/deferred_follow_implicit_super_regression_test\\. dart", 29 "^tests/compiler/dart2js/deferred_follow_implicit_super_regression_test\\. dart",
42 "^tests/compiler/dart2js/deferred_inline_restrictions_test\\.dart",
43 "^tests/compiler/dart2js/deferred_load_graph_segmentation2_test\\.dart",
44 "^tests/compiler/dart2js/deferred_load_graph_segmentation_test\\.dart", 30 "^tests/compiler/dart2js/deferred_load_graph_segmentation_test\\.dart",
45 "^tests/compiler/dart2js/deferred_mirrors_test\\.dart", 31 "^tests/compiler/dart2js/deferred_mirrors_test\\.dart",
46 "^tests/compiler/dart2js/deferred_not_in_main_test\\.dart", 32 "^tests/compiler/dart2js/deferred_not_in_main_test\\.dart",
47 "^tests/compiler/dart2js/embedded_category_api_boundary_test\\.dart", 33 "^tests/compiler/dart2js/embedded_category_api_boundary_test\\.dart",
48 "^tests/compiler/dart2js/equivalence/check_functions\\.dart",
49 "^tests/compiler/dart2js/equivalence/check_helpers\\.dart",
50 "^tests/compiler/dart2js/exit_code_test\\.dart",
51 "^tests/compiler/dart2js/expect_annotations2_test\\.dart",
52 "^tests/compiler/dart2js/field_type_simple_inferer_test\\.dart",
53 "^tests/compiler/dart2js/flatten_test\\.dart",
54 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart", 34 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart",
55 "^tests/compiler/dart2js/import_mirrors_test\\.dart",
56 "^tests/compiler/dart2js/import_test\\.dart",
57 "^tests/compiler/dart2js/in_user_code_test\\.dart",
58 "^tests/compiler/dart2js/inference/data/super_set\\.dart",
59 "^tests/compiler/dart2js/inference/inference_test_helper\\.dart",
60 "^tests/compiler/dart2js/instantiated_classes_test\\.dart",
61 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart",
62 "^tests/compiler/dart2js/issue13354_test\\.dart",
63 "^tests/compiler/dart2js/js_constant_test\\.dart",
64 "^tests/compiler/dart2js/js_parser_statements_test\\.dart",
65 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart",
66 "^tests/compiler/dart2js/jsinterop/world_test\\.dart",
67 "^tests/compiler/dart2js/kernel/closed_world2_test\\.dart",
68 "^tests/compiler/dart2js/kernel/closed_world_from_dill_test\\.dart",
69 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart", 35 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart",
70 "^tests/compiler/dart2js/kernel/compile_from_dill_test\\.dart",
71 "^tests/compiler/dart2js/kernel/test_helpers\\.dart",
72 "^tests/compiler/dart2js/least_upper_bound_test\\.dart",
73 "^tests/compiler/dart2js/library_resolution_test\\.dart",
74 "^tests/compiler/dart2js/list_tracer2_test\\.dart",
75 "^tests/compiler/dart2js/list_tracer3_test\\.dart",
76 "^tests/compiler/dart2js/members_test\\.dart", 36 "^tests/compiler/dart2js/members_test\\.dart",
77 "^tests/compiler/dart2js/memory_compiler\\.dart",
78 "^tests/compiler/dart2js/message_kind_helper\\.dart",
79 "^tests/compiler/dart2js/metadata_test\\.dart", 37 "^tests/compiler/dart2js/metadata_test\\.dart",
80 "^tests/compiler/dart2js/minimal_resolution_test\\.dart",
81 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart", 38 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart",
82 "^tests/compiler/dart2js/mirrors_used_test\\.dart",
83 "^tests/compiler/dart2js/mixin_typevariable_test\\.dart", 39 "^tests/compiler/dart2js/mixin_typevariable_test\\.dart",
84 "^tests/compiler/dart2js/mock_compiler\\.dart",
85 "^tests/compiler/dart2js/modulo_remainder_test\\.dart",
86 "^tests/compiler/dart2js/needs_no_such_method_test\\.dart",
87 "^tests/compiler/dart2js/no_such_method_enabled_test\\.dart",
88 "^tests/compiler/dart2js/output_collector\\.dart",
89 "^tests/compiler/dart2js/override_inheritance_test\\.dart",
90 "^tests/compiler/dart2js/package_root_test\\.dart",
91 "^tests/compiler/dart2js/partial_parser_test\\.dart",
92 "^tests/compiler/dart2js/patch_test\\.dart",
93 "^tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_pac kage\\.dart",
94 "^tests/compiler/dart2js/quarantined/http_test\\.dart", 40 "^tests/compiler/dart2js/quarantined/http_test\\.dart",
95 "^tests/compiler/dart2js/reexport_handled_test\\.dart",
96 "^tests/compiler/dart2js/related_types\\.dart",
97 "^tests/compiler/dart2js/resolution_test\\.dart",
98 "^tests/compiler/dart2js/resolver_test\\.dart", 41 "^tests/compiler/dart2js/resolver_test\\.dart",
99 "^tests/compiler/dart2js/serialization/analysis_test_helper\\.dart",
100 "^tests/compiler/dart2js/serialization/compilation_test_helper\\.dart",
101 "^tests/compiler/dart2js/serialization/duplicate_library_test\\.dart", 42 "^tests/compiler/dart2js/serialization/duplicate_library_test\\.dart",
102 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart", 43 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart",
103 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart",
104 "^tests/compiler/dart2js/serialization/test_helper\\.dart", 44 "^tests/compiler/dart2js/serialization/test_helper\\.dart",
105 "^tests/compiler/dart2js/simple_inferrer_callers_test\\.dart",
106 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart",
107 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart",
108 "^tests/compiler/dart2js/simple_inferrer_const_closure3_test\\.dart",
109 "^tests/compiler/dart2js/simple_inferrer_const_closure4_test\\.dart",
110 "^tests/compiler/dart2js/simple_inferrer_const_closure5_test\\.dart",
111 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart ", 45 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart ",
112 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart",
113 "^tests/compiler/dart2js/simple_inferrer_final_field2_test\\.dart",
114 "^tests/compiler/dart2js/simple_inferrer_final_field3_test\\.dart",
115 "^tests/compiler/dart2js/simple_inferrer_final_field_test\\.dart",
116 "^tests/compiler/dart2js/simple_inferrer_global_field_closure2_test\\.dart ",
117 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart" ,
118 "^tests/compiler/dart2js/simple_inferrer_postfix_prefix_test\\.dart",
119 "^tests/compiler/dart2js/simple_inferrer_test\\.dart", 46 "^tests/compiler/dart2js/simple_inferrer_test\\.dart",
120 "^tests/compiler/dart2js/simple_inferrer_unregister_call_test\\.dart",
121 "^tests/compiler/dart2js/size_test\\.dart",
122 "^tests/compiler/dart2js/source_map_name_test\\.dart",
123 "^tests/compiler/dart2js/source_mapping_test\\.dart",
124 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart", 47 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart",
125 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart",
126 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart",
127 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart",
128 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart", 48 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart",
129 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart", 49 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart",
130 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart", 50 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart",
131 "^tests/compiler/dart2js/sourcemaps/save\\.dart",
132 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart",
133 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart",
134 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart",
135 "^tests/compiler/dart2js/subtype_test\\.dart",
136 "^tests/compiler/dart2js/subtypeset_test\\.dart",
137 "^tests/compiler/dart2js/tdiv_test\\.dart",
138 "^tests/compiler/dart2js/token_naming_test\\.dart",
139 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart",
140 "^tests/compiler/dart2js/type_checker_test\\.dart",
141 "^tests/compiler/dart2js/type_combination_test\\.dart",
142 "^tests/compiler/dart2js/type_equals_test\\.dart", 51 "^tests/compiler/dart2js/type_equals_test\\.dart",
143 "^tests/compiler/dart2js/type_inference7_test\\.dart", 52 "^tests/compiler/dart2js/type_inference7_test\\.dart",
144 "^tests/compiler/dart2js/type_inference8_test\\.dart", 53 "^tests/compiler/dart2js/type_inference8_test\\.dart",
145 "^tests/compiler/dart2js/type_mask2_test\\.dart", 54 "^tests/compiler/dart2js/type_mask2_test\\.dart",
146 "^tests/compiler/dart2js/type_mask_test\\.dart", 55 "^tests/compiler/dart2js/type_mask_test\\.dart",
147 "^tests/compiler/dart2js/type_order_test\\.dart",
148 "^tests/compiler/dart2js/type_representation_test\\.dart", 56 "^tests/compiler/dart2js/type_representation_test\\.dart",
149 "^tests/compiler/dart2js/type_substitution_test\\.dart", 57 "^tests/compiler/dart2js/type_substitution_test\\.dart",
150 "^tests/compiler/dart2js/type_test_helper\\.dart", 58 "^tests/compiler/dart2js/type_test_helper\\.dart",
151 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart", 59 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart",
152 "^tests/compiler/dart2js/unused_empty_map_test\\.dart",
153 "^tests/compiler/dart2js/world_test\\.dart",
154 60
155 "^tests/compiler/dart2js/path with spaces/.*" 61 "^tests/compiler/dart2js/path with spaces/.*"
156 ] 62 ]
157 } 63 }
158 } 64 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698