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

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

Issue 10918203: Stop treating finals as const (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/co19/co19-runtime.status ('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 11 matching lines...) Expand all
22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801 22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801
23 call_nonexistent_constructor_test: Fail # Issue 3801 23 call_nonexistent_constructor_test: Fail # Issue 3801
24 gc_test: Fail # Issue 1487 24 gc_test: Fail # Issue 1487
25 field_override_test/none: Fail # Issue 742: field shadowing now allowed 25 field_override_test/none: Fail # Issue 742: field shadowing now allowed
26 field_override_test/01: Fail # Issue 742: field shadowing now allowed 26 field_override_test/01: Fail # Issue 742: field shadowing now allowed
27 super_field_access_test: Fail # Issue 742: field shadowing now allowed 27 super_field_access_test: Fail # Issue 742: field shadowing now allowed
28 pseudo_kw_illegal_test/03: Fail # Issue 356 28 pseudo_kw_illegal_test/03: Fail # Issue 356
29 pseudo_kw_illegal_test/08: Fail # Issue 356 29 pseudo_kw_illegal_test/08: Fail # Issue 356
30 pseudo_kw_illegal_test/10: Fail # Issue 356 30 pseudo_kw_illegal_test/10: Fail # Issue 356
31 pseudo_kw_illegal_test/14: Fail # Issue 356 31 pseudo_kw_illegal_test/14: Fail # Issue 356
32 final_field_initialization_order_test: Fail # Issue 4839
33 32
34 assert_lexical_scope_test: Fail # Issue 4935 33 assert_lexical_scope_test: Fail # Issue 4935
35 34
36 # These bugs refer currently ongoing language discussions. 35 # These bugs refer currently ongoing language discussions.
37 constructor5_test: Fail # (Discussion ongoing) 36 constructor5_test: Fail # (Discussion ongoing)
38 constructor6_test: Fail # (Discussion ongoing) 37 constructor6_test: Fail # (Discussion ongoing)
39 38
40 # Regular bugs which should be fixed. 39 # Regular bugs which should be fixed.
41 const_init6_negative_test: Fail # Issue 811 40 const_init6_negative_test: Fail # Issue 811
42 super_first_constructor_test: Fail # Issue 1372. 41 super_first_constructor_test: Fail # Issue 1372.
(...skipping 13 matching lines...) Expand all
56 bad_override_test/01: Fail # Issue 3859. 55 bad_override_test/01: Fail # Issue 3859.
57 bad_override_test/02: Fail # Issue 3859. 56 bad_override_test/02: Fail # Issue 3859.
58 57
59 setter_no_getter_call_test/01: Crash # Issue 4360 58 setter_no_getter_call_test/01: Crash # Issue 4360
60 setter_no_getter_test/01: Crash # Issue 4360 59 setter_no_getter_test/01: Crash # Issue 4360
61 60
62 getter_no_setter2_test/01: Fail # Issue 4898 61 getter_no_setter2_test/01: Fail # Issue 4898
63 62
64 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
65 64
66 final_is_not_const_test/01: Fail # Issue 3558
67 final_syntax_test/none: Fail # Issue 3558
68 lazy_static_test: Fail # Issue 3558
69 lazy_static2_test: Fail # Issue 3558
70 lazy_static3_test: Fail # Issue 3558 65 lazy_static3_test: Fail # Issue 3558
71 lazy_static4_test: Fail # Issue 3558 66
72 67
73 68
74 # DartC specific tests that should not be run by the VM 69 # DartC specific tests that should not be run by the VM
75 *dartc_test: Skip 70 *dartc_test: Skip
76 *dartc_negative_test: Skip 71 *dartc_negative_test: Skip
77 72
78 [ $compiler == none && $mode == debug ] 73 [ $compiler == none && $mode == debug ]
79 gc_test: Skip # Takes too long. 74 gc_test: Skip # Takes too long.
80 75
81 [ $compiler == none && $checked ] 76 [ $compiler == none && $checked ]
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 369 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
375 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 370 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
376 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 371 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
377 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 372 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
378 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 373 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
379 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 374 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
380 375
381 # Only checked mode reports an error on type assignment 376 # Only checked mode reports an error on type assignment
382 # problems in compile time constants. 377 # problems in compile time constants.
383 compile_time_constant_checked_test/02: Fail, OK 378 compile_time_constant_checked_test/02: Fail, OK
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698