| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_syntax_test/none: Fail # Issue 3558 | 66 final_syntax_test/none: Fail # Issue 3558 |
| 67 lazy_static_test: Fail # Issue 3558 | 67 lazy_static_test: Fail # Issue 3558 |
| 68 lazy_static2_test: Fail # Issue 3558 | 68 lazy_static2_test: Fail # Issue 3558 |
| 69 lazy_static3_test: Fail # Issue 3558 | 69 lazy_static3_test: Fail # Issue 3558 |
| 70 lazy_static4_test: Fail # Issue 3558 | 70 lazy_static4_test: Fail # Issue 3558 |
| 71 | 71 |
| 72 optional_named_parameters_test/01: Fail # Clarify specification of parameters. |
| 73 optional_named_parameters_test/02: Fail # Clarify specification of parameters. |
| 74 optional_named_parameters_test/03: Fail # Clarify specification of parameters. |
| 75 optional_named_parameters_test/04: Fail # Clarify specification of parameters. |
| 76 optional_named_parameters_test/05: Fail # Clarify specification of parameters. |
| 77 optional_named_parameters_test/06: Fail # Clarify specification of parameters. |
| 78 optional_named_parameters_test/07: Fail # Clarify specification of parameters. |
| 79 |
| 72 | 80 |
| 73 # DartC specific tests that should not be run by the VM | 81 # DartC specific tests that should not be run by the VM |
| 74 *dartc_test: Skip | 82 *dartc_test: Skip |
| 75 *dartc_negative_test: Skip | 83 *dartc_negative_test: Skip |
| 76 | 84 |
| 77 [ $compiler == none && $mode == debug ] | 85 [ $compiler == none && $mode == debug ] |
| 78 gc_test: Skip # Takes too long. | 86 gc_test: Skip # Takes too long. |
| 79 | 87 |
| 80 [ $compiler == none && $checked ] | 88 [ $compiler == none && $checked ] |
| 81 type_parameter_test/01: Fail # Issue 4932 | 89 type_parameter_test/01: Fail # Issue 4932 |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 366 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 359 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 367 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 360 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 368 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 361 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 369 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 362 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 370 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 363 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 371 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 364 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 372 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 365 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 373 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 366 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 374 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 367 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 375 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| OLD | NEW |