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

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

Issue 25908002: Fix dartanalyzer status (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 switch_bad_case_test/02: Fail 6 switch_bad_case_test/02: Fail
7 7
8 # Missing compile-time errors for parameters marked static. 8 # Missing compile-time errors for parameters marked static.
9 static_parameter_test/02: Fail 9 static_parameter_test/02: Fail
10 static_parameter_test/03: Fail 10 static_parameter_test/03: Fail
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 68 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
69 block_scope_test: fail 69 block_scope_test: fail
70 lazy_static3_test: fail 70 lazy_static3_test: fail
71 71
72 field3a_negative_test: Fail # Issue 11124 72 field3a_negative_test: Fail # Issue 11124
73 final_syntax_test/01: Fail # Issue 11124 73 final_syntax_test/01: Fail # Issue 11124
74 final_syntax_test/04: Fail # Issue 11124 74 final_syntax_test/04: Fail # Issue 11124
75 final_syntax_test/02: Fail # Issue 11124 75 final_syntax_test/02: Fail # Issue 11124
76 final_syntax_test/03: Fail # Issue 11124 76 final_syntax_test/03: Fail # Issue 11124
77 77
78 # Test issue 11123, Only static fields can be declared as 'const'
79 const_escape_frog_test: fail
80 compile_time_constant_test/none: fail
81
82 # Test issue 11545, using not existing constructor name in annotation 78 # Test issue 11545, using not existing constructor name in annotation
83 metadata_test: fail 79 metadata_test: fail
84 80
85 # test issue 11575, classes with abstrac members are not marked as abstract 81 # test issue 11575, classes with abstrac members are not marked as abstract
86 abstract_factory_constructor_test/none: fail # Issue 11575 82 abstract_factory_constructor_test/none: fail # Issue 11575
87 get_set_syntax_test/none: fail # Issue 11575 83 get_set_syntax_test/none: fail # Issue 11575
88 implicit_this_test/none: fail # Issue 11575 84 implicit_this_test/none: fail # Issue 11575
89 interface_test/none: fail # Issue 11575 85 interface_test/none: fail # Issue 11575
90 syntax_test/none: fail # Issue 11575 86 syntax_test/none: fail # Issue 11575
91 87
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 factory_redirection_test/09: fail 208 factory_redirection_test/09: fail
213 factory_redirection_test/10: fail 209 factory_redirection_test/10: fail
214 factory_redirection_test/11: fail 210 factory_redirection_test/11: fail
215 factory_redirection_test/12: fail 211 factory_redirection_test/12: fail
216 factory_redirection_test/13: fail 212 factory_redirection_test/13: fail
217 factory_redirection_test/14: fail 213 factory_redirection_test/14: fail
218 getters_setters2_test/03: fail 214 getters_setters2_test/03: fail
219 type_variable_bounds3_test/00: fail 215 type_variable_bounds3_test/00: fail
220 type_variable_bounds2_test/05: fail 216 type_variable_bounds2_test/05: fail
221 217
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