| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_alias_negative_test: Fail # Bug 5231617. | 86 function_type_alias_negative_test: Fail # Bug 5231617. |
| 87 generic_parameterized_extends_test: Skip # Bug 5392297 | 87 generic_parameterized_extends_test: Skip # Bug 5392297 |
| 88 getters_setters_type3_test: Fail # Issue 2351 | |
| 89 instance_call_wrong_argument_count_negative_test: Fail | 88 instance_call_wrong_argument_count_negative_test: Fail |
| 90 instanceof3_test: Fail # Issue 2571 | 89 instanceof3_test: Fail # Issue 2571 |
| 91 library4_negative_test: Fail # Bug 5406175 | 90 library4_negative_test: Fail # Bug 5406175 |
| 92 list_literal4_test: Fail # Issue 1343 | 91 list_literal4_test: Fail # Issue 1343 |
| 93 map_literal4_test: Fail # Issue 1343 | 92 map_literal4_test: Fail # Issue 1343 |
| 94 named_parameters_negative_test: Fail | 93 named_parameters_negative_test: Fail |
| 95 no_such_method_negative_test: Fail | 94 no_such_method_negative_test: Fail |
| 96 override_field_test/04: Fail # Bug 5215249 | 95 override_field_test/04: Fail # Bug 5215249 |
| 97 private_factory_resolution_negative_test: Fail # Issue 2275 | 96 private_factory_resolution_negative_test: Fail # Issue 2275 |
| 98 private_member3_negative_test: Fail # Issue 2383 | 97 private_member3_negative_test: Fail # Issue 2383 |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 426 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 428 | 427 |
| 429 [ $compiler == frog && $runtime == none ] | 428 [ $compiler == frog && $runtime == none ] |
| 430 *: Skip | 429 *: Skip |
| 431 | 430 |
| 432 [ $arch == simarm ] | 431 [ $arch == simarm ] |
| 433 *: Skip | 432 *: Skip |
| 434 | 433 |
| 435 [ $arch == arm ] | 434 [ $arch == arm ] |
| 436 *: Skip | 435 *: Skip |
| OLD | NEW |