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

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

Issue 10855174: Lazy implementation of final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix tests. 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 prefix_core_test: Fail # Issue 3638. 47 prefix_core_test: Fail # Issue 3638.
48 48
49 fauxverride_test/none: Fail # Issue 3778. 49 fauxverride_test/none: Fail # Issue 3778.
50 50
51 bad_override_test/01: Fail # Issue 3859. 51 bad_override_test/01: Fail # Issue 3859.
52 bad_override_test/02: Fail # Issue 3859. 52 bad_override_test/02: Fail # Issue 3859.
53 53
54 setter_no_getter_call_test/01: Crash # Issue 4360 54 setter_no_getter_call_test/01: Crash # Issue 4360
55 55
56 final_syntax_test/none: Fail # Issue 3558
57
56 58
57 # DartC specific tests that should not be run by the VM 59 # DartC specific tests that should not be run by the VM
58 *dartc_test: Skip 60 *dartc_test: Skip
59 *dartc_negative_test: Skip 61 *dartc_negative_test: Skip
60 62
61 [ $compiler == none && $mode == debug ] 63 [ $compiler == none && $mode == debug ]
62 gc_test: Skip # Takes too long. 64 gc_test: Skip # Takes too long.
63 65
64 [ $compiler == dartc ] 66 [ $compiler == dartc ]
65 application_negative_test: Fail # Runtime only test, rewrite as multitest 67 application_negative_test: Fail # Runtime only test, rewrite as multitest
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 type_variable_bounds_test/01: Fail 216 type_variable_bounds_test/01: Fail
215 # external keyword is not yet supported by dart2js/dart2dart. 217 # external keyword is not yet supported by dart2js/dart2dart.
216 external_test/*: Skip 218 external_test/*: Skip
217 # Test annotations are not processed correctly by dart2dart test 219 # Test annotations are not processed correctly by dart2dart test
218 # framework: necessary errors are thrown, but treated incorrectly. 220 # framework: necessary errors are thrown, but treated incorrectly.
219 assign_static_type_test/01: Fail 221 assign_static_type_test/01: Fail
220 assign_static_type_test/02: Fail 222 assign_static_type_test/02: Fail
221 assign_static_type_test/03: Fail 223 assign_static_type_test/03: Fail
222 assign_static_type_test/04: Fail 224 assign_static_type_test/04: Fail
223 assign_static_type_test/05: Fail 225 assign_static_type_test/05: Fail
224 final_syntax_test/03: Fail 226 const_syntax_test/03: Fail, OK
225 final_syntax_test/04: Fail 227 const_syntax_test/04: Fail, OK
228 final_syntax_test/03: Fail, OK
229 final_syntax_test/04: Fail, OK
226 # Call operator is not supported by dart2js frontend. 230 # Call operator is not supported by dart2js frontend.
227 call_operator_test: Fail 231 call_operator_test: Fail
228 # dart2js frontend doesn't even analyse problematic classes. 232 # dart2js frontend doesn't even analyse problematic classes.
229 class_extends_negative_test: Fail 233 class_extends_negative_test: Fail
230 duplicate_implements_test/01: Fail 234 duplicate_implements_test/01: Fail
231 duplicate_implements_test/02: Fail 235 duplicate_implements_test/02: Fail
232 duplicate_implements_test/03: Fail 236 duplicate_implements_test/03: Fail
233 duplicate_implements_test/04: Fail 237 duplicate_implements_test/04: Fail
234 # dart2js allows duplicate constructor definitions. 238 # dart2js allows duplicate constructor definitions.
235 duplicate_constructor_test/01: Fail 239 duplicate_constructor_test/01: Fail
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 static_top_level_test/04: Fail 310 static_top_level_test/04: Fail
307 static_top_level_test/05: Fail 311 static_top_level_test/05: Fail
308 string_interpolation7_test: Fail 312 string_interpolation7_test: Fail
309 switch_label_test: Fail 313 switch_label_test: Fail
310 typed_message_test: Fail 314 typed_message_test: Fail
311 type_variable_bounds2_test/02: Fail 315 type_variable_bounds2_test/02: Fail
312 type_variable_bounds2_test/06: Fail 316 type_variable_bounds2_test/06: Fail
313 type_variable_bounds_test/02: Fail 317 type_variable_bounds_test/02: Fail
314 type_variable_bounds_test/04: Fail 318 type_variable_bounds_test/04: Fail
315 type_variable_bounds_test/05: Fail 319 type_variable_bounds_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698