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

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

Issue 23617002: Fix analyzer status file (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 | « no previous file | 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 # TBD: using built-in identifers 10 # TBD: using built-in identifers
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 final_syntax_test/02: fail 71 final_syntax_test/02: fail
72 final_syntax_test/03: fail 72 final_syntax_test/03: fail
73 73
74 # Test issue 11123, Only static fields can be declared as 'const' 74 # Test issue 11123, Only static fields can be declared as 'const'
75 const_escape_frog_test: fail 75 const_escape_frog_test: fail
76 compile_time_constant_test/none: fail 76 compile_time_constant_test/none: fail
77 77
78 # Test issue 11545, using not existing constructor name in annotation 78 # Test issue 11545, using not existing constructor name in annotation
79 metadata_test: fail 79 metadata_test: fail
80 80
81 # Test issue 11564, named parameter starts with '_'
82 named_parameters_with_object_property_names_test: fail # Issue 11564
83
84 # 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
85 abstract_factory_constructor_test/none: fail # Issue 11575 82 abstract_factory_constructor_test/none: fail # Issue 11575
86 abstract_syntax_test/none: fail # Issue 11575 83 abstract_syntax_test/none: fail # Issue 11575
87 get_set_syntax_test/none: fail # Issue 11575 84 get_set_syntax_test/none: fail # Issue 11575
88 implicit_this_test/none: fail # Issue 11575 85 implicit_this_test/none: fail # Issue 11575
89 interface_test/none: fail # Issue 11575 86 interface_test/none: fail # Issue 11575
90 syntax_test/none: fail # Issue 11575 87 syntax_test/none: fail # Issue 11575
91 88
92 # test issue 11576 89 # test issue 11576
93 bad_constructor_test/none: fail # Issue 11576 90 bad_constructor_test/none: fail # Issue 11576
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 factory_redirection_test/09: fail 227 factory_redirection_test/09: fail
231 factory_redirection_test/10: fail 228 factory_redirection_test/10: fail
232 factory_redirection_test/11: fail 229 factory_redirection_test/11: fail
233 factory_redirection_test/12: fail 230 factory_redirection_test/12: fail
234 factory_redirection_test/13: fail 231 factory_redirection_test/13: fail
235 factory_redirection_test/14: fail 232 factory_redirection_test/14: fail
236 getters_setters2_test/03: fail 233 getters_setters2_test/03: fail
237 type_variable_bounds3_test/00: fail 234 type_variable_bounds3_test/00: fail
238 type_variable_bounds2_test/05: fail 235 type_variable_bounds2_test/05: fail
239 236
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698