OLD | NEW |
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 Loading... |
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 compile_time_constant_checked2_test/04: Fail, OK | 286 compile_time_constant_checked2_test/04: Fail, OK |
289 compile_time_constant_checked2_test/05: Fail, OK | 287 compile_time_constant_checked2_test/05: Fail, OK |
290 compile_time_constant_checked2_test/06: Fail, OK | 288 compile_time_constant_checked2_test/06: Fail, OK |
291 compile_time_constant_checked3_test/01: Fail, OK | 289 compile_time_constant_checked3_test/01: Fail, OK |
292 compile_time_constant_checked3_test/02: Fail, OK | 290 compile_time_constant_checked3_test/02: Fail, OK |
293 compile_time_constant_checked3_test/03: Fail, OK | 291 compile_time_constant_checked3_test/03: Fail, OK |
294 compile_time_constant_checked3_test/04: Fail, OK | 292 compile_time_constant_checked3_test/04: Fail, OK |
295 compile_time_constant_checked3_test/05: Fail, OK | 293 compile_time_constant_checked3_test/05: Fail, OK |
296 compile_time_constant_checked3_test/06: Fail, OK | 294 compile_time_constant_checked3_test/06: Fail, OK |
297 | 295 |
298 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 296 positional_parameters_type_test: Fail # Triage this. |
299 | 297 |
300 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 298 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
301 closures_initializer_test: Crash # VM bug: issue 8847 | 299 closures_initializer_test: Crash # VM bug: issue 8847 |
302 closures_initializer2_test: Crash # VM bug: issue 8847 | 300 closures_initializer2_test: Crash # VM bug: issue 8847 |
303 | 301 |
304 bound_closure_equality_test: Fail # Issue 10849 | 302 bound_closure_equality_test: Fail # Issue 10849 |
305 | 303 |
306 [ $compiler == dart2dart && $minified ] | 304 [ $compiler == dart2dart && $minified ] |
307 super_getter_setter_test: Fail # Issue 11065. | 305 super_getter_setter_test: Fail # Issue 11065. |
308 | 306 |
309 # TODO(tball): Assign proper bug numbers. | 307 # TODO(tball): Assign proper bug numbers. |
310 class_literal_test: Fail | 308 class_literal_test: Fail |
311 | 309 |
312 import_core_prefix_test: Pass | 310 import_core_prefix_test: Pass |
313 prefix22_test: Pass | 311 prefix22_test: Pass |
314 invocation_mirror_test: Fail, OK # hardcoded names. | 312 invocation_mirror_test: Fail, OK # hardcoded names. |
315 super_call4_test: Fail, OK # hardcoded names. | 313 super_call4_test: Fail, OK # hardcoded names. |
316 | 314 |
317 | 315 |
318 [ $arch == simarm || $arch == arm ] | 316 [ $arch == simarm || $arch == arm ] |
319 try_catch4_test: Crash, Fail | 317 try_catch4_test: Crash, Fail |
320 | 318 |
321 | 319 |
322 [ $arch == mips ] | 320 [ $arch == mips ] |
323 *: Skip | 321 *: Skip |
324 | 322 |
325 [ $arch == simmips ] | 323 [ $arch == simmips ] |
326 try_catch4_test: Fail | 324 try_catch4_test: Fail |
OLD | NEW |