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

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

Issue 22542002: Update analyzer status. (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/language/language_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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason)
7 7
8 # test issue 11581, it is not warning to call dynamic 8 # test issue 11581, it is not warning to call dynamic
9 call_through_getter_test: fail 9 call_through_getter_test: fail
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # test issue 11594, Reference to a not resolve identifier is static warning 50 # test issue 11594, Reference to a not resolve identifier is static warning
51 import_combinators_negative_test: fail 51 import_combinators_negative_test: fail
52 interface_static_non_final_fields_negative_test: fail 52 interface_static_non_final_fields_negative_test: fail
53 53
54 # test issue 11595, It is static warning to create instance (new) of the malform ed type 54 # test issue 11595, It is static warning to create instance (new) of the malform ed type
55 instantiate_type_variable_negative_test: fail 55 instantiate_type_variable_negative_test: fail
56 56
57 # test issue 11596. e is Unknown is not a compile time error 57 # test issue 11596. e is Unknown is not a compile time error
58 is_not_class2_negative_test: fail 58 is_not_class2_negative_test: fail
59 59
60 # test issue 11597, It is a compile-time error if part has no "part of" directiv e
61 library_juxtaposition_test: fail
62
63 # test issue 11598, Any use of a malbounded type gives rise to a static warn ing 60 # test issue 11598, Any use of a malbounded type gives rise to a static warn ing
64 mixin_type_parameters_errors_test/01: fail 61 mixin_type_parameters_errors_test/01: fail
65 mixin_type_parameters_errors_test/02: fail 62 mixin_type_parameters_errors_test/02: fail
66 mixin_type_parameters_errors_test/05: fail 63 mixin_type_parameters_errors_test/05: fail
67 64
68 illegal_invocation_test/01: fail # Issue: 11892 65 illegal_invocation_test/01: fail # Issue: 11892
69 66
70 # TBF: a.imethod = () { return 1; }; 67 # TBF: a.imethod = () { return 1; };
71 assign_instance_method_negative_test: fail 68 assign_instance_method_negative_test: fail
72 69
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 getters_setters2_test/03: fail 288 getters_setters2_test/03: fail
292 type_variable_bounds3_test/00: fail 289 type_variable_bounds3_test/00: fail
293 type_variable_bounds2_test/05: fail 290 type_variable_bounds2_test/05: fail
294 type_variable_scope_test/00: fail 291 type_variable_scope_test/00: fail
295 type_variable_scope_test/01: fail 292 type_variable_scope_test/01: fail
296 type_variable_scope_test/02: fail 293 type_variable_scope_test/02: fail
297 type_variable_scope_test/03: fail 294 type_variable_scope_test/03: fail
298 type_variable_scope_test/04: fail 295 type_variable_scope_test/04: fail
299 type_variable_scope_test/05: fail 296 type_variable_scope_test/05: fail
300 297
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698