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

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

Issue 23112017: Update more test for assignment to final variables (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add new multi-test files 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
« no previous file with comments | « tests/language/final_param_test.dart ('k') | tests/language/language_analyzer.status » ('j') | 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 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
9 licm2_test: Skip # Issue 12298 9 licm2_test: Skip # Issue 12298
10 10
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 84 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
85 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 85 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
86 86
87 on_catch_malformed_type_test: Fail # Issue 8601 87 on_catch_malformed_type_test: Fail # Issue 8601
88 88
89 # False positive compile-time error is masking expected compile-time error 89 # False positive compile-time error is masking expected compile-time error
90 mixin_type_parameters_errors_test/*: Skip 90 mixin_type_parameters_errors_test/*: Skip
91 91
92 # Mixins fail on the VM. 92 # Mixins fail on the VM.
93 mixin_mixin_test: Fail # VM issue 93 mixin_mixin_test: Fail # Issue 12636
94 mixin_issue10216_2_test: Fail # VM issue 94 mixin_issue10216_2_test: Fail # Issue 12636
95 mixin_forwarding_constructor2_test: Fail # Issue 11888 95 mixin_forwarding_constructor2_test: Fail # Issue 11888
96 mixin_typedef_constructor_test: Fail # Issue 11888 96 mixin_typedef_constructor_test: Fail # Issue 11888
97 mixin_type_parameter2_test: Fail # Issue 11888 97 mixin_type_parameter2_test: Fail # Issue 11888
98 98
99 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 99 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
100 100
101 # Malformed types not handled as unresolved: 101 # Malformed types not handled as unresolved:
102 import_core_prefix_test: Fail 102 import_core_prefix_test: Fail
103 prefix16_test: Fail 103 prefix16_test: Fail
104 prefix22_test: Fail 104 prefix22_test: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 const_syntax_test/01: Fail # http://dartbug.com/5519 136 const_syntax_test/01: Fail # http://dartbug.com/5519
137 const_syntax_test/02: Fail # http://dartbug.com/5519 137 const_syntax_test/02: Fail # http://dartbug.com/5519
138 const_syntax_test/03: Fail # http://dartbug.com/5519 138 const_syntax_test/03: Fail # http://dartbug.com/5519
139 const_syntax_test/04: Fail # http://dartbug.com/5519 139 const_syntax_test/04: Fail # http://dartbug.com/5519
140 const_syntax_test/05: Fail # http://dartbug.com/5519 140 const_syntax_test/05: Fail # http://dartbug.com/5519
141 const_syntax_test/06: Fail # http://dartbug.com/5519 141 const_syntax_test/06: Fail # http://dartbug.com/5519
142 const_syntax_test/07: Fail # http://dartbug.com/5519 142 const_syntax_test/07: Fail # http://dartbug.com/5519
143 const_syntax_test/08: Fail # http://dartbug.com/5519 143 const_syntax_test/08: Fail # http://dartbug.com/5519
144 const_syntax_test/10: Fail # http://dartbug.com/5519 144 const_syntax_test/10: Fail # http://dartbug.com/5519
145 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 145 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
146 final_for_in_variable_test/01: Fail # http://dartbug.com/5519
147 final_is_not_const_test/01: Fail # http://dartbug.com/5519
148 final_syntax_test/01: Fail # http://dartbug.com/5519 146 final_syntax_test/01: Fail # http://dartbug.com/5519
149 final_syntax_test/02: Fail # http://dartbug.com/5519 147 final_syntax_test/02: Fail # http://dartbug.com/5519
150 final_syntax_test/03: Fail # http://dartbug.com/5519 148 final_syntax_test/03: Fail # http://dartbug.com/5519
151 final_syntax_test/04: Fail # http://dartbug.com/5519 149 final_syntax_test/04: Fail # http://dartbug.com/5519
152 getter_no_setter_test/01: Fail # http://dartbug.com/5519 150 getter_no_setter_test/01: Fail # http://dartbug.com/5519
153 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 151 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
154 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 152 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
155 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 153 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
156 154
157 metadata_test: Fail 155 metadata_test: Fail
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 import_core_prefix_test: Pass 254 import_core_prefix_test: Pass
257 prefix22_test: Pass 255 prefix22_test: Pass
258 invocation_mirror_test: Fail, OK # hardcoded names. 256 invocation_mirror_test: Fail, OK # hardcoded names.
259 super_call4_test: Fail, OK # hardcoded names. 257 super_call4_test: Fail, OK # hardcoded names.
260 258
261 [ $compiler == dart2js || $compiler == dart2dart] 259 [ $compiler == dart2js || $compiler == dart2dart]
262 null_test/03: Fail # Issue 12445. 260 null_test/03: Fail # Issue 12445.
263 261
264 [ $compiler == dart2js ] 262 [ $compiler == dart2js ]
265 null_test/none: Fail # Issue 12482 263 null_test/none: Fail # Issue 12482
OLDNEW
« no previous file with comments | « tests/language/final_param_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698