| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 implicit_closure1_test: Fail | 384 implicit_closure1_test: Fail |
| 385 implicit_closure2_test: Fail | 385 implicit_closure2_test: Fail |
| 386 implicit_closure_test: Fail, Pass | 386 implicit_closure_test: Fail, Pass |
| 387 implicit_scope_test: Fail | 387 implicit_scope_test: Fail |
| 388 implicit_this_test/01: Fail | 388 implicit_this_test/01: Fail |
| 389 implicit_this_test/02: Fail | 389 implicit_this_test/02: Fail |
| 390 implicit_this_test/03: Fail | 390 implicit_this_test/03: Fail |
| 391 implicit_this_test/04: Fail | 391 implicit_this_test/04: Fail |
| 392 implicit_this_test/none: Fail | 392 implicit_this_test/none: Fail |
| 393 implied_interface_test: Fail | 393 implied_interface_test: Fail |
| 394 import_core_impl_no_prefix_test: Fail # dart2dart should reemit #import('dart:*'
) imports. |
| 394 incr_op_test: Fail | 395 incr_op_test: Fail |
| 395 index_test: Fail | 396 index_test: Fail |
| 396 inline_getter_test: Fail | 397 inline_getter_test: Fail |
| 397 instance_compound_assignment_operator_test: Fail | 398 instance_compound_assignment_operator_test: Fail |
| 398 instance_field_initializer_test: Fail | 399 instance_field_initializer_test: Fail |
| 399 instance_incr_deopt_test: Fail | 400 instance_incr_deopt_test: Fail |
| 400 instanceof2_test: Fail | 401 instanceof2_test: Fail |
| 401 instanceof3_test: Fail | 402 instanceof3_test: Fail |
| 402 instanceof_test: Fail | 403 instanceof_test: Fail |
| 403 inst_field_initializer_test: Fail | 404 inst_field_initializer_test: Fail |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 type_variable_scope_test/none: Fail | 670 type_variable_scope_test/none: Fail |
| 670 type_vm_test: Fail | 671 type_vm_test: Fail |
| 671 unary2_test: Fail | 672 unary2_test: Fail |
| 672 unary_test: Fail | 673 unary_test: Fail |
| 673 unbound_getter_test: Fail | 674 unbound_getter_test: Fail |
| 674 unnamed_closure_test: Fail | 675 unnamed_closure_test: Fail |
| 675 unqual_name_test: Fail | 676 unqual_name_test: Fail |
| 676 var_init_test: Fail | 677 var_init_test: Fail |
| 677 void_type_test: Fail | 678 void_type_test: Fail |
| 678 while_test: Fail | 679 while_test: Fail |
| OLD | NEW |