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

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

Issue 10844002: dart2dart Fix default class unparse (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 | « tests/compiler/dart2js/unparser_test.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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 pseudo_kw_illegal_test/08: Fail 179 pseudo_kw_illegal_test/08: Fail
180 pseudo_kw_illegal_test/09: Fail 180 pseudo_kw_illegal_test/09: Fail
181 pseudo_kw_illegal_test/10: Fail 181 pseudo_kw_illegal_test/10: Fail
182 pseudo_kw_illegal_test/11: Fail 182 pseudo_kw_illegal_test/11: Fail
183 pseudo_kw_illegal_test/12: Fail 183 pseudo_kw_illegal_test/12: Fail
184 pseudo_kw_illegal_test/13: Fail 184 pseudo_kw_illegal_test/13: Fail
185 pseudo_kw_illegal_test/14: Fail 185 pseudo_kw_illegal_test/14: Fail
186 pseudo_kw_illegal_test/15: Fail 186 pseudo_kw_illegal_test/15: Fail
187 pseudo_kw_illegal_test/16: Fail 187 pseudo_kw_illegal_test/16: Fail
188 pseudo_kw_test: Fail 188 pseudo_kw_test: Fail
189 type_variable_bounds_test/01: Fail
189 # external keyword is not yet supported by dart2js/dart2dart. 190 # external keyword is not yet supported by dart2js/dart2dart.
190 external_test/*: Skip 191 external_test/*: Skip
191 # Test annotations are not processed correctly by dart2dart test 192 # Test annotations are not processed correctly by dart2dart test
192 # framework: necessary errors are thrown, but treated incorrectly. 193 # framework: necessary errors are thrown, but treated incorrectly.
193 assign_static_type_test/01: Fail 194 assign_static_type_test/01: Fail
194 assign_static_type_test/02: Fail 195 assign_static_type_test/02: Fail
195 assign_static_type_test/03: Fail 196 assign_static_type_test/03: Fail
196 assign_static_type_test/04: Fail 197 assign_static_type_test/04: Fail
197 assign_static_type_test/05: Fail 198 assign_static_type_test/05: Fail
198 # Call operator is not supported by dart2js frontend. 199 # Call operator is not supported by dart2js frontend.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 function_type_alias5_test/00: Fail 256 function_type_alias5_test/00: Fail
256 function_type_alias5_test/01: Fail 257 function_type_alias5_test/01: Fail
257 function_type_alias5_test/02: Fail 258 function_type_alias5_test/02: Fail
258 function_type_alias6_test: Fail 259 function_type_alias6_test: Fail
259 function_type_alias7_test/00: Fail 260 function_type_alias7_test/00: Fail
260 function_type_alias_test: Fail 261 function_type_alias_test: Fail
261 function_type_parameter2_test: Fail 262 function_type_parameter2_test: Fail
262 function_type_parameter_test: Fail 263 function_type_parameter_test: Fail
263 gc_test: Fail 264 gc_test: Fail
264 generic_deep_test: Fail 265 generic_deep_test: Fail
265 generic_inheritance_test: Fail
266 generic_instanceof3_test: Fail 266 generic_instanceof3_test: Fail
267 get_set_syntax_test/none: Fail 267 get_set_syntax_test/none: Fail
268 getters_setters2_test/03: Fail 268 getters_setters2_test/03: Fail
269 implicit_scope_test: Fail 269 implicit_scope_test: Fail
270 implicit_this_test/01: Fail 270 implicit_this_test/01: Fail
271 implicit_this_test/02: Fail 271 implicit_this_test/02: Fail
272 implicit_this_test/03: Fail 272 implicit_this_test/03: Fail
273 implicit_this_test/04: Fail 273 implicit_this_test/04: Fail
274 implicit_this_test/none: Fail 274 implicit_this_test/none: Fail
275 implied_interface_test: Fail 275 implied_interface_test: Fail
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 type_variable_bounds2_test/none: Fail 354 type_variable_bounds2_test/none: Fail
355 type_variable_bounds_test/02: Fail 355 type_variable_bounds_test/02: Fail
356 type_variable_bounds_test/04: Fail 356 type_variable_bounds_test/04: Fail
357 type_variable_bounds_test/05: Fail 357 type_variable_bounds_test/05: Fail
358 type_variable_scope_test/00: Fail 358 type_variable_scope_test/00: Fail
359 type_variable_scope_test/01: Fail 359 type_variable_scope_test/01: Fail
360 type_variable_scope_test/02: Fail 360 type_variable_scope_test/02: Fail
361 type_variable_scope_test/03: Fail 361 type_variable_scope_test/03: Fail
362 type_variable_scope_test/04: Fail 362 type_variable_scope_test/04: Fail
363 type_variable_scope_test/05: Fail 363 type_variable_scope_test/05: Fail
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698