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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 *frog_negative_test: Skip | 57 *frog_negative_test: Skip |
58 | 58 |
59 [ $compiler == none && $mode == debug ] | 59 [ $compiler == none && $mode == debug ] |
60 gc_test: Skip # Takes too long. | 60 gc_test: Skip # Takes too long. |
61 | 61 |
62 [ $compiler == dartc ] | 62 [ $compiler == dartc ] |
63 application_negative_test: Fail | 63 application_negative_test: Fail |
64 assert_keyword_negative_test: Fail | 64 assert_keyword_negative_test: Fail |
65 assert_test: Fail # Uses AssertError class. Bug 4385894. | 65 assert_test: Fail # Uses AssertError class. Bug 4385894. |
66 assign_instance_method_negative_test: Fail | 66 assign_instance_method_negative_test: Fail |
67 bad_named_parameters_test: Fail # Issue 1941 | |
68 bad_named_parameters2_test: Fail # Issue 1941 | |
69 body_less_constructor_wrong_arg_negative_test: Fail | 67 body_less_constructor_wrong_arg_negative_test: Fail |
70 call_operator_test: Pass # Issue 1355 | 68 call_operator_test: Pass # Issue 1355 |
71 char_escape_test: Pass # Issue 1654 | 69 char_escape_test: Pass # Issue 1654 |
72 closure_call_wrong_argument_count_negative_test: Fail | 70 closure_call_wrong_argument_count_negative_test: Fail |
73 compile_time_constant_o_test: Fail # Issue 2126 | 71 compile_time_constant_o_test: Fail # Issue 2126 |
74 compile_time_constant_p_test/01: Fail # Issue 2580 | 72 compile_time_constant_p_test/01: Fail # Issue 2580 |
75 const_constructor_syntax_test/05: Fail | 73 const_constructor_syntax_test/05: Fail |
76 const_counter_negative_test: Fail # issue 1655 | 74 const_counter_negative_test: Fail # issue 1655 |
77 constructor3_negative_test: Fail | 75 constructor3_negative_test: Fail |
78 constructor_call_wrong_argument_count_negative_test: Fail | 76 constructor_call_wrong_argument_count_negative_test: Fail |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 418 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
421 | 419 |
422 [ $compiler == frog && $runtime == none ] | 420 [ $compiler == frog && $runtime == none ] |
423 *: Skip | 421 *: Skip |
424 | 422 |
425 [ $arch == simarm ] | 423 [ $arch == simarm ] |
426 *: Skip | 424 *: Skip |
427 | 425 |
428 [ $arch == arm ] | 426 [ $arch == arm ] |
429 *: Skip | 427 *: Skip |
OLD | NEW |