| 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 15 matching lines...) Expand all Loading... |
| 26 const_constructor_super_test/01: fail | 26 const_constructor_super_test/01: fail |
| 27 | 27 |
| 28 [ $compiler == none ] | 28 [ $compiler == none ] |
| 29 extends_test: Fail # issue 11023 | 29 extends_test: Fail # issue 11023 |
| 30 mixin_super_constructor_test: Fail | 30 mixin_super_constructor_test: Fail |
| 31 mixin_super_constructor2_test: Fail | 31 mixin_super_constructor2_test: Fail |
| 32 mixin_super_constructor_default_test: Fail | 32 mixin_super_constructor_default_test: Fail |
| 33 mixin_super_constructor_named_test: Fail | 33 mixin_super_constructor_named_test: Fail |
| 34 mixin_super_constructor_positionals_test: Fail | 34 mixin_super_constructor_positionals_test: Fail |
| 35 mixin_super_constructor_multiple_test: Fail | 35 mixin_super_constructor_multiple_test: Fail |
| 36 closure_type_variable_test: Fail # Type variable used as expression (dartbug.com
/6282) | |
| 37 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 | 36 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 |
| 38 library_juxtaposition_test: Fail # Issue 6877 | 37 library_juxtaposition_test: Fail # Issue 6877 |
| 39 pseudo_kw_illegal_test/14: Fail # Issue 356 | 38 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 40 method_override2_test/00: Fail # Issue 7076. | 39 method_override2_test/00: Fail # Issue 7076. |
| 41 method_override2_test/02: Fail # Issue 7076. | 40 method_override2_test/02: Fail # Issue 7076. |
| 42 method_override2_test/03: Fail # Issue 7076. | 41 method_override2_test/03: Fail # Issue 7076. |
| 43 bound_closure_equality_test: Fail # Issue 10849 | 42 bound_closure_equality_test: Fail # Issue 10849 |
| 44 | 43 |
| 45 # These bugs refer currently ongoing language discussions. | 44 # These bugs refer currently ongoing language discussions. |
| 46 constructor5_test: Fail # (Discussion ongoing) | 45 constructor5_test: Fail # (Discussion ongoing) |
| (...skipping 20 matching lines...) Expand all Loading... |
| 67 *dartc_negative_test: Skip | 66 *dartc_negative_test: Skip |
| 68 | 67 |
| 69 compile_time_constant10_test/none: Fail # issue 5214 | 68 compile_time_constant10_test/none: Fail # issue 5214 |
| 70 | 69 |
| 71 export_cyclic_test: Fail, Crash # issue 6060 | 70 export_cyclic_test: Fail, Crash # issue 6060 |
| 72 duplicate_export_negative_test: Fail # issue 6134 | 71 duplicate_export_negative_test: Fail # issue 6134 |
| 73 type_annotation_test/04: Fail # Issue 6970 | 72 type_annotation_test/04: Fail # Issue 6970 |
| 74 type_annotation_test/06: Fail # Issue 6973 | 73 type_annotation_test/06: Fail # Issue 6973 |
| 75 type_annotation_test/09: Fail # Issue 6973 | 74 type_annotation_test/09: Fail # Issue 6973 |
| 76 | 75 |
| 77 type_parameter_literal_test: Fail # Issue 7551 | |
| 78 | |
| 79 on_catch_malformed_type_test: Fail # Issue 8601 | 76 on_catch_malformed_type_test: Fail # Issue 8601 |
| 80 | 77 |
| 81 mixin_mixin_test: Fail | 78 mixin_mixin_test: Fail |
| 82 mixin_issue10216_2_test: Fail | 79 mixin_issue10216_2_test: Fail |
| 83 mixin_illegal_object_test/01: Crash # Issue 10952 | 80 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 84 mixin_illegal_object_test/02: Crash # Issue 10952 | 81 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 85 | 82 |
| 86 type_variable_field_initializer_closure_test: Crash # issue 8847 | 83 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 87 closures_initializer_test: Crash # issue 8847 | 84 closures_initializer_test: Crash # issue 8847 |
| 88 | 85 |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 | 308 |
| 312 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 309 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
| 313 closures_initializer_test: Crash # VM bug: issue 8847 | 310 closures_initializer_test: Crash # VM bug: issue 8847 |
| 314 | 311 |
| 315 bound_closure_equality_test: Fail # Issue 10849 | 312 bound_closure_equality_test: Fail # Issue 10849 |
| 316 | 313 |
| 317 [ $compiler == dart2dart && $minified ] | 314 [ $compiler == dart2dart && $minified ] |
| 318 super_getter_setter_test: Fail # Issue 11065. | 315 super_getter_setter_test: Fail # Issue 11065. |
| 319 | 316 |
| 320 # TODO(tball): Assign proper bug numbers. | 317 # TODO(tball): Assign proper bug numbers. |
| 321 class_literal_test/none: Fail | 318 class_literal_test: Fail |
| 322 | 319 |
| 323 import_core_prefix_test: Pass | 320 import_core_prefix_test: Pass |
| 324 prefix22_test: Pass | 321 prefix22_test: Pass |
| 325 invocation_mirror_test: Fail, OK # hardcoded names. | 322 invocation_mirror_test: Fail, OK # hardcoded names. |
| 326 super_call4_test: Fail, OK # hardcoded names. | 323 super_call4_test: Fail, OK # hardcoded names. |
| 327 | 324 |
| 328 | 325 |
| 329 [ $arch == simarm || $arch == arm ] | 326 [ $arch == simarm || $arch == arm ] |
| 330 stack_overflow_test: Crash, Pass # Passes on HW in release mode. | 327 stack_overflow_test: Crash, Pass # Passes on HW in release mode. |
| 331 stack_overflow_stacktrace_test: Crash, Pass # Passes on HW in release mode. | 328 stack_overflow_stacktrace_test: Crash, Pass # Passes on HW in release mode. |
| 332 | 329 |
| 333 | 330 |
| 334 [ $arch == mips ] | 331 [ $arch == mips ] |
| 335 *: Skip | 332 *: Skip |
| 336 | 333 |
| 337 | 334 |
| 338 [ $arch == simmips ] | 335 [ $arch == simmips ] |
| 339 arithmetic_test: Crash # Too far relative branch. | 336 arithmetic_test: Crash # Too far relative branch. |
| 340 large_implicit_getter_test: Crash # Too far relative branch. | 337 large_implicit_getter_test: Crash # Too far relative branch. |
| 341 stack_overflow_test: Crash | 338 stack_overflow_test: Crash |
| 342 stack_overflow_stacktrace_test: Crash | 339 stack_overflow_stacktrace_test: Crash |
| OLD | NEW |