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

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

Issue 10828093: Properly unparse as operator. (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 cast_test/04: Fail
202 cast_test/05: Fail
203 cast_test/none: Fail
204 class_extends_negative_test: Fail 201 class_extends_negative_test: Fail
205 class_test: Fail 202 class_test: Fail
206 closure7_test: Fail 203 closure7_test: Fail
207 closure_with_super_send_test: Fail 204 closure_with_super_send_test: Fail
208 compile_time_constant8_test: Fail 205 compile_time_constant8_test: Fail
209 compile_time_constant_d_test: Fail 206 compile_time_constant_d_test: Fail
210 compile_time_constant_e_test: Fail 207 compile_time_constant_e_test: Fail
211 compile_time_constant_o_test: Fail 208 compile_time_constant_o_test: Fail
212 cond_expr_test: Fail 209 cond_expr_test: Fail
213 condition_bailout_test: Fail 210 condition_bailout_test: Fail
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 type_variable_bounds2_test/none: Fail 353 type_variable_bounds2_test/none: Fail
357 type_variable_bounds_test/02: Fail 354 type_variable_bounds_test/02: Fail
358 type_variable_bounds_test/04: Fail 355 type_variable_bounds_test/04: Fail
359 type_variable_bounds_test/05: Fail 356 type_variable_bounds_test/05: Fail
360 type_variable_scope_test/00: Fail 357 type_variable_scope_test/00: Fail
361 type_variable_scope_test/01: Fail 358 type_variable_scope_test/01: Fail
362 type_variable_scope_test/02: Fail 359 type_variable_scope_test/02: Fail
363 type_variable_scope_test/03: Fail 360 type_variable_scope_test/03: Fail
364 type_variable_scope_test/04: Fail 361 type_variable_scope_test/04: Fail
365 type_variable_scope_test/05: Fail 362 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