| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 parameter_initializer6_negative_test: Fail # language change 4288 | 162 parameter_initializer6_negative_test: Fail # language change 4288 |
| 163 prefix1_negative_test : Fail # language change 1031 | 163 prefix1_negative_test : Fail # language change 1031 |
| 164 prefix4_negative_test : Fail # language change 1031 | 164 prefix4_negative_test : Fail # language change 1031 |
| 165 prefix5_negative_test : Fail # language change 1031 | 165 prefix5_negative_test : Fail # language change 1031 |
| 166 prefix8_negative_test : Fail # language change 1031 | 166 prefix8_negative_test : Fail # language change 1031 |
| 167 prefix9_negative_test : Fail # language change 1031 | 167 prefix9_negative_test : Fail # language change 1031 |
| 168 prefix10_negative_test : Fail # language change 1031 | 168 prefix10_negative_test : Fail # language change 1031 |
| 169 prefix11_negative_test : Fail # language change 1031 | 169 prefix11_negative_test : Fail # language change 1031 |
| 170 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 170 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 171 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier | 171 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier |
| 172 pseudo_kw_illegal_test/11: Fail, OK # 'negate' is not a built-in identifier | |
| 173 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier | 172 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier |
| 174 resource_test: Fail # out of date - resource directives have been removed | 173 resource_test: Fail # out of date - resource directives have been removed |
| 175 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 174 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 176 static_field3_test/01: Fail # http://dartbug.com/5519 | 175 static_field3_test/01: Fail # http://dartbug.com/5519 |
| 177 static_field3_test/02: Fail # http://dartbug.com/5519 | 176 static_field3_test/02: Fail # http://dartbug.com/5519 |
| 178 static_field3_test/03: Fail # http://dartbug.com/5519 | 177 static_field3_test/03: Fail # http://dartbug.com/5519 |
| 179 static_field3_test/04: Fail # http://dartbug.com/5519 | 178 static_field3_test/04: Fail # http://dartbug.com/5519 |
| 180 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) | 179 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) |
| 181 throw7_negative_test: Fail # Issue 3654 | 180 throw7_negative_test: Fail # Issue 3654 |
| 182 type_variable_bounds_test/00: Fail # issue 3079 | 181 type_variable_bounds_test/00: Fail # issue 3079 |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 320 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 322 field1_negative_test: Fail, OK # Bad test: assumes eager loading. | 321 field1_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 323 field6_negative_test: Fail, OK # Bad test: assumes eager loading. | 322 field6_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 324 field7_negative_test: Fail, OK # Bad test: assumes eager loading. | 323 field7_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 325 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 324 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 326 # Common problems with dart2js. In illegal family, invalid | 325 # Common problems with dart2js. In illegal family, invalid |
| 327 # declarations are simply not parsed. In pseudo kw dart2js | 326 # declarations are simply not parsed. In pseudo kw dart2js |
| 328 # chokes on things like typedef(x) => "typedef $x" and alike. | 327 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 329 abstract_syntax_test/01: Fail | 328 abstract_syntax_test/01: Fail |
| 330 abstract_syntax_test/02: Fail | 329 abstract_syntax_test/02: Fail |
| 331 pseudo_kw_illegal_test/11: Fail | |
| 332 pseudo_kw_illegal_test/14: Fail | 330 pseudo_kw_illegal_test/14: Fail |
| 333 pseudo_kw_test: Fail | 331 pseudo_kw_test: Fail |
| 334 # external keyword is not yet supported by dart2js/dart2dart. | 332 # external keyword is not yet supported by dart2js/dart2dart. |
| 335 external_test/*: Skip | 333 external_test/*: Skip |
| 336 lazy_static3_test: Fail, OK # Issue 3558 | 334 lazy_static3_test: Fail, OK # Issue 3558 |
| 337 # Call operator is not supported by DartVM (see suppression above.) | 335 # Call operator is not supported by DartVM (see suppression above.) |
| 338 call_operator_test: Fail | 336 call_operator_test: Fail |
| 339 # dart2js frontend doesn't even analyse problematic classes. | 337 # dart2js frontend doesn't even analyse problematic classes. |
| 340 class_extends_negative_test: Fail | 338 class_extends_negative_test: Fail |
| 341 duplicate_implements_test/01: Fail | 339 duplicate_implements_test/01: Fail |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 compile_time_constant_checked2_test/05: Fail, OK | 432 compile_time_constant_checked2_test/05: Fail, OK |
| 435 compile_time_constant_checked2_test/06: Fail, OK | 433 compile_time_constant_checked2_test/06: Fail, OK |
| 436 compile_time_constant_checked3_test/01: Fail, OK | 434 compile_time_constant_checked3_test/01: Fail, OK |
| 437 compile_time_constant_checked3_test/02: Fail, OK | 435 compile_time_constant_checked3_test/02: Fail, OK |
| 438 compile_time_constant_checked3_test/03: Fail, OK | 436 compile_time_constant_checked3_test/03: Fail, OK |
| 439 compile_time_constant_checked3_test/04: Fail, OK | 437 compile_time_constant_checked3_test/04: Fail, OK |
| 440 compile_time_constant_checked3_test/05: Fail, OK | 438 compile_time_constant_checked3_test/05: Fail, OK |
| 441 compile_time_constant_checked3_test/06: Fail, OK | 439 compile_time_constant_checked3_test/06: Fail, OK |
| 442 | 440 |
| 443 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 441 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |