| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 62 |
| 63 on_catch_malformed_type_test: Fail # Issue 8601 | 63 on_catch_malformed_type_test: Fail # Issue 8601 |
| 64 | 64 |
| 65 mixin_mixin_test: Fail | 65 mixin_mixin_test: Fail |
| 66 mixin_issue10216_2_test: Fail | 66 mixin_issue10216_2_test: Fail |
| 67 mixin_illegal_object_test/01: Crash # Issue 10952 | 67 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 68 mixin_illegal_object_test/02: Crash # Issue 10952 | 68 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 69 | 69 |
| 70 type_variable_field_initializer_closure_test: Crash # issue 8847 | 70 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 71 closures_initializer_test: Crash # issue 8847 | 71 closures_initializer_test: Crash # issue 8847 |
| 72 closures_initializer2_test: Crash # issue 8847 |
| 72 | 73 |
| 73 | 74 |
| 74 [ $compiler == none && $unchecked ] | 75 [ $compiler == none && $unchecked ] |
| 75 | 76 |
| 76 # Only checked mode reports an error on type assignment | 77 # Only checked mode reports an error on type assignment |
| 77 # problems in compile time constants. | 78 # problems in compile time constants. |
| 78 compile_time_constant_checked_test/02: Fail, OK | 79 compile_time_constant_checked_test/02: Fail, OK |
| 79 compile_time_constant_checked2_test/01: Fail, OK | 80 compile_time_constant_checked2_test/01: Fail, OK |
| 80 compile_time_constant_checked2_test/02: Fail, OK | 81 compile_time_constant_checked2_test/02: Fail, OK |
| 81 compile_time_constant_checked2_test/03: Fail, OK | 82 compile_time_constant_checked2_test/03: Fail, OK |
| 82 compile_time_constant_checked2_test/04: Fail, OK | 83 compile_time_constant_checked2_test/04: Fail, OK |
| 83 compile_time_constant_checked2_test/05: Fail, OK | 84 compile_time_constant_checked2_test/05: Fail, OK |
| 84 compile_time_constant_checked2_test/06: Fail, OK | 85 compile_time_constant_checked2_test/06: Fail, OK |
| 85 compile_time_constant_checked3_test/01: Fail, OK | 86 compile_time_constant_checked3_test/01: Fail, OK |
| 86 compile_time_constant_checked3_test/02: Fail, OK | 87 compile_time_constant_checked3_test/02: Fail, OK |
| 87 compile_time_constant_checked3_test/03: Fail, OK | 88 compile_time_constant_checked3_test/03: Fail, OK |
| 88 compile_time_constant_checked3_test/04: Fail, OK | 89 compile_time_constant_checked3_test/04: Fail, OK |
| 89 compile_time_constant_checked3_test/05: Fail, OK | 90 compile_time_constant_checked3_test/05: Fail, OK |
| 90 compile_time_constant_checked3_test/06: Fail, OK | 91 compile_time_constant_checked3_test/06: Fail, OK |
| 91 | 92 |
| 92 type_parameter_test/05: Fail, OK # No way of specifying a compile-time type erro
r in checked mode only. | 93 type_parameter_test/05: Fail, OK # No way of specifying a compile-time type erro
r in checked mode only. |
| 93 | 94 |
| 94 | 95 |
| 95 [ $compiler == none && $runtime == drt ] | 96 [ $compiler == none && $runtime == drt ] |
| 96 type_variable_field_initializer_closure_test: Fail # issue 8847 | 97 type_variable_field_initializer_closure_test: Fail # issue 8847 |
| 97 closures_initializer_test: Fail # VM bug: issue 8847 | 98 closures_initializer_test: Fail # VM bug: issue 8847 |
| 99 closures_initializer2_test: Fail # VM bug: issue 8847 |
| 98 final_variable_assignment_test/01: Fail | 100 final_variable_assignment_test/01: Fail |
| 99 final_variable_assignment_test/02: Fail | 101 final_variable_assignment_test/02: Fail |
| 100 final_variable_assignment_test/03: Fail | 102 final_variable_assignment_test/03: Fail |
| 101 final_variable_assignment_test/04: Fail | 103 final_variable_assignment_test/04: Fail |
| 102 | 104 |
| 103 | 105 |
| 104 [ $runtime == dartium ] | 106 [ $runtime == dartium ] |
| 105 import_combinators_test: Fail | 107 import_combinators_test: Fail |
| 106 | 108 |
| 107 | 109 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 compile_time_constant_checked3_test/02: Fail, OK | 284 compile_time_constant_checked3_test/02: Fail, OK |
| 283 compile_time_constant_checked3_test/03: Fail, OK | 285 compile_time_constant_checked3_test/03: Fail, OK |
| 284 compile_time_constant_checked3_test/04: Fail, OK | 286 compile_time_constant_checked3_test/04: Fail, OK |
| 285 compile_time_constant_checked3_test/05: Fail, OK | 287 compile_time_constant_checked3_test/05: Fail, OK |
| 286 compile_time_constant_checked3_test/06: Fail, OK | 288 compile_time_constant_checked3_test/06: Fail, OK |
| 287 | 289 |
| 288 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 290 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 289 | 291 |
| 290 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 292 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
| 291 closures_initializer_test: Crash # VM bug: issue 8847 | 293 closures_initializer_test: Crash # VM bug: issue 8847 |
| 294 closures_initializer2_test: Crash # VM bug: issue 8847 |
| 292 | 295 |
| 293 bound_closure_equality_test: Fail # Issue 10849 | 296 bound_closure_equality_test: Fail # Issue 10849 |
| 294 | 297 |
| 295 [ $compiler == dart2dart && $minified ] | 298 [ $compiler == dart2dart && $minified ] |
| 296 super_getter_setter_test: Fail # Issue 11065. | 299 super_getter_setter_test: Fail # Issue 11065. |
| 297 | 300 |
| 298 # TODO(tball): Assign proper bug numbers. | 301 # TODO(tball): Assign proper bug numbers. |
| 299 class_literal_test: Fail | 302 class_literal_test: Fail |
| 300 | 303 |
| 301 import_core_prefix_test: Pass | 304 import_core_prefix_test: Pass |
| 302 prefix22_test: Pass | 305 prefix22_test: Pass |
| 303 invocation_mirror_test: Fail, OK # hardcoded names. | 306 invocation_mirror_test: Fail, OK # hardcoded names. |
| 304 super_call4_test: Fail, OK # hardcoded names. | 307 super_call4_test: Fail, OK # hardcoded names. |
| 305 | 308 |
| 306 | 309 |
| 307 [ $arch == simarm || $arch == arm ] | 310 [ $arch == simarm || $arch == arm ] |
| 308 try_catch4_test: Crash, Fail | 311 try_catch4_test: Crash, Fail |
| 309 | 312 |
| 310 | 313 |
| 311 [ $arch == mips ] | 314 [ $arch == mips ] |
| 312 *: Skip | 315 *: Skip |
| 313 | 316 |
| 314 [ $arch == simmips ] | 317 [ $arch == simmips ] |
| 315 arithmetic_test: Crash # Too far relative branch. | 318 arithmetic_test: Crash # Too far relative branch. |
| 316 large_implicit_getter_test: Crash # Too far relative branch. | 319 large_implicit_getter_test: Crash # Too far relative branch. |
| 317 try_catch4_test: Fail | 320 try_catch4_test: Fail |
| OLD | NEW |