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

Side by Side Diff: tests/language/language_analyzer.status

Issue 21499005: Issue 12106. Ambiguous import is now always static warning, never error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 pseudo_kw_test: fail 80 pseudo_kw_test: fail
81 81
82 # TBF: hiding at start of the block and declared after declaration statement 82 # TBF: hiding at start of the block and declared after declaration statement
83 scope_negative_test: fail 83 scope_negative_test: fail
84 84
85 # TBF: 'instance.staticMethod()' is static warning 85 # TBF: 'instance.staticMethod()' is static warning
86 static_field_test/01: fail 86 static_field_test/01: fail
87 static_field_test/02: fail 87 static_field_test/02: fail
88 static_field_test/03: fail 88 static_field_test/03: fail
89 89
90 library_ambiguous_test/04: Fail # TBF: Issue 12106 90 # TBF
91 method_override2_test/00: fail # issue 11497
92 method_override2_test/01: fail # issue 11497
93 method_override2_test/02: fail # issue 11497
94 method_override2_test/03: fail # issue 11497
95 method_override3_test/00: fail # issue 11497
96 method_override3_test/01: fail # issue 11497
97 method_override3_test/02: fail # issue 11497
98 method_override4_test: fail # issue 11497
99 method_override5_test: fail # issue 11497
100 method_override6_test: fail # issue 11497
91 101
92 102
93 103
94 104
95 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 105 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
96 block_scope_test: fail 106 block_scope_test: fail
97 lazy_static3_test: fail 107 lazy_static3_test: fail
98 108
99 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d 109 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d
100 execute_finally10_test: fail 110 execute_finally10_test: fail
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 inferrer_constructor2_test: fail 157 inferrer_constructor2_test: fail
148 inferrer_constructor3_test: fail 158 inferrer_constructor3_test: fail
149 multiple_field_assignment_constructor_test: fail 159 multiple_field_assignment_constructor_test: fail
150 160
151 # Test issue 11545, using not existing constructor name in annotation 161 # Test issue 11545, using not existing constructor name in annotation
152 metadata_test: fail 162 metadata_test: fail
153 163
154 # Test issue 11564, named parameter starts with '_' 164 # Test issue 11564, named parameter starts with '_'
155 named_parameters_with_object_property_names_test: fail 165 named_parameters_with_object_property_names_test: fail
156 166
157 # TBF
158 method_override2_test/00: fail # issue 11497
159 method_override2_test/01: fail # issue 11497
160 method_override2_test/02: fail # issue 11497
161 method_override2_test/03: fail # issue 11497
162 method_override3_test/00: fail # issue 11497
163 method_override3_test/01: fail # issue 11497
164 method_override3_test/02: fail # issue 11497
165 method_override4_test: fail # issue 11497
166 method_override5_test: fail # issue 11497
167 method_override6_test: fail # issue 11497
168
169 # test issue 11575, classes with abstrac members are not marked as abstract 167 # test issue 11575, classes with abstrac members are not marked as abstract
170 abstract_factory_constructor_test/none: fail 168 abstract_factory_constructor_test/none: fail
171 abstract_syntax_test/none: fail 169 abstract_syntax_test/none: fail
172 get_set_syntax_test/none: fail 170 get_set_syntax_test/none: fail
173 implicit_this_test/none: fail 171 implicit_this_test/none: fail
174 interface_test/none: fail 172 interface_test/none: fail
175 syntax_test/none: fail 173 syntax_test/none: fail
176 174
177 # test issue 11576 175 # test issue 11576
178 bad_constructor_test/none: fail 176 bad_constructor_test/none: fail
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 unresolved_in_factory_negative_test: fail 311 unresolved_in_factory_negative_test: fail
314 unresolved_top_level_method_negative_test: fail 312 unresolved_top_level_method_negative_test: fail
315 unresolved_top_level_var_negative_test: fail 313 unresolved_top_level_var_negative_test: fail
316 314
317 # test issue 12181, uses argument definition test 315 # test issue 12181, uses argument definition test
318 constructor_initializer_test: fail 316 constructor_initializer_test: fail
319 317
320 # test issue 12184, It is static warning, not error, to assign to a constant var iable. 318 # test issue 12184, It is static warning, not error, to assign to a constant var iable.
321 static_final_field2_negative_test: fail 319 static_final_field2_negative_test: fail
322 320
321 # test issue 12191, ambuguous import is always warning now
322 prefix3_negative_test: fail
323 library_ambiguous_test/00: fail
324 library_ambiguous_test/01: fail
325 library_ambiguous_test/02: fail
326 library_ambiguous_test/03: fail
327
328
323 [ $compiler == dartanalyzer && $checked ] 329 [ $compiler == dartanalyzer && $checked ]
324 factory1_test/00: fail 330 factory1_test/00: fail
325 factory1_test/01: fail 331 factory1_test/01: fail
326 field_type_check2_test/01: fail 332 field_type_check2_test/01: fail
327 factory_implementation_test/00: fail 333 factory_implementation_test/00: fail
328 factory_redirection_test/08: fail 334 factory_redirection_test/08: fail
329 factory_redirection_test/09: fail 335 factory_redirection_test/09: fail
330 factory_redirection_test/10: fail 336 factory_redirection_test/10: fail
331 factory_redirection_test/11: fail 337 factory_redirection_test/11: fail
332 factory_redirection_test/12: fail 338 factory_redirection_test/12: fail
333 factory_redirection_test/13: fail 339 factory_redirection_test/13: fail
334 factory_redirection_test/14: fail 340 factory_redirection_test/14: fail
335 getters_setters2_test/03: fail 341 getters_setters2_test/03: fail
336 type_variable_bounds3_test/00: fail 342 type_variable_bounds3_test/00: fail
337 type_variable_bounds2_test/05: fail 343 type_variable_bounds2_test/05: fail
338 344
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698