| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 pseudo_kw_illegal_test/08: Fail | 177 pseudo_kw_illegal_test/08: Fail |
| 178 pseudo_kw_illegal_test/09: Fail | 178 pseudo_kw_illegal_test/09: Fail |
| 179 pseudo_kw_illegal_test/10: Fail | 179 pseudo_kw_illegal_test/10: Fail |
| 180 pseudo_kw_illegal_test/11: Fail | 180 pseudo_kw_illegal_test/11: Fail |
| 181 pseudo_kw_illegal_test/12: Fail | 181 pseudo_kw_illegal_test/12: Fail |
| 182 pseudo_kw_illegal_test/13: Fail | 182 pseudo_kw_illegal_test/13: Fail |
| 183 pseudo_kw_illegal_test/14: Fail | 183 pseudo_kw_illegal_test/14: Fail |
| 184 pseudo_kw_illegal_test/15: Fail | 184 pseudo_kw_illegal_test/15: Fail |
| 185 pseudo_kw_illegal_test/16: Fail | 185 pseudo_kw_illegal_test/16: Fail |
| 186 pseudo_kw_test: Fail | 186 pseudo_kw_test: Fail |
| 187 # external keyword is not yet supported by dart2js/dart2dart. |
| 188 external_test/*: Skip |
| 187 # Should be triaged. | 189 # Should be triaged. |
| 188 abstract_syntax_test/01: Fail | 190 abstract_syntax_test/01: Fail |
| 189 abstract_syntax_test/02: Fail | 191 abstract_syntax_test/02: Fail |
| 190 assign_static_type_test/01: Fail | 192 assign_static_type_test/01: Fail |
| 191 assign_static_type_test/02: Fail | 193 assign_static_type_test/02: Fail |
| 192 assign_static_type_test/03: Fail | 194 assign_static_type_test/03: Fail |
| 193 assign_static_type_test/04: Fail | 195 assign_static_type_test/04: Fail |
| 194 assign_static_type_test/05: Fail | 196 assign_static_type_test/05: Fail |
| 195 call_operator_test: Fail | 197 call_operator_test: Fail |
| 196 cascade_in_expression_function_test: Fail | 198 cascade_in_expression_function_test: Fail |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 type_variable_bounds_test/05: Fail | 361 type_variable_bounds_test/05: Fail |
| 360 type_variable_scope_test/00: Fail | 362 type_variable_scope_test/00: Fail |
| 361 type_variable_scope_test/01: Fail | 363 type_variable_scope_test/01: Fail |
| 362 type_variable_scope_test/02: Fail | 364 type_variable_scope_test/02: Fail |
| 363 type_variable_scope_test/03: Fail | 365 type_variable_scope_test/03: Fail |
| 364 type_variable_scope_test/04: Fail | 366 type_variable_scope_test/04: Fail |
| 365 type_variable_scope_test/05: Fail | 367 type_variable_scope_test/05: Fail |
| 366 unary2_test: Fail | 368 unary2_test: Fail |
| 367 unary_test: Fail | 369 unary_test: Fail |
| 368 | 370 |
| OLD | NEW |