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

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

Issue 10699027: Flag uninitialized final variables in a class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: # Created 8 years, 5 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 char_escape_test: Pass # Issue 1654 79 char_escape_test: Pass # Issue 1654
80 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 80 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
81 const_syntax_test/01: Fail # test issue 3626 81 const_syntax_test/01: Fail # test issue 3626
82 const_syntax_test/02: Fail # test issue 3626 82 const_syntax_test/02: Fail # test issue 3626
83 const_syntax_test/03: Fail # test issue 3626 83 const_syntax_test/03: Fail # test issue 3626
84 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 84 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
85 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 85 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
86 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 86 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
87 duplicate_implements_test: Skip # Issue 976 87 duplicate_implements_test: Skip # Issue 976
88 factory5_test/00: Fail # issue 3079 88 factory5_test/00: Fail # issue 3079
89 field3a_negative_test: Fail # Issue 3655
90 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 89 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
91 final_syntax_test/*: Skip # can't handle base case 90 final_syntax_test/*: Skip # can't handle base case
92 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 91 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
93 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 92 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
94 library2_negative_test: Fail # still a valid test? Issue 3649 93 library2_negative_test: Fail # still a valid test? Issue 3649
95 library4_negative_test: Fail # still a valid test? Issue 3530 94 library4_negative_test: Fail # still a valid test? Issue 3530
96 library6_negative_test: Fail # still a valid test? Issue 3650 95 library6_negative_test: Fail # still a valid test? Issue 3650
97 list_literal4_test: Fail # Issue 1343 96 list_literal4_test: Fail # Issue 1343
98 map_literal4_test: Fail # Issue 1343 97 map_literal4_test: Fail # Issue 1343
99 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest 98 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 *: Skip 141 *: Skip
143 142
144 [ $browser ] 143 [ $browser ]
145 prefix_core_test: Fail # Issue 2264. 144 prefix_core_test: Fail # Issue 2264.
146 145
147 [ $arch == simarm ] 146 [ $arch == simarm ]
148 *: Skip 147 *: Skip
149 148
150 [ $arch == arm ] 149 [ $arch == arm ]
151 *: Skip 150 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698