| 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 function_type_alias7_test/00: Fail | 505 function_type_alias7_test/00: Fail |
| 506 function_type_parameter2_test: Fail | 506 function_type_parameter2_test: Fail |
| 507 function_type_parameter_test: Fail | 507 function_type_parameter_test: Fail |
| 508 implicit_scope_test: Fail | 508 implicit_scope_test: Fail |
| 509 instanceof3_test: Fail | 509 instanceof3_test: Fail |
| 510 parameter_initializer6_negative_test: Fail # Issue 3502 | 510 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 511 syntax_test/47: Fail | 511 syntax_test/47: Fail |
| 512 # DartVM problem. | 512 # DartVM problem. |
| 513 constructor5_test: Fail | 513 constructor5_test: Fail |
| 514 constructor6_test: Fail | 514 constructor6_test: Fail |
| 515 closure_in_initializer_test: Fail |
| 515 field_override_test/01: Fail | 516 field_override_test/01: Fail |
| 516 field_override_test/02: Fail | 517 field_override_test/02: Fail |
| 517 field_override_test/none: Fail | 518 field_override_test/none: Fail |
| 518 gc_test: Fail | 519 gc_test: Fail |
| 519 super_field_access_test: Fail | 520 super_field_access_test: Fail |
| 520 super_first_constructor_test: Fail | 521 super_first_constructor_test: Fail |
| 521 # VM specific tests. | 522 # VM specific tests. |
| 522 disable_privacy_test: Fail, Ok | 523 disable_privacy_test: Fail, Ok |
| 523 # This test hard codes name of file being run and precise position. | 524 # This test hard codes name of file being run and precise position. |
| 524 generic_test: Fail, Ok | 525 generic_test: Fail, Ok |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 565 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 565 | 566 |
| 566 call_through_getter_test: Fail # issue 6130 | 567 call_through_getter_test: Fail # issue 6130 |
| 567 call_through_null_getter_test: Fail # issue 6130 | 568 call_through_null_getter_test: Fail # issue 6130 |
| 568 local_function_test: Fail # issue 6130 | 569 local_function_test: Fail # issue 6130 |
| 569 naming_test: Fail # issue 6130 | 570 naming_test: Fail # issue 6130 |
| 570 | 571 |
| 571 # This is a VM error when the compiled code is run. | 572 # This is a VM error when the compiled code is run. |
| 572 invocation_mirror_test: Fail # issue 3326, 3622. | 573 invocation_mirror_test: Fail # issue 3326, 3622. |
| 573 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 574 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |