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

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

Issue 25006002: Emit compile-time error when a constant field is not initialized. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 external_test/21: MissingCompileTimeError # Issue 12887 137 external_test/21: MissingCompileTimeError # Issue 12887
138 external_test/22: MissingCompileTimeError # Issue 12887 138 external_test/22: MissingCompileTimeError # Issue 12887
139 external_test/23: MissingCompileTimeError # Issue 12887 139 external_test/23: MissingCompileTimeError # Issue 12887
140 external_test/30: MissingCompileTimeError # Issue 12887 140 external_test/30: MissingCompileTimeError # Issue 12887
141 external_test/31: MissingCompileTimeError # Issue 12887 141 external_test/31: MissingCompileTimeError # Issue 12887
142 instanceof4_test/01: RuntimeError # Issue 12889 142 instanceof4_test/01: RuntimeError # Issue 12889
143 list_literal4_test: RuntimeError # Issue 12890 143 list_literal4_test: RuntimeError # Issue 12890
144 map_literal4_test: RuntimeError # Issue 12891 144 map_literal4_test: RuntimeError # Issue 12891
145 built_in_identifier_test/01: CompileTimeError # Issue 13022 145 built_in_identifier_test/01: CompileTimeError # Issue 13022
146 146
147 const_syntax_test/03: MissingCompileTimeError # Issue 12932
148 const_syntax_test/04: MissingCompileTimeError # Issue 12932
149 constructor9_test/01: MissingCompileTimeError # Issue 12934 147 constructor9_test/01: MissingCompileTimeError # Issue 12934
150 list_literal1_test/01: MissingCompileTimeError # Issue 12993 148 list_literal1_test/01: MissingCompileTimeError # Issue 12993
151 map_literal1_test/01: MissingCompileTimeError # Issue 12993 149 map_literal1_test/01: MissingCompileTimeError # Issue 12993
152 scope_variable_test/01: MissingCompileTimeError # Issue 13016 150 scope_variable_test/01: MissingCompileTimeError # Issue 13016
153 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 151 static_final_field2_test/02: MissingCompileTimeError # Issue 13017
154 throw7_test/01: MissingCompileTimeError # Issue 13019 152 throw7_test/01: MissingCompileTimeError # Issue 13019
155 153
156 numbers_test: RuntimeError, OK # Issue 1533 154 numbers_test: RuntimeError, OK # Issue 1533
157 canonical_const2_test: RuntimeError, OK # Issue 1533 155 canonical_const2_test: RuntimeError, OK # Issue 1533
158 bit_operations_test: RuntimeError, OK # Issue 1533 156 bit_operations_test: RuntimeError, OK # Issue 1533
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 setter_override_test/03: Fail # Issue 11496 241 setter_override_test/03: Fail # Issue 11496
244 setter_override2_test/02: Fail # Issue 11496 242 setter_override2_test/02: Fail # Issue 11496
245 243
246 compile_time_constant10_test/01: Fail # Issue 5519 244 compile_time_constant10_test/01: Fail # Issue 5519
247 compile_time_constant10_test/02: Fail # Issue 5519 245 compile_time_constant10_test/02: Fail # Issue 5519
248 compile_time_constant_arguments_test/01: Fail # Issue 5519 246 compile_time_constant_arguments_test/01: Fail # Issue 5519
249 compile_time_constant_arguments_test/02: Fail # Issue 5519 247 compile_time_constant_arguments_test/02: Fail # Issue 5519
250 compile_time_constant_arguments_test/03: Fail # Issue 5519 248 compile_time_constant_arguments_test/03: Fail # Issue 5519
251 compile_time_constant_arguments_test/05: Fail # Issue 5519 249 compile_time_constant_arguments_test/05: Fail # Issue 5519
252 compile_time_constant_arguments_test/06: Fail # Issue 5519 250 compile_time_constant_arguments_test/06: Fail # Issue 5519
253 const_syntax_test/03: Fail # Issue 12933
254 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 compile_time_constant_c_test/02: Fail # Issue 12933 256 compile_time_constant_c_test/02: Fail # Issue 12933
261 constructor9_test/01: Fail # Issue 12935 257 constructor9_test/01: Fail # Issue 12935
262 constructor_named_arguments_test/01: Fail # Issue 5519 258 constructor_named_arguments_test/01: Fail # Issue 5519
263 final_syntax_test/01: Fail # Issue 13020 259 final_syntax_test/01: Fail # Issue 13020
264 final_syntax_test/02: Fail # Issue 13020 260 final_syntax_test/02: Fail # Issue 13020
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 import_core_prefix_test: Pass 336 import_core_prefix_test: Pass
341 prefix22_test: Pass 337 prefix22_test: Pass
342 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 338 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
343 super_call4_test: Fail, OK # hardcoded names. 339 super_call4_test: Fail, OK # hardcoded names.
344 340
345 [ $minified ] 341 [ $minified ]
346 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 342 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
347 343
348 [ $runtime == ie9 ] 344 [ $runtime == ie9 ]
349 stack_trace_test: Fail, OK # Stack traces not available in IE9. 345 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