| 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 11 matching lines...) Expand all Loading... |
| 22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801 | 22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801 |
| 23 call_nonexistent_constructor_test: Fail # Issue 3801 | 23 call_nonexistent_constructor_test: Fail # Issue 3801 |
| 24 gc_test: Fail # Issue 1487 | 24 gc_test: Fail # Issue 1487 |
| 25 field_override_test/none: Fail # Issue 742: field shadowing now allowed | 25 field_override_test/none: Fail # Issue 742: field shadowing now allowed |
| 26 field_override_test/01: Fail # Issue 742: field shadowing now allowed | 26 field_override_test/01: Fail # Issue 742: field shadowing now allowed |
| 27 super_field_access_test: Fail # Issue 742: field shadowing now allowed | 27 super_field_access_test: Fail # Issue 742: field shadowing now allowed |
| 28 pseudo_kw_illegal_test/03: Fail # Issue 356 | 28 pseudo_kw_illegal_test/03: Fail # Issue 356 |
| 29 pseudo_kw_illegal_test/08: Fail # Issue 356 | 29 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 30 pseudo_kw_illegal_test/10: Fail # Issue 356 | 30 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 31 pseudo_kw_illegal_test/14: Fail # Issue 356 | 31 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 32 final_field_initialization_order_test: Fail # Issue 4839 |
| 32 | 33 |
| 33 assert_lexical_scope_test: Fail # Issue 4935 | 34 assert_lexical_scope_test: Fail # Issue 4935 |
| 34 | 35 |
| 35 # These bugs refer currently ongoing language discussions. | 36 # These bugs refer currently ongoing language discussions. |
| 36 constructor5_test: Fail # (Discussion ongoing) | 37 constructor5_test: Fail # (Discussion ongoing) |
| 37 constructor6_test: Fail # (Discussion ongoing) | 38 constructor6_test: Fail # (Discussion ongoing) |
| 38 | 39 |
| 39 # Regular bugs which should be fixed. | 40 # Regular bugs which should be fixed. |
| 40 const_init6_negative_test: Fail # Issue 811 | 41 const_init6_negative_test: Fail # Issue 811 |
| 41 super_first_constructor_test: Fail # Issue 1372. | 42 super_first_constructor_test: Fail # Issue 1372. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 55 bad_override_test/01: Fail # Issue 3859. | 56 bad_override_test/01: Fail # Issue 3859. |
| 56 bad_override_test/02: Fail # Issue 3859. | 57 bad_override_test/02: Fail # Issue 3859. |
| 57 | 58 |
| 58 setter_no_getter_call_test/01: Crash # Issue 4360 | 59 setter_no_getter_call_test/01: Crash # Issue 4360 |
| 59 setter_no_getter_test/01: Crash # Issue 4360 | 60 setter_no_getter_test/01: Crash # Issue 4360 |
| 60 | 61 |
| 61 getter_no_setter2_test/01: Fail # Issue 4898 | 62 getter_no_setter2_test/01: Fail # Issue 4898 |
| 62 | 63 |
| 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 64 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 64 | 65 |
| 66 final_is_not_const_test/01: Fail # Issue 3558 |
| 67 final_syntax_test/none: Fail # Issue 3558 |
| 68 lazy_static_test: Fail # Issue 3558 |
| 69 lazy_static2_test: Fail # Issue 3558 |
| 65 lazy_static3_test: Fail # Issue 3558 | 70 lazy_static3_test: Fail # Issue 3558 |
| 66 | 71 lazy_static4_test: Fail # Issue 3558 |
| 67 | 72 |
| 68 | 73 |
| 69 # DartC specific tests that should not be run by the VM | 74 # DartC specific tests that should not be run by the VM |
| 70 *dartc_test: Skip | 75 *dartc_test: Skip |
| 71 *dartc_negative_test: Skip | 76 *dartc_negative_test: Skip |
| 72 | 77 |
| 73 [ $compiler == none && $mode == debug ] | 78 [ $compiler == none && $mode == debug ] |
| 74 gc_test: Skip # Takes too long. | 79 gc_test: Skip # Takes too long. |
| 75 | 80 |
| 76 [ $compiler == none && $checked ] | 81 [ $compiler == none && $checked ] |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 374 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 370 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 375 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 371 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 376 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 372 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 377 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 373 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 378 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 374 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 379 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 375 | 380 |
| 376 # Only checked mode reports an error on type assignment | 381 # Only checked mode reports an error on type assignment |
| 377 # problems in compile time constants. | 382 # problems in compile time constants. |
| 378 compile_time_constant_checked_test/02: Fail, OK | 383 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |