| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 | 79 |
| 80 [ $compiler == none && $checked ] | 80 [ $compiler == none && $checked ] |
| 81 type_parameter_test/01: Fail # Issue 4932 | 81 type_parameter_test/01: Fail # Issue 4932 |
| 82 type_parameter_test/02: Fail # Issue 4932 | 82 type_parameter_test/02: Fail # Issue 4932 |
| 83 type_parameter_test/03: Fail # Issue 4932 | 83 type_parameter_test/03: Fail # Issue 4932 |
| 84 type_parameter_test/04: Fail # Issue 4932 | 84 type_parameter_test/04: Fail # Issue 4932 |
| 85 | 85 |
| 86 [ $compiler == none && $unchecked ] | 86 [ $compiler == none && $unchecked ] |
| 87 field_override_test/02: Fail # Issue 742: field shadowing now allowed | 87 field_override_test/02: Fail # Issue 742: field shadowing now allowed |
| 88 | 88 |
| 89 # Only checked mode reports an error on type assignment |
| 90 # problems in compile time constants. |
| 91 compile_time_constant_checked_test/02: Fail, OK |
| 92 |
| 89 [ $compiler == dartc ] | 93 [ $compiler == dartc ] |
| 90 metadata_test: Fail | 94 metadata_test: Fail |
| 91 bad_constructor_test/04: Fail # Constructor name clashes with other member | 95 bad_constructor_test/04: Fail # Constructor name clashes with other member |
| 92 bad_constructor_test/05: Fail # Constructor name clashes with other member | 96 bad_constructor_test/05: Fail # Constructor name clashes with other member |
| 93 bad_constructor_test/06: Fail # Constructor name clashes with other member | 97 bad_constructor_test/06: Fail # Constructor name clashes with other member |
| 94 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 98 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
| 95 application_negative_test: Fail # Runtime only test, rewrite as multitest | 99 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 96 interface_negative_test: Fail # instantiation of abstract class | 100 interface_negative_test: Fail # instantiation of abstract class |
| 97 argument_definition_test/*: Skip # Not implemented. | 101 argument_definition_test/*: Skip # Not implemented. |
| 98 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 102 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 358 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 355 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 359 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 356 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 360 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 357 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 361 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 358 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 362 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 359 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 363 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 360 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 364 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 361 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 365 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 362 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 366 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 363 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 367 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| OLD | NEW |