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

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

Issue 23533040: Check for non-final field in the face of const constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 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/compiler/dart2js/type_checker_test.dart ('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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 compile_time_constant_c_test/none: Fail # Issue 11583 6 compile_time_constant_c_test/none: Fail # Issue 11583
7 null_test/03: Fail # Issue 12445. 7 null_test/03: Fail # Issue 12445.
8 black_listed_test/none: Fail # Issue 12446. 8 black_listed_test/none: Fail # Issue 12446.
9 malformed_test/none: Fail # Issue 12695 9 malformed_test/none: Fail # Issue 12695
10 malformed_test/05: Fail # Issue 12695 10 malformed_test/05: Fail # Issue 12695
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 external_test/21: Fail # Issue 12887 138 external_test/21: Fail # Issue 12887
139 external_test/22: Fail # Issue 12887 139 external_test/22: Fail # Issue 12887
140 external_test/23: Fail # Issue 12887 140 external_test/23: Fail # Issue 12887
141 external_test/30: Fail # Issue 12887 141 external_test/30: Fail # Issue 12887
142 external_test/31: Fail # Issue 12887 142 external_test/31: Fail # Issue 12887
143 instanceof4_test/01: Fail # Issue 12889 143 instanceof4_test/01: Fail # Issue 12889
144 list_literal4_test: Fail # Issue 12890 144 list_literal4_test: Fail # Issue 12890
145 map_literal4_test: Fail # Issue 12891 145 map_literal4_test: Fail # Issue 12891
146 built_in_identifier_test/01: Fail # Issue 13022 146 built_in_identifier_test/01: Fail # Issue 13022
147 147
148 const_constructor_syntax_test/04: Fail # Issue 12900
149 const_syntax_test/01: Fail # Issue 12932 148 const_syntax_test/01: Fail # Issue 12932
150 const_syntax_test/02: Fail # Issue 12932 149 const_syntax_test/02: Fail # Issue 12932
151 const_syntax_test/03: Fail # Issue 12932 150 const_syntax_test/03: Fail # Issue 12932
152 const_syntax_test/04: Fail # Issue 12932 151 const_syntax_test/04: Fail # Issue 12932
153 constructor9_test/01: Fail # Issue 12934 152 constructor9_test/01: Fail # Issue 12934
154 duplicate_implements_test/01: Fail # Issue 12991 153 duplicate_implements_test/01: Fail # Issue 12991
155 duplicate_implements_test/02: Fail # Issue 12991 154 duplicate_implements_test/02: Fail # Issue 12991
156 duplicate_implements_test/03: Fail # Issue 12991 155 duplicate_implements_test/03: Fail # Issue 12991
157 duplicate_implements_test/04: Fail # Issue 12991 156 duplicate_implements_test/04: Fail # Issue 12991
158 list_literal1_test/01: Fail # Issue 12993 157 list_literal1_test/01: Fail # Issue 12993
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 setter_override_test/03: Fail # Issue 11496 260 setter_override_test/03: Fail # Issue 11496
262 setter_override2_test/02: Fail # Issue 11496 261 setter_override2_test/02: Fail # Issue 11496
263 262
264 compile_time_constant10_test/01: Fail # Issue 5519 263 compile_time_constant10_test/01: Fail # Issue 5519
265 compile_time_constant10_test/02: Fail # Issue 5519 264 compile_time_constant10_test/02: Fail # Issue 5519
266 compile_time_constant_arguments_test/01: Fail # Issue 5519 265 compile_time_constant_arguments_test/01: Fail # Issue 5519
267 compile_time_constant_arguments_test/02: Fail # Issue 5519 266 compile_time_constant_arguments_test/02: Fail # Issue 5519
268 compile_time_constant_arguments_test/03: Fail # Issue 5519 267 compile_time_constant_arguments_test/03: Fail # Issue 5519
269 compile_time_constant_arguments_test/05: Fail # Issue 5519 268 compile_time_constant_arguments_test/05: Fail # Issue 5519
270 compile_time_constant_arguments_test/06: Fail # Issue 5519 269 compile_time_constant_arguments_test/06: Fail # Issue 5519
271 const_constructor_syntax_test/04: Fail # Issue 12901
272 const_syntax_test/01: Fail # Issue 12933 270 const_syntax_test/01: Fail # Issue 12933
273 const_syntax_test/02: Fail # Issue 12933 271 const_syntax_test/02: Fail # Issue 12933
274 const_syntax_test/03: Fail # Issue 12933 272 const_syntax_test/03: Fail # Issue 12933
275 const_syntax_test/04: Fail # Issue 12933 273 const_syntax_test/04: Fail # Issue 12933
276 const_syntax_test/05: Fail # Issue 12933 274 const_syntax_test/05: Fail # Issue 12933
277 const_syntax_test/06: Fail # Issue 12933 275 const_syntax_test/06: Fail # Issue 12933
278 const_syntax_test/07: Fail # Issue 12933 276 const_syntax_test/07: Fail # Issue 12933
279 const_syntax_test/08: Fail # Issue 12933 277 const_syntax_test/08: Fail # Issue 12933
280 const_syntax_test/10: Fail # Issue 12933 278 const_syntax_test/10: Fail # Issue 12933
281 constructor9_test/01: Fail # Issue 12935 279 constructor9_test/01: Fail # Issue 12935
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 import_core_prefix_test: Pass 368 import_core_prefix_test: Pass
371 prefix22_test: Pass 369 prefix22_test: Pass
372 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 370 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
373 super_call4_test: Fail, OK # hardcoded names. 371 super_call4_test: Fail, OK # hardcoded names.
374 372
375 [ $minified ] 373 [ $minified ]
376 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 374 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
377 375
378 [ $runtime == ie9 ] 376 [ $runtime == ie9 ]
379 stack_trace_test: Fail, OK # Stack traces not available in IE9. 377 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/type_checker_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698