| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 class_literal_test/26 : Fail # language change 3368 | 132 class_literal_test/26 : Fail # language change 3368 |
| 133 class_literal_test/27 : Fail # language change 3368 | 133 class_literal_test/27 : Fail # language change 3368 |
| 134 class_literal_test/28 : Fail # language change 3368 | 134 class_literal_test/28 : Fail # language change 3368 |
| 135 class_literal_test/29 : Fail # language change 3368 | 135 class_literal_test/29 : Fail # language change 3368 |
| 136 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 136 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 137 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 137 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 138 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 138 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 139 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 139 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 140 duplicate_implements_test: Skip # Issue 976 | 140 duplicate_implements_test: Skip # Issue 976 |
| 141 factory5_test/00: Fail # issue 3079 | 141 factory5_test/00: Fail # issue 3079 |
| 142 final_is_not_const_test/01: Fail # Issue 3476 |
| 142 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 143 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 143 const_syntax_test/09: Fail # Issue 4713 | 144 const_syntax_test/09: Fail # Issue 4713 |
| 144 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 145 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 145 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 146 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 146 setter_no_getter_test/01: Fail # Fails to detect compile-time error. | 147 setter_no_getter_test/01: Fail # Fails to detect compile-time error. |
| 147 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 148 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 148 interface_factory1_negative_test: Fail # language change 1031 | 149 interface_factory1_negative_test: Fail # language change 1031 |
| 149 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 150 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 150 final_syntax_test/none: Fail # Issue 3476 | 151 final_syntax_test/none: Fail # Issue 3476 |
| 151 lazy_static_test: Fail # Issue 3476 | 152 lazy_static_test: Fail # Issue 3476 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 # chokes on things like typedef(x) => "typedef $x" and alike. | 266 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 266 abstract_syntax_test/01: Fail | 267 abstract_syntax_test/01: Fail |
| 267 abstract_syntax_test/02: Fail | 268 abstract_syntax_test/02: Fail |
| 268 pseudo_kw_illegal_test/08: Fail | 269 pseudo_kw_illegal_test/08: Fail |
| 269 pseudo_kw_illegal_test/10: Fail | 270 pseudo_kw_illegal_test/10: Fail |
| 270 pseudo_kw_illegal_test/11: Fail | 271 pseudo_kw_illegal_test/11: Fail |
| 271 pseudo_kw_illegal_test/14: Fail | 272 pseudo_kw_illegal_test/14: Fail |
| 272 pseudo_kw_test: Fail | 273 pseudo_kw_test: Fail |
| 273 # external keyword is not yet supported by dart2js/dart2dart. | 274 # external keyword is not yet supported by dart2js/dart2dart. |
| 274 external_test/*: Skip | 275 external_test/*: Skip |
| 276 final_is_not_const_test/01: Fail, OK # Issue 3558 |
| 275 final_syntax_test/none: Fail, OK # Issue 3558 | 277 final_syntax_test/none: Fail, OK # Issue 3558 |
| 276 lazy_static_test: Fail, OK # Issue 3558 | 278 lazy_static_test: Fail, OK # Issue 3558 |
| 277 lazy_static2_test: Fail, OK # Issue 3558 | 279 lazy_static2_test: Fail, OK # Issue 3558 |
| 278 lazy_static3_test: Fail, OK # Issue 3558 | 280 lazy_static3_test: Fail, OK # Issue 3558 |
| 279 lazy_static4_test: Fail, OK # Issue 3558 | 281 lazy_static4_test: Fail, OK # Issue 3558 |
| 280 # Call operator is not supported by DartVM (see suppression above.) | 282 # Call operator is not supported by DartVM (see suppression above.) |
| 281 call_operator_test: Fail | 283 call_operator_test: Fail |
| 282 # dart2js frontend doesn't even analyse problematic classes. | 284 # dart2js frontend doesn't even analyse problematic classes. |
| 283 class_extends_negative_test: Fail | 285 class_extends_negative_test: Fail |
| 284 duplicate_implements_test/01: Fail | 286 duplicate_implements_test/01: Fail |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 368 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 367 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 369 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 368 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 370 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 369 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 371 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 370 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 372 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 371 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 373 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 372 | 374 |
| 373 # Only checked mode reports an error on type assignment | 375 # Only checked mode reports an error on type assignment |
| 374 # problems in compile time constants. | 376 # problems in compile time constants. |
| 375 compile_time_constant_checked_test/02: Fail, OK | 377 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |