| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 bad_override_test/01: Fail # Issue 3859. | 56 bad_override_test/01: Fail # Issue 3859. |
| 57 bad_override_test/02: Fail # Issue 3859. | 57 bad_override_test/02: Fail # Issue 3859. |
| 58 | 58 |
| 59 setter_no_getter_call_test/01: Crash # Issue 4360 | 59 setter_no_getter_call_test/01: Crash # Issue 4360 |
| 60 setter_no_getter_test/01: Crash # Issue 4360 | 60 setter_no_getter_test/01: Crash # Issue 4360 |
| 61 | 61 |
| 62 getter_no_setter2_test/01: Fail # Issue 4898 | 62 getter_no_setter2_test/01: Fail # Issue 4898 |
| 63 | 63 |
| 64 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. |
| 65 | 65 |
| 66 final_is_not_const_test/01: Fail # Issue 3558 |
| 66 final_syntax_test/none: Fail # Issue 3558 | 67 final_syntax_test/none: Fail # Issue 3558 |
| 67 lazy_static_test: Fail # Issue 3558 | 68 lazy_static_test: Fail # Issue 3558 |
| 68 lazy_static2_test: Fail # Issue 3558 | 69 lazy_static2_test: Fail # Issue 3558 |
| 69 lazy_static3_test: Fail # Issue 3558 | 70 lazy_static3_test: Fail # Issue 3558 |
| 70 lazy_static4_test: Fail # Issue 3558 | 71 lazy_static4_test: Fail # Issue 3558 |
| 71 | 72 |
| 72 | 73 |
| 73 # DartC specific tests that should not be run by the VM | 74 # DartC specific tests that should not be run by the VM |
| 74 *dartc_test: Skip | 75 *dartc_test: Skip |
| 75 *dartc_negative_test: Skip | 76 *dartc_negative_test: Skip |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 366 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 366 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 367 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 367 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 368 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 368 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 369 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 369 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 370 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 370 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 371 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 371 | 372 |
| 372 # Only checked mode reports an error on type assignment | 373 # Only checked mode reports an error on type assignment |
| 373 # problems in compile time constants. | 374 # problems in compile time constants. |
| 374 compile_time_constant_checked_test/02: Fail, OK | 375 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |