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

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

Issue 22415002: Fix access to type variables in initializer expressions (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« runtime/vm/scopes.cc ('K') | « runtime/vm/scopes.cc ('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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 type_annotation_test/06: Fail # Issue 6973 59 type_annotation_test/06: Fail # Issue 6973
60 type_annotation_test/09: Fail # Issue 6973 60 type_annotation_test/09: Fail # Issue 6973
61 61
62 on_catch_malformed_type_test: Fail # Issue 8601 62 on_catch_malformed_type_test: Fail # Issue 8601
63 63
64 mixin_mixin_test: Fail 64 mixin_mixin_test: Fail
65 mixin_issue10216_2_test: Fail 65 mixin_issue10216_2_test: Fail
66 mixin_illegal_object_test/01: Crash # Issue 10952 66 mixin_illegal_object_test/01: Crash # Issue 10952
67 mixin_illegal_object_test/02: Crash # Issue 10952 67 mixin_illegal_object_test/02: Crash # Issue 10952
68 68
69 type_variable_field_initializer_closure_test: Crash # issue 8847
70 closures_initializer_test: Crash # issue 8847
71 closures_initializer2_test: Crash # issue 8847
72
73 mixin_forwarding_constructor2_test: Fail # Issue 11888 69 mixin_forwarding_constructor2_test: Fail # Issue 11888
74 mixin_typedef_constructor_test: Fail # Issue 11888 70 mixin_typedef_constructor_test: Fail # Issue 11888
75 mixin_type_parameter2_test: Fail # Issue 11888 71 mixin_type_parameter2_test: Fail # Issue 11888
76 72
77 [ $compiler == none && $unchecked ] 73 [ $compiler == none && $unchecked ]
78 74
79 # Only checked mode reports an error on type assignment 75 # Only checked mode reports an error on type assignment
80 # problems in compile time constants. 76 # problems in compile time constants.
81 compile_time_constant_checked_test/02: Fail, OK 77 compile_time_constant_checked_test/02: Fail, OK
82 compile_time_constant_checked2_test/01: Fail, OK 78 compile_time_constant_checked2_test/01: Fail, OK
83 compile_time_constant_checked2_test/02: Fail, OK 79 compile_time_constant_checked2_test/02: Fail, OK
84 compile_time_constant_checked2_test/03: Fail, OK 80 compile_time_constant_checked2_test/03: Fail, OK
85 compile_time_constant_checked2_test/04: Fail, OK 81 compile_time_constant_checked2_test/04: Fail, OK
86 compile_time_constant_checked2_test/05: Fail, OK 82 compile_time_constant_checked2_test/05: Fail, OK
87 compile_time_constant_checked2_test/06: Fail, OK 83 compile_time_constant_checked2_test/06: Fail, OK
88 compile_time_constant_checked3_test/01: Fail, OK 84 compile_time_constant_checked3_test/01: Fail, OK
89 compile_time_constant_checked3_test/02: Fail, OK 85 compile_time_constant_checked3_test/02: Fail, OK
90 compile_time_constant_checked3_test/03: Fail, OK 86 compile_time_constant_checked3_test/03: Fail, OK
91 compile_time_constant_checked3_test/04: Fail, OK 87 compile_time_constant_checked3_test/04: Fail, OK
92 compile_time_constant_checked3_test/05: Fail, OK 88 compile_time_constant_checked3_test/05: Fail, OK
93 compile_time_constant_checked3_test/06: Fail, OK 89 compile_time_constant_checked3_test/06: Fail, OK
94 90
95 91
96 [ $compiler == none && $runtime == drt ] 92 [ $compiler == none && $runtime == drt ]
97 type_variable_field_initializer_closure_test: Fail # issue 8847
98 closures_initializer_test: Fail # VM bug: issue 8847
99 closures_initializer2_test: Fail # VM bug: issue 8847
100 final_variable_assignment_test/01: Fail 93 final_variable_assignment_test/01: Fail
101 final_variable_assignment_test/02: Fail 94 final_variable_assignment_test/02: Fail
102 final_variable_assignment_test/03: Fail 95 final_variable_assignment_test/03: Fail
103 final_variable_assignment_test/04: Fail 96 final_variable_assignment_test/04: Fail
104 97
105 98
106 [ $runtime == dartium ] 99 [ $runtime == dartium ]
107 import_combinators_test: Fail 100 import_combinators_test: Fail
108 101
109 102
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 compile_time_constant_checked2_test/06: Fail, OK 276 compile_time_constant_checked2_test/06: Fail, OK
284 compile_time_constant_checked3_test/01: Fail, OK 277 compile_time_constant_checked3_test/01: Fail, OK
285 compile_time_constant_checked3_test/02: Fail, OK 278 compile_time_constant_checked3_test/02: Fail, OK
286 compile_time_constant_checked3_test/03: Fail, OK 279 compile_time_constant_checked3_test/03: Fail, OK
287 compile_time_constant_checked3_test/04: Fail, OK 280 compile_time_constant_checked3_test/04: Fail, OK
288 compile_time_constant_checked3_test/05: Fail, OK 281 compile_time_constant_checked3_test/05: Fail, OK
289 compile_time_constant_checked3_test/06: Fail, OK 282 compile_time_constant_checked3_test/06: Fail, OK
290 283
291 positional_parameters_type_test: Fail # Triage this. 284 positional_parameters_type_test: Fail # Triage this.
292 285
293 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
294 closures_initializer_test: Crash # VM bug: issue 8847
295 closures_initializer2_test: Crash # VM bug: issue 8847
296
297 bound_closure_equality_test: Fail # Issue 10849 286 bound_closure_equality_test: Fail # Issue 10849
298 287
299 [ $compiler == dart2dart && $minified ] 288 [ $compiler == dart2dart && $minified ]
300 super_getter_setter_test: Fail # Issue 11065. 289 super_getter_setter_test: Fail # Issue 11065.
301 290
302 # TODO(tball): Assign proper bug numbers. 291 # TODO(tball): Assign proper bug numbers.
303 class_literal_test: Fail 292 class_literal_test: Fail
304 293
305 import_core_prefix_test: Pass 294 import_core_prefix_test: Pass
306 prefix22_test: Pass 295 prefix22_test: Pass
307 invocation_mirror_test: Fail, OK # hardcoded names. 296 invocation_mirror_test: Fail, OK # hardcoded names.
308 super_call4_test: Fail, OK # hardcoded names. 297 super_call4_test: Fail, OK # hardcoded names.
309 298
310 299
311 [ $arch == simarm || $arch == arm ] 300 [ $arch == simarm || $arch == arm ]
312 try_catch4_test: Crash, Fail 301 try_catch4_test: Crash, Fail
313 302
314 303
315 [ $arch == mips ] 304 [ $arch == mips ]
316 *: Skip 305 *: Skip
317 306
318 [ $arch == simmips ] 307 [ $arch == simmips ]
319 try_catch4_test: Fail 308 try_catch4_test: Fail
OLDNEW
« runtime/vm/scopes.cc ('K') | « runtime/vm/scopes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698