| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 application_negative_test: Fail | 62 application_negative_test: Fail |
| 63 assert_keyword_negative_test: Fail | 63 assert_keyword_negative_test: Fail |
| 64 assert_test: Fail # Uses AssertError class. Bug 4385894. | 64 assert_test: Fail # Uses AssertError class. Bug 4385894. |
| 65 assign_instance_method_negative_test: Fail | 65 assign_instance_method_negative_test: Fail |
| 66 bad_named_parameters_test: Fail # Issue 1941 | 66 bad_named_parameters_test: Fail # Issue 1941 |
| 67 bad_named_parameters2_test: Fail # Issue 1941 | 67 bad_named_parameters2_test: Fail # Issue 1941 |
| 68 body_less_constructor_wrong_arg_negative_test: Fail | 68 body_less_constructor_wrong_arg_negative_test: Fail |
| 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 | 71 closure_call_wrong_argument_count_negative_test: Fail |
| 72 compile_time_constant3_test: Fail # Issue 1780 | |
| 73 compile_time_constant_o_test: Fail # Issue 2126 | 72 compile_time_constant_o_test: Fail # Issue 2126 |
| 74 compile_time_constant_p_test/01: Fail # Issue 2580 | 73 compile_time_constant_p_test/01: Fail # Issue 2580 |
| 75 const_constructor_syntax_test/05: Fail | 74 const_constructor_syntax_test/05: Fail |
| 76 const_counter_negative_test: Fail # issue 1655 | 75 const_counter_negative_test: Fail # issue 1655 |
| 77 constructor3_negative_test: Fail | 76 constructor3_negative_test: Fail |
| 78 constructor_call_wrong_argument_count_negative_test: Fail | 77 constructor_call_wrong_argument_count_negative_test: Fail |
| 79 default_factory_library_test: Fail # Issue 514 | 78 default_factory_library_test: Fail # Issue 514 |
| 80 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 79 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 81 duplicate_implements_test: Skip # Issue 976 | 80 duplicate_implements_test: Skip # Issue 976 |
| 82 factory5_test/00: Fail # issue 3079 | 81 factory5_test/00: Fail # issue 3079 |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 423 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 425 | 424 |
| 426 [ $compiler == frog && $runtime == none ] | 425 [ $compiler == frog && $runtime == none ] |
| 427 *: Skip | 426 *: Skip |
| 428 | 427 |
| 429 [ $arch == simarm ] | 428 [ $arch == simarm ] |
| 430 *: Skip | 429 *: Skip |
| 431 | 430 |
| 432 [ $arch == arm ] | 431 [ $arch == arm ] |
| 433 *: Skip | 432 *: Skip |
| OLD | NEW |