| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 type_parameter_test/02: Fail # Issue 4932 | 78 type_parameter_test/02: Fail # Issue 4932 |
| 79 type_parameter_test/03: Fail # Issue 4932 | 79 type_parameter_test/03: Fail # Issue 4932 |
| 80 type_parameter_test/04: Fail # Issue 4932 | 80 type_parameter_test/04: Fail # Issue 4932 |
| 81 | 81 |
| 82 [ $compiler == none && $unchecked ] | 82 [ $compiler == none && $unchecked ] |
| 83 field_override_test/02: Fail # Issue 742: field shadowing now allowed | 83 field_override_test/02: Fail # Issue 742: field shadowing now allowed |
| 84 | 84 |
| 85 # Only checked mode reports an error on type assignment | 85 # Only checked mode reports an error on type assignment |
| 86 # problems in compile time constants. | 86 # problems in compile time constants. |
| 87 compile_time_constant_checked_test/02: Fail, OK | 87 compile_time_constant_checked_test/02: Fail, OK |
| 88 compile_time_constant_checked2_test/01: Fail, OK |
| 89 compile_time_constant_checked2_test/02: Fail, OK |
| 90 compile_time_constant_checked2_test/03: Fail, OK |
| 91 compile_time_constant_checked2_test/04: Fail, OK |
| 92 compile_time_constant_checked2_test/05: Fail, OK |
| 93 compile_time_constant_checked2_test/06: Fail, OK |
| 94 compile_time_constant_checked2_test/07: Fail, OK |
| 95 compile_time_constant_checked2_test/08: Fail, OK |
| 96 compile_time_constant_checked2_test/09: Fail, OK |
| 97 compile_time_constant_checked2_test/10: Fail, OK |
| 98 compile_time_constant_checked2_test/11: Fail, OK |
| 99 compile_time_constant_checked2_test/12: Fail, OK |
| 88 | 100 |
| 89 [ $compiler == dartc ] | 101 [ $compiler == dartc ] |
| 90 metadata_test: Fail | 102 metadata_test: Fail |
| 91 bad_constructor_test/04: Fail # Constructor name clashes with other member | 103 bad_constructor_test/04: Fail # Constructor name clashes with other member |
| 92 bad_constructor_test/05: Fail # Constructor name clashes with other member | 104 bad_constructor_test/05: Fail # Constructor name clashes with other member |
| 93 bad_constructor_test/06: Fail # Constructor name clashes with other member | 105 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 | 106 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 | 107 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 96 interface_negative_test: Fail # instantiation of abstract class | 108 interface_negative_test: Fail # instantiation of abstract class |
| 97 argument_definition_test/01: Fail # Issue 5082 | 109 argument_definition_test/01: Fail # Issue 5082 |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 375 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 364 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 376 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 365 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 377 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 366 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 378 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 367 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 379 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 368 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 380 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 369 | 381 |
| 370 # Only checked mode reports an error on type assignment | 382 # Only checked mode reports an error on type assignment |
| 371 # problems in compile time constants. | 383 # problems in compile time constants. |
| 372 compile_time_constant_checked_test/02: Fail, OK | 384 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |