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

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

Issue 10821101: Support cascade receivers. (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 | « lib/compiler/implementation/tree/unparser.dart ('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 # 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 # Test annotations are not processed correctly by dart2dart test 191 # Test annotations are not processed correctly by dart2dart test
192 # framework: necessary errors are thrown, but treated incorrectly. 192 # framework: necessary errors are thrown, but treated incorrectly.
193 assign_static_type_test/01: Fail 193 assign_static_type_test/01: Fail
194 assign_static_type_test/02: Fail 194 assign_static_type_test/02: Fail
195 assign_static_type_test/03: Fail 195 assign_static_type_test/03: Fail
196 assign_static_type_test/04: Fail 196 assign_static_type_test/04: Fail
197 assign_static_type_test/05: Fail 197 assign_static_type_test/05: Fail
198 # Call operator is not supported by dart2js frontend. 198 # Call operator is not supported by dart2js frontend.
199 call_operator_test: Fail 199 call_operator_test: Fail
200 # Should be triaged. 200 # Should be triaged.
201 cascade_in_expression_function_test: Fail
202 cascade_precedence_test: Fail
203 cascade_test/none: Fail 201 cascade_test/none: Fail
204 cast_test/04: Fail 202 cast_test/04: Fail
205 cast_test/05: Fail 203 cast_test/05: Fail
206 cast_test/none: Fail 204 cast_test/none: Fail
207 class_extends_negative_test: Fail 205 class_extends_negative_test: Fail
208 class_test: Fail 206 class_test: Fail
209 closure7_test: Fail 207 closure7_test: Fail
210 closure_with_super_send_test: Fail 208 closure_with_super_send_test: Fail
211 compile_time_constant8_test: Fail 209 compile_time_constant8_test: Fail
212 compile_time_constant_d_test: Fail 210 compile_time_constant_d_test: Fail
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 type_variable_bounds2_test/none: Fail 357 type_variable_bounds2_test/none: Fail
360 type_variable_bounds_test/02: Fail 358 type_variable_bounds_test/02: Fail
361 type_variable_bounds_test/04: Fail 359 type_variable_bounds_test/04: Fail
362 type_variable_bounds_test/05: Fail 360 type_variable_bounds_test/05: Fail
363 type_variable_scope_test/00: Fail 361 type_variable_scope_test/00: Fail
364 type_variable_scope_test/01: Fail 362 type_variable_scope_test/01: Fail
365 type_variable_scope_test/02: Fail 363 type_variable_scope_test/02: Fail
366 type_variable_scope_test/03: Fail 364 type_variable_scope_test/03: Fail
367 type_variable_scope_test/04: Fail 365 type_variable_scope_test/04: Fail
368 type_variable_scope_test/05: Fail 366 type_variable_scope_test/05: Fail
OLDNEW
« no previous file with comments | « lib/compiler/implementation/tree/unparser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698