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

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

Issue 10823098: Triage abstract_syntax_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 math_vm_test: Fail 163 math_vm_test: Fail
164 named_parameters_test: Fail 164 named_parameters_test: Fail
165 static_implicit_closure_test: Fail, Pass 165 static_implicit_closure_test: Fail, Pass
166 static_initializer_type_error_test: Fail 166 static_initializer_type_error_test: Fail
167 type_cast_vm_test: Fail 167 type_cast_vm_test: Fail
168 type_checks_in_factory_method_test: Fail 168 type_checks_in_factory_method_test: Fail
169 type_vm_test: Fail 169 type_vm_test: Fail
170 # Common problems with dart2js. In illegal family, invalid 170 # Common problems with dart2js. In illegal family, invalid
171 # declarations are simply not parsed. In pseudo kw dart2js 171 # declarations are simply not parsed. In pseudo kw dart2js
172 # chokes on things like typedef(x) => "typedef $x" and alike. 172 # chokes on things like typedef(x) => "typedef $x" and alike.
173 abstract_syntax_test/01: Fail
174 abstract_syntax_test/02: Fail
173 pseudo_kw_illegal_test/01: Fail 175 pseudo_kw_illegal_test/01: Fail
174 pseudo_kw_illegal_test/05: Fail 176 pseudo_kw_illegal_test/05: Fail
175 pseudo_kw_illegal_test/06: Fail 177 pseudo_kw_illegal_test/06: Fail
176 pseudo_kw_illegal_test/07: Fail 178 pseudo_kw_illegal_test/07: Fail
177 pseudo_kw_illegal_test/08: Fail 179 pseudo_kw_illegal_test/08: Fail
178 pseudo_kw_illegal_test/09: Fail 180 pseudo_kw_illegal_test/09: Fail
179 pseudo_kw_illegal_test/10: Fail 181 pseudo_kw_illegal_test/10: Fail
180 pseudo_kw_illegal_test/11: Fail 182 pseudo_kw_illegal_test/11: Fail
181 pseudo_kw_illegal_test/12: Fail 183 pseudo_kw_illegal_test/12: Fail
182 pseudo_kw_illegal_test/13: Fail 184 pseudo_kw_illegal_test/13: Fail
183 pseudo_kw_illegal_test/14: Fail 185 pseudo_kw_illegal_test/14: Fail
184 pseudo_kw_illegal_test/15: Fail 186 pseudo_kw_illegal_test/15: Fail
185 pseudo_kw_illegal_test/16: Fail 187 pseudo_kw_illegal_test/16: Fail
186 pseudo_kw_test: Fail 188 pseudo_kw_test: Fail
187 # external keyword is not yet supported by dart2js/dart2dart. 189 # external keyword is not yet supported by dart2js/dart2dart.
188 external_test/*: Skip 190 external_test/*: Skip
189 # Should be triaged. 191 # Should be triaged.
190 abstract_syntax_test/01: Fail
191 abstract_syntax_test/02: Fail
192 assign_static_type_test/01: Fail 192 assign_static_type_test/01: Fail
193 assign_static_type_test/02: Fail 193 assign_static_type_test/02: Fail
194 assign_static_type_test/03: Fail 194 assign_static_type_test/03: Fail
195 assign_static_type_test/04: Fail 195 assign_static_type_test/04: Fail
196 assign_static_type_test/05: Fail 196 assign_static_type_test/05: Fail
197 call_operator_test: Fail 197 call_operator_test: Fail
198 cascade_in_expression_function_test: Fail 198 cascade_in_expression_function_test: Fail
199 cascade_precedence_test: Fail 199 cascade_precedence_test: Fail
200 cascade_test/none: Fail 200 cascade_test/none: Fail
201 cast_test/04: Fail 201 cast_test/04: Fail
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 type_variable_bounds2_test/none: Fail 356 type_variable_bounds2_test/none: Fail
357 type_variable_bounds_test/02: Fail 357 type_variable_bounds_test/02: Fail
358 type_variable_bounds_test/04: Fail 358 type_variable_bounds_test/04: Fail
359 type_variable_bounds_test/05: Fail 359 type_variable_bounds_test/05: Fail
360 type_variable_scope_test/00: Fail 360 type_variable_scope_test/00: Fail
361 type_variable_scope_test/01: Fail 361 type_variable_scope_test/01: Fail
362 type_variable_scope_test/02: Fail 362 type_variable_scope_test/02: Fail
363 type_variable_scope_test/03: Fail 363 type_variable_scope_test/03: Fail
364 type_variable_scope_test/04: Fail 364 type_variable_scope_test/04: Fail
365 type_variable_scope_test/05: Fail 365 type_variable_scope_test/05: Fail
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