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

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

Issue 23979004: Check for uninitialized constant variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased 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/co19/co19-dart2js.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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 block_scope_test: Fail # Issue 13204. 6 block_scope_test: Fail # Issue 13204.
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 external_test/21: Fail # Issue 12887 127 external_test/21: Fail # Issue 12887
128 external_test/22: Fail # Issue 12887 128 external_test/22: Fail # Issue 12887
129 external_test/23: Fail # Issue 12887 129 external_test/23: Fail # Issue 12887
130 external_test/30: Fail # Issue 12887 130 external_test/30: Fail # Issue 12887
131 external_test/31: Fail # Issue 12887 131 external_test/31: Fail # Issue 12887
132 instanceof4_test/01: Fail # Issue 12889 132 instanceof4_test/01: Fail # Issue 12889
133 list_literal4_test: Fail # Issue 12890 133 list_literal4_test: Fail # Issue 12890
134 map_literal4_test: Fail # Issue 12891 134 map_literal4_test: Fail # Issue 12891
135 built_in_identifier_test/01: Fail # Issue 13022 135 built_in_identifier_test/01: Fail # Issue 13022
136 136
137 const_syntax_test/01: Fail # Issue 12932
138 const_syntax_test/02: Fail # Issue 12932
139 const_syntax_test/03: Fail # Issue 12932 137 const_syntax_test/03: Fail # Issue 12932
140 const_syntax_test/04: Fail # Issue 12932 138 const_syntax_test/04: Fail # Issue 12932
141 constructor9_test/01: Fail # Issue 12934 139 constructor9_test/01: Fail # Issue 12934
142 list_literal1_test/01: Fail # Issue 12993 140 list_literal1_test/01: Fail # Issue 12993
143 map_literal1_test/01: Fail # Issue 12993 141 map_literal1_test/01: Fail # Issue 12993
144 scope_variable_test/01: Fail # Issue 13016 142 scope_variable_test/01: Fail # Issue 13016
145 static_final_field2_test/02: Fail # Issue 13017 143 static_final_field2_test/02: Fail # Issue 13017
146 throw7_test/01: Fail # Issue 13019 144 throw7_test/01: Fail # Issue 13019
147 145
148 numbers_test: Fail, OK # Issue 1533 146 numbers_test: Fail, OK # Issue 1533
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 setter_override_test/03: Fail # Issue 11496 239 setter_override_test/03: Fail # Issue 11496
242 setter_override2_test/02: Fail # Issue 11496 240 setter_override2_test/02: Fail # Issue 11496
243 241
244 compile_time_constant10_test/01: Fail # Issue 5519 242 compile_time_constant10_test/01: Fail # Issue 5519
245 compile_time_constant10_test/02: Fail # Issue 5519 243 compile_time_constant10_test/02: Fail # Issue 5519
246 compile_time_constant_arguments_test/01: Fail # Issue 5519 244 compile_time_constant_arguments_test/01: Fail # Issue 5519
247 compile_time_constant_arguments_test/02: Fail # Issue 5519 245 compile_time_constant_arguments_test/02: Fail # Issue 5519
248 compile_time_constant_arguments_test/03: Fail # Issue 5519 246 compile_time_constant_arguments_test/03: Fail # Issue 5519
249 compile_time_constant_arguments_test/05: Fail # Issue 5519 247 compile_time_constant_arguments_test/05: Fail # Issue 5519
250 compile_time_constant_arguments_test/06: Fail # Issue 5519 248 compile_time_constant_arguments_test/06: Fail # Issue 5519
251 const_syntax_test/01: Fail # Issue 12933
252 const_syntax_test/02: Fail # Issue 12933
253 const_syntax_test/03: Fail # Issue 12933 249 const_syntax_test/03: Fail # Issue 12933
254 const_syntax_test/04: Fail # Issue 12933 250 const_syntax_test/04: Fail # Issue 12933
255 const_syntax_test/05: Fail # Issue 12933 251 const_syntax_test/05: Fail # Issue 12933
256 const_syntax_test/06: Fail # Issue 12933 252 const_syntax_test/06: Fail # Issue 12933
257 const_syntax_test/07: Fail # Issue 12933 253 const_syntax_test/07: Fail # Issue 12933
258 const_syntax_test/08: Fail # Issue 12933 254 const_syntax_test/08: Fail # Issue 12933
259 const_syntax_test/10: Fail # Issue 12933 255 const_syntax_test/10: Fail # Issue 12933
260 constructor9_test/01: Fail # Issue 12935 256 constructor9_test/01: Fail # Issue 12935
261 constructor_named_arguments_test/01: Fail # Issue 5519 257 constructor_named_arguments_test/01: Fail # Issue 5519
262 final_syntax_test/01: Fail # Issue 13020 258 final_syntax_test/01: Fail # Issue 13020
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 import_core_prefix_test: Pass 339 import_core_prefix_test: Pass
344 prefix22_test: Pass 340 prefix22_test: Pass
345 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
346 super_call4_test: Fail, OK # hardcoded names. 342 super_call4_test: Fail, OK # hardcoded names.
347 343
348 [ $minified ] 344 [ $minified ]
349 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
350 346
351 [ $runtime == ie9 ] 347 [ $runtime == ie9 ]
352 stack_trace_test: Fail, OK # Stack traces not available in IE9. 348 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698