| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 83 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 84 duplicate_implements_test: Skip # Issue 976 | 84 duplicate_implements_test: Skip # Issue 976 |
| 85 factory5_test/00: Fail # issue 3079 | 85 factory5_test/00: Fail # issue 3079 |
| 86 field3a_negative_test: Fail | 86 field3a_negative_test: Fail |
| 87 field_method4_negative_test: Fail | 87 field_method4_negative_test: Fail |
| 88 final_syntax_test/*: Skip # can't handle base case | 88 final_syntax_test/*: Skip # can't handle base case |
| 89 function_type_alias_negative_test: Fail # Bug 5231617. | 89 function_type_alias_negative_test: Fail # Bug 5231617. |
| 90 generic_parameterized_extends_test: Skip # Bug 5392297 | 90 generic_parameterized_extends_test: Skip # Bug 5392297 |
| 91 instance_call_wrong_argument_count_negative_test: Fail | 91 instance_call_wrong_argument_count_negative_test: Fail |
| 92 instanceof3_test: Fail # Issue 2571 | 92 instanceof3_test: Fail # Issue 2571 |
| 93 library2_negative_test: Fail # test issue 3649 |
| 93 library4_negative_test: Fail # Bug 5406175 | 94 library4_negative_test: Fail # Bug 5406175 |
| 95 library6_negative_test: Fail # test issue 3650 |
| 94 list_literal4_test: Fail # Issue 1343 | 96 list_literal4_test: Fail # Issue 1343 |
| 95 map_literal4_test: Fail # Issue 1343 | 97 map_literal4_test: Fail # Issue 1343 |
| 96 named_parameters_negative_test: Fail | 98 named_parameters_negative_test: Fail |
| 97 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 99 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 98 no_such_method_negative_test: Fail | 100 no_such_method_negative_test: Fail |
| 99 override_field_test/04: Fail # Bug 5215249 | 101 override_field_test/04: Fail # Bug 5215249 |
| 100 private_factory_resolution_negative_test: Fail # Issue 2275 | 102 private_factory_resolution_negative_test: Fail # Issue 2275 |
| 101 private_member3_negative_test: Fail # Issue 2383 | 103 private_member3_negative_test: Fail # Issue 2383 |
| 102 pseudo_kw_illegal_test/08: Fail # Issue 356 | 104 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 103 pseudo_kw_illegal_test/10: Fail # Issue 356 | 105 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 prefix_core_test: Fail # Issue 2264. | 428 prefix_core_test: Fail # Issue 2264. |
| 427 | 429 |
| 428 [ $compiler == frog && $runtime == none ] | 430 [ $compiler == frog && $runtime == none ] |
| 429 *: Skip | 431 *: Skip |
| 430 | 432 |
| 431 [ $arch == simarm ] | 433 [ $arch == simarm ] |
| 432 *: Skip | 434 *: Skip |
| 433 | 435 |
| 434 [ $arch == arm ] | 436 [ $arch == arm ] |
| 435 *: Skip | 437 *: Skip |
| OLD | NEW |