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

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

Issue 21832003: Fix VM implementation of CastError not to extend TypeError (issue 5280). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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/language/generic_test.dart ('k') | tests/language/language_analyzer.status » ('j') | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 29 matching lines...) Expand all
40 # Regular bugs which should be fixed. 40 # Regular bugs which should be fixed.
41 const_init6_negative_test: Fail # Issue 811 41 const_init6_negative_test: Fail # Issue 811
42 super_first_constructor_test: Fail # Issue 1372. 42 super_first_constructor_test: Fail # Issue 1372.
43 43
44 parameter_initializer6_negative_test: Fail # Issue 3502 44 parameter_initializer6_negative_test: Fail # Issue 3502
45 45
46 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 46 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
47 47
48 lazy_static3_test: Fail # Issue 3558 48 lazy_static3_test: Fail # Issue 3558
49 49
50 type_error_test: Fail # http://dartbug.com/5280
51
52 # DartC specific tests that should not be run by the VM 50 # DartC specific tests that should not be run by the VM
53 *dartc_test: Skip 51 *dartc_test: Skip
54 *dartc_negative_test: Skip 52 *dartc_negative_test: Skip
55 53
56 compile_time_constant10_test/none: Fail # issue 5214 54 compile_time_constant10_test/none: Fail # issue 5214
57 55
58 export_cyclic_test: Fail, Crash # issue 6060 56 export_cyclic_test: Fail, Crash # issue 6060
59 duplicate_export_negative_test: Fail # issue 6134 57 duplicate_export_negative_test: Fail # issue 6134
60 type_annotation_test/04: Fail # Issue 6970 58 type_annotation_test/04: Fail # Issue 6970
61 type_annotation_test/06: Fail # Issue 6973 59 type_annotation_test/06: Fail # Issue 6973
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 compile_time_constant_checked2_test/04: Fail, OK 281 compile_time_constant_checked2_test/04: Fail, OK
284 compile_time_constant_checked2_test/05: Fail, OK 282 compile_time_constant_checked2_test/05: Fail, OK
285 compile_time_constant_checked2_test/06: Fail, OK 283 compile_time_constant_checked2_test/06: Fail, OK
286 compile_time_constant_checked3_test/01: Fail, OK 284 compile_time_constant_checked3_test/01: Fail, OK
287 compile_time_constant_checked3_test/02: Fail, OK 285 compile_time_constant_checked3_test/02: Fail, OK
288 compile_time_constant_checked3_test/03: Fail, OK 286 compile_time_constant_checked3_test/03: Fail, OK
289 compile_time_constant_checked3_test/04: Fail, OK 287 compile_time_constant_checked3_test/04: Fail, OK
290 compile_time_constant_checked3_test/05: Fail, OK 288 compile_time_constant_checked3_test/05: Fail, OK
291 compile_time_constant_checked3_test/06: Fail, OK 289 compile_time_constant_checked3_test/06: Fail, OK
292 290
293 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 291 positional_parameters_type_test: Fail # Triage this.
294 292
295 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 293 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
296 closures_initializer_test: Crash # VM bug: issue 8847 294 closures_initializer_test: Crash # VM bug: issue 8847
297 closures_initializer2_test: Crash # VM bug: issue 8847 295 closures_initializer2_test: Crash # VM bug: issue 8847
298 296
299 bound_closure_equality_test: Fail # Issue 10849 297 bound_closure_equality_test: Fail # Issue 10849
300 298
301 [ $compiler == dart2dart && $minified ] 299 [ $compiler == dart2dart && $minified ]
302 super_getter_setter_test: Fail # Issue 11065. 300 super_getter_setter_test: Fail # Issue 11065.
303 301
304 # TODO(tball): Assign proper bug numbers. 302 # TODO(tball): Assign proper bug numbers.
305 class_literal_test: Fail 303 class_literal_test: Fail
306 304
307 import_core_prefix_test: Pass 305 import_core_prefix_test: Pass
308 prefix22_test: Pass 306 prefix22_test: Pass
309 invocation_mirror_test: Fail, OK # hardcoded names. 307 invocation_mirror_test: Fail, OK # hardcoded names.
310 super_call4_test: Fail, OK # hardcoded names. 308 super_call4_test: Fail, OK # hardcoded names.
311 309
312 310
313 [ $arch == simarm || $arch == arm ] 311 [ $arch == simarm || $arch == arm ]
314 try_catch4_test: Crash, Fail 312 try_catch4_test: Crash, Fail
315 313
316 314
317 [ $arch == mips ] 315 [ $arch == mips ]
318 *: Skip 316 *: Skip
319 317
320 [ $arch == simmips ] 318 [ $arch == simmips ]
321 try_catch4_test: Fail 319 try_catch4_test: Fail
OLDNEW
« no previous file with comments | « tests/language/generic_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698