| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
| 509 | 509 |
| 510 | 510 |
| 511 execute_finally10_test: Fail # VM bug: issue 430 | 511 execute_finally10_test: Fail # VM bug: issue 430 |
| 512 execute_finally11_test: Fail # VM bug: issue 430 | 512 execute_finally11_test: Fail # VM bug: issue 430 |
| 513 | 513 |
| 514 bound_closure_equality_test: Fail # Issue 10849 | 514 bound_closure_equality_test: Fail # Issue 10849 |
| 515 | 515 |
| 516 [ $compiler == dart2dart && $minified ] | 516 [ $compiler == dart2dart && $minified ] |
| 517 | 517 |
| 518 super_getter_setter_test: Fail # Issue 11065. |
| 519 |
| 518 # TODO(tball): Assign proper bug numbers. | 520 # TODO(tball): Assign proper bug numbers. |
| 519 class_literal_test/none: Fail | 521 class_literal_test/none: Fail |
| 520 | 522 |
| 521 import_core_prefix_test: Pass | 523 import_core_prefix_test: Pass |
| 522 prefix22_test: Pass | 524 prefix22_test: Pass |
| 523 invocation_mirror_test: Fail, OK # hardcoded names. | 525 invocation_mirror_test: Fail, OK # hardcoded names. |
| 524 super_call4_test: Fail, OK # hardcoded names. | 526 super_call4_test: Fail, OK # hardcoded names. |
| 525 | 527 |
| 526 [ $compiler == dartanalyzer ] | 528 [ $compiler == dartanalyzer ] |
| 527 abstract_factory_constructor_test/00: fail | 529 abstract_factory_constructor_test/00: fail |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 math_vm_test: Fail | 811 math_vm_test: Fail |
| 810 named_parameters_with_conversions_test: Pass, Crash | 812 named_parameters_with_conversions_test: Pass, Crash |
| 811 stack_overflow_stacktrace_test: Crash | 813 stack_overflow_stacktrace_test: Crash |
| 812 stack_overflow_test: Crash | 814 stack_overflow_test: Crash |
| 813 | 815 |
| 814 [ $arch == mips ] | 816 [ $arch == mips ] |
| 815 *: Skip | 817 *: Skip |
| 816 | 818 |
| 817 [ $arch == simmips ] | 819 [ $arch == simmips ] |
| 818 *: Skip | 820 *: Skip |
| OLD | NEW |