| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 | 63 |
| 64 [ $compiler == dartc ] | 64 [ $compiler == dartc ] |
| 65 application_negative_test: Fail # Runtime only test, rewrite as multitest | 65 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 67 assign_instance_method_negative_test: Fail # Issue 3662 | 67 assign_instance_method_negative_test: Fail # Issue 3662 |
| 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 69 call_operator_test: Pass # Issue 1355 | 69 call_operator_test: Pass # Issue 1355 |
| 70 char_escape_test: Pass # Issue 1654 | 70 char_escape_test: Pass # Issue 1654 |
| 71 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 71 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 72 compile_time_constant_p_test/01: Fail # Issue 2580 | 72 compile_time_constant_p_test/01: Fail # Issue 2580 |
| 73 const_constructor_syntax_test/05: Fail # Issue 3663 | |
| 74 const_counter_negative_test: Fail # issue 1655 | |
| 75 const_syntax_test/01: Fail # test issue 3626 | 73 const_syntax_test/01: Fail # test issue 3626 |
| 76 const_syntax_test/02: Fail # test issue 3626 | 74 const_syntax_test/02: Fail # test issue 3626 |
| 77 const_syntax_test/03: Fail # test issue 3626 | 75 const_syntax_test/03: Fail # test issue 3626 |
| 78 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 76 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 79 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 77 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 80 default_factory_library_test: Fail # Issue 514 | 78 default_factory_library_test: Fail # Issue 514 |
| 81 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 79 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 82 duplicate_implements_test: Skip # Issue 976 | 80 duplicate_implements_test: Skip # Issue 976 |
| 83 factory5_test/00: Fail # issue 3079 | 81 factory5_test/00: Fail # issue 3079 |
| 84 field3a_negative_test: Fail # Issue 3655 | 82 field3a_negative_test: Fail # Issue 3655 |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 prefix_core_test: Fail # Issue 2264. | 419 prefix_core_test: Fail # Issue 2264. |
| 422 | 420 |
| 423 [ $compiler == frog && $runtime == none ] | 421 [ $compiler == frog && $runtime == none ] |
| 424 *: Skip | 422 *: Skip |
| 425 | 423 |
| 426 [ $arch == simarm ] | 424 [ $arch == simarm ] |
| 427 *: Skip | 425 *: Skip |
| 428 | 426 |
| 429 [ $arch == arm ] | 427 [ $arch == arm ] |
| 430 *: Skip | 428 *: Skip |
| OLD | NEW |