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

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

Issue 25504002: Emit a compile-time error for uninitialized final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: dart2dart status file. Created 7 years, 2 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 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 block_scope_test: CompileTimeError # Issue 13204. 7 block_scope_test: CompileTimeError # Issue 13204.
8 null_test/03: MissingCompileTimeError # Issue 12445. 8 null_test/03: MissingCompileTimeError # Issue 12445.
9 black_listed_test/none: CompileTimeError # Issue 12446. 9 black_listed_test/none: CompileTimeError # Issue 12446.
10 malformed_test/05: MissingCompileTimeError # Issue 12695 10 malformed_test/05: MissingCompileTimeError # Issue 12695
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 map_literal1_test/01: MissingCompileTimeError # Issue 12993 148 map_literal1_test/01: MissingCompileTimeError # Issue 12993
149 scope_variable_test/01: MissingCompileTimeError # Issue 13016 149 scope_variable_test/01: MissingCompileTimeError # Issue 13016
150 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 150 static_final_field2_test/02: MissingCompileTimeError # Issue 13017
151 throw7_test/01: MissingCompileTimeError # Issue 13019 151 throw7_test/01: MissingCompileTimeError # Issue 13019
152 152
153 numbers_test: RuntimeError, OK # Issue 1533 153 numbers_test: RuntimeError, OK # Issue 1533
154 canonical_const2_test: RuntimeError, OK # Issue 1533 154 canonical_const2_test: RuntimeError, OK # Issue 1533
155 bit_operations_test: RuntimeError, OK # Issue 1533 155 bit_operations_test: RuntimeError, OK # Issue 1533
156 expect_test: RuntimeError, OK # Issue 13080 156 expect_test: RuntimeError, OK # Issue 13080
157 157
158 final_syntax_test/01: MissingCompileTimeError # Issue 13020
159 final_syntax_test/02: MissingCompileTimeError # Issue 13020
160 final_syntax_test/03: MissingCompileTimeError # Issue 13020
161 final_syntax_test/04: MissingCompileTimeError # Issue 13020
162
163 null_test/none: RuntimeError # Issue 12482 158 null_test/none: RuntimeError # Issue 12482
164 159
165 160
166 [ $compiler == dart2js && $runtime == none ] 161 [ $compiler == dart2js && $runtime == none ]
167 *: Fail, Pass # TODO(ahe): Triage these tests. 162 *: Fail, Pass # TODO(ahe): Triage these tests.
168 163
169 164
170 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 165 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
171 round_test: Fail, OK # Common JavaScript engine Math.round bug. 166 round_test: Fail, OK # Common JavaScript engine Math.round bug.
172 167
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 compile_time_constant_arguments_test/05: Fail # Issue 5519 243 compile_time_constant_arguments_test/05: Fail # Issue 5519
249 compile_time_constant_arguments_test/06: Fail # Issue 5519 244 compile_time_constant_arguments_test/06: Fail # Issue 5519
250 const_syntax_test/05: Fail # Issue 12933 245 const_syntax_test/05: Fail # Issue 12933
251 const_syntax_test/06: Fail # Issue 12933 246 const_syntax_test/06: Fail # Issue 12933
252 const_syntax_test/07: Fail # Issue 12933 247 const_syntax_test/07: Fail # Issue 12933
253 const_syntax_test/08: Fail # Issue 12933 248 const_syntax_test/08: Fail # Issue 12933
254 const_syntax_test/10: Fail # Issue 12933 249 const_syntax_test/10: Fail # Issue 12933
255 compile_time_constant_c_test/02: Fail # Issue 12933 250 compile_time_constant_c_test/02: Fail # Issue 12933
256 constructor9_test/01: Fail # Issue 12935 251 constructor9_test/01: Fail # Issue 12935
257 constructor_named_arguments_test/01: Fail # Issue 5519 252 constructor_named_arguments_test/01: Fail # Issue 5519
258 final_syntax_test/01: Fail # Issue 13020
259 final_syntax_test/02: Fail # Issue 13020
260 final_syntax_test/03: Fail # Issue 13020
261 final_syntax_test/04: Fail # Issue 13020
262 named_parameters_aggregated_test/03: Fail # Issue 12813 253 named_parameters_aggregated_test/03: Fail # Issue 12813
263 not_enough_positional_arguments_test/01: Fail # Issue 12839 254 not_enough_positional_arguments_test/01: Fail # Issue 12839
264 not_enough_positional_arguments_test/02: Fail # Issue 12839 255 not_enough_positional_arguments_test/02: Fail # Issue 12839
265 not_enough_positional_arguments_test/05: Fail # Issue 12839 256 not_enough_positional_arguments_test/05: Fail # Issue 12839
266 257
267 metadata_test: Fail # Issue 12762 258 metadata_test: Fail # Issue 12762
268 const_var_test: Pass, Fail # Issue 12794 259 const_var_test: Pass, Fail # Issue 12794
269 map_literal3_test: Fail # Issue 12794 260 map_literal3_test: Fail # Issue 12794
270 external_test/11: Fail # Issue 12888 261 external_test/11: Fail # Issue 12888
271 external_test/12: Fail # Issue 12888 262 external_test/12: Fail # Issue 12888
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 import_core_prefix_test: Pass 325 import_core_prefix_test: Pass
335 prefix22_test: Pass 326 prefix22_test: Pass
336 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 327 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
337 super_call4_test: Fail, OK # hardcoded names. 328 super_call4_test: Fail, OK # hardcoded names.
338 329
339 [ $minified ] 330 [ $minified ]
340 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 331 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
341 332
342 [ $runtime == ie9 ] 333 [ $runtime == ie9 ]
343 stack_trace_test: Fail, OK # Stack traces not available in IE9. 334 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