| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 84 default_factory_library_test: Fail # Issue 514 | 84 default_factory_library_test: Fail # Issue 514 |
| 85 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 85 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 86 duplicate_implements_test: Skip # Issue 976 | 86 duplicate_implements_test: Skip # Issue 976 |
| 87 factory5_test/00: Fail # issue 3079 | 87 factory5_test/00: Fail # issue 3079 |
| 88 field3a_negative_test: Fail # Issue 3655 | 88 field3a_negative_test: Fail # Issue 3655 |
| 89 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 89 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 90 final_syntax_test/*: Skip # can't handle base case | 90 final_syntax_test/*: Skip # can't handle base case |
| 91 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 91 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 92 instanceof3_test: Fail # Issue 2571 | |
| 93 library2_negative_test: Fail # still a valid test? Issue 3649 | 92 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 94 library4_negative_test: Fail # still a valid test? Issue 3530 | 93 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 95 library6_negative_test: Fail # still a valid test? Issue 3650 | 94 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 96 list_literal4_test: Fail # Issue 1343 | 95 list_literal4_test: Fail # Issue 1343 |
| 97 map_literal4_test: Fail # Issue 1343 | 96 map_literal4_test: Fail # Issue 1343 |
| 98 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest | 97 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest |
| 99 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 98 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 100 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest | 99 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| 101 override_field_test/04: Fail # Issue 3656 | 100 override_field_test/04: Fail # Issue 3656 |
| 102 private_factory_resolution_negative_test: Fail # Issue 2275 | 101 private_factory_resolution_negative_test: Fail # Issue 2275 |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 prefix_core_test: Fail # Issue 2264. | 424 prefix_core_test: Fail # Issue 2264. |
| 426 | 425 |
| 427 [ $compiler == frog && $runtime == none ] | 426 [ $compiler == frog && $runtime == none ] |
| 428 *: Skip | 427 *: Skip |
| 429 | 428 |
| 430 [ $arch == simarm ] | 429 [ $arch == simarm ] |
| 431 *: Skip | 430 *: Skip |
| 432 | 431 |
| 433 [ $arch == arm ] | 432 [ $arch == arm ] |
| 434 *: Skip | 433 *: Skip |
| OLD | NEW |