| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | 340 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. |
| 341 | 341 |
| 342 on_catch_malformed_type_test: Fail # Issue 8601 | 342 on_catch_malformed_type_test: Fail # Issue 8601 |
| 343 | 343 |
| 344 # False positive compile-time error is masking expected compile-time error | 344 # False positive compile-time error is masking expected compile-time error |
| 345 mixin_type_parameters_errors_test/*: Skip | 345 mixin_type_parameters_errors_test/*: Skip |
| 346 | 346 |
| 347 # Mixins fail on the VM. | 347 # Mixins fail on the VM. |
| 348 mixin_mixin_test: Fail # VM issue | 348 mixin_mixin_test: Fail # VM issue |
| 349 mixin_issue10216_2_test: Fail # VM issue | 349 mixin_issue10216_2_test: Fail # VM issue |
| 350 mixin_illegal_constructor_test/none: Fail # VM issue | |
| 351 | 350 |
| 352 | 351 |
| 353 # Malformed types not handled as unresolved: | 352 # Malformed types not handled as unresolved: |
| 354 import_core_prefix_test: Fail | 353 import_core_prefix_test: Fail |
| 355 prefix16_test: Fail | 354 prefix16_test: Fail |
| 356 prefix22_test: Fail | 355 prefix22_test: Fail |
| 357 type_annotation_test/04: Fail | 356 type_annotation_test/04: Fail |
| 358 type_annotation_test/06: Fail | 357 type_annotation_test/06: Fail |
| 359 | 358 |
| 360 # Calling unresolved class constructor: | 359 # Calling unresolved class constructor: |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 # problem. | 545 # problem. |
| 547 large_implicit_getter_test: Crash, Pass | 546 large_implicit_getter_test: Crash, Pass |
| 548 stack_overflow_test: Crash, Pass | 547 stack_overflow_test: Crash, Pass |
| 549 stack_overflow_stacktrace_test: Crash, Pass | 548 stack_overflow_stacktrace_test: Crash, Pass |
| 550 | 549 |
| 551 [ $arch == mips ] | 550 [ $arch == mips ] |
| 552 *: Skip | 551 *: Skip |
| 553 | 552 |
| 554 [ $arch == simmips ] | 553 [ $arch == simmips ] |
| 555 *: Skip | 554 *: Skip |
| OLD | NEW |