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

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

Issue 2938943003: Switch the defaults: strong mode is now default, but we stil check tests in Dart mode. (Closed)
Patch Set: Sort lines. 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
« no previous file with comments | « pkg/compiler/testing.json ('k') | pkg/compiler/testing_strong.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_strong.yaml", 9 "options": "analysis_options_dart.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 "^tests/compiler/dart2js/analyze_api_test\\.dart", 17 "^tests/compiler/dart2js/analyze_api_test\\.dart",
18 "^tests/compiler/dart2js/analyze_test_test\\.dart", 18 "^tests/compiler/dart2js/analyze_test_test\\.dart",
19 "^tests/compiler/dart2js/bad_output_io_test\\.dart", 19 "^tests/compiler/dart2js/bad_output_io_test\\.dart",
(...skipping 23 matching lines...) Expand all
43 "^tests/compiler/dart2js/flatten_test\\.dart", 43 "^tests/compiler/dart2js/flatten_test\\.dart",
44 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart", 44 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart",
45 "^tests/compiler/dart2js/import_mirrors_test\\.dart", 45 "^tests/compiler/dart2js/import_mirrors_test\\.dart",
46 "^tests/compiler/dart2js/import_test\\.dart", 46 "^tests/compiler/dart2js/import_test\\.dart",
47 "^tests/compiler/dart2js/in_user_code_test\\.dart", 47 "^tests/compiler/dart2js/in_user_code_test\\.dart",
48 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart", 48 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart",
49 "^tests/compiler/dart2js/js_constant_test\\.dart", 49 "^tests/compiler/dart2js/js_constant_test\\.dart",
50 "^tests/compiler/dart2js/js_parser_statements_test\\.dart", 50 "^tests/compiler/dart2js/js_parser_statements_test\\.dart",
51 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart", 51 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart",
52 "^tests/compiler/dart2js/jsinterop/world_test\\.dart", 52 "^tests/compiler/dart2js/jsinterop/world_test\\.dart",
53 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart",
53 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart", 54 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart",
55 "^tests/compiler/dart2js/kernel/visitor_test\\.dart",
54 "^tests/compiler/dart2js/least_upper_bound_test\\.dart", 56 "^tests/compiler/dart2js/least_upper_bound_test\\.dart",
55 "^tests/compiler/dart2js/library_resolution_test\\.dart", 57 "^tests/compiler/dart2js/library_resolution_test\\.dart",
56 "^tests/compiler/dart2js/list_tracer2_test\\.dart", 58 "^tests/compiler/dart2js/list_tracer2_test\\.dart",
57 "^tests/compiler/dart2js/list_tracer3_test\\.dart", 59 "^tests/compiler/dart2js/list_tracer3_test\\.dart",
58 "^tests/compiler/dart2js/members_test\\.dart", 60 "^tests/compiler/dart2js/members_test\\.dart",
59 "^tests/compiler/dart2js/memory_compiler\\.dart", 61 "^tests/compiler/dart2js/memory_compiler\\.dart",
60 "^tests/compiler/dart2js/message_kind_helper\\.dart", 62 "^tests/compiler/dart2js/message_kind_helper\\.dart",
61 "^tests/compiler/dart2js/metadata_test\\.dart", 63 "^tests/compiler/dart2js/metadata_test\\.dart",
62 "^tests/compiler/dart2js/minimal_resolution_test\\.dart", 64 "^tests/compiler/dart2js/minimal_resolution_test\\.dart",
63 "^tests/compiler/dart2js/mirrors_used_test\\.dart", 65 "^tests/compiler/dart2js/mirrors_used_test\\.dart",
(...skipping 18 matching lines...) Expand all
82 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart", 84 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart",
83 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart", 85 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart",
84 "^tests/compiler/dart2js/serialization/test_helper\\.dart", 86 "^tests/compiler/dart2js/serialization/test_helper\\.dart",
85 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart", 87 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart",
86 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart", 88 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart",
87 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart ", 89 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart ",
88 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart", 90 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart",
89 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart" , 91 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart" ,
90 "^tests/compiler/dart2js/simple_inferrer_test\\.dart", 92 "^tests/compiler/dart2js/simple_inferrer_test\\.dart",
91 "^tests/compiler/dart2js/size_test\\.dart", 93 "^tests/compiler/dart2js/size_test\\.dart",
94 "^tests/compiler/dart2js/source_map_validator_helper\\.dart",
92 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart", 95 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart",
93 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart", 96 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart",
94 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart", 97 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart",
95 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart", 98 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart",
96 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart", 99 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart",
97 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart", 100 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart",
98 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart", 101 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart",
99 "^tests/compiler/dart2js/sourcemaps/save\\.dart", 102 "^tests/compiler/dart2js/sourcemaps/save\\.dart",
100 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart", 103 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart",
104 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart",
101 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart", 105 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart",
102 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart", 106 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart",
103 "^tests/compiler/dart2js/subtype_test\\.dart", 107 "^tests/compiler/dart2js/subtype_test\\.dart",
104 "^tests/compiler/dart2js/subtypeset_test\\.dart", 108 "^tests/compiler/dart2js/subtypeset_test\\.dart",
105 "^tests/compiler/dart2js/tdiv_test\\.dart", 109 "^tests/compiler/dart2js/tdiv_test\\.dart",
106 "^tests/compiler/dart2js/token_naming_test\\.dart", 110 "^tests/compiler/dart2js/token_naming_test\\.dart",
107 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart", 111 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart",
108 "^tests/compiler/dart2js/type_checker_test\\.dart", 112 "^tests/compiler/dart2js/type_checker_test\\.dart",
109 "^tests/compiler/dart2js/type_equals_test\\.dart", 113 "^tests/compiler/dart2js/type_equals_test\\.dart",
110 "^tests/compiler/dart2js/type_inference8_test\\.dart", 114 "^tests/compiler/dart2js/type_inference8_test\\.dart",
111 "^tests/compiler/dart2js/type_mask2_test\\.dart", 115 "^tests/compiler/dart2js/type_mask2_test\\.dart",
112 "^tests/compiler/dart2js/type_mask_test\\.dart", 116 "^tests/compiler/dart2js/type_mask_test\\.dart",
113 "^tests/compiler/dart2js/type_order_test\\.dart", 117 "^tests/compiler/dart2js/type_order_test\\.dart",
114 "^tests/compiler/dart2js/type_representation_test\\.dart", 118 "^tests/compiler/dart2js/type_representation_test\\.dart",
115 "^tests/compiler/dart2js/type_substitution_test\\.dart", 119 "^tests/compiler/dart2js/type_substitution_test\\.dart",
116 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart", 120 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart",
117 "^tests/compiler/dart2js/unused_empty_map_test\\.dart", 121 "^tests/compiler/dart2js/unused_empty_map_test\\.dart",
118 "^tests/compiler/dart2js/world_test\\.dart", 122 "^tests/compiler/dart2js/world_test\\.dart",
119 "^tests/compiler/dart2js/analyze_dart2js_helpers_test\\.dart",
120 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart",
121 "^tests/compiler/dart2js/analyze_helper\\.dart",
122 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart",
123 "^tests/compiler/dart2js/call_site_simple_type_inferer_test\\.dart",
124 "^tests/compiler/dart2js/class_set_test\\.dart",
125 "^tests/compiler/dart2js/const_exp_test\\.dart",
126 "^tests/compiler/dart2js/equivalence/check_functions\\.dart",
127 "^tests/compiler/dart2js/equivalence/check_helpers\\.dart",
128 "^tests/compiler/dart2js/field_type_simple_inferer_test\\.dart",
129 "^tests/compiler/dart2js/inference/data/super_set\\.dart",
130 "^tests/compiler/dart2js/inference/inference_test_helper\\.dart",
131 "^tests/compiler/dart2js/instantiated_classes_test\\.dart",
132 "^tests/compiler/dart2js/issue13354_test\\.dart",
133 "^tests/compiler/dart2js/kernel/closed_world2_test\\.dart",
134 "^tests/compiler/dart2js/kernel/closed_world_from_dill_test\\.dart",
135 "^tests/compiler/dart2js/kernel/compile_from_dill_test\\.dart",
136 "^tests/compiler/dart2js/kernel/test_helpers\\.dart",
137 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart",
138 "^tests/compiler/dart2js/related_types\\.dart",
139 "^tests/compiler/dart2js/simple_inferrer_callers_test\\.dart",
140 "^tests/compiler/dart2js/simple_inferrer_const_closure3_test\\.dart",
141 "^tests/compiler/dart2js/simple_inferrer_const_closure4_test\\.dart",
142 "^tests/compiler/dart2js/simple_inferrer_const_closure5_test\\.dart",
143 "^tests/compiler/dart2js/simple_inferrer_final_field2_test\\.dart",
144 "^tests/compiler/dart2js/simple_inferrer_final_field3_test\\.dart",
145 "^tests/compiler/dart2js/simple_inferrer_final_field_test\\.dart",
146 "^tests/compiler/dart2js/simple_inferrer_global_field_closure2_test\\.dart ",
147 "^tests/compiler/dart2js/simple_inferrer_postfix_prefix_test\\.dart",
148 "^tests/compiler/dart2js/simple_inferrer_unregister_call_test\\.dart",
149 "^tests/compiler/dart2js/source_map_name_test\\.dart",
150 "^tests/compiler/dart2js/source_mapping_test\\.dart",
151 "^tests/compiler/dart2js/type_combination_test\\.dart",
152 "^tests/compiler/dart2js/type_inference7_test\\.dart",
153 "^tests/compiler/dart2js/type_test_helper\\.dart",
154 123
155 "^tests/compiler/dart2js/path with spaces/.*" 124 "^tests/compiler/dart2js/path with spaces/.*"
156 ] 125 ]
157 } 126 }
158 } 127 }
OLDNEW
« no previous file with comments | « pkg/compiler/testing.json ('k') | pkg/compiler/testing_strong.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698