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

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

Issue 23503035: Emit a compile-time error on const constructors with a body. (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
« 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 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 final_syntax_test/02: Fail # Issue 13020 180 final_syntax_test/02: Fail # Issue 13020
181 final_syntax_test/03: Fail # Issue 13020 181 final_syntax_test/03: Fail # Issue 13020
182 final_syntax_test/04: Fail # Issue 13020 182 final_syntax_test/04: Fail # Issue 13020
183 183
184 canonical_const2_test: Fail, OK # Dart2js only has doubles. 184 canonical_const2_test: Fail, OK # Dart2js only has doubles.
185 185
186 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 186 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
187 optimization_test: Fail, OK # Expects negative results of bit-operations. 187 optimization_test: Fail, OK # Expects negative results of bit-operations.
188 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 188 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
189 189
190 const_factory_with_body_test/01: Fail # Issue 13028
191
192 assign_top_method_test: Fail 190 assign_top_method_test: Fail
193 null_test/none: Fail # Issue 12482 191 null_test/none: Fail # Issue 12482
194 192
195 193
196 [ $compiler == dart2js && $runtime == none ] 194 [ $compiler == dart2js && $runtime == none ]
197 *: Fail, Pass # TODO(ahe): Triage these tests. 195 *: Fail, Pass # TODO(ahe): Triage these tests.
198 196
199 197
200 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 198 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
201 round_test: Fail, OK # Common JavaScript engine Math.round bug. 199 round_test: Fail, OK # Common JavaScript engine Math.round bug.
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 duplicate_implements_test/04: Fail # Issue 12992 328 duplicate_implements_test/04: Fail # Issue 12992
331 list_literal1_test/01: Fail # Issue 12993 329 list_literal1_test/01: Fail # Issue 12993
332 map_literal1_test/01: Fail # Issue 12993 330 map_literal1_test/01: Fail # Issue 12993
333 method_override4_test: Fail # Issue 12810 331 method_override4_test: Fail # Issue 12810
334 method_override5_test: Fail # Issue 12810 332 method_override5_test: Fail # Issue 12810
335 static_final_field2_test/02: Fail # Issue 13017 333 static_final_field2_test/02: Fail # Issue 13017
336 throw7_test/01: Fail # Issue 13019 334 throw7_test/01: Fail # Issue 13019
337 number_identifier_test/01: Fail # Issue 13014 335 number_identifier_test/01: Fail # Issue 13014
338 number_identifier_test/02: Fail # Issue 13014 336 number_identifier_test/02: Fail # Issue 13014
339 scope_variable_test/01: Fail # Issue 13016 337 scope_variable_test/01: Fail # Issue 13016
340 const_factory_with_body_test/01: Fail # Issue 13028
341 # Common with language_dart2js. 338 # Common with language_dart2js.
342 factory_redirection_test/01: Fail # Issue 12753 339 factory_redirection_test/01: Fail # Issue 12753
343 factory_redirection_test/02: Crash # Issue 12753 340 factory_redirection_test/02: Crash # Issue 12753
344 factory_redirection_test/03: Crash # Issue 12753 341 factory_redirection_test/03: Crash # Issue 12753
345 factory_redirection_test/07: Fail # Issue 12753 342 factory_redirection_test/07: Fail # Issue 12753
346 factory_redirection_test/09: Fail # Issue 12753 343 factory_redirection_test/09: Fail # Issue 12753
347 factory_redirection_test/14: Fail # Issue 10959 344 factory_redirection_test/14: Fail # Issue 10959
348 function_type_alias5_test/00: Fail # Issue 12755 345 function_type_alias5_test/00: Fail # Issue 12755
349 function_type_alias5_test/01: Fail # Issue 12755 346 function_type_alias5_test/01: Fail # Issue 12755
350 function_type_alias5_test/02: Fail # Issue 12755 347 function_type_alias5_test/02: Fail # Issue 12755
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 import_core_prefix_test: Pass 389 import_core_prefix_test: Pass
393 prefix22_test: Pass 390 prefix22_test: Pass
394 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 391 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
395 super_call4_test: Fail, OK # hardcoded names. 392 super_call4_test: Fail, OK # hardcoded names.
396 393
397 [ $minified ] 394 [ $minified ]
398 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 395 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
399 396
400 [ $runtime == ie9 ] 397 [ $runtime == ie9 ]
401 stack_trace_test: Fail, OK # Stack traces not available in IE9. 398 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