| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 function_type_alias5_test/01: Fail # Legally self referencing typedef | 88 function_type_alias5_test/01: Fail # Legally self referencing typedef |
| 89 function_type_alias5_test/02: Fail # Legally self referencing typedef | 89 function_type_alias5_test/02: Fail # Legally self referencing typedef |
| 90 function_type_alias_negative_test: Fail # Bug 5231617. | 90 function_type_alias_negative_test: Fail # Bug 5231617. |
| 91 generic_parameterized_extends_test: Skip # Bug 5392297 | 91 generic_parameterized_extends_test: Skip # Bug 5392297 |
| 92 getters_setters_type3_test: Fail # Issue 2351 | 92 getters_setters_type3_test: Fail # Issue 2351 |
| 93 instance_call_wrong_argument_count_negative_test: Fail | 93 instance_call_wrong_argument_count_negative_test: Fail |
| 94 instanceof3_test: Fail # Issue 2571 | 94 instanceof3_test: Fail # Issue 2571 |
| 95 label2_negative_test: Fail # issue 1658 | 95 label2_negative_test: Fail # issue 1658 |
| 96 library4_negative_test: Fail # Bug 5406175 | 96 library4_negative_test: Fail # Bug 5406175 |
| 97 list_literal4_test: Fail # Issue 1343 | 97 list_literal4_test: Fail # Issue 1343 |
| 98 literal_unary_plus_test/01: Fail # Issue 1399 | |
| 99 map_literal4_test: Fail # Issue 1343 | 98 map_literal4_test: Fail # Issue 1343 |
| 100 named_parameters_negative_test: Fail | 99 named_parameters_negative_test: Fail |
| 101 no_such_method_negative_test: Fail | 100 no_such_method_negative_test: Fail |
| 102 override_field_method1_negative_test: Fail # Bug 5215249 | 101 override_field_method1_negative_test: Fail # Bug 5215249 |
| 103 override_field_method2_negative_test: Fail # Bug 5215249 | 102 override_field_method2_negative_test: Fail # Bug 5215249 |
| 104 override_field_method3_negative_test: Fail # Bug 5215249 | 103 override_field_method3_negative_test: Fail # Bug 5215249 |
| 105 override_field_method4_negative_test: Fail # Bug 5215249 | 104 override_field_method4_negative_test: Fail # Bug 5215249 |
| 106 override_field_method5_negative_test: Fail # Bug 5215249 | 105 override_field_method5_negative_test: Fail # Bug 5215249 |
| 107 override_field_method6_negative_test: Fail # Bug 5215249 | 106 override_field_method6_negative_test: Fail # Bug 5215249 |
| 108 override_field_test/04: Fail # Bug 5215249 | 107 override_field_test/04: Fail # Bug 5215249 |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 453 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 455 | 454 |
| 456 [ $compiler == frog && $runtime == none ] | 455 [ $compiler == frog && $runtime == none ] |
| 457 *: Skip | 456 *: Skip |
| 458 | 457 |
| 459 [ $arch == simarm ] | 458 [ $arch == simarm ] |
| 460 *: Skip | 459 *: Skip |
| 461 | 460 |
| 462 [ $arch == arm ] | 461 [ $arch == arm ] |
| 463 *: Skip | 462 *: Skip |
| OLD | NEW |