| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 prefix5_negative_test : Fail # language change 1031 | 101 prefix5_negative_test : Fail # language change 1031 |
| 102 prefix8_negative_test : Fail # language change 1031 | 102 prefix8_negative_test : Fail # language change 1031 |
| 103 prefix9_negative_test : Fail # language change 1031 | 103 prefix9_negative_test : Fail # language change 1031 |
| 104 prefix10_negative_test : Fail # language change 1031 | 104 prefix10_negative_test : Fail # language change 1031 |
| 105 prefix11_negative_test : Fail # language change 1031 | 105 prefix11_negative_test : Fail # language change 1031 |
| 106 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 106 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 107 pseudo_kw_illegal_test/08: Fail # Issue 356 | 107 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 108 pseudo_kw_illegal_test/10: Fail # Issue 356 | 108 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 109 pseudo_kw_illegal_test/14: Fail # Issue 356 | 109 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 110 resource_test: Skip # out of date - resource directives have been removed | 110 resource_test: Skip # out of date - resource directives have been removed |
| 111 setter_no_getter_call_test/01: Fail # Issue 4383 | |
| 112 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 111 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 113 syntax_test: Skip # Bug 2107 Static type warnings in none case | 112 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 114 throw7_negative_test: Fail # Issue 3654 | 113 throw7_negative_test: Fail # Issue 3654 |
| 115 # try_catch_syntax_test/08: Fail # Issue 3795 | 114 # try_catch_syntax_test/08: Fail # Issue 3795 |
| 116 | 115 |
| 117 type_variable_bounds_test/00: Fail # issue 3079 | 116 type_variable_bounds_test/00: Fail # issue 3079 |
| 118 type_variable_bounds_test/07: Fail # language change 1031 | 117 type_variable_bounds_test/07: Fail # language change 1031 |
| 119 type_variable_static_context_negative_test: Fail # language change 1031 | 118 type_variable_static_context_negative_test: Fail # language change 1031 |
| 120 | 119 |
| 121 # | 120 # |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 prefix20_negative_test: Fail | 265 prefix20_negative_test: Fail |
| 267 static_final_field_negative_test: Fail | 266 static_final_field_negative_test: Fail |
| 268 static_implicit_closure_test: Fail, Pass | 267 static_implicit_closure_test: Fail, Pass |
| 269 static_top_level_test/00: Fail | 268 static_top_level_test/00: Fail |
| 270 static_top_level_test/01: Fail | 269 static_top_level_test/01: Fail |
| 271 static_top_level_test/02: Fail | 270 static_top_level_test/02: Fail |
| 272 static_top_level_test/03: Fail | 271 static_top_level_test/03: Fail |
| 273 static_top_level_test/04: Fail | 272 static_top_level_test/04: Fail |
| 274 static_top_level_test/05: Fail | 273 static_top_level_test/05: Fail |
| 275 switch_label_test: Fail | 274 switch_label_test: Fail |
| OLD | NEW |