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

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: 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
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 # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 external_test/30: Fail # Issue 12887 149 external_test/30: Fail # Issue 12887
150 external_test/31: Fail # Issue 12887 150 external_test/31: Fail # Issue 12887
151 instanceof4_test/01: Fail # Issue 12889 151 instanceof4_test/01: Fail # Issue 12889
152 list_literal4_test: Fail # Issue 12890 152 list_literal4_test: Fail # Issue 12890
153 map_literal4_test: Fail # Issue 12891 153 map_literal4_test: Fail # Issue 12891
154 built_in_identifier_test/01: Fail # Issue 13022 154 built_in_identifier_test/01: Fail # Issue 13022
155 155
156 # 156 #
157 # The following tests are all negative tests that should be fixed. 157 # The following tests are all negative tests that should be fixed.
158 # 158 #
159 const_constructor_syntax_test/04: Fail # Issue 12900
160 const_syntax_test/01: Fail # Issue 12932 159 const_syntax_test/01: Fail # Issue 12932
161 const_syntax_test/02: Fail # Issue 12932 160 const_syntax_test/02: Fail # Issue 12932
162 const_syntax_test/03: Fail # Issue 12932 161 const_syntax_test/03: Fail # Issue 12932
163 const_syntax_test/04: Fail # Issue 12932 162 const_syntax_test/04: Fail # Issue 12932
164 constructor9_test/01: Fail # Issue 12934 163 constructor9_test/01: Fail # Issue 12934
165 duplicate_implements_test/01: Fail # Issue 12991 164 duplicate_implements_test/01: Fail # Issue 12991
166 duplicate_implements_test/02: Fail # Issue 12991 165 duplicate_implements_test/02: Fail # Issue 12991
167 duplicate_implements_test/03: Fail # Issue 12991 166 duplicate_implements_test/03: Fail # Issue 12991
168 duplicate_implements_test/04: Fail # Issue 12991 167 duplicate_implements_test/04: Fail # Issue 12991
169 list_literal1_test/01: Fail # Issue 12993 168 list_literal1_test/01: Fail # Issue 12993
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 setter_override_test/03: Fail # Issue 11496 279 setter_override_test/03: Fail # Issue 11496
281 setter_override2_test/02: Fail # Issue 11496 280 setter_override2_test/02: Fail # Issue 11496
282 281
283 compile_time_constant10_test/01: Fail # Issue 5519 282 compile_time_constant10_test/01: Fail # Issue 5519
284 compile_time_constant10_test/02: Fail # Issue 5519 283 compile_time_constant10_test/02: Fail # Issue 5519
285 compile_time_constant_arguments_test/01: Fail # Issue 5519 284 compile_time_constant_arguments_test/01: Fail # Issue 5519
286 compile_time_constant_arguments_test/02: Fail # Issue 5519 285 compile_time_constant_arguments_test/02: Fail # Issue 5519
287 compile_time_constant_arguments_test/03: Fail # Issue 5519 286 compile_time_constant_arguments_test/03: Fail # Issue 5519
288 compile_time_constant_arguments_test/05: Fail # Issue 5519 287 compile_time_constant_arguments_test/05: Fail # Issue 5519
289 compile_time_constant_arguments_test/06: Fail # Issue 5519 288 compile_time_constant_arguments_test/06: Fail # Issue 5519
290 const_constructor_syntax_test/04: Fail # Issue 12901
291 const_syntax_test/01: Fail # Issue 12933 289 const_syntax_test/01: Fail # Issue 12933
292 const_syntax_test/02: Fail # Issue 12933 290 const_syntax_test/02: Fail # Issue 12933
293 const_syntax_test/03: Fail # Issue 12933 291 const_syntax_test/03: Fail # Issue 12933
294 const_syntax_test/04: Fail # Issue 12933 292 const_syntax_test/04: Fail # Issue 12933
295 const_syntax_test/05: Fail # Issue 12933 293 const_syntax_test/05: Fail # Issue 12933
296 const_syntax_test/06: Fail # Issue 12933 294 const_syntax_test/06: Fail # Issue 12933
297 const_syntax_test/07: Fail # Issue 12933 295 const_syntax_test/07: Fail # Issue 12933
298 const_syntax_test/08: Fail # Issue 12933 296 const_syntax_test/08: Fail # Issue 12933
299 const_syntax_test/10: Fail # Issue 12933 297 const_syntax_test/10: Fail # Issue 12933
300 constructor9_test/01: Fail # Issue 12935 298 constructor9_test/01: Fail # Issue 12935
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 import_core_prefix_test: Pass 390 import_core_prefix_test: Pass
393 prefix22_test: Pass 391 prefix22_test: Pass
394 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 392 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
395 super_call4_test: Fail, OK # hardcoded names. 393 super_call4_test: Fail, OK # hardcoded names.
396 394
397 [ $minified ] 395 [ $minified ]
398 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 396 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
399 397
400 [ $runtime == ie9 ] 398 [ $runtime == ie9 ]
401 stack_trace_test: Fail, OK # Stack traces not available in IE9. 399 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698