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

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

Issue 17587006: Report CTEC.INSTANCE_MEMBER_ACCESS_FROM_STATIC (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
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 abstract_factory_constructor_test/00: fail 6 abstract_factory_constructor_test/00: fail
7 assign_instance_method_negative_test: fail 7 assign_instance_method_negative_test: fail
8 assign_static_type_test/06: fail 8 assign_static_type_test/06: fail
9 bad_named_parameters2_test: fail 9 bad_named_parameters2_test: fail
10 bad_named_parameters_test: fail 10 bad_named_parameters_test: fail
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 getter_no_setter2_test/03: fail 84 getter_no_setter2_test/03: fail
85 getter_no_setter_test/00: fail 85 getter_no_setter_test/00: fail
86 getter_no_setter_test/01: fail 86 getter_no_setter_test/01: fail
87 getters_setters2_test/01: fail 87 getters_setters2_test/01: fail
88 getters_setters_type_test/01: fail 88 getters_setters_type_test/01: fail
89 implicit_this_test/01: fail 89 implicit_this_test/01: fail
90 implicit_this_test/04: fail 90 implicit_this_test/04: fail
91 import_combinators_negative_test: fail 91 import_combinators_negative_test: fail
92 inst_field_initializer1_negative_test: fail 92 inst_field_initializer1_negative_test: fail
93 instance_call_wrong_argument_count_negative_test: fail 93 instance_call_wrong_argument_count_negative_test: fail
94 instance_method2_negative_test: fail
95 instance_method_negative_test: fail
96 instantiate_type_variable_negative_test: fail 94 instantiate_type_variable_negative_test: fail
97 interface_static_non_final_fields_negative_test: fail 95 interface_static_non_final_fields_negative_test: fail
98 interface_test/00: fail 96 interface_test/00: fail
99 is_not_class2_negative_test: fail 97 is_not_class2_negative_test: fail
100 library_juxtaposition_test: fail 98 library_juxtaposition_test: fail
101 list_literal1_negative_test: fail 99 list_literal1_negative_test: fail
102 list_literal_syntax_test/01: fail 100 list_literal_syntax_test/01: fail
103 list_literal_syntax_test/02: fail 101 list_literal_syntax_test/02: fail
104 list_literal_syntax_test/03: fail 102 list_literal_syntax_test/03: fail
105 map_literal1_negative_test: fail 103 map_literal1_negative_test: fail
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 getters_setters2_test/03: fail 264 getters_setters2_test/03: fail
267 type_variable_bounds3_test/00: fail 265 type_variable_bounds3_test/00: fail
268 type_variable_bounds2_test/05: fail 266 type_variable_bounds2_test/05: fail
269 type_variable_scope_test/00: fail 267 type_variable_scope_test/00: fail
270 type_variable_scope_test/01: fail 268 type_variable_scope_test/01: fail
271 type_variable_scope_test/02: fail 269 type_variable_scope_test/02: fail
272 type_variable_scope_test/03: fail 270 type_variable_scope_test/03: fail
273 type_variable_scope_test/04: fail 271 type_variable_scope_test/04: fail
274 type_variable_scope_test/05: fail 272 type_variable_scope_test/05: fail
275 273
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698