| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 const_counter_negative_test: Fail # issue 1655 | 76 const_counter_negative_test: Fail # issue 1655 |
| 77 constructor3_negative_test: Fail | 77 constructor3_negative_test: Fail |
| 78 constructor_call_wrong_argument_count_negative_test: Fail | 78 constructor_call_wrong_argument_count_negative_test: Fail |
| 79 default_factory_library_test: Fail # Issue 514 | 79 default_factory_library_test: Fail # Issue 514 |
| 80 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 80 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 81 duplicate_implements_test: Skip # Issue 976 | 81 duplicate_implements_test: Skip # Issue 976 |
| 82 factory5_test/00: Fail # issue 3079 | 82 factory5_test/00: Fail # issue 3079 |
| 83 field3a_negative_test: Fail | 83 field3a_negative_test: Fail |
| 84 field_method4_negative_test: Fail | 84 field_method4_negative_test: Fail |
| 85 final_syntax_test/*: Skip # can't handle base case | 85 final_syntax_test/*: Skip # can't handle base case |
| 86 function_type_alias5_test/00: Fail # Legally self referencing typedef | |
| 87 function_type_alias5_test/01: Fail # Legally self referencing typedef | |
| 88 function_type_alias5_test/02: Fail # Legally self referencing typedef | |
| 89 function_type_alias_negative_test: Fail # Bug 5231617. | 86 function_type_alias_negative_test: Fail # Bug 5231617. |
| 90 generic_parameterized_extends_test: Skip # Bug 5392297 | 87 generic_parameterized_extends_test: Skip # Bug 5392297 |
| 91 getters_setters_type3_test: Fail # Issue 2351 | 88 getters_setters_type3_test: Fail # Issue 2351 |
| 92 instance_call_wrong_argument_count_negative_test: Fail | 89 instance_call_wrong_argument_count_negative_test: Fail |
| 93 instanceof3_test: Fail # Issue 2571 | 90 instanceof3_test: Fail # Issue 2571 |
| 94 library4_negative_test: Fail # Bug 5406175 | 91 library4_negative_test: Fail # Bug 5406175 |
| 95 list_literal4_test: Fail # Issue 1343 | 92 list_literal4_test: Fail # Issue 1343 |
| 96 map_literal4_test: Fail # Issue 1343 | 93 map_literal4_test: Fail # Issue 1343 |
| 97 named_parameters_negative_test: Fail | 94 named_parameters_negative_test: Fail |
| 98 no_such_method_negative_test: Fail | 95 no_such_method_negative_test: Fail |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 427 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 431 | 428 |
| 432 [ $compiler == frog && $runtime == none ] | 429 [ $compiler == frog && $runtime == none ] |
| 433 *: Skip | 430 *: Skip |
| 434 | 431 |
| 435 [ $arch == simarm ] | 432 [ $arch == simarm ] |
| 436 *: Skip | 433 *: Skip |
| 437 | 434 |
| 438 [ $arch == arm ] | 435 [ $arch == arm ] |
| 439 *: Skip | 436 *: Skip |
| OLD | NEW |